fix: sidebar settings for programming exercises

This commit is contained in:
Jannat Patel
2025-07-02 10:47:03 +05:30
28 changed files with 7386 additions and 904 deletions

View File

@@ -149,7 +149,7 @@ const tabsStructure = computed(() => {
name: 'prevent_skipping_videos', name: 'prevent_skipping_videos',
type: 'checkbox', type: 'checkbox',
description: description:
'If enabled, students cannot skip videos in a lesson.', 'If enabled, users will no able to move forward in a video',
}, },
{ {
label: 'Send calendar invite for evaluations', label: 'Send calendar invite for evaluations',
@@ -307,6 +307,11 @@ const tabsStructure = computed(() => {
name: 'batches', name: 'batches',
type: 'checkbox', type: 'checkbox',
}, },
{
label: 'Programming Exercises',
name: 'programming_exercises',
type: 'checkbox',
},
{ {
label: 'Certified Members', label: 'Certified Members',
name: 'certified_members', name: 'certified_members',

View File

@@ -553,6 +553,7 @@ def get_sidebar_settings():
"jobs", "jobs",
"statistics", "statistics",
"notifications", "notifications",
"programming_exercises",
] ]
for item in items: for item in items:
sidebar_items[item] = lms_settings.get(item) sidebar_items[item] = lms_settings.get(item)

View File

@@ -38,6 +38,7 @@
"batches", "batches",
"certified_participants", "certified_participants",
"certified_members", "certified_members",
"programming_exercises",
"column_break_exdz", "column_break_exdz",
"jobs", "jobs",
"statistics", "statistics",
@@ -416,13 +417,19 @@
{ {
"fieldname": "column_break_bjis", "fieldname": "column_break_bjis",
"fieldtype": "Column Break" "fieldtype": "Column Break"
},
{
"default": "1",
"fieldname": "programming_exercises",
"fieldtype": "Check",
"label": "Programming Exercises"
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2025-07-01 17:01:58.466697", "modified": "2025-07-01 17:01:58.466698",
"modified_by": "sayali@frappe.io", "modified_by": "sayali@frappe.io",
"module": "LMS", "module": "LMS",
"name": "LMS Settings", "name": "LMS Settings",

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:56\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Arabic\n" "Language-Team: Arabic\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "إضافة صف"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "عين"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "تعيينات" msgstr "تعيينات"
@@ -517,6 +530,10 @@ msgstr "تعيينات"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "التحقق من" msgstr "التحقق من"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "مدينة"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "واضح" msgstr "واضح"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "رمز" msgstr "رمز"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "انشاء"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "انشاء جديد" msgstr "انشاء جديد"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "أنشأ" msgstr "أنشأ"
@@ -1701,9 +1741,11 @@ msgstr "العملة الافتراضية"
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "حذف" msgstr "حذف"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "تعديل الملف الشخصي" msgstr "تعديل الملف الشخصي"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "تقييم" msgstr "تقييم"
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "وسعت" msgstr "وسعت"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "فشل" msgstr "فشل"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "باءت بالفشل"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "نوع الملف" msgstr "نوع الملف"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "صناعة" msgstr "صناعة"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "جافا سكريبت"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "ملصق" msgstr "ملصق"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "اللغة"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "اسم العائلة" msgstr "اسم العائلة"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "عدل من قبل" msgstr "عدل من قبل"
@@ -3700,6 +3847,7 @@ msgstr "اسم"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "جديد" msgstr "جديد"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "بدلات أخرى" msgstr "بدلات أخرى"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "الناتج"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "مالك" msgstr "مالك"
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "إجتاز" msgstr "إجتاز"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "تم الاجتياز بنجاح"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "يرجى التحقق من بريدك الالكتروني للتحقق"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "خاص"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "نشرت في"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "السبت" msgstr "السبت"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "السبت"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "حفظ" msgstr "حفظ"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "إعدادات" msgstr "إعدادات"
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "الحالة" msgstr "الحالة"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "موقوف مؤقتا"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr "زمن"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "إلى"
msgid "To Date" msgid "To Date"
msgstr "إلى تاريخ" msgstr "إلى تاريخ"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:57\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Bosnian\n" "Language-Team: Bosnian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Dodaj Lekciju"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "Dodaj kviz u video" msgstr "Dodaj kviz u video"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Dodaj Red"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Dodaj Vrijeme" msgstr "Dodaj Vrijeme"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr "Dodaj Test Slučaj"
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Dodaj Poglavlje" msgstr "Dodaj Poglavlje"
@@ -192,7 +200,11 @@ msgstr "Dodaj Lekciju"
msgid "Add a new question" msgid "Add a new question"
msgstr "Dodaj novo pitanje" msgstr "Dodaj novo pitanje"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr "Dodajte vježbu programiranja u lekciju"
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Dodaj kviz svojoj lekciji" msgstr "Dodaj kviz svojoj lekciji"
@@ -200,7 +212,7 @@ msgstr "Dodaj kviz svojoj lekciji"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Dodaj Procjenu" msgstr "Dodaj Procjenu"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "Dodaj zadatak svojoj lekciji" msgstr "Dodaj zadatak svojoj lekciji"
@@ -463,6 +475,7 @@ msgstr "Dodijeli"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Zadatak će se pojaviti na dnu lekcije." msgstr "Zadatak će se pojaviti na dnu lekcije."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Dodjele" msgstr "Dodjele"
@@ -517,6 +530,10 @@ msgstr "Dodjele"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Barem jedna opcija mora biti tačna za ovo pitanje." msgstr "Barem jedna opcija mora biti tačna za ovo pitanje."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr "Za vježbu programiranja potreban je barem jedan test primjer."
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "Prisustvo Nastavi - {0}" msgstr "Prisustvo Nastavi - {0}"
@@ -636,6 +653,8 @@ msgstr "Potvrda Grupnog Upisa"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Ocjenjivač Grupe" msgstr "Ocjenjivač Grupe"
@@ -843,7 +862,7 @@ msgstr "Veza Certifikata"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "Certifikat o Završetku" msgstr "Certifikat o Završetku"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Certifikat je uspješno spremljen" msgstr "Certifikat je uspješno spremljen"
@@ -864,7 +883,7 @@ msgstr "Certifikati su uspješno generirani"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Poglavlja"
msgid "Check" msgid "Check"
msgstr "Provjeri" msgstr "Provjeri"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr "Provjeri sva Podnošenja"
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Provjerite Diskusiju" msgstr "Provjerite Diskusiju"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr "Provjeri Podnošenje"
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "Provjeri Podnošenja" msgstr "Provjeri Podnošenja"
@@ -997,7 +1024,7 @@ msgstr "Grad"
msgid "Class:" msgid "Class:"
msgstr "Razred:" msgstr "Razred:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Očisti" msgstr "Očisti"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Cloud" msgstr "Cloud"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr "Tip Kompanije"
msgid "Company Website" msgid "Company Website"
msgstr "Web stranica Kompanije" msgstr "Web stranica Kompanije"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr "Poruka Kompajlera"
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "Završi Upis"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "Završi upis - ne propusti!" msgstr "Završi upis - ne propusti!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "Završi predstojeći kviz da biste nastaviš gledati video. Kviz će se otvoriti za {0} {1}." msgstr "Završi predstojeći kviz da biste nastaviš gledati video. Kviz će se otvoriti za {0} {1}."
@@ -1402,6 +1436,8 @@ msgstr "Završeni Kursevi"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Kreiraj"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "Kreiraj Certifikat" msgstr "Kreiraj Certifikat"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Kreiraj" msgstr "Kreiraj"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr "Kreiraj Pogramsku Vježbu"
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Kreiraj Kurs" msgstr "Kreiraj Kurs"
@@ -1583,7 +1623,7 @@ msgstr "Kreiraj vaš prvi kurs"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "Kreiraj vašj prvi kviz" msgstr "Kreiraj vašj prvi kviz"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Kreirano" msgstr "Kreirano"
@@ -1701,9 +1741,11 @@ msgstr "Standard Valuta"
msgid "Degree Type" msgid "Degree Type"
msgstr "Tip Stepena" msgstr "Tip Stepena"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Izbriši" msgstr "Izbriši"
@@ -1882,6 +1924,10 @@ msgstr "Uredi šablon e-pošte"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Uredi Profil" msgstr "Uredi Profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr "Uredi Vježbu Programiranja"
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "Uredi Zoom Račun" msgstr "Uredi Zoom Račun"
@@ -2041,7 +2087,7 @@ msgstr "Potvrda upisa za {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Broj Upisa" msgstr "Broj Upisa"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Upis nije uspio" msgstr "Upis nije uspio"
@@ -2095,7 +2141,7 @@ msgstr "Greška pri ažuriranju šablona e-pošte"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Evaluacija" msgstr "Evaluacija"
@@ -2178,8 +2224,12 @@ msgstr "Primjer: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Vježba" msgstr "Vježba"
@@ -2196,8 +2246,11 @@ msgstr "Prijava Vježbe"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Naziv Vježbe" msgstr "Naziv Vježbe"
@@ -2205,6 +2258,15 @@ msgstr "Naziv Vježbe"
msgid "Expand" msgid "Expand"
msgstr "Proširi" msgstr "Proširi"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr "Očekivani Izlaz"
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Istraži Više"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Neuspjeh" msgstr "Neuspjeh"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Neuspješno"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "Nije moguće preuzeti podatke o prisustvu sa Zooma za čas {0}: {1}" msgstr "Nije moguće preuzeti podatke o prisustvu sa Zooma za čas {0}: {1}"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr "Podnošenje nije uspjelo. Pokušaj ponovo. {0}"
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "Neuspješno ažuriranje meta oznaka {0}" msgstr "Neuspješno ažuriranje meta oznaka {0}"
@@ -2286,6 +2361,18 @@ msgstr "Smjer/Studij"
msgid "File Type" msgid "File Type"
msgstr "Tip Datoteke" msgstr "Tip Datoteke"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr "Filtriraj po Vježbi"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr "Filtriraj po Članu"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr "Filtriraj po Statusu"
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Slika: Oštećen Tok Podataka"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Individualni Rad"
msgid "Industry" msgid "Industry"
msgstr "Industrija" msgstr "Industrija"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr "Ulaz"
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "Stavke su uspješno uklonjene"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Jane Doe" msgstr "Jane Doe"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "Kurs Programa"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "Član Programa" msgstr "Član Programa"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr "Vježba Programiranja"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr "Podnošenje Vježbe Programiranja"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "Izvor"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "Izvor"
msgid "LMS Student" msgid "LMS Student"
msgstr "Student" msgstr "Student"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr "Test Slučaj"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr "Podnošenje Test Slučaja"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "Zoom Postavke"
msgid "Label" msgid "Label"
msgstr "Oznaka" msgstr "Oznaka"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Jezik"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Prezime" msgstr "Prezime"
@@ -3188,7 +3317,7 @@ msgstr "Referenca Lekcije"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Naziv Lekcije" msgstr "Naziv Lekcije"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "Lekcija je uspješno kreirana" msgstr "Lekcija je uspješno kreirana"
@@ -3200,7 +3329,7 @@ msgstr "Lekcija je uspješno izbrisana"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "Lekcija je uspješno premještena" msgstr "Lekcija je uspješno premještena"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "Lekcija je uspješno ažurirana" msgstr "Lekcija je uspješno ažurirana"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "URL LiveCode" msgstr "URL LiveCode"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "ID Sastanka"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "ID Sastanka"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "E-pošta Člana"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "Slika Člana" msgstr "Slika Člana"
@@ -3487,6 +3625,8 @@ msgstr "Slika Člana"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "Slika Člana"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "Za pitanja sa više odgovora potrebne su najmanje dvije opcije."
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "Za pitanja sa više odgovora potrebne su najmanje dvije opcije."
msgid "Moderator" msgid "Moderator"
msgstr "Moderator" msgstr "Moderator"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr "Izmijenjeno"
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Izmijenio" msgstr "Izmijenio"
@@ -3700,6 +3847,7 @@ msgstr "Naziv"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Novi" msgstr "Novi"
@@ -3791,6 +3939,10 @@ msgstr "Nije pronađen nijedna Kviz prijava"
msgid "No Recording" msgid "No Recording"
msgstr "Nema Snimanja" msgstr "Nema Snimanja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr "Nema Podnošenja"
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Nema Predstojećih Ocjenjivanja" msgstr "Nema Predstojećih Ocjenjivanja"
@@ -3948,7 +4100,7 @@ msgstr "Programu se mogu dodati samo kursevi za koje je samostalno učenje onemo
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Samo datoteke tipa {0} će biti prihvaćeni." msgstr "Samo datoteke tipa {0} će biti prihvaćeni."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Dozvoljena je samo datoteka slike." msgstr "Dozvoljena je samo datoteka slike."
@@ -4028,6 +4180,11 @@ msgstr "Originalni Iznos"
msgid "Others" msgid "Others"
msgstr "Ostalo" msgstr "Ostalo"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Izlaz"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Odgovorni" msgstr "Odgovorni"
@@ -4092,12 +4249,21 @@ msgstr "Djelomično Završeno"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Uspješno" msgstr "Uspješno"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Odobreno"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Aplikacija plaćanja nije instalirana"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Provjeri e-poštu za potvrdu"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "Klikni na sljedeće dugme da postavite novu lozinku" msgstr "Klikni na sljedeće dugme da postavite novu lozinku"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." 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." msgstr "Završite prethodne kurseve u programu da biste se upisali na ovaj kurs."
@@ -4315,6 +4481,10 @@ msgstr "Prijavi se da nastaviš s plaćanjem."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Dobro se pripremi i dođi na vrijeme za ocjenjivanje." msgstr "Dobro se pripremi i dođi na vrijeme za ocjenjivanje."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr "Pokreni kod za izvršavanje test slučajeva."
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "Zakaži ocjenjvanje kako biste dobili certifikat." msgstr "Zakaži ocjenjvanje kako biste dobili certifikat."
@@ -4482,6 +4652,14 @@ msgstr "Privatno"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Privatni Podaci uključuju vašu Ocjenu i Preference Radnog Okruženja" msgstr "Privatni Podaci uključuju vašu Ocjenu i Preference Radnog Okruženja"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr "Opis Problema"
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Prijeđi na Plaćanje" msgstr "Prijeđi na Plaćanje"
@@ -4515,6 +4693,37 @@ msgstr "Član Programa"
msgid "Program Members" msgid "Program Members"
msgstr "Članovi Programa" msgstr "Članovi Programa"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr "Vježba Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr "Podnošenje Vježbe Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr "Podnošenja Vježbi Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr "Vježba Programiranja uspješno kreirana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr "Vježba Programiranja uspješno izbrisana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr "Vježba Programiranja uspješno ažurirana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr "Vježbe Programiranja"
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Objavljeno dana"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "Kupljeni Certifikat" msgstr "Kupljeni Certifikat"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Pitanja su uspješno izbrisana"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Red #{0} Vrijeme početka ne može biti izvan trajanja grupe."
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Redovi {0} imaju dupla pitanja." msgstr "Redovi {0} imaju dupla pitanja."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Izvrši" msgstr "Izvrši"
@@ -4911,8 +5128,9 @@ msgstr "SEO"
msgid "Saturday" msgid "Saturday"
msgstr "Subota" msgstr "Subota"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Subota"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Spremi" msgstr "Spremi"
@@ -4973,7 +5193,8 @@ msgstr "Traži po Imenu"
msgid "Search by Title" msgid "Search by Title"
msgstr "Traži po Nazivu" msgstr "Traži po Nazivu"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Traži po Nazivu" msgstr "Traži po Nazivu"
@@ -5001,11 +5222,15 @@ msgstr "Broj sjedišta ne može biti negativan."
msgid "Seats Left" msgid "Seats Left"
msgstr "Preostalih Mjesta" msgstr "Preostalih Mjesta"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr "Odaberi Vježbu Programiranja"
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Odaberi Pitanje" msgstr "Odaberi Pitanje"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Odaberi Kviz" msgstr "Odaberi Kviz"
@@ -5013,7 +5238,7 @@ msgstr "Odaberi Kviz"
msgid "Select a slot" msgid "Select a slot"
msgstr "Odaberi termin" msgstr "Odaberi termin"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "Odaberi Zadatak" msgstr "Odaberi Zadatak"
@@ -5047,7 +5272,9 @@ msgstr "Postavljanje Platnog Prolaza"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Postavke" msgstr "Postavke"
@@ -5313,10 +5540,14 @@ msgstr "Statistika"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Statistika"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@@ -5402,6 +5635,14 @@ msgstr "Tip Podnošenja"
msgid "Submission by" msgid "Submission by"
msgstr "Predaja od" msgstr "Predaja od"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr "Podnošenje sačuvano!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr "Podnošenja uspješno izbrisana"
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "Sumnjiva mustra pronađena u {0}: {1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Privremeno Onemogućeno"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Uslovi Korišćenja" msgstr "Uslovi Korišćenja"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr "Test Slučajevi"
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Uslovi Korišćenja"
msgid "Test Results" msgid "Test Results"
msgstr "Rezultati Testa" msgstr "Rezultati Testa"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr "Testiraj ovu Vježbu"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr "Testiraj {0}"
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Hvala vam na povratnim informacijama."
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Hvala i Pozdrav" msgstr "Hvala i Pozdrav"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "Grupa je popunjena. Kontaktiraj Administratora." msgstr "Grupa je popunjena. Kontaktiraj Administratora."
@@ -5650,7 +5911,7 @@ msgstr "Ovaj čas je završen"
msgid "This course has:" msgid "This course has:"
msgstr "Ovaj kurs ima:" msgstr "Ovaj kurs ima:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Ovaj kurs je besplatan." msgstr "Ovaj kurs je besplatan."
@@ -5711,6 +5972,10 @@ msgstr "Vrijeme"
msgid "Time Preference" msgid "Time Preference"
msgstr "Vremenska Preferanca" msgstr "Vremenska Preferanca"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr "Vrijeme je za Kviz"
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "Vrijeme u videu" msgstr "Vrijeme u videu"
@@ -5778,6 +6043,7 @@ msgstr "Vremena:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Vremena:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Vremena:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Do"
msgid "To Date" msgid "To Date"
msgstr "Do Datuma" msgstr "Do Datuma"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora." msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube video će se pojaviti na vrhu lekcije."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Vaš račun je uspješno kreiran!" msgstr "Vaš račun je uspješno kreiran!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr "Vaš Rezultat"
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "Vaša grupa {0} počinje sutra" msgstr "Vaša grupa {0} počinje sutra"
@@ -6545,10 +6818,14 @@ msgstr "sedmice"
msgid "you can" msgid "you can"
msgstr "možeš" msgstr "možeš"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0} Zadataka" msgstr "{0} Zadataka"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr "{0} Vježbe"
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0} Otvoreni Poslovi" msgstr "{0} Otvoreni Poslovi"
@@ -6561,6 +6838,10 @@ msgstr "{0} Kvizova"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} Postavke nisu pronađene" msgstr "{0} Postavke nisu pronađene"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr "{0} Podnošenja"
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} se prijavio za posao {1}" msgstr "{0} se prijavio za posao {1}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:38\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Czech\n" "Language-Team: Czech\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:56\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: German\n" "Language-Team: German\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Lektion hinzufügen"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Zeile hinzufügen"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Slot hinzufügen" msgstr "Slot hinzufügen"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Kapitel hinzufügen" msgstr "Kapitel hinzufügen"
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "Zuweisen"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Die Aufgabe wird unten in der Lektion angezeigt." msgstr "Die Aufgabe wird unten in der Lektion angezeigt."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Zuordnungen" msgstr "Zuordnungen"
@@ -517,6 +530,10 @@ msgstr "Zuordnungen"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Bei dieser Frage muss mindestens eine Antwortmöglichkeit richtig sein." msgstr "Bei dieser Frage muss mindestens eine Antwortmöglichkeit richtig sein."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr "Zertifikatslink"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Kapitel"
msgid "Check" msgid "Check"
msgstr "Prüfen" msgstr "Prüfen"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Diskussion prüfen" msgstr "Diskussion prüfen"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "Ort"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Löschen" msgstr "Löschen"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Cloud" msgstr "Cloud"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Code" msgstr "Code"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "Unternehmenswebseite" msgstr "Unternehmenswebseite"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Erstellen"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Neuen Eintrag erstellen" msgstr "Neuen Eintrag erstellen"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Einen Kurs erstellen" msgstr "Einen Kurs erstellen"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Erstellt" msgstr "Erstellt"
@@ -1701,9 +1741,11 @@ msgstr "Standardwährung"
msgid "Degree Type" msgid "Degree Type"
msgstr "Abschlussart" msgstr "Abschlussart"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Profil bearbeiten" msgstr "Profil bearbeiten"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Anzahl der Einschreibungen" msgstr "Anzahl der Einschreibungen"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Beurteilung" msgstr "Beurteilung"
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Übung" msgstr "Übung"
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Übungstitel" msgstr "Übungstitel"
@@ -2205,6 +2258,15 @@ msgstr "Übungstitel"
msgid "Expand" msgid "Expand"
msgstr "Erweitern" msgstr "Erweitern"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Mehr entdecken"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Fehler" msgstr "Fehler"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Fehlgeschlagen"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "Dateityp" msgstr "Dateityp"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Bild: Beschädigter Datenstrom"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "Industrie" msgstr "Industrie"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Beate Beispiel" msgstr "Beate Beispiel"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Bezeichnung" msgstr "Bezeichnung"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Sprache"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Nachname" msgstr "Nachname"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Titel der Unterrichtseinheit" msgstr "Titel der Unterrichtseinheit"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "E-Mail des Mitglieds"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Geändert von" msgstr "Geändert von"
@@ -3700,6 +3847,7 @@ msgstr "Name"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Neu" msgstr "Neu"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "Keine Aufzeichnung" msgstr "Keine Aufzeichnung"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Keine bevorstehenden Bewertungen" msgstr "Keine bevorstehenden Bewertungen"
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Es werden nur Dateien vom Typ {0} akzeptiert." msgstr "Es werden nur Dateien vom Typ {0} akzeptiert."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "Andere" msgstr "Andere"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Ausgabe"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Besitzer" msgstr "Besitzer"
@@ -4092,12 +4249,21 @@ msgstr "Teilweise abgeschlossen"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Erfolgreich" msgstr "Erfolgreich"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Bestanden"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,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" 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" msgstr "Bitte klicken Sie auf die folgende Schaltfläche, um Ihr neues Passwort festzulegen"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr "Bitte loggen Sie sich ein, um mit der Zahlung fortzufahren."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Bitte bereiten Sie sich gut vor und erscheinen Sie pünktlich zu den Prüfungen." msgstr "Bitte bereiten Sie sich gut vor und erscheinen Sie pünktlich zu den Prüfungen."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Privat"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Veröffentlicht am"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Samstag" msgstr "Samstag"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Samstag"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Speichern" msgstr "Speichern"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Einstellungen" msgstr "Einstellungen"
@@ -5313,10 +5540,14 @@ msgstr "Statistiken"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Statistiken"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Zeitweise nicht verfügbar"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Nutzungsbedingungen" msgstr "Nutzungsbedingungen"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Nutzungsbedingungen"
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Danke und Grüße" msgstr "Danke und Grüße"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Dieser Kurs ist kostenlos." msgstr "Dieser Kurs ist kostenlos."
@@ -5711,6 +5972,10 @@ msgstr "Zeit"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "An"
msgid "To Date" msgid "To Date"
msgstr "Bis-Datum" msgstr "Bis-Datum"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Um dieser Gruppe beizutreten, wenden Sie sich bitte an den Administrator." msgstr "Um dieser Gruppe beizutreten, wenden Sie sich bitte an den Administrator."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "Das YouTube-Video wird oben in der Lektion angezeigt."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Ihr Konto wurde erfolgreich erstellt!" msgstr "Ihr Konto wurde erfolgreich erstellt!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "Sie können" msgstr "Sie können"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} hat sich auf die Stelle {1} beworben" msgstr "{0} hat sich auf die Stelle {1} beworben"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:38\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Esperanto\n" "Language-Team: Esperanto\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "crwdns149216:0crwdne149216:0"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "crwdns155288:0crwdne155288:0" msgstr "crwdns155288:0crwdne155288:0"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "crwdns155686:0crwdne155686:0"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "crwdns149218:0crwdne149218:0" msgstr "crwdns149218:0crwdne149218:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr "crwdns155688:0crwdne155688:0"
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "crwdns149220:0crwdne149220:0" msgstr "crwdns149220:0crwdne149220:0"
@@ -192,7 +200,11 @@ msgstr "crwdns151728:0crwdne151728:0"
msgid "Add a new question" msgid "Add a new question"
msgstr "crwdns149228:0crwdne149228:0" msgstr "crwdns149228:0crwdne149228:0"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr "crwdns155690:0crwdne155690:0"
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "crwdns149230:0crwdne149230:0" msgstr "crwdns149230:0crwdne149230:0"
@@ -200,7 +212,7 @@ msgstr "crwdns149230:0crwdne149230:0"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "crwdns149232:0crwdne149232:0" msgstr "crwdns149232:0crwdne149232:0"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "crwdns152104:0crwdne152104:0" msgstr "crwdns152104:0crwdne152104:0"
@@ -463,6 +475,7 @@ msgstr "crwdns149312:0crwdne149312:0"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "crwdns149324:0crwdne149324:0" msgstr "crwdns149324:0crwdne149324:0"
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "crwdns152108:0crwdne152108:0" msgstr "crwdns152108:0crwdne152108:0"
@@ -517,6 +530,10 @@ msgstr "crwdns152108:0crwdne152108:0"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "crwdns149326:0crwdne149326:0" msgstr "crwdns149326:0crwdne149326:0"
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr "crwdns155692:0crwdne155692:0"
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "crwdns155226:0{0}crwdne155226:0" msgstr "crwdns155226:0{0}crwdne155226:0"
@@ -636,6 +653,8 @@ msgstr "crwdns155170:0crwdne155170:0"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "crwdns149360:0crwdne149360:0" msgstr "crwdns149360:0crwdne149360:0"
@@ -843,7 +862,7 @@ msgstr "crwdns149424:0crwdne149424:0"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "crwdns152601:0crwdne152601:0" msgstr "crwdns152601:0crwdne152601:0"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "crwdns149426:0crwdne149426:0" msgstr "crwdns149426:0crwdne149426:0"
@@ -864,7 +883,7 @@ msgstr "crwdns151924:0crwdne151924:0"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "crwdns149446:0crwdne149446:0"
msgid "Check" msgid "Check"
msgstr "crwdns149448:0crwdne149448:0" msgstr "crwdns149448:0crwdne149448:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr "crwdns155694:0crwdne155694:0"
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "crwdns149450:0crwdne149450:0" msgstr "crwdns149450:0crwdne149450:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr "crwdns155696:0crwdne155696:0"
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "crwdns154796:0crwdne154796:0" msgstr "crwdns154796:0crwdne154796:0"
@@ -997,7 +1024,7 @@ msgstr "crwdns149464:0crwdne149464:0"
msgid "Class:" msgid "Class:"
msgstr "crwdns152475:0crwdne152475:0" msgstr "crwdns152475:0crwdne152475:0"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "crwdns152112:0crwdne152112:0" msgstr "crwdns152112:0crwdne152112:0"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "crwdns149476:0crwdne149476:0" msgstr "crwdns149476:0crwdne149476:0"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "crwdns149478:0crwdne149478:0" msgstr "crwdns149478:0crwdne149478:0"
@@ -1181,6 +1211,10 @@ msgstr "crwdns149512:0crwdne149512:0"
msgid "Company Website" msgid "Company Website"
msgstr "crwdns149514:0crwdne149514:0" msgstr "crwdns149514:0crwdne149514:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr "crwdns155698:0crwdne155698:0"
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "crwdns152424:0crwdne152424:0"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "crwdns152426:0crwdne152426:0" msgstr "crwdns152426:0crwdne152426:0"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "crwdns155438:0{0}crwdnd155438:0{1}crwdne155438:0" msgstr "crwdns155438:0{0}crwdnd155438:0{1}crwdne155438:0"
@@ -1402,6 +1436,8 @@ msgstr "crwdns154800:0crwdne154800:0"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "crwdns151468:0crwdne151468:0"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "crwdns154205:0crwdne154205:0" msgstr "crwdns154205:0crwdne154205:0"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "crwdns155088:0crwdne155088:0" msgstr "crwdns155088:0crwdne155088:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr "crwdns155700:0crwdne155700:0"
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "crwdns149612:0crwdne149612:0" msgstr "crwdns149612:0crwdne149612:0"
@@ -1583,7 +1623,7 @@ msgstr "crwdns154451:0crwdne154451:0"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "crwdns154453:0crwdne154453:0" msgstr "crwdns154453:0crwdne154453:0"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "crwdns152116:0crwdne152116:0" msgstr "crwdns152116:0crwdne152116:0"
@@ -1701,9 +1741,11 @@ msgstr "crwdns149642:0crwdne149642:0"
msgid "Degree Type" msgid "Degree Type"
msgstr "crwdns149644:0crwdne149644:0" msgstr "crwdns149644:0crwdne149644:0"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "crwdns149646:0crwdne149646:0" msgstr "crwdns149646:0crwdne149646:0"
@@ -1882,6 +1924,10 @@ msgstr "crwdns155182:0crwdne155182:0"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "crwdns149686:0crwdne149686:0" msgstr "crwdns149686:0crwdne149686:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr "crwdns155702:0crwdne155702:0"
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "crwdns155234:0crwdne155234:0" msgstr "crwdns155234:0crwdne155234:0"
@@ -2041,7 +2087,7 @@ msgstr "crwdns152430:0{0}crwdne152430:0"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "crwdns149730:0crwdne149730:0" msgstr "crwdns149730:0crwdne149730:0"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "crwdns149732:0crwdne149732:0" msgstr "crwdns149732:0crwdne149732:0"
@@ -2095,7 +2141,7 @@ msgstr "crwdns155194:0crwdne155194:0"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "crwdns149746:0crwdne149746:0" msgstr "crwdns149746:0crwdne149746:0"
@@ -2178,8 +2224,12 @@ msgstr "crwdns151472:0crwdne151472:0"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "crwdns149768:0crwdne149768:0" msgstr "crwdns149768:0crwdne149768:0"
@@ -2196,8 +2246,11 @@ msgstr "crwdns149772:0crwdne149772:0"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "crwdns149774:0crwdne149774:0" msgstr "crwdns149774:0crwdne149774:0"
@@ -2205,6 +2258,15 @@ msgstr "crwdns149774:0crwdne149774:0"
msgid "Expand" msgid "Expand"
msgstr "crwdns154608:0crwdne154608:0" msgstr "crwdns154608:0crwdne154608:0"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr "crwdns155704:0crwdne155704:0"
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "crwdns149786:0crwdne149786:0"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "crwdns149788:0crwdne149788:0" msgstr "crwdns149788:0crwdne149788:0"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "crwdns155706:0crwdne155706:0"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "crwdns155242:0{0}crwdnd155242:0{1}crwdne155242:0" msgstr "crwdns155242:0{0}crwdnd155242:0{1}crwdne155242:0"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr "crwdns155708:0{0}crwdne155708:0"
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "crwdns155244:0{0}crwdne155244:0" msgstr "crwdns155244:0{0}crwdne155244:0"
@@ -2286,6 +2361,18 @@ msgstr "crwdns149796:0crwdne149796:0"
msgid "File Type" msgid "File Type"
msgstr "crwdns149798:0crwdne149798:0" msgstr "crwdns149798:0crwdne149798:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr "crwdns155710:0crwdne155710:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr "crwdns155712:0crwdne155712:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr "crwdns155714:0crwdne155714:0"
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "crwdns149914:0crwdne149914:0"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "crwdns149930:0crwdne149930:0"
msgid "Industry" msgid "Industry"
msgstr "crwdns149932:0crwdne149932:0" msgstr "crwdns149932:0crwdne149932:0"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr "crwdns155716:0crwdne155716:0"
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "crwdns151746:0crwdne151746:0"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "crwdns149976:0crwdne149976:0" msgstr "crwdns149976:0crwdne149976:0"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "crwdns155718:0crwdne155718:0"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "crwdns151750:0crwdne151750:0"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "crwdns151752:0crwdne151752:0" msgstr "crwdns151752:0crwdne151752:0"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr "crwdns155720:0crwdne155720:0"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr "crwdns155722:0crwdne155722:0"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "crwdns150066:0crwdne150066:0"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "crwdns150066:0crwdne150066:0"
msgid "LMS Student" msgid "LMS Student"
msgstr "crwdns150068:0crwdne150068:0" msgstr "crwdns150068:0crwdne150068:0"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr "crwdns155724:0crwdne155724:0"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr "crwdns155726:0crwdne155726:0"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "crwdns155250:0crwdne155250:0"
msgid "Label" msgid "Label"
msgstr "crwdns150074:0crwdne150074:0" msgstr "crwdns150074:0crwdne150074:0"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "crwdns155728:0crwdne155728:0"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "crwdns150076:0crwdne150076:0" msgstr "crwdns150076:0crwdne150076:0"
@@ -3188,7 +3317,7 @@ msgstr "crwdns150082:0crwdne150082:0"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "crwdns150084:0crwdne150084:0" msgstr "crwdns150084:0crwdne150084:0"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "crwdns155092:0crwdne155092:0" msgstr "crwdns155092:0crwdne155092:0"
@@ -3200,7 +3329,7 @@ msgstr "crwdns155094:0crwdne155094:0"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "crwdns155096:0crwdne155096:0" msgstr "crwdns155096:0crwdne155096:0"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "crwdns155098:0crwdne155098:0" msgstr "crwdns155098:0crwdne155098:0"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "crwdns150110:0crwdne150110:0" msgstr "crwdns150110:0crwdne150110:0"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "crwdns155254:0crwdne155254:0"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "crwdns155254:0crwdne155254:0"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "crwdns150164:0crwdne150164:0"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "crwdns152280:0crwdne152280:0" msgstr "crwdns152280:0crwdne152280:0"
@@ -3487,6 +3625,8 @@ msgstr "crwdns152280:0crwdne152280:0"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "crwdns152280:0crwdne152280:0"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "crwdns151758:0crwdne151758:0"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "crwdns151758:0crwdne151758:0"
msgid "Moderator" msgid "Moderator"
msgstr "crwdns150196:0crwdne150196:0" msgstr "crwdns150196:0crwdne150196:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr "crwdns155730:0crwdne155730:0"
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "crwdns150198:0crwdne150198:0" msgstr "crwdns150198:0crwdne150198:0"
@@ -3700,6 +3847,7 @@ msgstr "crwdns155198:0crwdne155198:0"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "crwdns150214:0crwdne150214:0" msgstr "crwdns150214:0crwdne150214:0"
@@ -3791,6 +3939,10 @@ msgstr "crwdns152507:0crwdne152507:0"
msgid "No Recording" msgid "No Recording"
msgstr "crwdns150246:0crwdne150246:0" msgstr "crwdns150246:0crwdne150246:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr "crwdns155732:0crwdne155732:0"
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "crwdns150248:0crwdne150248:0" msgstr "crwdns150248:0crwdne150248:0"
@@ -3948,7 +4100,7 @@ msgstr "crwdns151770:0crwdne151770:0"
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "crwdns150308:0{0}crwdne150308:0" msgstr "crwdns150308:0{0}crwdne150308:0"
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "crwdns150310:0crwdne150310:0" msgstr "crwdns150310:0crwdne150310:0"
@@ -4028,6 +4180,11 @@ msgstr "crwdns150340:0crwdne150340:0"
msgid "Others" msgid "Others"
msgstr "crwdns150342:0crwdne150342:0" msgstr "crwdns150342:0crwdne150342:0"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "crwdns155734:0crwdne155734:0"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "crwdns150344:0crwdne150344:0" msgstr "crwdns150344:0crwdne150344:0"
@@ -4092,12 +4249,21 @@ msgstr "crwdns150360:0crwdne150360:0"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "crwdns150362:0crwdne150362:0" msgstr "crwdns150362:0crwdne150362:0"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "crwdns155736:0crwdne155736:0"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "crwdns150388:0crwdne150388:0"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "crwdns150404:0crwdne150404:0"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "crwdns150406:0crwdne150406:0" msgstr "crwdns150406:0crwdne150406:0"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "crwdns151772:0crwdne151772:0" msgstr "crwdns151772:0crwdne151772:0"
@@ -4315,6 +4481,10 @@ msgstr "crwdns150428:0crwdne150428:0"
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "crwdns150430:0crwdne150430:0" msgstr "crwdns150430:0crwdne150430:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr "crwdns155738:0crwdne155738:0"
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "crwdns152615:0crwdne152615:0" msgstr "crwdns152615:0crwdne152615:0"
@@ -4482,6 +4652,14 @@ msgstr "crwdns150478:0crwdne150478:0"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "crwdns150480:0crwdne150480:0" msgstr "crwdns150480:0crwdne150480:0"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr "crwdns155740:0crwdne155740:0"
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "crwdns150482:0crwdne150482:0" msgstr "crwdns150482:0crwdne150482:0"
@@ -4515,6 +4693,37 @@ msgstr "crwdns151792:0crwdne151792:0"
msgid "Program Members" msgid "Program Members"
msgstr "crwdns151794:0crwdne151794:0" msgstr "crwdns151794:0crwdne151794:0"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr "crwdns155742:0crwdne155742:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr "crwdns155744:0crwdne155744:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr "crwdns155746:0crwdne155746:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr "crwdns155748:0crwdne155748:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr "crwdns155750:0crwdne155750:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr "crwdns155752:0crwdne155752:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr "crwdns155754:0crwdne155754:0"
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "crwdns150500:0crwdne150500:0"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "crwdns152619:0crwdne152619:0" msgstr "crwdns152619:0crwdne152619:0"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "crwdns155756:0crwdne155756:0"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "crwdns150520:0crwdne150520:0"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "crwdns150604:0#{0}crwdne150604:0"
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "crwdns150606:0{0}crwdne150606:0" msgstr "crwdns150606:0{0}crwdne150606:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "crwdns150608:0crwdne150608:0" msgstr "crwdns150608:0crwdne150608:0"
@@ -4911,8 +5128,9 @@ msgstr "crwdns154534:0crwdne154534:0"
msgid "Saturday" msgid "Saturday"
msgstr "crwdns150610:0crwdne150610:0" msgstr "crwdns150610:0crwdne150610:0"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "crwdns150610:0crwdne150610:0"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "crwdns150612:0crwdne150612:0" msgstr "crwdns150612:0crwdne150612:0"
@@ -4973,7 +5193,8 @@ msgstr "crwdns152286:0crwdne152286:0"
msgid "Search by Title" msgid "Search by Title"
msgstr "crwdns152288:0crwdne152288:0" msgstr "crwdns152288:0crwdne152288:0"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "crwdns152132:0crwdne152132:0" msgstr "crwdns152132:0crwdne152132:0"
@@ -5001,11 +5222,15 @@ msgstr "crwdns155106:0crwdne155106:0"
msgid "Seats Left" msgid "Seats Left"
msgstr "crwdns150634:0crwdne150634:0" msgstr "crwdns150634:0crwdne150634:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr "crwdns155758:0crwdne155758:0"
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "crwdns150636:0crwdne150636:0" msgstr "crwdns150636:0crwdne150636:0"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "crwdns150638:0crwdne150638:0" msgstr "crwdns150638:0crwdne150638:0"
@@ -5013,7 +5238,7 @@ msgstr "crwdns150638:0crwdne150638:0"
msgid "Select a slot" msgid "Select a slot"
msgstr "crwdns150640:0crwdne150640:0" msgstr "crwdns150640:0crwdne150640:0"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "crwdns152134:0crwdne152134:0" msgstr "crwdns152134:0crwdne152134:0"
@@ -5047,7 +5272,9 @@ msgstr "crwdns154477:0crwdne154477:0"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "crwdns150648:0crwdne150648:0" msgstr "crwdns150648:0crwdne150648:0"
@@ -5313,10 +5540,14 @@ msgstr "crwdns150732:0crwdne150732:0"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "crwdns150732:0crwdne150732:0"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "crwdns150734:0crwdne150734:0" msgstr "crwdns150734:0crwdne150734:0"
@@ -5402,6 +5635,14 @@ msgstr "crwdns154620:0crwdne154620:0"
msgid "Submission by" msgid "Submission by"
msgstr "crwdns152136:0crwdne152136:0" msgstr "crwdns152136:0crwdne152136:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr "crwdns155760:0crwdne155760:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr "crwdns155762:0crwdne155762:0"
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "crwdns151930:0{0}crwdnd151930:0{1}crwdne151930:0"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "crwdns150784:0crwdne150784:0"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "crwdns150786:0crwdne150786:0" msgstr "crwdns150786:0crwdne150786:0"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr "crwdns155764:0crwdne155764:0"
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "crwdns150786:0crwdne150786:0"
msgid "Test Results" msgid "Test Results"
msgstr "crwdns150788:0crwdne150788:0" msgstr "crwdns150788:0crwdne150788:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr "crwdns155766:0crwdne155766:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr "crwdns155768:0{0}crwdne155768:0"
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "crwdns155204:0crwdne155204:0"
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "crwdns150794:0crwdne150794:0" msgstr "crwdns150794:0crwdne150794:0"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "crwdns152138:0crwdne152138:0" msgstr "crwdns152138:0crwdne152138:0"
@@ -5650,7 +5911,7 @@ msgstr "crwdns152144:0crwdne152144:0"
msgid "This course has:" msgid "This course has:"
msgstr "crwdns150820:0crwdne150820:0" msgstr "crwdns150820:0crwdne150820:0"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "crwdns150822:0crwdne150822:0" msgstr "crwdns150822:0crwdne150822:0"
@@ -5711,6 +5972,10 @@ msgstr "crwdns150834:0crwdne150834:0"
msgid "Time Preference" msgid "Time Preference"
msgstr "crwdns150836:0crwdne150836:0" msgstr "crwdns150836:0crwdne150836:0"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr "crwdns155770:0crwdne155770:0"
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "crwdns155306:0crwdne155306:0" msgstr "crwdns155306:0crwdne155306:0"
@@ -5778,6 +6043,7 @@ msgstr "crwdns150848:0crwdne150848:0"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "crwdns150848:0crwdne150848:0"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "crwdns150848:0crwdne150848:0"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "crwdns150852:0crwdne150852:0"
msgid "To Date" msgid "To Date"
msgstr "crwdns150854:0crwdne150854:0" msgstr "crwdns150854:0crwdne150854:0"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "crwdns150858:0crwdne150858:0" msgstr "crwdns150858:0crwdne150858:0"
@@ -5878,8 +6146,9 @@ msgstr "crwdns150876:0crwdne150876:0"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "crwdns151032:0crwdne151032:0"
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "crwdns151034:0crwdne151034:0" msgstr "crwdns151034:0crwdne151034:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr "crwdns155772:0crwdne155772:0"
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "crwdns154222:0{0}crwdne154222:0" msgstr "crwdns154222:0{0}crwdne154222:0"
@@ -6545,10 +6818,14 @@ msgstr "crwdns152184:0crwdne152184:0"
msgid "you can" msgid "you can"
msgstr "crwdns151076:0crwdne151076:0" msgstr "crwdns151076:0crwdne151076:0"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "crwdns155124:0{0}crwdne155124:0" msgstr "crwdns155124:0{0}crwdne155124:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr "crwdns155774:0{0}crwdne155774:0"
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "crwdns154726:0{0}crwdne154726:0" msgstr "crwdns154726:0{0}crwdne154726:0"
@@ -6561,6 +6838,10 @@ msgstr "crwdns155126:0{0}crwdne155126:0"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "crwdns151078:0{0}crwdne151078:0" msgstr "crwdns151078:0{0}crwdne151078:0"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr "crwdns155776:0{0}crwdne155776:0"
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "crwdns151080:0{0}crwdnd151080:0{1}crwdne151080:0" msgstr "crwdns151080:0{0}crwdnd151080:0{1}crwdne151080:0"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:56\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Spanish\n" "Language-Team: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Añadir una clase"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Añadir Fila"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Agregar espacio" msgstr "Agregar espacio"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Añadir un capítulo" msgstr "Añadir un capítulo"
@@ -192,7 +200,11 @@ msgstr "Añadir una lección"
msgid "Add a new question" msgid "Add a new question"
msgstr "Añadir una nueva pregunta" msgstr "Añadir una nueva pregunta"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Añade un cuestionario a tu lección" msgstr "Añade un cuestionario a tu lección"
@@ -200,7 +212,7 @@ msgstr "Añade un cuestionario a tu lección"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Añadir un examen" msgstr "Añadir un examen"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "Asignar"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "La tarea aparecerá al final de la lección." msgstr "La tarea aparecerá al final de la lección."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Asignaciones" msgstr "Asignaciones"
@@ -517,6 +530,10 @@ msgstr "Asignaciones"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Al menos una opción debe ser correcta para esta pregunta." msgstr "Al menos una opción debe ser correcta para esta pregunta."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Evaluador de Lote" msgstr "Evaluador de Lote"
@@ -843,7 +862,7 @@ msgstr "Enlace de certificado"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Certificado guardado correctamente" msgstr "Certificado guardado correctamente"
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Capítulos"
msgid "Check" msgid "Check"
msgstr "Marcar" msgstr "Marcar"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Comprobar el debate" msgstr "Comprobar el debate"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "Ciudad"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Quitar" msgstr "Quitar"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Nube" msgstr "Nube"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Código" msgstr "Código"
@@ -1181,6 +1211,10 @@ msgstr "Tipo de empresa"
msgid "Company Website" msgid "Company Website"
msgstr "Página Web de la empresa" msgstr "Página Web de la empresa"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Crear"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Crear" msgstr "Crear"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Crear un curso" msgstr "Crear un curso"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Creado" msgstr "Creado"
@@ -1701,9 +1741,11 @@ msgstr "Divisa / modena predeterminada"
msgid "Degree Type" msgid "Degree Type"
msgstr "Tipo de Grado" msgstr "Tipo de Grado"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Eliminar" msgstr "Eliminar"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Editar perfil" msgstr "Editar perfil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Recuento de inscripciones" msgstr "Recuento de inscripciones"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Error al inscribirse" msgstr "Error al inscribirse"
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Evaluación" msgstr "Evaluación"
@@ -2178,8 +2224,12 @@ msgstr "Ejemplo: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Ejercicio" msgstr "Ejercicio"
@@ -2196,8 +2246,11 @@ msgstr "Entregas de ejercicios"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Título del ejercicio" msgstr "Título del ejercicio"
@@ -2205,6 +2258,15 @@ msgstr "Título del ejercicio"
msgid "Expand" msgid "Expand"
msgstr "Expandir" msgstr "Expandir"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Explorar más"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Falla" msgstr "Falla"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Falló"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr "Campo de especialización/estudio"
msgid "File Type" msgid "File Type"
msgstr "Tipo de Archivo" msgstr "Tipo de Archivo"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Imagen: Flujo de datos corruptos"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Trabajo individual"
msgid "Industry" msgid "Industry"
msgstr "Industria" msgstr "Industria"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "María Pérez" msgstr "María Pérez"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "Fuente LMS"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "Fuente LMS"
msgid "LMS Student" msgid "LMS Student"
msgstr "Estudiante LMS" msgstr "Estudiante LMS"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Etiqueta" msgstr "Etiqueta"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Idioma"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Apellido" msgstr "Apellido"
@@ -3188,7 +3317,7 @@ msgstr "Referencia de la lección"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Título de la lección" msgstr "Título de la lección"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "URL LiveCode" msgstr "URL LiveCode"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Correo electrónico del miembro"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "Moderador" msgstr "Moderador"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Modificado por" msgstr "Modificado por"
@@ -3700,6 +3847,7 @@ msgstr "Nombre"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Nuevo" msgstr "Nuevo"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "Sin grabación" msgstr "Sin grabación"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "No hay próximas evaluaciones" msgstr "No hay próximas evaluaciones"
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Sólo se aceptarán archivos del tipo {0}." msgstr "Sólo se aceptarán archivos del tipo {0}."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Sólo se permiten archivos de imagen." msgstr "Sólo se permiten archivos de imagen."
@@ -4028,6 +4180,11 @@ msgstr "Cantidad original"
msgid "Others" msgid "Others"
msgstr "Otros" msgstr "Otros"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Salida"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Propietario" msgstr "Propietario"
@@ -4092,12 +4249,21 @@ msgstr "Parcialmente completo"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Aprobar" msgstr "Aprobar"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Aprobado"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "La aplicación de pagos no está instalada"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,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" 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" msgstr "Haga clic en el siguiente botón para establecer su nueva contraseña"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr "Por favor inicie sesión para continuar con el pago."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Por favor, prepárese bien y llegue a tiempo a las evaluaciones." msgstr "Por favor, prepárese bien y llegue a tiempo a las evaluaciones."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Privado"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "La información privada incluye su calificación y preferencias de entorno laboral." msgstr "La información privada incluye su calificación y preferencias de entorno laboral."
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Proceder al pago" msgstr "Proceder al pago"
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Publicado el"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Preguntas eliminadas correctamente"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Fila #{0} La hora de inicio no puede estar fuera de la duración del lot
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Las filas {0} tienen preguntas duplicadas." msgstr "Las filas {0} tienen preguntas duplicadas."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Ejecutar" msgstr "Ejecutar"
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Sábado" msgstr "Sábado"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Sábado"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Guardar" msgstr "Guardar"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "Asiento restantea" msgstr "Asiento restantea"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Seleccione una pregunta" msgstr "Seleccione una pregunta"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Seleccione un cuestionario" msgstr "Seleccione un cuestionario"
@@ -5013,7 +5238,7 @@ msgstr "Seleccione un cuestionario"
msgid "Select a slot" msgid "Select a slot"
msgstr "Selecciona un Espacio" msgstr "Selecciona un Espacio"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Configuración" msgstr "Configuración"
@@ -5313,10 +5540,14 @@ msgstr "Estadísticas"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Estadísticas"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Estado" msgstr "Estado"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Desactivado temporalmente"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Términos de Uso" msgstr "Términos de Uso"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Términos de Uso"
msgid "Test Results" msgid "Test Results"
msgstr "Resultados de la prueba" msgstr "Resultados de la prueba"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Gracias y saludos" msgstr "Gracias y saludos"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "Este curso tiene:" msgstr "Este curso tiene:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Este curso es gratuito." msgstr "Este curso es gratuito."
@@ -5711,6 +5972,10 @@ msgstr "Hora"
msgid "Time Preference" msgid "Time Preference"
msgstr "Preferencia horaria" msgstr "Preferencia horaria"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr "Horarios:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Horarios:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Horarios:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "A"
msgid "To Date" msgid "To Date"
msgstr "Hasta la fecha" msgstr "Hasta la fecha"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Para unirse a este lote, comuníquese con el Administrador." msgstr "Para unirse a este lote, comuníquese con el Administrador."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "El vídeo de YouTube aparecerá en la parte superior de la lección."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "¡Su cuenta ha sido creada satisfactoriamente!" msgstr "¡Su cuenta ha sido creada satisfactoriamente!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "puedes" msgstr "puedes"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "Configuraciones {0} no encontradas" msgstr "Configuraciones {0} no encontradas"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} ha solicitado el puesto {1}" msgstr "{0} ha solicitado el puesto {1}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Persian\n" "Language-Team: Persian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "افزودن درس"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "افزودن ردیف"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "افزودن فصل" msgstr "افزودن فصل"
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "اختصاص دهید"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "تکلیف زیر درس نشان داده می‌شود." msgstr "تکلیف زیر درس نشان داده می‌شود."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "تکالیف" msgstr "تکالیف"
@@ -517,6 +530,10 @@ msgstr "تکالیف"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "حداقل یک گزینه برای این سؤال باید صحیح باشد." msgstr "حداقل یک گزینه برای این سؤال باید صحیح باشد."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "ارزیاب دسته" msgstr "ارزیاب دسته"
@@ -843,7 +862,7 @@ msgstr "لینک گواهی"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "فصل‌ها"
msgid "Check" msgid "Check"
msgstr "بررسی" msgstr "بررسی"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "شهر"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "پاک کردن" msgstr "پاک کردن"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "ابر" msgstr "ابر"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "کد" msgstr "کد"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "وب سایت شرکت" msgstr "وب سایت شرکت"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "ثبت نام خود را تکمیل کنید"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "ثبت نام خود را تکمیل کنید - فرصت را از دست ندهید!" msgstr "ثبت نام خود را تکمیل کنید - فرصت را از دست ندهید!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "ایجاد کردن"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "ایجاد جدید" msgstr "ایجاد جدید"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "ایجاد دوره" msgstr "ایجاد دوره"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "ایجاد شده" msgstr "ایجاد شده"
@@ -1701,9 +1741,11 @@ msgstr "ارز پیش‌فرض"
msgid "Degree Type" msgid "Degree Type"
msgstr "نوع مدرک" msgstr "نوع مدرک"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "حذف" msgstr "حذف"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "ویرایش نمایه" msgstr "ویرایش نمایه"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr "تایید ثبت نام برای {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "ارزیابی" msgstr "ارزیابی"
@@ -2178,8 +2224,12 @@ msgstr "مثال: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "تمرین" msgstr "تمرین"
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "بسط دادن" msgstr "بسط دادن"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "ناموفق"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "نوع فایل" msgstr "نوع فایل"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "صنعت" msgstr "صنعت"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "آیتم‌ها با موفقیت حذف شدند"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "جین دو" msgstr "جین دو"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "جاوا اسکریپت"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "منبع LMS"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "منبع LMS"
msgid "LMS Student" msgid "LMS Student"
msgstr "دانشجوی LMS" msgstr "دانشجوی LMS"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "برچسب" msgstr "برچسب"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "زبان"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "نام خانوادگی" msgstr "نام خانوادگی"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "عنوان درس" msgstr "عنوان درس"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "درس با موفقیت ایجاد شد" msgstr "درس با موفقیت ایجاد شد"
@@ -3200,7 +3329,7 @@ msgstr "درس با موفقیت حذف شد"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "درس با موفقیت منتقل شد" msgstr "درس با موفقیت منتقل شد"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "درس با موفقیت به‌روزرسانی شد" msgstr "درس با موفقیت به‌روزرسانی شد"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "تغییر داده شده توسط" msgstr "تغییر داده شده توسط"
@@ -3700,6 +3847,7 @@ msgstr "نام"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "جدید" msgstr "جدید"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "بدون ارزیابی های آتی" msgstr "بدون ارزیابی های آتی"
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "فقط فایل هایی از نوع {0} پذیرفته می‌شوند." msgstr "فقط فایل هایی از نوع {0} پذیرفته می‌شوند."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "سایر" msgstr "سایر"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "خروجی"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "مالک" msgstr "مالک"
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "گذشت"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "لطفا ایمیل خود را برای تایید بررسی کنید"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "خصوصی"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "منتشر شده در"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "پایتون"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr "سئو"
msgid "Saturday" msgid "Saturday"
msgstr "شنبه" msgstr "شنبه"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "شنبه"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "ذخیره" msgstr "ذخیره"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "جستجو بر اساس عنوان" msgstr "جستجو بر اساس عنوان"
@@ -5001,11 +5222,15 @@ msgstr "تعداد صندلی‌ها نمی‌تواند منفی باشد."
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr "راه‌اندازی درگاه پرداخت"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "تنظیمات" msgstr "تنظیمات"
@@ -5313,10 +5540,14 @@ msgstr "آمار"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "آمار"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "وضعیت" msgstr "وضعیت"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "ارسال توسط" msgstr "ارسال توسط"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "موقتا غیر فعال می باشد"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "شرایط استفاده" msgstr "شرایط استفاده"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "شرایط استفاده"
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr "این کلاس به پایان رسید"
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr "زمان"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "به"
msgid "To Date" msgid "To Date"
msgstr "تا تاریخ" msgstr "تا تاریخ"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr "توییتر"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr "هفته ها"
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:56\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: French\n" "Language-Team: French\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Ajouter une leçon"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Ajouter un emplacement" msgstr "Ajouter un emplacement"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Ajouter un chapitre" msgstr "Ajouter un chapitre"
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "Assigner"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Le devoir apparaîtra au bas de la leçon." msgstr "Le devoir apparaîtra au bas de la leçon."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Affectations" msgstr "Affectations"
@@ -517,6 +530,10 @@ msgstr "Affectations"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Au moins une option doit être correcte pour cette question." msgstr "Au moins une option doit être correcte pour cette question."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Évaluateur de lots" msgstr "Évaluateur de lots"
@@ -843,7 +862,7 @@ msgstr "Lien de certificat"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Chapitres"
msgid "Check" msgid "Check"
msgstr "Vérifier" msgstr "Vérifier"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Vérifiez la discussion" msgstr "Vérifiez la discussion"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "Ville"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Nettoyer" msgstr "Nettoyer"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Nuage" msgstr "Nuage"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Code" msgstr "Code"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "Site Web de l'entreprise" msgstr "Site Web de l'entreprise"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Créer"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Créer Nouveau(elle)" msgstr "Créer Nouveau(elle)"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Créer un cours" msgstr "Créer un cours"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Créé" msgstr "Créé"
@@ -1701,9 +1741,11 @@ msgstr "Devise par Défaut"
msgid "Degree Type" msgid "Degree Type"
msgstr "Type de diplôme" msgstr "Type de diplôme"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Modifier le Profil" msgstr "Modifier le Profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Évaluation" msgstr "Évaluation"
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "Développer" msgstr "Développer"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Échoué"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "Type de fichier" msgstr "Type de fichier"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "Industrie" msgstr "Industrie"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "Javascript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Étiquette" msgstr "Étiquette"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Langue"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Nom de Famille" msgstr "Nom de Famille"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Modifié Par" msgstr "Modifié Par"
@@ -3700,6 +3847,7 @@ msgstr "Nom"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Nouveau" msgstr "Nouveau"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "Autres" msgstr "Autres"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Sortie"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Responsable" msgstr "Responsable"
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Passé"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Veuillez vérifier votre email pour validation"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Veuillez bien vous préparer et être à temps pour les évaluations." msgstr "Veuillez bien vous préparer et être à temps pour les évaluations."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Privé"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Publié le"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Samedi" msgstr "Samedi"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Samedi"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Sauvegarder" msgstr "Sauvegarder"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Paramètres" msgstr "Paramètres"
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Statut" msgstr "Statut"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Temporairement désactivé"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr "Temps"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "À"
msgid "To Date" msgid "To Date"
msgstr "Jusqu'au" msgstr "Jusqu'au"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:57\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Croatian\n" "Language-Team: Croatian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Dodaj Lekciju"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "Dodaj kviz u video" msgstr "Dodaj kviz u video"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Dodaj Red"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Dodaj Vrijeme" msgstr "Dodaj Vrijeme"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr "Dodaj Test Slučaj"
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Dodaj Poglavlje" msgstr "Dodaj Poglavlje"
@@ -192,7 +200,11 @@ msgstr "Dodaj Lekciju"
msgid "Add a new question" msgid "Add a new question"
msgstr "Dodaj novo pitanje" msgstr "Dodaj novo pitanje"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr "Dodajte vježbu programiranja u lekciju"
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Dodaj kviz svojoj lekciji" msgstr "Dodaj kviz svojoj lekciji"
@@ -200,7 +212,7 @@ msgstr "Dodaj kviz svojoj lekciji"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Dodaj Procjenu" msgstr "Dodaj Procjenu"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "Dodaj zadatak svojoj lekciji" msgstr "Dodaj zadatak svojoj lekciji"
@@ -463,6 +475,7 @@ msgstr "Dodijeli"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Zadatak će se pojaviti na dnu lekcije." msgstr "Zadatak će se pojaviti na dnu lekcije."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Dodjele" msgstr "Dodjele"
@@ -517,6 +530,10 @@ msgstr "Dodjele"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Barem jedna opcija mora biti tačna za ovo pitanje." msgstr "Barem jedna opcija mora biti tačna za ovo pitanje."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr "Za vježbu programiranja potreban je barem jedan test primjer."
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "Prisutnost na Nastavi - {0}" msgstr "Prisutnost na Nastavi - {0}"
@@ -636,6 +653,8 @@ msgstr "Potvrda Grupnog Upisa"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Ocjenjivač Grupe" msgstr "Ocjenjivač Grupe"
@@ -843,7 +862,7 @@ msgstr "Veza Certifikata"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "Certifikat o Završetku" msgstr "Certifikat o Završetku"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Certifikat je uspješno spremljen" msgstr "Certifikat je uspješno spremljen"
@@ -864,7 +883,7 @@ msgstr "Certifikati su uspješno generirani"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Poglavlja"
msgid "Check" msgid "Check"
msgstr "Provjeri" msgstr "Provjeri"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr "Provjeri sva Podnošenja"
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Provjerite Diskusiju" msgstr "Provjerite Diskusiju"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr "Provjeri Podnošenje"
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "Provjeri Podneske" msgstr "Provjeri Podneske"
@@ -997,7 +1024,7 @@ msgstr "Grad"
msgid "Class:" msgid "Class:"
msgstr "Razred:" msgstr "Razred:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Očisti" msgstr "Očisti"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Cloud" msgstr "Cloud"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr "Tip Kompanije"
msgid "Company Website" msgid "Company Website"
msgstr "Web stranica Kompanije" msgstr "Web stranica Kompanije"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr "Poruka Kompajlera"
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "Završi Upis"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "Završi upis - ne propusti!" msgstr "Završi upis - ne propusti!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "Riješi predstojći kviz kako biste nastavili gledati video. Kviz će se otvoriti za {0} {1}." msgstr "Riješi predstojći kviz kako biste nastavili gledati video. Kviz će se otvoriti za {0} {1}."
@@ -1402,6 +1436,8 @@ msgstr "Završeci Tečaja"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Kreiraj"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "Stvori Certifikat" msgstr "Stvori Certifikat"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Kreiraj" msgstr "Kreiraj"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr "Izradi Vježbu Programiranja"
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Kreiraj Kurs" msgstr "Kreiraj Kurs"
@@ -1583,7 +1623,7 @@ msgstr "Napravi vaš prvi kurs"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "Napravi vašj prvi kviz" msgstr "Napravi vašj prvi kviz"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Kreirano" msgstr "Kreirano"
@@ -1701,9 +1741,11 @@ msgstr "Standard Valuta"
msgid "Degree Type" msgid "Degree Type"
msgstr "Tip Stepena" msgstr "Tip Stepena"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Izbriši" msgstr "Izbriši"
@@ -1882,6 +1924,10 @@ msgstr "Uredi predložak e-pošte"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Uredi Profil" msgstr "Uredi Profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr "Uredi Programsku Vježbu"
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "Uredi Zoom Račun" msgstr "Uredi Zoom Račun"
@@ -2041,7 +2087,7 @@ msgstr "Potvrda upisa za {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Broj Upisa" msgstr "Broj Upisa"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Upis nije uspio" msgstr "Upis nije uspio"
@@ -2095,7 +2141,7 @@ msgstr "Pogreška pri ažuriranju predloška e-pošte"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Evaluacija" msgstr "Evaluacija"
@@ -2178,8 +2224,12 @@ msgstr "Primjer: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Vježba" msgstr "Vježba"
@@ -2196,8 +2246,11 @@ msgstr "Prijava Vježbe"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Naziv Vježbe" msgstr "Naziv Vježbe"
@@ -2205,6 +2258,15 @@ msgstr "Naziv Vježbe"
msgid "Expand" msgid "Expand"
msgstr "Proširi" msgstr "Proširi"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr "Očekivani Izlaz"
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Istraži Više"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Neuspjeh" msgstr "Neuspjeh"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Neuspješno"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "Nije uspjelo preuzimanje podataka o prisutnosti sa Zooma za čas {0}: {1}" msgstr "Nije uspjelo preuzimanje podataka o prisutnosti sa Zooma za čas {0}: {1}"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr "Podnošenje nije uspjelo. Pokušaj ponovo. {0}"
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "Nije uspjelo ažuriranje meta oznaka {0}" msgstr "Nije uspjelo ažuriranje meta oznaka {0}"
@@ -2286,6 +2361,18 @@ msgstr "Smjer/Studij"
msgid "File Type" msgid "File Type"
msgstr "Tip Datoteke" msgstr "Tip Datoteke"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr "Filtriraj po Vježbi"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr "Filtriraj po Članu"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr "Filtriraj po Statusu"
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Slika: Oštećen Tok Podataka"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Individualni Rad"
msgid "Industry" msgid "Industry"
msgstr "Industrija" msgstr "Industrija"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr "Ulaz"
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "Stavke su uspješno uklonjene"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Jane Doe" msgstr "Jane Doe"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "Kurs Programa"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "Član Programa" msgstr "Član Programa"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr "Vježba Programiranja"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr "Podnošenje Vježbe Programiranja"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "Izvor"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "Izvor"
msgid "LMS Student" msgid "LMS Student"
msgstr "Student" msgstr "Student"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr "Test Slučaj"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr "Podnošenje Test Slučaja"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "Zoom Postavke"
msgid "Label" msgid "Label"
msgstr "Oznaka" msgstr "Oznaka"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Jezik"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Prezime" msgstr "Prezime"
@@ -3188,7 +3317,7 @@ msgstr "Referenca Lekcije"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Naziv Lekcije" msgstr "Naziv Lekcije"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "Lekcija je uspješno kreirana" msgstr "Lekcija je uspješno kreirana"
@@ -3200,7 +3329,7 @@ msgstr "Lekcija je uspješno izbrisana"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "Lekcija je uspješno premještena" msgstr "Lekcija je uspješno premještena"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "Lekcija je uspješno ažurirana" msgstr "Lekcija je uspješno ažurirana"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "URL LiveCode" msgstr "URL LiveCode"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "ID Sastanka"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "ID Sastanka"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "E-pošta Člana"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "Slika Člana" msgstr "Slika Člana"
@@ -3487,6 +3625,8 @@ msgstr "Slika Člana"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "Slika Člana"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "Za pitanja sa više odgovora potrebne su najmanje dvije opcije."
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "Za pitanja sa više odgovora potrebne su najmanje dvije opcije."
msgid "Moderator" msgid "Moderator"
msgstr "Moderator" msgstr "Moderator"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr "Izmijenjeno"
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Izmijenio" msgstr "Izmijenio"
@@ -3700,6 +3847,7 @@ msgstr "Naziv"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Novi" msgstr "Novi"
@@ -3791,6 +3939,10 @@ msgstr "Nije pronađen nijedna Kviz prijava"
msgid "No Recording" msgid "No Recording"
msgstr "Nema Snimanja" msgstr "Nema Snimanja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr "Nema Podnošenja"
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Nema Predstojećih Ocjenjivanja" msgstr "Nema Predstojećih Ocjenjivanja"
@@ -3948,7 +4100,7 @@ msgstr "Programu se mogu dodati samo kursevi za koje je samostalno učenje onemo
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Samo datoteke tipa {0} će biti prihvaćeni." msgstr "Samo datoteke tipa {0} će biti prihvaćeni."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Dozvoljena je samo datoteka slike." msgstr "Dozvoljena je samo datoteka slike."
@@ -4028,6 +4180,11 @@ msgstr "Originalni Iznos"
msgid "Others" msgid "Others"
msgstr "Ostalo" msgstr "Ostalo"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Izlaz"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Odgovorni" msgstr "Odgovorni"
@@ -4092,12 +4249,21 @@ msgstr "Djelomično Završeno"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Uspješno" msgstr "Uspješno"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Odobreno"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Aplikacija plaćanja nije instalirana"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Provjeri e-poštu za potvrdu"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "Klikni na sljedeće dugme da postavite novu lozinku" msgstr "Klikni na sljedeće dugme da postavite novu lozinku"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." 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." msgstr "Završite prethodne kurseve u programu da biste se upisali na ovaj kurs."
@@ -4315,6 +4481,10 @@ msgstr "Prijavi se da nastaviš s plaćanjem."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Dobro se pripremi i dođi na vrijeme za ocjenjivanje." msgstr "Dobro se pripremi i dođi na vrijeme za ocjenjivanje."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr "Pokreni kod za izvršavanje test slučajeva."
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "Zakaži ocjenjvanje kako biste dobili certifikat." msgstr "Zakaži ocjenjvanje kako biste dobili certifikat."
@@ -4482,6 +4652,14 @@ msgstr "Privatno"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Privatni Podaci uključuju vašu Ocjenu i Preference Radnog Okruženja" msgstr "Privatni Podaci uključuju vašu Ocjenu i Preference Radnog Okruženja"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr "Opis Problema"
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Prijeđi na Plaćanje" msgstr "Prijeđi na Plaćanje"
@@ -4515,6 +4693,37 @@ msgstr "Član Programa"
msgid "Program Members" msgid "Program Members"
msgstr "Članovi Programa" msgstr "Članovi Programa"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr "Vježba Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr "Podnošenje Vježbe Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr "Podnošenja Vježbi Programiranja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr "Vježba Programiranja uspješno kreirana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr "Vježba Programiranja uspješno izbrisana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr "Vježba Programiranja uspješno ažurirana"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr "Vježbe Programiranja"
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Objavljeno dana"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "Kupljeni Certifikat" msgstr "Kupljeni Certifikat"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Pitanja su uspješno izbrisana"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Red #{0} Vrijeme početka ne može biti izvan trajanja grupe."
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Redovi {0} imaju dupla pitanja." msgstr "Redovi {0} imaju dupla pitanja."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Izvrši" msgstr "Izvrši"
@@ -4911,8 +5128,9 @@ msgstr "SEO"
msgid "Saturday" msgid "Saturday"
msgstr "Subota" msgstr "Subota"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Subota"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Spremi" msgstr "Spremi"
@@ -4973,7 +5193,8 @@ msgstr "Traži po Imenu"
msgid "Search by Title" msgid "Search by Title"
msgstr "Traži po Nazivu" msgstr "Traži po Nazivu"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Traži po Nazivu" msgstr "Traži po Nazivu"
@@ -5001,11 +5222,15 @@ msgstr "Broj sjedala ne može biti negativan."
msgid "Seats Left" msgid "Seats Left"
msgstr "Preostalih Mjesta" msgstr "Preostalih Mjesta"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr "Odaberi Vježbu Programiranja"
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Odaberi Pitanje" msgstr "Odaberi Pitanje"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Odaberi Kviz" msgstr "Odaberi Kviz"
@@ -5013,7 +5238,7 @@ msgstr "Odaberi Kviz"
msgid "Select a slot" msgid "Select a slot"
msgstr "Odaberi termin" msgstr "Odaberi termin"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "Odaberi Zadatak" msgstr "Odaberi Zadatak"
@@ -5047,7 +5272,9 @@ msgstr "Postavljanje Platnog Prolaza"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Postavke" msgstr "Postavke"
@@ -5289,7 +5516,7 @@ msgstr "Pokretačka Organizacija"
#: frontend/src/pages/Billing.vue:83 #: frontend/src/pages/Billing.vue:83
msgid "State" msgid "State"
msgstr "Zemlja" msgstr "Stanje"
#. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course' #. Label of the tab_4_tab (Tab Break) field in DocType 'LMS Course'
#. Label of the statistics (Check) field in DocType 'LMS Settings' #. Label of the statistics (Check) field in DocType 'LMS Settings'
@@ -5313,10 +5540,14 @@ msgstr "Statistika"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Statistika"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@@ -5402,6 +5635,14 @@ msgstr "Tip Podnošenja"
msgid "Submission by" msgid "Submission by"
msgstr "Predaja od" msgstr "Predaja od"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr "Podnošenje sačuvano!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr "Podnošenja uspješno izbrisana"
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "Sumnjiva mustra pronađena u {0}: {1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Privremeno Onemogućeno"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Uslovi Korišćenja" msgstr "Uslovi Korišćenja"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr "Test Slučajevi"
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Uslovi Korišćenja"
msgid "Test Results" msgid "Test Results"
msgstr "Rezultati Testa" msgstr "Rezultati Testa"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr "Testiraj ovu Vježbu"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr "Testiraj {0}"
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Hvala vam na povratnim informacijama."
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Hvala i Pozdrav" msgstr "Hvala i Pozdrav"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "Grupa je popunjena. Kontaktiraj Administratora." msgstr "Grupa je popunjena. Kontaktiraj Administratora."
@@ -5650,7 +5911,7 @@ msgstr "Ovaj čas je završen"
msgid "This course has:" msgid "This course has:"
msgstr "Ovaj kurs ima:" msgstr "Ovaj kurs ima:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Ovaj kurs je besplatan." msgstr "Ovaj kurs je besplatan."
@@ -5711,6 +5972,10 @@ msgstr "Vrijeme"
msgid "Time Preference" msgid "Time Preference"
msgstr "Vremenska Preferanca" msgstr "Vremenska Preferanca"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr "Vrijeme je za Kviz"
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "Vrijeme u videu" msgstr "Vrijeme u videu"
@@ -5778,6 +6043,7 @@ msgstr "Vremena:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Vremena:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Vremena:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Do"
msgid "To Date" msgid "To Date"
msgstr "Do Datuma" msgstr "Do Datuma"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora." msgstr "Da biste se pridružili ovoj grupi, kontaktirajte administratora."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube video će se pojaviti na vrhu lekcije."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Vaš račun je uspješno kreiran!" msgstr "Vaš račun je uspješno kreiran!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr "Vaš Rezultat"
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "Vaša grupa {0} počinje sutra" msgstr "Vaša grupa {0} počinje sutra"
@@ -6545,10 +6818,14 @@ msgstr "sedmice"
msgid "you can" msgid "you can"
msgstr "možeš" msgstr "možeš"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0} Zadataka" msgstr "{0} Zadataka"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr "{0} Vježbe"
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0} Otvoreni Poslovi" msgstr "{0} Otvoreni Poslovi"
@@ -6561,6 +6838,10 @@ msgstr "{0} Kvizova"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} Postavke nisu pronađene" msgstr "{0} Postavke nisu pronađene"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr "{0} Podnošenja"
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} se prijavio za posao {1}" msgstr "{0} se prijavio za posao {1}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Hungarian\n" "Language-Team: Hungarian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Feladatok" msgstr "Feladatok"
@@ -517,6 +530,10 @@ msgstr "Feladatok"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Egyértelmű" msgstr "Egyértelmű"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "Cég honlapja" msgstr "Cég honlapja"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Új létrehozása" msgstr "Új létrehozása"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Alkotó" msgstr "Alkotó"
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Profil szerkesztése" msgstr "Profil szerkesztése"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "Kiterjed" msgstr "Kiterjed"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Nem sikerül" msgstr "Nem sikerül"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "Fájl típusa" msgstr "Fájl típusa"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "LMS diák" msgstr "LMS diák"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Felirat" msgstr "Felirat"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Nyelv"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Keresztnév" msgstr "Keresztnév"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Módosította" msgstr "Módosította"
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Kérjük, ellenőrizze e-mail a vizsgálathoz"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Magán"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Szombat" msgstr "Szombat"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Szombat"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Átmenetileg letiltva"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr "Idő"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:38\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Italian\n" "Language-Team: Italian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:38\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Dutch\n" "Language-Team: Dutch\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -99,7 +99,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:174 #: frontend/src/components/Settings/ZoomSettings.vue:174
msgid "Account" msgid "Account"
msgstr "" msgstr "Rekening"
#. Label of the account_id (Data) field in DocType 'LMS Zoom Settings' #. Label of the account_id (Data) field in DocType 'LMS Zoom Settings'
#. Label of the account_id (Data) field in DocType 'Zoom Settings' #. Label of the account_id (Data) field in DocType 'Zoom Settings'
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -244,7 +256,7 @@ msgstr ""
#: frontend/src/pages/Billing.vue:74 #: frontend/src/pages/Billing.vue:74
msgid "Address Line 1" msgid "Address Line 1"
msgstr "" msgstr "Adres Lijn 1"
#: frontend/src/pages/Billing.vue:78 #: frontend/src/pages/Billing.vue:78
msgid "Address Line 2" msgid "Address Line 2"
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,14 +522,18 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr "opdrachten"
#: lms/lms/doctype/lms_question/lms_question.py:43 #: lms/lms/doctype/lms_question/lms_question.py:43
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Polish\n" "Language-Team: Polish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Dodaj wiersz"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Przydziały" msgstr "Przydziały"
@@ -517,6 +530,10 @@ msgstr "Przydziały"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "Czek" msgstr "Czek"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Jasny" msgstr "Jasny"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Utwórz nowy" msgstr "Utwórz nowy"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "utworzył(a)" msgstr "utworzył(a)"
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Edytuj profil" msgstr "Edytuj profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "Rozszerzać" msgstr "Rozszerzać"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Nie powiodło się." msgstr "Nie powiodło się."
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "Typ pliku" msgstr "Typ pliku"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "Przedsiębiorstwo" msgstr "Przedsiębiorstwo"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "javascript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Etykieta" msgstr "Etykieta"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Język"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Nazwisko" msgstr "Nazwisko"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Wydajność"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Zdał"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Proszę sprawdzić pocztę do weryfikacji"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Prywatny"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Opublikowany"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Sobota" msgstr "Sobota"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Sobota"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Czasowo niedostępne"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr "Czas"
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Portuguese\n" "Language-Team: Portuguese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Portuguese, Brazilian\n" "Language-Team: Portuguese, Brazilian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Adicionar Linha"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "Verifica" msgstr "Verifica"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "Cidade"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Código" msgstr "Código"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Criar"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Excluir" msgstr "Excluir"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Falhou"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr "Nome"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Novo" msgstr "Novo"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Saída"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Proprietário" msgstr "Proprietário"
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Publicado no"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Salvar" msgstr "Salvar"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Configurações" msgstr "Configurações"
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Para"
msgid "To Date" msgid "To Date"
msgstr "Até a Data" msgstr "Até a Data"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Russian\n" "Language-Team: Russian\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Добавить урок"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Добавить слот" msgstr "Добавить слот"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Добавить главу" msgstr "Добавить главу"
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "Назначать"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Задание появится в конце урока." msgstr "Задание появится в конце урока."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Для этого вопроса должен быть верным хотя бы один вариант." msgstr "Для этого вопроса должен быть верным хотя бы один вариант."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Оценщик группы" msgstr "Оценщик группы"
@@ -843,7 +862,7 @@ msgstr "Ссылка на сертификат"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Главы"
msgid "Check" msgid "Check"
msgstr "Проверка" msgstr "Проверка"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Проверить дискуссию" msgstr "Проверить дискуссию"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Облако" msgstr "Облако"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Код" msgstr "Код"
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "Вебсайт Компании" msgstr "Вебсайт Компании"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Создать курс" msgstr "Создать курс"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr "Валюта по умолчания"
msgid "Degree Type" msgid "Degree Type"
msgstr "Тип степени" msgstr "Тип степени"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Редактировать профиль" msgstr "Редактировать профиль"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Количество регистраций" msgstr "Количество регистраций"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Оценка" msgstr "Оценка"
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Упражнения" msgstr "Упражнения"
@@ -2196,8 +2246,11 @@ msgstr "Представление упражнений"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Название упражнения" msgstr "Название упражнения"
@@ -2205,6 +2258,15 @@ msgstr "Название упражнения"
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Узнать больше"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Ошибка" msgstr "Ошибка"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr "Область специальности/исследования"
msgid "File Type" msgid "File Type"
msgstr "Тип файла" msgstr "Тип файла"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "Отрасль" msgstr "Отрасль"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Иван Иванов" msgstr "Иван Иванов"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "Источник LMS"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "Источник LMS"
msgid "LMS Student" msgid "LMS Student"
msgstr "Студент LMS" msgstr "Студент LMS"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Заголовок" msgstr "Заголовок"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Фамилия" msgstr "Фамилия"
@@ -3188,7 +3317,7 @@ msgstr "Ссылка на урок"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Название урока" msgstr "Название урока"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Email участника"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "Модератор" msgstr "Модератор"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Изменено" msgstr "Изменено"
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "Нет записей" msgstr "Нет записей"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Нет предстоящих оценок" msgstr "Нет предстоящих оценок"
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Принимаются только файлы типа {0} ." msgstr "Принимаются только файлы типа {0} ."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "Другие" msgstr "Другие"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr "Частично завершено"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Пропустить" msgstr "Пропустить"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Пожалуйста, проверьте свой email для подт
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "Нажмите на следующую кнопку, чтобы установить новый пароль." msgstr "Нажмите на следующую кнопку, чтобы установить новый пароль."
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr "Пожалуйста, войдите в систему, чтобы пр
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Пожалуйста, хорошо подготовьтесь и приходите на оценку вовремя." msgstr "Пожалуйста, хорошо подготовьтесь и приходите на оценку вовремя."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Личный"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Опубликована"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Строка #{0} Время начала не может выходит
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "В строках {0} есть повторяющиеся вопросы." msgstr "В строках {0} есть повторяющиеся вопросы."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Запуск" msgstr "Запуск"
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Суббота" msgstr "Суббота"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Суббота"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "Осталось мест" msgstr "Осталось мест"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr "Статистика"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Статистика"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Временно отключен"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Условия использования" msgstr "Условия использования"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Условия использования"
msgid "Test Results" msgid "Test Results"
msgstr "Результаты тестирования" msgstr "Результаты тестирования"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Спасибо и с наилучшими пожеланиями" msgstr "Спасибо и с наилучшими пожеланиями"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Этот курс бесплатный." msgstr "Этот курс бесплатный."
@@ -5711,6 +5972,10 @@ msgstr "Время "
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr "Сроки:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Сроки:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Сроки:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Чтобы присоединиться к этой группе, свяжитесь с администратором." msgstr "Чтобы присоединиться к этой группе, свяжитесь с администратором."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "Видео YouTube появится в верхней части уро
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Ваш аккаунт был успешно создан!" msgstr "Ваш аккаунт был успешно создан!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "вы можете" msgstr "вы можете"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} подал заявку на вакансию {1}" msgstr "{0} подал заявку на вакансию {1}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-23 16:55\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Serbian (Cyrillic)\n" "Language-Team: Serbian (Cyrillic)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Додај лекцију"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "Додај квиз у видео-снимак" msgstr "Додај квиз у видео-снимак"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Додај ред"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Додај термин" msgstr "Додај термин"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Додај поглавље" msgstr "Додај поглавље"
@@ -192,7 +200,11 @@ msgstr "Додај лекцију"
msgid "Add a new question" msgid "Add a new question"
msgstr "Додај ново питање" msgstr "Додај ново питање"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Додајте квиз у своју лекцију" msgstr "Додајте квиз у своју лекцију"
@@ -200,7 +212,7 @@ msgstr "Додајте квиз у своју лекцију"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Додај процену" msgstr "Додај процену"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "Додајте задатак у своју лекцију" msgstr "Додајте задатак у своју лекцију"
@@ -463,6 +475,7 @@ msgstr "Додели"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Задатак ће се приказивати на дну у оквиру лекције." msgstr "Задатак ће се приказивати на дну у оквиру лекције."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Додељени задаци" msgstr "Додељени задаци"
@@ -517,6 +530,10 @@ msgstr "Додељени задаци"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Бар једна опција мора бити тачна за ово питање." msgstr "Бар једна опција мора бити тачна за ово питање."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "Присуство на предавању - {0}" msgstr "Присуство на предавању - {0}"
@@ -636,6 +653,8 @@ msgstr "Потврда уписа у групу"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Особа за оцењивање групе" msgstr "Особа за оцењивање групе"
@@ -843,7 +862,7 @@ msgstr "Линк сертификата"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "Сертификат о похађању" msgstr "Сертификат о похађању"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Сертификат је успешно сачуван" msgstr "Сертификат је успешно сачуван"
@@ -864,7 +883,7 @@ msgstr "Сертификати су успешно генерисани"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Поглавља"
msgid "Check" msgid "Check"
msgstr "Означи" msgstr "Означи"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Провери дискусију" msgstr "Провери дискусију"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "Провери поднеске" msgstr "Провери поднеске"
@@ -997,7 +1024,7 @@ msgstr "Град"
msgid "Class:" msgid "Class:"
msgstr "Предавање:" msgstr "Предавање:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Очисти" msgstr "Очисти"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Облак" msgstr "Облак"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Код" msgstr "Код"
@@ -1181,6 +1211,10 @@ msgstr "Врста компаније"
msgid "Company Website" msgid "Company Website"
msgstr "Веб-сајт компаније" msgstr "Веб-сајт компаније"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "Довршите свој упис"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "Довршите свој упис - Немојте га пропустити!" msgstr "Довршите свој упис - Немојте га пропустити!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "Завршите предстојећи квиз да бисте наставили гледање видео-снимка. Квиз ће бити доступан за {0} {1}." msgstr "Завршите предстојећи квиз да бисте наставили гледање видео-снимка. Квиз ће бити доступан за {0} {1}."
@@ -1402,6 +1436,8 @@ msgstr "Завршене обуке"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Креирај"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "Креирај сертификат" msgstr "Креирај сертификат"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Креирај нови" msgstr "Креирај нови"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Креирај обуку" msgstr "Креирај обуку"
@@ -1583,7 +1623,7 @@ msgstr "Креирајте своју прву обуку"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "Креирајте свој први квиз" msgstr "Креирајте свој први квиз"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Креирано" msgstr "Креирано"
@@ -1701,9 +1741,11 @@ msgstr "Подразумевана валута"
msgid "Degree Type" msgid "Degree Type"
msgstr "Врста дипломе" msgstr "Врста дипломе"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Обриши" msgstr "Обриши"
@@ -1882,6 +1924,10 @@ msgstr "Уреди имејл шаблон"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Уреди профил" msgstr "Уреди профил"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "Уреди Zoom налог" msgstr "Уреди Zoom налог"
@@ -2041,7 +2087,7 @@ msgstr "Потврда о упису за {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Број уписаних" msgstr "Број уписаних"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Упис је неуспешан" msgstr "Упис је неуспешан"
@@ -2095,7 +2141,7 @@ msgstr "Грешка приликом ажурирања имејл шаблон
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Оцењивање" msgstr "Оцењивање"
@@ -2178,8 +2224,12 @@ msgstr "Пример: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Вежба" msgstr "Вежба"
@@ -2196,8 +2246,11 @@ msgstr "Подношење вежбе"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Наслов вежбе" msgstr "Наслов вежбе"
@@ -2205,6 +2258,15 @@ msgstr "Наслов вежбе"
msgid "Expand" msgid "Expand"
msgstr "Прошири" msgstr "Прошири"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Истражите више"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Неуспех" msgstr "Неуспех"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Неуспешно"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "Неуспешно преузимање података о присуству за Zoom за предавање {0}: {1}" msgstr "Неуспешно преузимање података о присуству за Zoom за предавање {0}: {1}"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "Неуспешно ажурирање мета ознака {0}" msgstr "Неуспешно ажурирање мета ознака {0}"
@@ -2286,6 +2361,18 @@ msgstr "Област студија"
msgid "File Type" msgid "File Type"
msgstr "Врста фајла" msgstr "Врста фајла"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Слика: Оштећен ток података"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Самостални рад"
msgid "Industry" msgid "Industry"
msgstr "Индустрија" msgstr "Индустрија"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "Ставке су успешно уклоњене"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Петар Петровић" msgstr "Петар Петровић"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "LMS програм обуке"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "LMS члан програма" msgstr "LMS члан програма"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "LMS извор"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "LMS извор"
msgid "LMS Student" msgid "LMS Student"
msgstr "LMS студент" msgstr "LMS студент"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "LMS Zoom подешавања"
msgid "Label" msgid "Label"
msgstr "Ознака" msgstr "Ознака"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Језик"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Презиме" msgstr "Презиме"
@@ -3188,7 +3317,7 @@ msgstr "Референца лекције"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Наслов лекције" msgstr "Наслов лекције"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "Лекција је успешно креирана" msgstr "Лекција је успешно креирана"
@@ -3200,7 +3329,7 @@ msgstr "Лекција је успешно обрисана"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "Лекција је успешно премештена" msgstr "Лекција је успешно премештена"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "Лекција је успешно ажурирана" msgstr "Лекција је успешно ажурирана"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "LiveCode URL" msgstr "LiveCode URL"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "ИД састанка"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "ИД састанка"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Имејл члана"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "Слика члана" msgstr "Слика члана"
@@ -3487,6 +3625,8 @@ msgstr "Слика члана"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "Слика члана"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "Неопходно су најмање две опције за пита
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "Неопходно су најмање две опције за пита
msgid "Moderator" msgid "Moderator"
msgstr "Модератор" msgstr "Модератор"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Измењено од стране" msgstr "Измењено од стране"
@@ -3700,6 +3847,7 @@ msgstr "Име"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Нови" msgstr "Нови"
@@ -3791,6 +3939,10 @@ msgstr "Нема пронађених поднетих квизова"
msgid "No Recording" msgid "No Recording"
msgstr "Нема снимка" msgstr "Нема снимка"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Нема предстојећих оцењивања" msgstr "Нема предстојећих оцењивања"
@@ -3948,7 +4100,7 @@ msgstr "Искључиво обуке код којих је самосталн
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Искључиво су прихватљиви фајлови врсте {0}." msgstr "Искључиво су прихватљиви фајлови врсте {0}."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Дозвољен је само фајл слике." msgstr "Дозвољен је само фајл слике."
@@ -4028,6 +4180,11 @@ msgstr "Оригинални износ"
msgid "Others" msgid "Others"
msgstr "Остали" msgstr "Остали"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Резултат"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Власник" msgstr "Власник"
@@ -4092,12 +4249,21 @@ msgstr "Делимично завршено"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Положено" msgstr "Положено"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Апликација за обраду плаћања није инст
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Молимо Вас да проверите свој имејл за в
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "Молимо Вас да кликнете на следеће дугме да поставите нову лозинку" msgstr "Молимо Вас да кликнете на следеће дугме да поставите нову лозинку"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "Молимо Вас да завршите претходне обуке у програму како бисте се уписали на ову обуку." msgstr "Молимо Вас да завршите претходне обуке у програму како бисте се уписали на ову обуку."
@@ -4315,6 +4481,10 @@ msgstr "Молимо Вас да се пријавите да бисте нас
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Молимо Вас да се добро припремите и стигнете на време за оцењивање." msgstr "Молимо Вас да се добро припремите и стигнете на време за оцењивање."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "Молимо Вас да закажете оцењивање како бисте добили сертификат." msgstr "Молимо Вас да закажете оцењивање како бисте добили сертификат."
@@ -4482,6 +4652,14 @@ msgstr "Приватно"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Приватне информације укључују Вашу оцену и жеље везане за радно окружење" msgstr "Приватне информације укључују Вашу оцену и жеље везане за радно окружење"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Настави на плаћање" msgstr "Настави на плаћање"
@@ -4515,6 +4693,37 @@ msgstr "Члан програма"
msgid "Program Members" msgid "Program Members"
msgstr "Чланови програма" msgstr "Чланови програма"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Објављено на"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "Купљени сертификат" msgstr "Купљени сертификат"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Питања су успешно обрисана"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Ред #{0} садржи време почетка ван трајања
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Редови {0} садрже дупликате питања." msgstr "Редови {0} садрже дупликате питања."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Покрени" msgstr "Покрени"
@@ -4911,8 +5128,9 @@ msgstr "SEO"
msgid "Saturday" msgid "Saturday"
msgstr "Субота" msgstr "Субота"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Субота"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Сачувај" msgstr "Сачувај"
@@ -4973,7 +5193,8 @@ msgstr "Претрага по називу"
msgid "Search by Title" msgid "Search by Title"
msgstr "Претрага по наслову" msgstr "Претрага по наслову"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Претрага по наслову" msgstr "Претрага по наслову"
@@ -5001,11 +5222,15 @@ msgstr "Број места не може бити негативан."
msgid "Seats Left" msgid "Seats Left"
msgstr "Преостала места" msgstr "Преостала места"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Изаберите питање" msgstr "Изаберите питање"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Изаберите квиз" msgstr "Изаберите квиз"
@@ -5013,7 +5238,7 @@ msgstr "Изаберите квиз"
msgid "Select a slot" msgid "Select a slot"
msgstr "Изаберите термин" msgstr "Изаберите термин"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "Изаберите задатак" msgstr "Изаберите задатак"
@@ -5047,7 +5272,9 @@ msgstr "Подешавање платног портала"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Подешавања" msgstr "Подешавања"
@@ -5313,10 +5540,14 @@ msgstr "Статистика"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Статистика"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Статус" msgstr "Статус"
@@ -5402,6 +5635,14 @@ msgstr "Врста поднесака"
msgid "Submission by" msgid "Submission by"
msgstr "Поднето од стране" msgstr "Поднето од стране"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "Сумњив образац пронађен у {0}: {1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Привремено онемогућено"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Услови коришћења" msgstr "Услови коришћења"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Услови коришћења"
msgid "Test Results" msgid "Test Results"
msgstr "Резултати теста" msgstr "Резултати теста"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Хвала Вам што сте поделили своје утиске
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Хвала и срдачан поздрав" msgstr "Хвала и срдачан поздрав"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "Група је попуњена. Молимо Вас да контактирате администратора." msgstr "Група је попуњена. Молимо Вас да контактирате администратора."
@@ -5650,7 +5911,7 @@ msgstr "Ово предавање се завршило"
msgid "This course has:" msgid "This course has:"
msgstr "Ова обука садржи:" msgstr "Ова обука садржи:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Ова обука је бесплатна." msgstr "Ова обука је бесплатна."
@@ -5711,6 +5972,10 @@ msgstr "Време"
msgid "Time Preference" msgid "Time Preference"
msgstr "Временска преференција" msgstr "Временска преференција"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "Време у видео-снимку" msgstr "Време у видео-снимку"
@@ -5778,6 +6043,7 @@ msgstr "Временски термини:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Временски термини:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Временски термини:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "За"
msgid "To Date" msgid "To Date"
msgstr "Датум завршетка" msgstr "Датум завршетка"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "За придруживање овој групи, молимо Вас да контактирате администратора." msgstr "За придруживање овој групи, молимо Вас да контактирате администратора."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube видео-снимак ће се приказати на врх
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Ваш налог је успешно креиран!" msgstr "Ваш налог је успешно креиран!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "Ваша група {0} почиње сутра" msgstr "Ваша група {0} почиње сутра"
@@ -6545,10 +6818,14 @@ msgstr "недеље"
msgid "you can" msgid "you can"
msgstr "можете" msgstr "можете"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0} задатака" msgstr "{0} задатака"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0} отворених послова" msgstr "{0} отворених послова"
@@ -6561,6 +6838,10 @@ msgstr "{0} квизова"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} подешавања нису пронађена" msgstr "{0} подешавања нису пронађена"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "Пријава за радно место {1} је поднета од стране {0}" msgstr "Пријава за радно место {1} је поднета од стране {0}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-23 16:55\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Serbian (Latin)\n" "Language-Team: Serbian (Latin)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Dodaj lekciju"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "Dodaj kviz u video-snimak" msgstr "Dodaj kviz u video-snimak"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Dodaj red"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Dodaj termin" msgstr "Dodaj termin"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Dodaj poglavlje" msgstr "Dodaj poglavlje"
@@ -192,7 +200,11 @@ msgstr "Dodaj lekciju"
msgid "Add a new question" msgid "Add a new question"
msgstr "Dodaj novo pitanje" msgstr "Dodaj novo pitanje"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Dodajte kviz u svoju lekciju" msgstr "Dodajte kviz u svoju lekciju"
@@ -200,7 +212,7 @@ msgstr "Dodajte kviz u svoju lekciju"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Dodaj procenu" msgstr "Dodaj procenu"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "Dodajte zadatak u svoju lekciju" msgstr "Dodajte zadatak u svoju lekciju"
@@ -463,6 +475,7 @@ msgstr "Dodeli"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Zadatak će se prikazivati na dnu u okviru lekcije." msgstr "Zadatak će se prikazivati na dnu u okviru lekcije."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Dodeljeni zadaci" msgstr "Dodeljeni zadaci"
@@ -517,6 +530,10 @@ msgstr "Dodeljeni zadaci"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Bar jedna opcija mora biti tačna za ovo pitanje." msgstr "Bar jedna opcija mora biti tačna za ovo pitanje."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "Prisustvo na predavanju - {0}" msgstr "Prisustvo na predavanju - {0}"
@@ -636,6 +653,8 @@ msgstr "Potvrda upisa u grupu"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Osoba za ocenjivanje grupe" msgstr "Osoba za ocenjivanje grupe"
@@ -843,7 +862,7 @@ msgstr "Link sertifikata"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "Sertifikat o pohađanju" msgstr "Sertifikat o pohađanju"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Sertifikat je uspešno sačuvan" msgstr "Sertifikat je uspešno sačuvan"
@@ -864,7 +883,7 @@ msgstr "Sertifikati su uspešno generisani"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Poglavlja"
msgid "Check" msgid "Check"
msgstr "Označi" msgstr "Označi"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Proveri diskusiju" msgstr "Proveri diskusiju"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "Proveri podneske" msgstr "Proveri podneske"
@@ -997,7 +1024,7 @@ msgstr "Grad"
msgid "Class:" msgid "Class:"
msgstr "Predavanje:" msgstr "Predavanje:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Očisti" msgstr "Očisti"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Oblak" msgstr "Oblak"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr "Vrsta kompanije"
msgid "Company Website" msgid "Company Website"
msgstr "Veb-sajt kompanije" msgstr "Veb-sajt kompanije"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "Dovršite svoj upis"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "Dovršite svoj upis - Nemojte ga propustiti!" msgstr "Dovršite svoj upis - Nemojte ga propustiti!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "Završite predstojeći kviz da biste nastavili gledanje video-snimka. Kviz će biti dostupan za {0} {1}." msgstr "Završite predstojeći kviz da biste nastavili gledanje video-snimka. Kviz će biti dostupan za {0} {1}."
@@ -1402,6 +1436,8 @@ msgstr "Završene obuke"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Kreiraj"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "Kreiraj sertifikat" msgstr "Kreiraj sertifikat"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Kreiraj novi" msgstr "Kreiraj novi"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Kreiraj obuku" msgstr "Kreiraj obuku"
@@ -1583,7 +1623,7 @@ msgstr "Kreirajte svoju prvu obuku"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "Kreirajte svoj prvi kviz" msgstr "Kreirajte svoj prvi kviz"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Kreirano" msgstr "Kreirano"
@@ -1701,9 +1741,11 @@ msgstr "Podrazumevana valuta"
msgid "Degree Type" msgid "Degree Type"
msgstr "Vrsta diplome" msgstr "Vrsta diplome"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Obriši" msgstr "Obriši"
@@ -1882,6 +1924,10 @@ msgstr "Uredi imejl šablon"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Uredi profil" msgstr "Uredi profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "Uredi Zoom nalog" msgstr "Uredi Zoom nalog"
@@ -2041,7 +2087,7 @@ msgstr "Potvrda o upisu za {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Broj upisanih" msgstr "Broj upisanih"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Upis je neuspešan" msgstr "Upis je neuspešan"
@@ -2095,7 +2141,7 @@ msgstr "Greška prilikom ažuriranja imejl šablona"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Ocenjivanje" msgstr "Ocenjivanje"
@@ -2178,8 +2224,12 @@ msgstr "Primer: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Vežba" msgstr "Vežba"
@@ -2196,8 +2246,11 @@ msgstr "Podnošenje vežbe"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Naslov vežbe" msgstr "Naslov vežbe"
@@ -2205,6 +2258,15 @@ msgstr "Naslov vežbe"
msgid "Expand" msgid "Expand"
msgstr "Proširi" msgstr "Proširi"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Istražite više"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Neuspeh" msgstr "Neuspeh"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Neuspešno"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "Neuspešno preuzimanje podataka o prisustvu za Zoom za predavanje {0}: {1}" msgstr "Neuspešno preuzimanje podataka o prisustvu za Zoom za predavanje {0}: {1}"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "Neuspešno ažuriranje meta oznaka {0}" msgstr "Neuspešno ažuriranje meta oznaka {0}"
@@ -2286,6 +2361,18 @@ msgstr "Oblast studija"
msgid "File Type" msgid "File Type"
msgstr "Vrsta fajla" msgstr "Vrsta fajla"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Slika: Oštećen tok podataka"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Samostalni rad"
msgid "Industry" msgid "Industry"
msgstr "Industrija" msgstr "Industrija"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "Stavke su uspešno uklonjene"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Petar Petrović" msgstr "Petar Petrović"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "LMS program obuke"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "LMS član programa" msgstr "LMS član programa"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "LMS izvor"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "LMS izvor"
msgid "LMS Student" msgid "LMS Student"
msgstr "LMS student" msgstr "LMS student"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "LMS Zoom podešavanja"
msgid "Label" msgid "Label"
msgstr "Oznaka" msgstr "Oznaka"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Jezik"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Prezime" msgstr "Prezime"
@@ -3188,7 +3317,7 @@ msgstr "Referenca lekcije"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Naslov lekcije" msgstr "Naslov lekcije"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "Lekcija je uspešno kreirana" msgstr "Lekcija je uspešno kreirana"
@@ -3200,7 +3329,7 @@ msgstr "Lekcija je uspešno obrisana"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "Lekcija je uspešno premeštena" msgstr "Lekcija je uspešno premeštena"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "Lekcija je uspešno ažurirana" msgstr "Lekcija je uspešno ažurirana"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "LiveCode URL" msgstr "LiveCode URL"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "ID sastanka"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "ID sastanka"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Imejl člana"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "Slika člana" msgstr "Slika člana"
@@ -3487,6 +3625,8 @@ msgstr "Slika člana"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "Slika člana"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "Neophodno su najmanje dve opcije za pitanja sa višestrukim izborom."
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "Neophodno su najmanje dve opcije za pitanja sa višestrukim izborom."
msgid "Moderator" msgid "Moderator"
msgstr "Moderator" msgstr "Moderator"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Izmenjeno od strane" msgstr "Izmenjeno od strane"
@@ -3700,6 +3847,7 @@ msgstr "Ime"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Novi" msgstr "Novi"
@@ -3791,6 +3939,10 @@ msgstr "Nema pronađenih podnetih kvizova"
msgid "No Recording" msgid "No Recording"
msgstr "Nema snimka" msgstr "Nema snimka"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Nema predstojećih ocenjivanja" msgstr "Nema predstojećih ocenjivanja"
@@ -3948,7 +4100,7 @@ msgstr "Isključivo obuke kod kojih je samostalno učenje onemogućeno mogu se d
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Isključivo su prihvatljivi fajlovi vrste {0}." msgstr "Isključivo su prihvatljivi fajlovi vrste {0}."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Dozvoljen je samo fajl slike." msgstr "Dozvoljen je samo fajl slike."
@@ -4028,6 +4180,11 @@ msgstr "Originalni iznos"
msgid "Others" msgid "Others"
msgstr "Ostali" msgstr "Ostali"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Rezultat"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Vlasnik" msgstr "Vlasnik"
@@ -4092,12 +4249,21 @@ msgstr "Delimično završeno"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Položeno" msgstr "Položeno"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Zadovoljava"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Aplikacija za obradu plaćanja nije instalirana"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Molimo Vas da proverite svoj imejl za verifikaciju"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "Molimo Vas da kliknete na sledeće dugme da postavite novu lozinku" msgstr "Molimo Vas da kliknete na sledeće dugme da postavite novu lozinku"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "Molimo Vas da završite prethodne obuke u programu kako biste se upisali na ovu obuku." msgstr "Molimo Vas da završite prethodne obuke u programu kako biste se upisali na ovu obuku."
@@ -4315,6 +4481,10 @@ msgstr "Molimo Vas da se prijavite da biste nastavili sa plaćanjem."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Molimo Vas da se dobro pripremite i stignete na vreme za ocenjivanje." msgstr "Molimo Vas da se dobro pripremite i stignete na vreme za ocenjivanje."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "Molimo Vas da zakažete ocenjivanje kako biste dobili sertifikat." msgstr "Molimo Vas da zakažete ocenjivanje kako biste dobili sertifikat."
@@ -4482,6 +4652,14 @@ msgstr "Privatno"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Privatne informacije uključuju Vašu ocenu i želje vezane za radno okruženje" msgstr "Privatne informacije uključuju Vašu ocenu i želje vezane za radno okruženje"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Nastavi na plaćanje" msgstr "Nastavi na plaćanje"
@@ -4515,6 +4693,37 @@ msgstr "Član programa"
msgid "Program Members" msgid "Program Members"
msgstr "Članovi programa" msgstr "Članovi programa"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Objavljeno na"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "Kupljeni sertifikat" msgstr "Kupljeni sertifikat"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Pitanja su uspešno obrisana"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Red #{0} sadrži vreme početka van trajanja grupe."
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Redovi {0} sadrže duplikate pitanja." msgstr "Redovi {0} sadrže duplikate pitanja."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Pokreni" msgstr "Pokreni"
@@ -4911,8 +5128,9 @@ msgstr "SEO"
msgid "Saturday" msgid "Saturday"
msgstr "Subota" msgstr "Subota"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Subota"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Sačuvaj" msgstr "Sačuvaj"
@@ -4973,7 +5193,8 @@ msgstr "Pretraga po nazivu"
msgid "Search by Title" msgid "Search by Title"
msgstr "Pretraga po naslovu" msgstr "Pretraga po naslovu"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Pretraga po naslovu" msgstr "Pretraga po naslovu"
@@ -5001,11 +5222,15 @@ msgstr "Broj mesta ne može biti negativan."
msgid "Seats Left" msgid "Seats Left"
msgstr "Preostala mesta" msgstr "Preostala mesta"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Izaberite pitanje" msgstr "Izaberite pitanje"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Izaberite kviz" msgstr "Izaberite kviz"
@@ -5013,7 +5238,7 @@ msgstr "Izaberite kviz"
msgid "Select a slot" msgid "Select a slot"
msgstr "Izaberite termin" msgstr "Izaberite termin"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "Izaberite zadatak" msgstr "Izaberite zadatak"
@@ -5047,7 +5272,9 @@ msgstr "Podešavanje platnog portala"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Podešavanja" msgstr "Podešavanja"
@@ -5313,10 +5540,14 @@ msgstr "Statistika"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Statistika"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@@ -5402,6 +5635,14 @@ msgstr "Vrsta podnesaka"
msgid "Submission by" msgid "Submission by"
msgstr "Podneto od strane" msgstr "Podneto od strane"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "Sumnjiv obrazac pronađen u {0}: {1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Privremeno onemogućeno"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Uslovi korišćenja" msgstr "Uslovi korišćenja"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Uslovi korišćenja"
msgid "Test Results" msgid "Test Results"
msgstr "Rezultati testa" msgstr "Rezultati testa"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Hvala Vam što ste podelili svoje utiske."
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Hvala i srdačan pozdrav" msgstr "Hvala i srdačan pozdrav"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "Grupa je popunjena. Molimo Vas da kontaktirate administratora." msgstr "Grupa je popunjena. Molimo Vas da kontaktirate administratora."
@@ -5650,7 +5911,7 @@ msgstr "Ovo predavanje se završilo"
msgid "This course has:" msgid "This course has:"
msgstr "Ova obuka sadrži:" msgstr "Ova obuka sadrži:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Ova obuka je besplatna." msgstr "Ova obuka je besplatna."
@@ -5711,6 +5972,10 @@ msgstr "Vreme"
msgid "Time Preference" msgid "Time Preference"
msgstr "Vremenska preferencija" msgstr "Vremenska preferencija"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "Vreme u video-snimku" msgstr "Vreme u video-snimku"
@@ -5778,6 +6043,7 @@ msgstr "Vremenski termini:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Vremenski termini:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Vremenski termini:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Za"
msgid "To Date" msgid "To Date"
msgstr "Datum završetka" msgstr "Datum završetka"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "Za pridruživanje ovoj grupi, molimo Vas da kontaktirate administratora." msgstr "Za pridruživanje ovoj grupi, molimo Vas da kontaktirate administratora."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube video-snimak će se prikazati na vrhu lekcije."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Vaš nalog je uspešno kreiran!" msgstr "Vaš nalog je uspešno kreiran!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "Vaša grupa {0} počinje sutra" msgstr "Vaša grupa {0} počinje sutra"
@@ -6545,10 +6818,14 @@ msgstr "nedelje"
msgid "you can" msgid "you can"
msgstr "možete" msgstr "možete"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0} zadataka" msgstr "{0} zadataka"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0} otvorenih poslova" msgstr "{0} otvorenih poslova"
@@ -6561,6 +6838,10 @@ msgstr "{0} kvizova"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} podešavanja nisu pronađena" msgstr "{0} podešavanja nisu pronađena"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "Prijava za radno mesto {1} je podneta od strane {0}" msgstr "Prijava za radno mesto {1} je podneta od strane {0}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Swedish\n" "Language-Team: Swedish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Lägg till Lektion"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "Lägg till Frågesport till Video" msgstr "Lägg till Frågesport till Video"
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Lägg till Rad "
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Lägg till Tid" msgstr "Lägg till Tid"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr "Lägg till Testfall"
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Lägg till Kapitel" msgstr "Lägg till Kapitel"
@@ -192,7 +200,11 @@ msgstr "Lägg till Lektion"
msgid "Add a new question" msgid "Add a new question"
msgstr "Lägg till ny fråga" msgstr "Lägg till ny fråga"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr "Lägg till programmeringsövning i lektion"
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Lägg till frågesport till din lektion" msgstr "Lägg till frågesport till din lektion"
@@ -200,7 +212,7 @@ msgstr "Lägg till frågesport till din lektion"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Lägg till bedömning" msgstr "Lägg till bedömning"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "Lägg till uppgift till din lektion" msgstr "Lägg till uppgift till din lektion"
@@ -463,6 +475,7 @@ msgstr "Tilldela"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Uppgift kommer att visas längst ner i lektion." msgstr "Uppgift kommer att visas längst ner i lektion."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Uppgifter" msgstr "Uppgifter"
@@ -517,6 +530,10 @@ msgstr "Uppgifter"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Minst ett alternativ måste vara korrekt för denna fråga." msgstr "Minst ett alternativ måste vara korrekt för denna fråga."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr "Minst ett testfall erfordras för programmeringsövning."
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "Närvaro för Lektion - {0}" msgstr "Närvaro för Lektion - {0}"
@@ -636,6 +653,8 @@ msgstr "Grupp Bekräftelse Inskrivning"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "Grupp Utvärderare" msgstr "Grupp Utvärderare"
@@ -843,7 +862,7 @@ msgstr "Cerifikat Länk"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "Certifikat för Genomförande" msgstr "Certifikat för Genomförande"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "Certifikat sparad" msgstr "Certifikat sparad"
@@ -864,7 +883,7 @@ msgstr "Certifikat genererade"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Kapitel"
msgid "Check" msgid "Check"
msgstr "Check" msgstr "Check"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr "Kontrollera Alla Inlämningar"
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Kolla Diskussion" msgstr "Kolla Diskussion"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr "Kontrollera Inlämning"
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "Kontrollera Inlämningar" msgstr "Kontrollera Inlämningar"
@@ -997,7 +1024,7 @@ msgstr "Ort"
msgid "Class:" msgid "Class:"
msgstr "Klass:" msgstr "Klass:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Rensa" msgstr "Rensa"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Moln" msgstr "Moln"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr "Bolagstyp"
msgid "Company Website" msgid "Company Website"
msgstr "Bolag Webbplats" msgstr "Bolag Webbplats"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr "Kompilator Meddelande"
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "Slutför din Registrering"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "Slutför din Registrering - Missa inte!" msgstr "Slutför din Registrering - Missa inte!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "Fyll i nästa frågeformulär för att fortsätta titta på video. Frågesport kommer att öppnas om {0} {1}." msgstr "Fyll i nästa frågeformulär för att fortsätta titta på video. Frågesport kommer att öppnas om {0} {1}."
@@ -1402,6 +1436,8 @@ msgstr "Kursavslutningar"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Skapa"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "Skapa Certifikat" msgstr "Skapa Certifikat"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Skapa Ny" msgstr "Skapa Ny"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr "Skapa Programmeringsövning"
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Skapa Kurs" msgstr "Skapa Kurs"
@@ -1583,7 +1623,7 @@ msgstr "Skapa din första kurs"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "Skapa din första frågesport" msgstr "Skapa din första frågesport"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Skapad" msgstr "Skapad"
@@ -1701,9 +1741,11 @@ msgstr "Standard Valuta"
msgid "Degree Type" msgid "Degree Type"
msgstr "Examen Typ" msgstr "Examen Typ"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Ta bort" msgstr "Ta bort"
@@ -1882,6 +1924,10 @@ msgstr "Redigera e-post mall"
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Redigera Profil" msgstr "Redigera Profil"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr "Redigera Programmeringsövning"
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "Redigera Zoom konto" msgstr "Redigera Zoom konto"
@@ -2041,7 +2087,7 @@ msgstr "Registreringsbekräftelse för {0}"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Antal Inskrivna" msgstr "Antal Inskrivna"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Registrering Misslyckad" msgstr "Registrering Misslyckad"
@@ -2095,7 +2141,7 @@ msgstr "Fel vid uppdatering av e-post mall"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Utvärdering" msgstr "Utvärdering"
@@ -2178,8 +2224,12 @@ msgstr "Exempel: IST (+5:30)"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Övning" msgstr "Övning"
@@ -2196,8 +2246,11 @@ msgstr "Övning inlämning"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Övning Benämning" msgstr "Övning Benämning"
@@ -2205,6 +2258,15 @@ msgstr "Övning Benämning"
msgid "Expand" msgid "Expand"
msgstr "Expandera" msgstr "Expandera"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr "Förväntad Utdata"
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Utforska mer"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Misslyckad " msgstr "Misslyckad "
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Misslyckad"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "Misslyckades med att hämta närvarodata från Zoom för lektion {0}: {1}" msgstr "Misslyckades med att hämta närvarodata från Zoom för lektion {0}: {1}"
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr "Misslyckades med inlämning. Försök igen. {0}"
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "Misslyckades med att uppdatera metataggar {0}" msgstr "Misslyckades med att uppdatera metataggar {0}"
@@ -2286,6 +2361,18 @@ msgstr "Huvudämne/Studieinriktning"
msgid "File Type" msgid "File Type"
msgstr "Fil Typ" msgstr "Fil Typ"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr "Filtrera efter Övning"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr "Filtrera efter Medlem"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr "Filtrera efter Status"
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Bild: Skadad Dataström"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Individuellt Arbete"
msgid "Industry" msgid "Industry"
msgstr "Industri" msgstr "Industri"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr "Indata"
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "Artiklar borttagna"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "Okänd Person" msgstr "Okänd Person"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "Program Kurs"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "Program Medlem" msgstr "Program Medlem"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr "Programmeringsövning"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr "Programmeringsövning Inlämning"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "Källa"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "Källa"
msgid "LMS Student" msgid "LMS Student"
msgstr "Student" msgstr "Student"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr "Testfall"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr "Testfall Inlämning"
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr "Zoom Inställningar"
msgid "Label" msgid "Label"
msgstr "Etikett" msgstr "Etikett"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Språk"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Efternamn" msgstr "Efternamn"
@@ -3188,7 +3317,7 @@ msgstr "Lektion Referens"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Lektion Benämning" msgstr "Lektion Benämning"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "Lektion skapad" msgstr "Lektion skapad"
@@ -3200,7 +3329,7 @@ msgstr "Lektion raderad"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "Lektion flyttad" msgstr "Lektion flyttad"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "Lektion uppdaterad" msgstr "Lektion uppdaterad"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "LiveCode URL" msgstr "LiveCode URL"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr "Mötes ID"
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr "Mötes ID"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Medlem E-post"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "Medlemsbild" msgstr "Medlemsbild"
@@ -3487,6 +3625,8 @@ msgstr "Medlemsbild"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "Medlemsbild"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "Minst två alternativ erfordras för flervalsfrågor."
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "Minst två alternativ erfordras för flervalsfrågor."
msgid "Moderator" msgid "Moderator"
msgstr "Moderator" msgstr "Moderator"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr "Ändrad"
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Modifierad Av" msgstr "Modifierad Av"
@@ -3700,6 +3847,7 @@ msgstr "Namn"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Ny" msgstr "Ny"
@@ -3791,6 +3939,10 @@ msgstr "Inga frågesport inlämningar hittades"
msgid "No Recording" msgid "No Recording"
msgstr "Ingen Inspelning" msgstr "Ingen Inspelning"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr "Inga Inlämningar"
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Inga Kommande Utvärderingar" msgstr "Inga Kommande Utvärderingar"
@@ -3948,7 +4100,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." msgid "Only files of type {0} will be accepted."
msgstr "Endast filer av typ {0} kommer att accepteras." msgstr "Endast filer av typ {0} kommer att accepteras."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Endast bildfiler är tillåtna." msgstr "Endast bildfiler är tillåtna."
@@ -4028,6 +4180,11 @@ msgstr "Ursprungligt Belopp"
msgid "Others" msgid "Others"
msgstr "Övriga" msgstr "Övriga"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "Utmatning"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Ansvarig" msgstr "Ansvarig"
@@ -4092,12 +4249,21 @@ msgstr "Delvis Klar"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Godkänd" msgstr "Godkänd"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Godkänd"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Betalning App är inte installerad"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "Kontrollera din E-post för verifiering"
msgid "Please click on the following button to set your new password" 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" msgstr "Klicka på följande knapp för att ange ditt nya lösenord"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." 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." msgstr "Slutför tidigare kurser i program för att anmäla dig till denna kurs."
@@ -4315,6 +4481,10 @@ msgstr "Logga in för att fortsätta med betalning."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Förbered dig väl och kom i tid till utvärderingarna." msgstr "Förbered dig väl och kom i tid till utvärderingarna."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr "Kör kod för att utföra testfall."
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "Boka gärna utvärdering för att bli certifierad." msgstr "Boka gärna utvärdering för att bli certifierad."
@@ -4482,6 +4652,14 @@ msgstr "Privat"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Privat information inkluderar dina betyg och arbetsmiljöpreferenser" msgstr "Privat information inkluderar dina betyg och arbetsmiljöpreferenser"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr "Problembeskrivning"
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "Fortsätt till Betalning" msgstr "Fortsätt till Betalning"
@@ -4515,6 +4693,37 @@ msgstr "Program Medlem"
msgid "Program Members" msgid "Program Members"
msgstr "Program Medlemmar" msgstr "Program Medlemmar"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr "Programmeringsövning"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr "Programmeringsövning Inlämning"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr "Programmeringsövning Inlämningar"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr "Programmeringsövning skapad"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr "Programmeringsövning raderad"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr "Programmeringsövning uppdaterad"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr "Programmeringsövningar"
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Publicerad"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "Förvärvad Certifikat" msgstr "Förvärvad Certifikat"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Frågor är borttagna"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "Rad #{0} Starttid kan inte vara utanför grupp varaktighet."
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "Rader {0} har duplicerade frågor." msgstr "Rader {0} har duplicerade frågor."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Kör" msgstr "Kör"
@@ -4911,8 +5128,9 @@ msgstr "SEO"
msgid "Saturday" msgid "Saturday"
msgstr "Lördag" msgstr "Lördag"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Lördag"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Spara" msgstr "Spara"
@@ -4973,7 +5193,8 @@ msgstr "Sök efter Namn"
msgid "Search by Title" msgid "Search by Title"
msgstr "Sök efter Benämning" msgstr "Sök efter Benämning"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Sök efter benämning" msgstr "Sök efter benämning"
@@ -5001,11 +5222,15 @@ msgstr "Antal platser kan inte vara negativt."
msgid "Seats Left" msgid "Seats Left"
msgstr "Antal Platser Kvar" msgstr "Antal Platser Kvar"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr "Välj Programmeringsövning"
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Välj fråga" msgstr "Välj fråga"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "Välj Frågesport" msgstr "Välj Frågesport"
@@ -5013,7 +5238,7 @@ msgstr "Välj Frågesport"
msgid "Select a slot" msgid "Select a slot"
msgstr "Välj tid" msgstr "Välj tid"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "Välj uppgift" msgstr "Välj uppgift"
@@ -5047,7 +5272,9 @@ msgstr "Konfigurerar Betalningsport"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Inställningar" msgstr "Inställningar"
@@ -5313,10 +5540,14 @@ msgstr "Statistik"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "Statistik"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Status" msgstr "Status"
@@ -5402,6 +5635,14 @@ msgstr "Inlämningstyp"
msgid "Submission by" msgid "Submission by"
msgstr "Inlämning av" msgstr "Inlämning av"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr "Inlämning sparad!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr "Inlämningar raderade"
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "Misstänkt mönster hittat i {0}: {1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Tillfälligt Inaktiverad"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Villkor" msgstr "Villkor"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr "Testfall"
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Villkor"
msgid "Test Results" msgid "Test Results"
msgstr "Test Resultat" msgstr "Test Resultat"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr "Testa denna Övning"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr "Testa {0}"
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Tack för återkoppling."
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Tack och Hälsningar" msgstr "Tack och Hälsningar"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "Gruppen är full. Kontakta administratör." msgstr "Gruppen är full. Kontakta administratör."
@@ -5650,7 +5911,7 @@ msgstr "Denna klass har avslutats"
msgid "This course has:" msgid "This course has:"
msgstr "Denna kurs har:" msgstr "Denna kurs har:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Denna kurs är gratis." msgstr "Denna kurs är gratis."
@@ -5711,6 +5972,10 @@ msgstr "Tid"
msgid "Time Preference" msgid "Time Preference"
msgstr "Tidspreferens" msgstr "Tidspreferens"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr "Dags för Frågesport"
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "Tid i Video" msgstr "Tid i Video"
@@ -5778,6 +6043,7 @@ msgstr "Tidpunkter:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "Tidpunkter:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "Tidpunkter:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Till"
msgid "To Date" msgid "To Date"
msgstr "Till Datum" msgstr "Till Datum"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "För att gå med i denna grupp, kontakta Administratör." msgstr "För att gå med i denna grupp, kontakta Administratör."
@@ -5878,8 +6146,9 @@ msgstr "Twitter"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube Video visas överst i lektion."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Ditt konto är skapad!" msgstr "Ditt konto är skapad!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr "Utdata"
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "Din grupp {0} börjar imorgon" msgstr "Din grupp {0} börjar imorgon"
@@ -6545,10 +6818,14 @@ msgstr "veckor"
msgid "you can" msgid "you can"
msgstr "du kan" msgstr "du kan"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0} Uppgifter" msgstr "{0} Uppgifter"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr "{0} Övningar"
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0} Lediga Jobb" msgstr "{0} Lediga Jobb"
@@ -6561,6 +6838,10 @@ msgstr "{0} Frågesporter"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} Inställningar hittades inte" msgstr "{0} Inställningar hittades inte"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr "{0} Inlämningar"
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0} har sökt tjänst {1}" msgstr "{0} har sökt tjänst {1}"

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-26 18:13\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Thai\n" "Language-Team: Thai\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "ลบ" msgstr "ลบ"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "แก้ไขโปรไฟล์" msgstr "แก้ไขโปรไฟล์"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "ขยาย" msgstr "ขยาย"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "ภาพ: สตรีมข้อมูลเสียหาย"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "อุตสาหกรรม" msgstr "อุตสาหกรรม"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "ป้ายกำกับ" msgstr "ป้ายกำกับ"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "ภาษา"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "นามสกุล" msgstr "นามสกุล"
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "แก้ไขโดย" msgstr "แก้ไขโดย"
@@ -3700,6 +3847,7 @@ msgstr "ชื่อ"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "ใหม่" msgstr "ใหม่"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "ผลลัพธ์"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "เจ้าของ" msgstr "เจ้าของ"
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "ผ่าน" msgstr "ผ่าน"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "ผ่านแล้ว"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "โปรดตรวจสอบอีเมลของคุณเพ
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "ส่วนตัว"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "เผยแพร่เมื่อ"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "ไพธอน"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "วันเสาร์" msgstr "วันเสาร์"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "วันเสาร์"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "บันทึก" msgstr "บันทึก"
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "การตั้งค่า" msgstr "การตั้งค่า"
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "สถานะ" msgstr "สถานะ"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-29 18:57\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Turkish\n" "Language-Team: Turkish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "Ders Ekle"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "Satır Ekle"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "Yuva Ekle" msgstr "Yuva Ekle"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "Bölüm Ekle" msgstr "Bölüm Ekle"
@@ -192,7 +200,11 @@ msgstr "Bir ders ekle"
msgid "Add a new question" msgid "Add a new question"
msgstr "Yeni Soru Ekle" msgstr "Yeni Soru Ekle"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "Dersinize bir sınav ekleyin" msgstr "Dersinize bir sınav ekleyin"
@@ -200,7 +212,7 @@ msgstr "Dersinize bir sınav ekleyin"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "Bir değerlendirme ekleyin" msgstr "Bir değerlendirme ekleyin"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr "Ata"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "Ödev dersin alt kısmında görünecektir." msgstr "Ödev dersin alt kısmında görünecektir."
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "Atamalar" msgstr "Atamalar"
@@ -517,6 +530,10 @@ msgstr "Atamalar"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "Bu soruda en az bir seçeneğin doğru olması gerekmektedir." msgstr "Bu soruda en az bir seçeneğin doğru olması gerekmektedir."
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr "Sertifika Bağlantısı"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "Bölümler"
msgid "Check" msgid "Check"
msgstr "Kontrol et" msgstr "Kontrol et"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "Tartışmayı Kontrol Edin" msgstr "Tartışmayı Kontrol Edin"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr "Şehir"
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "Açık" msgstr "Açık"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "Bulut" msgstr "Bulut"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "Kod" msgstr "Kod"
@@ -1181,6 +1211,10 @@ msgstr "Şirket Türü"
msgid "Company Website" msgid "Company Website"
msgstr "Şirket Web Sitesi" msgstr "Şirket Web Sitesi"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "Oluştur"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "Yeni Oluştur" msgstr "Yeni Oluştur"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "Kurs Oluştur" msgstr "Kurs Oluştur"
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "Oluşturdu" msgstr "Oluşturdu"
@@ -1701,9 +1741,11 @@ msgstr "Varsayılan Para Birimi"
msgid "Degree Type" msgid "Degree Type"
msgstr "Derece Türü" msgstr "Derece Türü"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "Sil" msgstr "Sil"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "Profili Düzenle" msgstr "Profili Düzenle"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "Kayıt Sayısı" msgstr "Kayıt Sayısı"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "Kayıt Başarısız" msgstr "Kayıt Başarısız"
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "Değerlendirme" msgstr "Değerlendirme"
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "Alıştırma" msgstr "Alıştırma"
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Alıştırma Başlığı" msgstr "Alıştırma Başlığı"
@@ -2205,6 +2258,15 @@ msgstr "Alıştırma Başlığı"
msgid "Expand" msgid "Expand"
msgstr "Genişlet" msgstr "Genişlet"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "Daha Fazlasını Keşfedin"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "Başarısız" msgstr "Başarısız"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "Başarısız"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "Dosya Türü" msgstr "Dosya Türü"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "Resim: Bozuk Veri Akışı"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "Bireysel Çalışma"
msgid "Industry" msgid "Industry"
msgstr "Endüstri" msgstr "Endüstri"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "İsim Soyisim" msgstr "İsim Soyisim"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "ÖYS Kaynağı"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "ÖYS Kaynağı"
msgid "LMS Student" msgid "LMS Student"
msgstr "ÖYS Öğrenci" msgstr "ÖYS Öğrenci"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "Etiket" msgstr "Etiket"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "Dil"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "Soyadı" msgstr "Soyadı"
@@ -3188,7 +3317,7 @@ msgstr "Ders Referansı"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "Ders Başlığı" msgstr "Ders Başlığı"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "Üye E-postası"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "Moderatör" msgstr "Moderatör"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "Değiştiren" msgstr "Değiştiren"
@@ -3700,6 +3847,7 @@ msgstr "Adı"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Yeni" msgstr "Yeni"
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "Kayıt Yok" msgstr "Kayıt Yok"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "Yaklaşan Değerlendirme Yok" msgstr "Yaklaşan Değerlendirme Yok"
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "Sadece {0} türündeki dosyalar kabul edilecektir." msgstr "Sadece {0} türündeki dosyalar kabul edilecektir."
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "Sadece resim dosyasına izin verilir." msgstr "Sadece resim dosyasına izin verilir."
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "Diğer" msgstr "Diğer"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "Sahibi" msgstr "Sahibi"
@@ -4092,12 +4249,21 @@ msgstr "Kısmen Tamamlandı"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "Başarılı" msgstr "Başarılı"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "Geçti"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "Ödeme uygulaması yüklü değil"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,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" 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" msgstr "Yeni şifrenizi belirlemek için lütfen aşağıdaki linke tıklayınız"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr "Ödeme işlemine devam etmek için lütfen giriş yapın."
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "Lütfen iyi hazırlanın ve değerlendirmelere zamanında katılın." msgstr "Lütfen iyi hazırlanın ve değerlendirmelere zamanında katılın."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr "Özel"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "Özel Bilgiler, Eğitim ve Çalışma Ortamı Tercihlerinizi içerir" msgstr "Özel Bilgiler, Eğitim ve Çalışma Ortamı Tercihlerinizi içerir"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "Yayınlanma Zamanı"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "Sorular başarıyla silindi"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "{0} satırlarında yinelenen sorular var." msgstr "{0} satırlarında yinelenen sorular var."
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "Çalıştır" msgstr "Çalıştır"
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "Cumartesi" msgstr "Cumartesi"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "Cumartesi"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "Kaydet" msgstr "Kaydet"
@@ -4973,7 +5193,8 @@ msgstr "İsme Göre Ara"
msgid "Search by Title" msgid "Search by Title"
msgstr "Başlığa Göre Ara" msgstr "Başlığa Göre Ara"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "Başlığa göre ara" msgstr "Başlığa göre ara"
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "Kalan Koltuk Sayısı" msgstr "Kalan Koltuk Sayısı"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "Bir soru seçin" msgstr "Bir soru seçin"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "Ayarlar" msgstr "Ayarlar"
@@ -5313,10 +5540,14 @@ msgstr "İstatistik"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "İstatistik"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "Durum" msgstr "Durum"
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "Geçici Olarak Devre Dışı"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "Kullanım Koşulları" msgstr "Kullanım Koşulları"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "Kullanım Koşulları"
msgid "Test Results" msgid "Test Results"
msgstr "Test Sonuçları" msgstr "Test Sonuçları"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr "Geri bildiriminiz için teşekkür ederiz."
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "Teşekkürler ve Saygılar" msgstr "Teşekkürler ve Saygılar"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "Bu kursta:" msgstr "Bu kursta:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "Bu kurs ücretsizdir." msgstr "Bu kurs ücretsizdir."
@@ -5711,6 +5972,10 @@ msgstr "Zaman"
msgid "Time Preference" msgid "Time Preference"
msgstr "Zaman Tercihi" msgstr "Zaman Tercihi"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "Alıcı"
msgid "To Date" msgid "To Date"
msgstr "Bitiş Tarihi" msgstr "Bitiş Tarihi"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr "X"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube Videosu dersin en üstünde görünecektir."
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "Hesabınız başarıyla oluşturuldu!" msgstr "Hesabınız başarıyla oluşturuldu!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "yapabilirsin" msgstr "yapabilirsin"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "{0} Ayarları bulunamadı" msgstr "{0} Ayarları bulunamadı"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:38\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Vietnamese\n" "Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr ""
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "" msgstr ""
@@ -192,7 +200,11 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "" msgstr ""
@@ -200,7 +212,7 @@ msgstr ""
msgid "Add an assessment" msgid "Add an assessment"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "" msgstr ""
@@ -463,6 +475,7 @@ msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "" msgstr ""
@@ -517,6 +530,10 @@ msgstr ""
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "" msgstr ""
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "" msgstr ""
@@ -843,7 +862,7 @@ msgstr ""
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "" msgstr ""
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "" msgstr ""
@@ -864,7 +883,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr ""
msgid "Check" msgid "Check"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "" msgstr ""
@@ -997,7 +1024,7 @@ msgstr ""
msgid "Class:" msgid "Class:"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "" msgstr ""
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "" msgstr ""
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "" msgstr ""
@@ -1181,6 +1211,10 @@ msgstr ""
msgid "Company Website" msgid "Company Website"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr ""
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr ""
msgid "Create Certificate" msgid "Create Certificate"
msgstr "" msgstr ""
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "" msgstr ""
@@ -1583,7 +1623,7 @@ msgstr ""
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "" msgstr ""
@@ -1701,9 +1741,11 @@ msgstr ""
msgid "Degree Type" msgid "Degree Type"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr ""
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "" msgstr ""
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "" msgstr ""
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "" msgstr ""
@@ -2178,8 +2224,12 @@ msgstr ""
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "" msgstr ""
@@ -2196,8 +2246,11 @@ msgstr ""
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "" msgstr ""
@@ -2205,6 +2258,15 @@ msgstr ""
msgid "Expand" msgid "Expand"
msgstr "" msgstr ""
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr ""
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr ""
msgid "File Type" msgid "File Type"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr ""
msgid "Industry" msgid "Industry"
msgstr "" msgstr ""
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr ""
msgid "Jane Doe" msgid "Jane Doe"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr ""
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr ""
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr ""
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr ""
msgid "LMS Student" msgid "LMS Student"
msgstr "" msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "" msgstr ""
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "" msgstr ""
@@ -3188,7 +3317,7 @@ msgstr ""
msgid "Lesson Title" msgid "Lesson Title"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "" msgstr ""
@@ -3200,7 +3329,7 @@ msgstr ""
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "" msgstr ""
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "" msgstr ""
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "" msgstr ""
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr ""
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "" msgstr ""
@@ -3487,6 +3625,8 @@ msgstr ""
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr ""
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr ""
msgid "Moderator" msgid "Moderator"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "" msgstr ""
@@ -3700,6 +3847,7 @@ msgstr ""
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "" msgstr ""
@@ -3791,6 +3939,10 @@ msgstr ""
msgid "No Recording" msgid "No Recording"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "" msgstr ""
@@ -3948,7 +4100,7 @@ msgstr ""
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "" msgstr ""
@@ -4028,6 +4180,11 @@ msgstr ""
msgid "Others" msgid "Others"
msgstr "" msgstr ""
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "" msgstr ""
@@ -4092,12 +4249,21 @@ msgstr ""
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "" msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr ""
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr ""
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "" msgstr ""
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "" msgstr ""
@@ -4315,6 +4481,10 @@ msgstr ""
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "" msgstr ""
@@ -4482,6 +4652,14 @@ msgstr ""
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "" msgstr ""
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "" msgstr ""
@@ -4515,6 +4693,37 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr ""
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "" msgstr ""
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr ""
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr ""
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr ""
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "" msgstr ""
@@ -4911,8 +5128,9 @@ msgstr ""
msgid "Saturday" msgid "Saturday"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "" msgstr ""
@@ -4973,7 +5193,8 @@ msgstr ""
msgid "Search by Title" msgid "Search by Title"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "" msgstr ""
@@ -5001,11 +5222,15 @@ msgstr ""
msgid "Seats Left" msgid "Seats Left"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "" msgstr ""
@@ -5013,7 +5238,7 @@ msgstr ""
msgid "Select a slot" msgid "Select a slot"
msgstr "" msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "" msgstr ""
@@ -5047,7 +5272,9 @@ msgstr ""
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
@@ -5313,10 +5540,14 @@ msgstr ""
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr ""
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "" msgstr ""
@@ -5402,6 +5635,14 @@ msgstr ""
msgid "Submission by" msgid "Submission by"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr ""
msgid "Terms of Use" msgid "Terms of Use"
msgstr "" msgstr ""
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr ""
msgid "Test Results" msgid "Test Results"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "" msgstr ""
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "" msgstr ""
@@ -5650,7 +5911,7 @@ msgstr ""
msgid "This course has:" msgid "This course has:"
msgstr "" msgstr ""
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "" msgstr ""
@@ -5711,6 +5972,10 @@ msgstr ""
msgid "Time Preference" msgid "Time Preference"
msgstr "" msgstr ""
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr ""
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr ""
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr ""
msgid "To Date" msgid "To Date"
msgstr "" msgstr ""
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "" msgstr ""
@@ -5878,8 +6146,9 @@ msgstr ""
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr ""
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "" msgstr ""
@@ -6545,10 +6818,14 @@ msgstr ""
msgid "you can" msgid "you can"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "" msgstr ""
@@ -6561,6 +6838,10 @@ msgstr ""
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "" msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "" msgstr ""

View File

@@ -2,8 +2,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: frappe\n" "Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-06-20 16:04+0000\n" "POT-Creation-Date: 2025-06-27 16:04+0000\n"
"PO-Revision-Date: 2025-06-21 16:37\n" "PO-Revision-Date: 2025-06-30 19:09\n"
"Last-Translator: jannat@frappe.io\n" "Last-Translator: jannat@frappe.io\n"
"Language-Team: Chinese Simplified\n" "Language-Team: Chinese Simplified\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -155,10 +155,18 @@ msgstr "添加课时"
msgid "Add Quiz to Video" msgid "Add Quiz to Video"
msgstr "" msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:69
msgid "Add Row"
msgstr "添加行"
#: frontend/src/pages/ProfileEvaluator.vue:89 #: frontend/src/pages/ProfileEvaluator.vue:89
msgid "Add Slot" msgid "Add Slot"
msgstr "添加时段" msgstr "添加时段"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26 #: lms/templates/onboarding_header.html:26
msgid "Add a Chapter" msgid "Add a Chapter"
msgstr "新增章节" msgstr "新增章节"
@@ -192,7 +200,11 @@ msgstr "添加课时"
msgid "Add a new question" msgid "Add a new question"
msgstr "新增试题" msgstr "新增试题"
#: frontend/src/components/AssessmentPlugin.vue:11 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:5
msgid "Add a programming exercise to your lesson"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:7
msgid "Add a quiz to your lesson" msgid "Add a quiz to your lesson"
msgstr "为本课时添加测验" msgstr "为本课时添加测验"
@@ -200,7 +212,7 @@ msgstr "为本课时添加测验"
msgid "Add an assessment" msgid "Add an assessment"
msgstr "添加考核" msgstr "添加考核"
#: frontend/src/components/AssessmentPlugin.vue:14 #: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson" msgid "Add an assignment to your lesson"
msgstr "为本课时添加作业" msgstr "为本课时添加作业"
@@ -463,6 +475,7 @@ msgstr "分配"
#. Label of the section_break_16 (Section Break) field in DocType 'Course #. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson' #. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12 #: frontend/src/pages/AssignmentSubmissionList.vue:12
#: frontend/src/utils/assignment.js:24 #: frontend/src/utils/assignment.js:24
#: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/course_lesson/course_lesson.json
@@ -509,7 +522,7 @@ msgid "Assignment will appear at the bottom of the lesson."
msgstr "作业将显示在课时末尾。" msgstr "作业将显示在课时末尾。"
#: frontend/src/components/AppSidebar.vue:584 #: frontend/src/components/AppSidebar.vue:584
#: frontend/src/pages/Assignments.vue:211 lms/www/lms.py:273 #: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:273
msgid "Assignments" msgid "Assignments"
msgstr "作业" msgstr "作业"
@@ -517,6 +530,10 @@ msgstr "作业"
msgid "At least one option must be correct for this question." msgid "At least one option must be correct for this question."
msgstr "本题至少需设置一个正确选项。" msgstr "本题至少需设置一个正确选项。"
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.py:15
msgid "At least one test case is required for the programming exercise."
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:5 #: frontend/src/components/Modals/LiveClassAttendance.vue:5
msgid "Attendance for Class - {0}" msgid "Attendance for Class - {0}"
msgstr "" msgstr ""
@@ -636,6 +653,8 @@ msgstr ""
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.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_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Batch Evaluator" msgid "Batch Evaluator"
msgstr "批次评估人" msgstr "批次评估人"
@@ -843,7 +862,7 @@ msgstr "证书链接"
msgid "Certificate of Completion" msgid "Certificate of Completion"
msgstr "结业证书" msgstr "结业证书"
#: frontend/src/components/Modals/Event.vue:311 #: frontend/src/components/Modals/Event.vue:317
msgid "Certificate saved successfully" msgid "Certificate saved successfully"
msgstr "证书保存成功" msgstr "证书保存成功"
@@ -864,7 +883,7 @@ msgstr "证书生成成功"
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/AppSidebar.vue:588
#: frontend/src/components/CourseCard.vue:115 #: frontend/src/components/CourseCard.vue:115
#: frontend/src/components/Modals/Event.vue:372 #: frontend/src/components/Modals/Event.vue:381
#: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38 #: frontend/src/pages/BatchForm.vue:62 frontend/src/pages/Batches.vue:38
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
@@ -946,10 +965,18 @@ msgstr "章节"
msgid "Check" msgid "Check"
msgstr "检查" msgstr "检查"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:16
msgid "Check All Submissions"
msgstr ""
#: lms/templates/emails/mention_template.html:10 #: lms/templates/emails/mention_template.html:10
msgid "Check Discussion" msgid "Check Discussion"
msgstr "查看讨论" msgstr "查看讨论"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:97
msgid "Check Submission"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:55 #: frontend/src/components/Modals/AssignmentForm.vue:55
msgid "Check Submissions" msgid "Check Submissions"
msgstr "查看提交记录" msgstr "查看提交记录"
@@ -997,7 +1024,7 @@ msgstr "城市"
msgid "Class:" msgid "Class:"
msgstr "班级:" msgstr "班级:"
#: frontend/src/components/Controls/Link.vue:49 #: frontend/src/components/Controls/Link.vue:50
msgid "Clear" msgid "Clear"
msgstr "清除" msgstr "清除"
@@ -1045,7 +1072,10 @@ msgid "Cloud"
msgstr "云" msgstr "云"
#. Label of the code (Code) field in DocType 'LMS Exercise' #. Label of the code (Code) field in DocType 'LMS Exercise'
#. Label of the code (Code) field in DocType 'LMS Programming Exercise
#. Submission'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Code" msgid "Code"
msgstr "代码" msgstr "代码"
@@ -1181,6 +1211,10 @@ msgstr "公司类型"
msgid "Company Website" msgid "Company Website"
msgstr "公司网站" msgstr "公司网站"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:68
msgid "Compiler Message"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course Progress' #. Option for the 'Status' (Select) field in DocType 'LMS Course Progress'
#: frontend/src/components/Modals/BatchStudentProgress.vue:24 #: frontend/src/components/Modals/BatchStudentProgress.vue:24
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
@@ -1200,7 +1234,7 @@ msgstr "完成注册"
msgid "Complete Your Enrollment - Don't miss out!" msgid "Complete Your Enrollment - Don't miss out!"
msgstr "完成注册——切勿错过!" msgstr "完成注册——切勿错过!"
#: frontend/src/components/VideoBlock.vue:140 #: frontend/src/components/VideoBlock.vue:144
msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}." msgid "Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}."
msgstr "" msgstr ""
@@ -1402,6 +1436,8 @@ msgstr "课程完成情况"
#: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
msgid "Course Creator" msgid "Course Creator"
@@ -1542,11 +1578,15 @@ msgstr "创建"
msgid "Create Certificate" msgid "Create Certificate"
msgstr "创建证书" msgstr "创建证书"
#: frontend/src/components/Controls/Link.vue:37 #: frontend/src/components/Controls/Link.vue:38
#: frontend/src/components/Controls/MultiSelect.vue:66 #: frontend/src/components/Controls/MultiSelect.vue:66
msgid "Create New" msgid "Create New"
msgstr "新建" msgstr "新建"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:7
msgid "Create Programming Exercise"
msgstr ""
#: lms/templates/onboarding_header.html:19 #: lms/templates/onboarding_header.html:19
msgid "Create a Course" msgid "Create a Course"
msgstr "创建课程" msgstr "创建课程"
@@ -1583,7 +1623,7 @@ msgstr "创建首门课程"
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "创建首项测验" msgstr "创建首项测验"
#: frontend/src/pages/Assignments.vue:176 frontend/src/pages/Courses.vue:321 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:321
msgid "Created" msgid "Created"
msgstr "已创建" msgstr "已创建"
@@ -1701,9 +1741,11 @@ msgstr "默认币种"
msgid "Degree Type" msgid "Degree Type"
msgstr "学位类型" msgstr "学位类型"
#: frontend/src/components/Controls/ChildTable.vue:56
#: frontend/src/components/CourseOutline.vue:253 #: frontend/src/components/CourseOutline.vue:253
#: frontend/src/components/CourseOutline.vue:311 #: frontend/src/components/CourseOutline.vue:311
#: frontend/src/pages/CourseForm.vue:573 #: frontend/src/pages/CourseForm.vue:573
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
msgid "Delete" msgid "Delete"
msgstr "删除" msgstr "删除"
@@ -1882,6 +1924,10 @@ msgstr ""
msgid "Edit Profile" msgid "Edit Profile"
msgstr "编辑个人资料" msgstr "编辑个人资料"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:8
msgid "Edit Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:6 #: frontend/src/components/Modals/ZoomAccountModal.vue:6
msgid "Edit Zoom Account" msgid "Edit Zoom Account"
msgstr "" msgstr ""
@@ -2041,7 +2087,7 @@ msgstr "{0}的注册确认"
msgid "Enrollment Count" msgid "Enrollment Count"
msgstr "注册人数" msgstr "注册人数"
#: lms/lms/utils.py:1906 #: lms/lms/utils.py:1934
msgid "Enrollment Failed" msgid "Enrollment Failed"
msgstr "注册失败" msgstr "注册失败"
@@ -2095,7 +2141,7 @@ msgstr ""
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#. Label of a shortcut in the LMS Workspace #. Label of a shortcut in the LMS Workspace
#: frontend/src/components/Modals/Event.vue:365 lms/lms/workspace/lms/lms.json #: frontend/src/components/Modals/Event.vue:374 lms/lms/workspace/lms/lms.json
msgid "Evaluation" msgid "Evaluation"
msgstr "评估" msgstr "评估"
@@ -2178,8 +2224,12 @@ msgstr "示例IST+5:30"
#. Label of the exercise (Link) field in DocType 'Exercise Latest Submission' #. Label of the exercise (Link) field in DocType 'Exercise Latest Submission'
#. Label of the exercise (Link) field in DocType 'Exercise Submission' #. Label of the exercise (Link) field in DocType 'Exercise Submission'
#. Label of the exercise (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:268
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise" msgid "Exercise"
msgstr "练习" msgstr "练习"
@@ -2196,8 +2246,11 @@ msgstr "练习提交"
#. Label of the exercise_title (Data) field in DocType 'Exercise Latest #. Label of the exercise_title (Data) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the exercise_title (Data) field in DocType 'Exercise Submission' #. Label of the exercise_title (Data) field in DocType 'Exercise Submission'
#. Label of the exercise_title (Data) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
#: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Exercise Title" msgid "Exercise Title"
msgstr "练习标题" msgstr "练习标题"
@@ -2205,6 +2258,15 @@ msgstr "练习标题"
msgid "Expand" msgid "Expand"
msgstr "展开" msgstr "展开"
#. Label of the expected_output (Data) field in DocType 'LMS Test Case'
#. Label of the expected_output (Data) field in DocType 'LMS Test Case
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:125
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Expected Output"
msgstr ""
#. Label of the expiration_date (Data) field in DocType 'Certification' #. Label of the expiration_date (Data) field in DocType 'Certification'
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
msgid "Expiration Date" msgid "Expiration Date"
@@ -2239,17 +2301,30 @@ msgstr "查看更多"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:357 #: frontend/src/components/Modals/Event.vue:366
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Fail" msgid "Fail"
msgstr "未通过" msgstr "未通过"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:37
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Failed"
msgstr "失败"
#: lms/lms/doctype/lms_live_class/lms_live_class.py:139 #: lms/lms/doctype/lms_live_class/lms_live_class.py:139
msgid "Failed to fetch attendance data from Zoom for class {0}: {1}" msgid "Failed to fetch attendance data from Zoom for class {0}: {1}"
msgstr "" msgstr ""
#: frontend/src/utils/index.js:622 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:353
msgid "Failed to submit. Please try again. {0}"
msgstr ""
#: frontend/src/utils/index.js:636
msgid "Failed to update meta tags {0}" msgid "Failed to update meta tags {0}"
msgstr "" msgstr ""
@@ -2286,6 +2361,18 @@ msgstr "专业/研究领域"
msgid "File Type" msgid "File Type"
msgstr "文件类型" msgstr "文件类型"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:23
msgid "Filter by Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:28
msgid "Filter by Member"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:39
msgid "Filter by Status"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:59 #: frontend/src/components/Modals/EditProfile.vue:59
#: frontend/src/components/Settings/Members.vue:39 #: frontend/src/components/Settings/Members.vue:39
msgid "First Name" msgid "First Name"
@@ -2611,7 +2698,7 @@ msgstr "图片:数据流损坏"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Course' #. Option for the 'Status' (Select) field in DocType 'LMS Course'
#: frontend/src/components/Modals/Event.vue:349 #: frontend/src/components/Modals/Event.vue:358
#: lms/lms/doctype/lms_batch_old/lms_batch_old.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_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
@@ -2665,6 +2752,14 @@ msgstr "个人作业"
msgid "Industry" msgid "Industry"
msgstr "行业" msgstr "行业"
#. Label of the input (Data) field in DocType 'LMS Test Case'
#. Label of the input (Data) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:111
#: lms/lms/doctype/lms_test_case/lms_test_case.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Input"
msgstr ""
#. Label of the institution_name (Data) field in DocType 'Education Detail' #. Label of the institution_name (Data) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json #: lms/lms/doctype/education_detail/education_detail.json
msgid "Institution Name" msgid "Institution Name"
@@ -2809,6 +2904,12 @@ msgstr "项目移除成功"
msgid "Jane Doe" msgid "Jane Doe"
msgstr "示例用户" msgstr "示例用户"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "JavaScript"
msgstr "JavaScript"
#. Label of the job (Link) field in DocType 'LMS Job Application' #. Label of the job (Link) field in DocType 'LMS Job Application'
#: lms/job/doctype/lms_job_application/lms_job_application.json #: lms/job/doctype/lms_job_application/lms_job_application.json
msgid "Job" msgid "Job"
@@ -3045,6 +3146,16 @@ msgstr "学习管理系统项目课程"
msgid "LMS Program Member" msgid "LMS Program Member"
msgstr "学习管理系统项目成员" msgstr "学习管理系统项目成员"
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "LMS Programming Exercise"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "LMS Programming Exercise Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
msgid "LMS Question" msgid "LMS Question"
@@ -3104,6 +3215,8 @@ msgstr "学习管理系统来源"
#: lms/lms/doctype/lms_course_review/lms_course_review.json #: lms/lms/doctype/lms_course_review/lms_course_review.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3112,6 +3225,16 @@ msgstr "学习管理系统来源"
msgid "LMS Student" msgid "LMS Student"
msgstr "学习管理系统学员" msgstr "学习管理系统学员"
#. Name of a DocType
#: lms/lms/doctype/lms_test_case/lms_test_case.json
msgid "LMS Test Case"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "LMS Test Case Submission"
msgstr ""
#. Name of a DocType #. Name of a DocType
#: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json #: lms/lms/doctype/lms_timetable_legend/lms_timetable_legend.json
msgid "LMS Timetable Legend" msgid "LMS Timetable Legend"
@@ -3132,6 +3255,12 @@ msgstr ""
msgid "Label" msgid "Label"
msgstr "标签" msgstr "标签"
#. Label of the language (Select) field in DocType 'LMS Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:22
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Language"
msgstr "语言"
#: frontend/src/components/Modals/EditProfile.vue:64 #: frontend/src/components/Modals/EditProfile.vue:64
msgid "Last Name" msgid "Last Name"
msgstr "姓氏" msgstr "姓氏"
@@ -3188,7 +3317,7 @@ msgstr "课时引用"
msgid "Lesson Title" msgid "Lesson Title"
msgstr "课时标题" msgstr "课时标题"
#: frontend/src/pages/LessonForm.vue:416 #: frontend/src/pages/LessonForm.vue:426
msgid "Lesson created successfully" msgid "Lesson created successfully"
msgstr "课时创建成功。" msgstr "课时创建成功。"
@@ -3200,7 +3329,7 @@ msgstr "课时删除成功。"
msgid "Lesson moved successfully" msgid "Lesson moved successfully"
msgstr "课时移动成功。" msgstr "课时移动成功。"
#: frontend/src/pages/LessonForm.vue:440 #: frontend/src/pages/LessonForm.vue:450
msgid "Lesson updated successfully" msgid "Lesson updated successfully"
msgstr "课时更新成功。" msgstr "课时更新成功。"
@@ -3272,9 +3401,11 @@ msgid "LiveCode URL"
msgstr "实时编码链接" msgstr "实时编码链接"
#: frontend/src/components/Settings/Members.vue:109 #: frontend/src/components/Settings/Members.vue:109
#: frontend/src/pages/Assignments.vue:69 frontend/src/pages/Batches.vue:80 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:80
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:75 #: frontend/src/pages/Courses.vue:75
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:123
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
#: frontend/src/pages/Quizzes.vue:55 #: frontend/src/pages/Quizzes.vue:55
msgid "Load More" msgid "Load More"
@@ -3424,12 +3555,15 @@ msgstr ""
#. Label of the member (Link) field in DocType 'LMS Mentor Request' #. 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 Payment'
#. Label of the member (Link) field in DocType 'LMS Program Member' #. Label of the member (Link) field in DocType 'LMS Program Member'
#. Label of the member (Link) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member (Link) field in DocType 'LMS Quiz Submission' #. Label of the member (Link) field in DocType 'LMS Quiz Submission'
#. Label of the member (Link) field in DocType 'LMS Zoom Settings' #. Label of the member (Link) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/LiveClassAttendance.vue:14 #: frontend/src/components/Modals/LiveClassAttendance.vue:14
#: frontend/src/components/Modals/ZoomAccountModal.vue:42 #: frontend/src/components/Modals/ZoomAccountModal.vue:42
#: frontend/src/components/Settings/ZoomSettings.vue:178 #: frontend/src/components/Settings/ZoomSettings.vue:178
#: frontend/src/pages/AssignmentSubmissionList.vue:14 #: frontend/src/pages/AssignmentSubmissionList.vue:14
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:262
#: frontend/src/pages/QuizSubmission.vue:31 #: frontend/src/pages/QuizSubmission.vue:31
#: frontend/src/pages/QuizSubmissionList.vue:91 #: frontend/src/pages/QuizSubmissionList.vue:91
#: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json
@@ -3447,6 +3581,7 @@ msgstr ""
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/lms/doctype/lms_program_member/lms_program_member.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:64 #: lms/lms/report/course_progress_summary/course_progress_summary.py:64
@@ -3469,8 +3604,11 @@ msgstr "成员邮箱"
#. Feedback' #. Feedback'
#. Label of the member_image (Attach Image) field in DocType 'LMS Live Class #. Label of the member_image (Attach Image) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_image (Attach) field in DocType 'LMS Programming
#. Exercise Submission'
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Member Image" msgid "Member Image"
msgstr "成员头像" msgstr "成员头像"
@@ -3487,6 +3625,8 @@ msgstr "成员头像"
#. Label of the member_name (Data) field in DocType 'LMS Live Class #. Label of the member_name (Data) field in DocType 'LMS Live Class
#. Participant' #. Participant'
#. Label of the member_name (Data) field in DocType 'LMS Mentor Request' #. Label of the member_name (Data) field in DocType 'LMS Mentor Request'
#. Label of the member_name (Data) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the member_name (Data) field in DocType 'LMS Quiz Submission' #. Label of the member_name (Data) field in DocType 'LMS Quiz Submission'
#. Label of the member_name (Data) field in DocType 'LMS Zoom Settings' #. Label of the member_name (Data) field in DocType 'LMS Zoom Settings'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -3500,6 +3640,7 @@ msgstr "成员头像"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json #: lms/lms/doctype/lms_live_class_participant/lms_live_class_participant.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json #: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/report/course_progress_summary/course_progress_summary.py:71 #: lms/lms/report/course_progress_summary/course_progress_summary.py:71
@@ -3639,6 +3780,8 @@ msgstr "多选题至少需要两个选项"
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
@@ -3648,6 +3791,10 @@ msgstr "多选题至少需要两个选项"
msgid "Moderator" msgid "Moderator"
msgstr "主持人" msgstr "主持人"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:280
msgid "Modified"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:40 #: lms/lms/doctype/lms_badge/lms_badge.js:40
msgid "Modified By" msgid "Modified By"
msgstr "修改人" msgstr "修改人"
@@ -3700,6 +3847,7 @@ msgstr "名称"
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17
#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310 #: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:310
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "新建" msgstr "新建"
@@ -3791,6 +3939,10 @@ msgstr "未找到测验提交记录"
msgid "No Recording" msgid "No Recording"
msgstr "无录制" msgstr "无录制"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:13
msgid "No Submissions"
msgstr ""
#: lms/templates/upcoming_evals.html:43 #: lms/templates/upcoming_evals.html:43
msgid "No Upcoming Evaluations" msgid "No Upcoming Evaluations"
msgstr "暂无待评估项" msgstr "暂无待评估项"
@@ -3948,7 +4100,7 @@ msgstr "仅允许添加已禁用自主学习的课程至项目"
msgid "Only files of type {0} will be accepted." msgid "Only files of type {0} will be accepted."
msgstr "仅接受{0}类型文件" msgstr "仅接受{0}类型文件"
#: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:509 #: frontend/src/pages/CourseForm.vue:597 frontend/src/utils/index.js:522
msgid "Only image file is allowed." msgid "Only image file is allowed."
msgstr "仅允许图片文件" msgstr "仅允许图片文件"
@@ -4028,6 +4180,11 @@ msgstr "原始金额"
msgid "Others" msgid "Others"
msgstr "其他" msgstr "其他"
#. Label of the output (Data) field in DocType 'LMS Test Case Submission'
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Output"
msgstr "输出"
#: lms/lms/doctype/lms_badge/lms_badge.js:39 #: lms/lms/doctype/lms_badge/lms_badge.js:39
msgid "Owner" msgid "Owner"
msgstr "所有者" msgstr "所有者"
@@ -4092,12 +4249,21 @@ msgstr "部分完成"
#. Submission' #. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#: frontend/src/components/Modals/Event.vue:353 #: frontend/src/components/Modals/Event.vue:362
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Pass" msgid "Pass"
msgstr "通过" msgstr "通过"
#. Option for the 'Status' (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Option for the 'Status' (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:36
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Passed"
msgstr "通过"
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz'
#. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission' #. Label of the passing_percentage (Int) field in DocType 'LMS Quiz Submission'
#: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131 #: frontend/src/pages/QuizForm.vue:72 frontend/src/pages/Quizzes.vue:131
@@ -4192,7 +4358,7 @@ msgstr "未安装支付应用"
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request' #. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: frontend/src/components/Modals/Event.vue:345 #: frontend/src/components/Modals/Event.vue:354
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
#: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/invite_request/invite_request.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json #: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
@@ -4245,7 +4411,7 @@ msgstr "请查看邮箱进行验证"
msgid "Please click on the following button to set your new password" msgid "Please click on the following button to set your new password"
msgstr "点击下方按钮设置新密码" msgstr "点击下方按钮设置新密码"
#: lms/lms/utils.py:2040 lms/lms/utils.py:2044 #: lms/lms/utils.py:2068 lms/lms/utils.py:2072
msgid "Please complete the previous courses in the program to enroll in this course." msgid "Please complete the previous courses in the program to enroll in this course."
msgstr "请先完成项目前置课程以报名本课程" msgstr "请先完成项目前置课程以报名本课程"
@@ -4315,6 +4481,10 @@ msgstr "请登录以继续支付"
msgid "Please prepare well and be on time for the evaluations." msgid "Please prepare well and be on time for the evaluations."
msgstr "请充分准备并准时参加评估" msgstr "请充分准备并准时参加评估"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:133
msgid "Please run the code to execute the test cases."
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:98 #: frontend/src/components/UpcomingEvaluations.vue:98
msgid "Please schedule an evaluation to get certified." msgid "Please schedule an evaluation to get certified."
msgstr "请安排评估以获取认证" msgstr "请安排评估以获取认证"
@@ -4482,6 +4652,14 @@ msgstr "私有"
msgid "Private Information includes your Grade and Work Environment Preferences" msgid "Private Information includes your Grade and Work Environment Preferences"
msgstr "隐私信息包含您的成绩和工作环境偏好" msgstr "隐私信息包含您的成绩和工作环境偏好"
#. Label of the problem_statement (Text Editor) field in DocType 'LMS
#. Programming Exercise'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:41
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:25
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Problem Statement"
msgstr ""
#: frontend/src/pages/Billing.vue:129 #: frontend/src/pages/Billing.vue:129
msgid "Proceed to Payment" msgid "Proceed to Payment"
msgstr "前往支付" msgstr "前往支付"
@@ -4515,6 +4693,37 @@ msgstr "项目成员"
msgid "Program Members" msgid "Program Members"
msgstr "项目成员" msgstr "项目成员"
#: frontend/src/components/Assessments.vue:249
msgid "Programming Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:415
msgid "Programming Exercise Submission"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:406
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:292
msgid "Programming Exercise Submissions"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:211
msgid "Programming Exercise created successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:247
msgid "Programming Exercise deleted successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:230
msgid "Programming Exercise updated successfully"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:302
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:157
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:165
msgid "Programming Exercises"
msgstr ""
#: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212 #: frontend/src/pages/Programs.vue:206 frontend/src/pages/Programs.vue:212
#: lms/www/lms.py:295 #: lms/www/lms.py:295
msgid "Programs" msgid "Programs"
@@ -4575,6 +4784,12 @@ msgstr "发布于"
msgid "Purchased Certificate" msgid "Purchased Certificate"
msgstr "已购证书" msgstr "已购证书"
#. Option for the 'Language' (Select) field in DocType 'LMS Programming
#. Exercise'
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
msgid "Python"
msgstr "Python"
#. Label of the question (Small Text) field in DocType 'Course Lesson' #. 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'
#. Label of the question (Text Editor) field in DocType 'LMS Assignment #. Label of the question (Text Editor) field in DocType 'LMS Assignment
@@ -4637,6 +4852,7 @@ msgstr "问题删除成功"
#. Label of the quiz (Link) field in DocType 'LMS Quiz Submission' #. Label of the quiz (Link) field in DocType 'LMS Quiz Submission'
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/Assessments.vue:247
#: frontend/src/components/Modals/QuizInVideo.vue:21 #: frontend/src/components/Modals/QuizInVideo.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:216 #: frontend/src/components/Modals/QuizInVideo.vue:216
#: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24 #: frontend/src/pages/QuizSubmission.vue:26 frontend/src/utils/quiz.js:24
@@ -4879,6 +5095,7 @@ msgstr "第{0}行开始时间不可超出批次周期"
msgid "Rows {0} have the duplicate questions." msgid "Rows {0} have the duplicate questions."
msgstr "第{0}行存在重复试题" msgstr "第{0}行存在重复试题"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:56
#: lms/templates/livecode/extension_footer.html:21 #: lms/templates/livecode/extension_footer.html:21
msgid "Run" msgid "Run"
msgstr "运行" msgstr "运行"
@@ -4911,8 +5128,9 @@ msgstr "搜索引擎优化"
msgid "Saturday" msgid "Saturday"
msgstr "星期六" msgstr "星期六"
#: frontend/src/components/AssessmentPlugin.vue:34 #: frontend/src/components/AssessmentPlugin.vue:12
#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Assignment.vue:46
#: frontend/src/components/Controls/Code.vue:18
#: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Controls/CodeEditor.vue:25
#: frontend/src/components/Modals/AssignmentForm.vue:59 #: frontend/src/components/Modals/AssignmentForm.vue:59
#: frontend/src/components/Modals/EmailTemplateModal.vue:12 #: frontend/src/components/Modals/EmailTemplateModal.vue:12
@@ -4921,8 +5139,10 @@ msgstr "星期六"
#: frontend/src/components/Modals/ZoomAccountModal.vue:10 #: frontend/src/components/Modals/ZoomAccountModal.vue:10
#: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17 #: frontend/src/pages/BatchForm.vue:8 frontend/src/pages/CourseForm.vue:17
#: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14 #: frontend/src/pages/JobForm.vue:8 frontend/src/pages/LessonForm.vue:14
#: frontend/src/pages/ProgramForm.vue:7 frontend/src/pages/QuizForm.vue:34 #: frontend/src/pages/ProgramForm.vue:7
#: frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14
msgid "Save" msgid "Save"
msgstr "保存" msgstr "保存"
@@ -4973,7 +5193,8 @@ msgstr "按名称搜索"
msgid "Search by Title" msgid "Search by Title"
msgstr "按标题搜索" msgstr "按标题搜索"
#: frontend/src/pages/Assignments.vue:37 #: frontend/src/pages/Assignments.vue:34
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:47
msgid "Search by title" msgid "Search by title"
msgstr "按标题搜索" msgstr "按标题搜索"
@@ -5001,11 +5222,15 @@ msgstr "座位数不可为负数。"
msgid "Seats Left" msgid "Seats Left"
msgstr "剩余席位" msgstr "剩余席位"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:23
msgid "Select a Programming Exercise"
msgstr ""
#: frontend/src/components/Modals/Question.vue:98 #: frontend/src/components/Modals/Question.vue:98
msgid "Select a question" msgid "Select a question"
msgstr "选择试题" msgstr "选择试题"
#: frontend/src/components/AssessmentPlugin.vue:21 #: frontend/src/components/AssessmentPlugin.vue:28
msgid "Select a quiz" msgid "Select a quiz"
msgstr "选择测验" msgstr "选择测验"
@@ -5013,7 +5238,7 @@ msgstr "选择测验"
msgid "Select a slot" msgid "Select a slot"
msgstr "选择时段" msgstr "选择时段"
#: frontend/src/components/AssessmentPlugin.vue:28 #: frontend/src/components/AssessmentPlugin.vue:35
msgid "Select an assignment" msgid "Select an assignment"
msgstr "选择作业" msgstr "选择作业"
@@ -5047,7 +5272,9 @@ msgstr "设置支付网关"
#: frontend/src/components/AppSidebar.vue:609 #: frontend/src/components/AppSidebar.vue:609
#: frontend/src/components/Settings/Settings.vue:7 #: frontend/src/components/Settings/Settings.vue:7
#: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143 #: frontend/src/pages/BatchForm.vue:46 frontend/src/pages/CourseForm.vue:143
#: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
#: frontend/src/pages/QuizForm.vue:79
msgid "Settings" msgid "Settings"
msgstr "设置" msgstr "设置"
@@ -5313,10 +5540,14 @@ msgstr "统计"
#. Label of the status (Select) field in DocType 'LMS Course' #. 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 Course Progress'
#. Label of the status (Select) field in DocType 'LMS Mentor Request' #. Label of the status (Select) field in DocType 'LMS Mentor Request'
#. Label of the status (Select) field in DocType 'LMS Programming Exercise
#. Submission'
#. Label of the status (Select) field in DocType 'LMS Test Case Submission'
#: frontend/src/components/Modals/Event.vue:91 #: frontend/src/components/Modals/Event.vue:91
#: frontend/src/components/Settings/ZoomSettings.vue:182 #: frontend/src/components/Settings/ZoomSettings.vue:182
#: frontend/src/pages/AssignmentSubmissionList.vue:19 #: frontend/src/pages/AssignmentSubmissionList.vue:19
#: frontend/src/pages/JobForm.vue:46 #: frontend/src/pages/JobForm.vue:46
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:274
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_join_request/cohort_join_request.json #: lms/lms/doctype/cohort_join_request/cohort_join_request.json
@@ -5330,6 +5561,8 @@ msgstr "统计"
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_course_progress/lms_course_progress.json #: lms/lms/doctype/lms_course_progress/lms_course_progress.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_test_case_submission/lms_test_case_submission.json
msgid "Status" msgid "Status"
msgstr "状态" msgstr "状态"
@@ -5402,6 +5635,14 @@ msgstr "提交类型"
msgid "Submission by" msgid "Submission by"
msgstr "提交人" msgstr "提交人"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:348
msgid "Submission saved!"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:248
msgid "Submissions deleted successfully"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/AssessmentModal.vue:9
#: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9
#: frontend/src/components/Modals/EvaluationModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9
@@ -5489,6 +5730,8 @@ msgstr "在{0}中发现可疑模式:{1}"
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json #: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
#: lms/lms/doctype/lms_payment/lms_payment.json #: lms/lms/doctype/lms_payment/lms_payment.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
#: lms/lms/doctype/lms_question/lms_question.json #: lms/lms/doctype/lms_question/lms_question.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json #: lms/lms/doctype/lms_quiz_submission/lms_quiz_submission.json
@@ -5535,6 +5778,16 @@ msgstr "临时禁用"
msgid "Terms of Use" msgid "Terms of Use"
msgstr "使用条款" msgstr "使用条款"
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise'
#. Label of the test_cases (Table) field in DocType 'LMS Programming Exercise
#. Submission'
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:29
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:81
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_programming_exercise_submission/lms_programming_exercise_submission.json
msgid "Test Cases"
msgstr ""
#. Label of the test_results (Small Text) field in DocType 'Exercise Latest #. Label of the test_results (Small Text) field in DocType 'Exercise Latest
#. Submission' #. Submission'
#. Label of the test_results (Small Text) field in DocType 'Exercise #. Label of the test_results (Small Text) field in DocType 'Exercise
@@ -5544,6 +5797,14 @@ msgstr "使用条款"
msgid "Test Results" msgid "Test Results"
msgstr "测试结果" msgstr "测试结果"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:82
msgid "Test this Exercise"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:90
msgid "Test {0}"
msgstr ""
#. Label of the tests (Code) field in DocType 'LMS Exercise' #. Label of the tests (Code) field in DocType 'LMS Exercise'
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
msgid "Tests" msgid "Tests"
@@ -5567,7 +5828,7 @@ msgstr ""
msgid "Thanks and Regards" msgid "Thanks and Regards"
msgstr "此致敬礼" msgstr "此致敬礼"
#: lms/lms/utils.py:1938 #: lms/lms/utils.py:1966
msgid "The batch is full. Please contact the Administrator." msgid "The batch is full. Please contact the Administrator."
msgstr "该批次已满。请联系管理员" msgstr "该批次已满。请联系管理员"
@@ -5650,7 +5911,7 @@ msgstr "本课程已结束"
msgid "This course has:" msgid "This course has:"
msgstr "本课程包含:" msgstr "本课程包含:"
#: lms/lms/utils.py:1781 #: lms/lms/utils.py:1809
msgid "This course is free." msgid "This course is free."
msgstr "本课程免费" msgstr "本课程免费"
@@ -5711,6 +5972,10 @@ msgstr "时间"
msgid "Time Preference" msgid "Time Preference"
msgstr "时间偏好" msgstr "时间偏好"
#: frontend/src/components/VideoBlock.vue:140
msgid "Time for a Quiz"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:13 #: frontend/src/components/Modals/QuizInVideo.vue:13
msgid "Time in Video" msgid "Time in Video"
msgstr "" msgstr ""
@@ -5778,6 +6043,7 @@ msgstr "时间安排:"
#. Label of the title (Data) field in DocType 'LMS Exercise' #. 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 Live Class'
#. Label of the title (Data) field in DocType 'LMS Program' #. Label of the title (Data) field in DocType 'LMS Program'
#. Label of the title (Data) field in DocType 'LMS Programming Exercise'
#. Label of the title (Data) field in DocType 'LMS Quiz' #. 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 Sidebar Item'
#. Label of the title (Data) field in DocType 'LMS Timetable Template' #. Label of the title (Data) field in DocType 'LMS Timetable Template'
@@ -5785,11 +6051,12 @@ msgstr "时间安排:"
#: frontend/src/components/Modals/AssignmentForm.vue:20 #: frontend/src/components/Modals/AssignmentForm.vue:20
#: frontend/src/components/Modals/DiscussionModal.vue:18 #: frontend/src/components/Modals/DiscussionModal.vue:18
#: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/components/Modals/LiveClassModal.vue:23
#: frontend/src/pages/Assignments.vue:165 frontend/src/pages/BatchForm.vue:20 #: frontend/src/pages/Assignments.vue:162 frontend/src/pages/BatchForm.vue:20
#: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20 #: frontend/src/pages/CourseForm.vue:30 frontend/src/pages/JobForm.vue:20
#: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:101 #: frontend/src/pages/ProgramForm.vue:11
#: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:120 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:17
#: lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Programs.vue:101 frontend/src/pages/QuizForm.vue:48
#: frontend/src/pages/Quizzes.vue:120 lms/lms/doctype/cohort/cohort.json
#: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json #: lms/lms/doctype/cohort_subgroup/cohort_subgroup.json
#: lms/lms/doctype/cohort_web_page/cohort_web_page.json #: lms/lms/doctype/cohort_web_page/cohort_web_page.json
#: lms/lms/doctype/course_chapter/course_chapter.json #: lms/lms/doctype/course_chapter/course_chapter.json
@@ -5802,6 +6069,7 @@ msgstr "时间安排:"
#: lms/lms/doctype/lms_exercise/lms_exercise.json #: lms/lms/doctype/lms_exercise/lms_exercise.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json #: lms/lms/doctype/lms_live_class/lms_live_class.json
#: lms/lms/doctype/lms_program/lms_program.json #: lms/lms/doctype/lms_program/lms_program.json
#: lms/lms/doctype/lms_programming_exercise/lms_programming_exercise.json
#: lms/lms/doctype/lms_quiz/lms_quiz.json #: lms/lms/doctype/lms_quiz/lms_quiz.json
#: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json
#: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json #: lms/lms/doctype/lms_timetable_template/lms_timetable_template.json
@@ -5824,7 +6092,7 @@ msgstr "至"
msgid "To Date" msgid "To Date"
msgstr "截止日期" msgstr "截止日期"
#: lms/lms/utils.py:1792 #: lms/lms/utils.py:1820
msgid "To join this batch, please contact the Administrator." msgid "To join this batch, please contact the Administrator."
msgstr "加入本批次请联系管理员" msgstr "加入本批次请联系管理员"
@@ -5878,8 +6146,9 @@ msgstr "推特"
#. Label of the type (Select) field in DocType 'LMS Quiz Question' #. Label of the type (Select) field in DocType 'LMS Quiz Question'
#: frontend/src/components/Modals/AssessmentModal.vue:22 #: frontend/src/components/Modals/AssessmentModal.vue:22
#: frontend/src/components/Modals/Question.vue:44 #: frontend/src/components/Modals/Question.vue:44
#: frontend/src/pages/Assignments.vue:43 frontend/src/pages/Assignments.vue:170 #: frontend/src/pages/Assignments.vue:40 frontend/src/pages/Assignments.vue:167
#: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65 #: frontend/src/pages/JobForm.vue:25 frontend/src/pages/Jobs.vue:65
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:53
#: lms/job/doctype/job_opportunity/job_opportunity.json #: lms/job/doctype/job_opportunity/job_opportunity.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json #: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
@@ -6371,6 +6640,10 @@ msgstr "YouTube视频将显示在课时顶部"
msgid "Your Account has been successfully created!" msgid "Your Account has been successfully created!"
msgstr "账户创建成功!" msgstr "账户创建成功!"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:117
msgid "Your Output"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:362 #: lms/lms/doctype/lms_batch/lms_batch.py:362
msgid "Your batch {0} is starting tomorrow" msgid "Your batch {0} is starting tomorrow"
msgstr "您的批次{0}将于明日开始" msgstr "您的批次{0}将于明日开始"
@@ -6545,10 +6818,14 @@ msgstr "周"
msgid "you can" msgid "you can"
msgstr "您可以" msgstr "您可以"
#: frontend/src/pages/Assignments.vue:29 #: frontend/src/pages/Assignments.vue:26
msgid "{0} Assignments" msgid "{0} Assignments"
msgstr "{0}项作业" msgstr "{0}项作业"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:39
msgid "{0} Exercises"
msgstr ""
#: frontend/src/pages/Jobs.vue:32 #: frontend/src/pages/Jobs.vue:32
msgid "{0} Open Jobs" msgid "{0} Open Jobs"
msgstr "{0}个开放职位" msgstr "{0}个开放职位"
@@ -6561,6 +6838,10 @@ msgstr "{0}项测验"
msgid "{0} Settings not found" msgid "{0} Settings not found"
msgstr "未找到{0}设置" msgstr "未找到{0}设置"
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:12
msgid "{0} Submissions"
msgstr ""
#: lms/templates/emails/job_application.html:2 #: lms/templates/emails/job_application.html:2
msgid "{0} has applied for the job position {1}" msgid "{0} has applied for the job position {1}"
msgstr "{0}已申请职位{1}" msgstr "{0}已申请职位{1}"

View File

@@ -108,4 +108,5 @@ lms.patches.v2_0.move_zoom_settings #20-05-2025
lms.patches.v2_0.link_zoom_account_to_live_class lms.patches.v2_0.link_zoom_account_to_live_class
lms.patches.v2_0.link_zoom_account_to_batch lms.patches.v2_0.link_zoom_account_to_batch
lms.patches.v2_0.sidebar_for_certified_members lms.patches.v2_0.sidebar_for_certified_members
lms.patches.v2_0.move_batch_instructors_to_evaluators lms.patches.v2_0.move_batch_instructors_to_evaluators
lms.patches.v2_0.enable_programming_exercises_in_sidebar

View File

@@ -0,0 +1,5 @@
import frappe
def execute():
frappe.db.set_single_value("LMS Settings", "programming_exercises", True)