From 6bdfbde23f5856ba75c142ace77f6069a36edc5f Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:28:16 +0530 Subject: [PATCH] chore: Spanish translations --- lms/locale/es.po | 383 +++++++++++++++++++++++++++++------------------ 1 file changed, 241 insertions(+), 142 deletions(-) diff --git a/lms/locale/es.po b/lms/locale/es.po index 4e3caa8c..e233cec8 100644 --- a/lms/locale/es.po +++ b/lms/locale/es.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: jannat@frappe.io\n" -"POT-Creation-Date: 2025-03-21 16:04+0000\n" -"PO-Revision-Date: 2025-03-23 01:31\n" +"POT-Creation-Date: 2025-04-04 16:04+0000\n" +"PO-Revision-Date: 2025-04-08 03:58\n" "Last-Translator: jannat@frappe.io\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -71,7 +71,7 @@ msgstr "Estadísticas" msgid "A course cannot have both paid certificate and certificate of completion." msgstr "" -#: frontend/src/pages/CourseForm.vue:40 +#: frontend/src/pages/CourseForm.vue:41 msgid "A one line introduction to the course that appears on the course card" msgstr "Una introducción de una línea al curso que aparece en la tarjeta del curso." @@ -111,19 +111,20 @@ msgstr "Activo" #: frontend/src/components/BatchCourses.vue:11 #: frontend/src/components/BatchStudents.vue:117 #: frontend/src/components/Categories.vue:26 +#: frontend/src/components/Evaluators.vue:37 #: frontend/src/components/LiveClass.vue:11 #: frontend/src/components/Members.vue:43 frontend/src/pages/ProgramForm.vue:30 #: frontend/src/pages/ProgramForm.vue:92 frontend/src/pages/ProgramForm.vue:137 msgid "Add" msgstr "Agregar" -#: frontend/src/components/CourseOutline.vue:11 +#: frontend/src/components/CourseOutline.vue:18 #: frontend/src/components/CreateOutline.vue:18 #: frontend/src/components/Modals/ChapterModal.vue:5 msgid "Add Chapter" msgstr "Añadir Capítulo" -#: frontend/src/components/CourseOutline.vue:129 +#: frontend/src/components/CourseOutline.vue:136 msgid "Add Lesson" msgstr "Añadir una clase" @@ -143,6 +144,7 @@ msgstr "Añadir una lección" msgid "Add a Student" msgstr "Añadir a un estudiante" +#: frontend/src/components/AppSidebar.vue:514 #: frontend/src/components/OnboardingBanner.vue:56 msgid "Add a chapter" msgstr "Añadir un capítulo" @@ -151,15 +153,16 @@ msgstr "Añadir un capítulo" msgid "Add a course" msgstr "Añadir un curso" -#: frontend/src/pages/CourseForm.vue:136 +#: frontend/src/pages/CourseForm.vue:137 msgid "Add a keyword and then press enter" msgstr "" +#: frontend/src/components/AppSidebar.vue:515 #: frontend/src/components/OnboardingBanner.vue:81 msgid "Add a lesson" msgstr "Añadir una lección" -#: frontend/src/components/Modals/Question.vue:144 +#: frontend/src/components/Modals/Question.vue:146 #: frontend/src/pages/QuizForm.vue:183 msgid "Add a new question" msgstr "Añadir una nueva pregunta" @@ -184,14 +187,30 @@ msgstr "Añadir una pregunta existente" msgid "Add at least one possible answer for this question: {0}" msgstr "Añadir al menos una respuesta posible para esta pregunta: {0}" +#: frontend/src/components/AppSidebar.vue:479 +msgid "Add courses to your batch" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:459 +msgid "Add students to your batch" +msgstr "" + #: frontend/src/components/Modals/PageModal.vue:6 msgid "Add web page to sidebar" msgstr "Agregar página web a la barra lateral" -#: frontend/src/components/Assignment.vue:65 +#: frontend/src/components/Assignment.vue:68 msgid "Add your assignment as {0}" msgstr "Añadir su tarea como {0}" +#: frontend/src/components/AppSidebar.vue:395 +msgid "Add your first chapter" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:410 +msgid "Add your first lesson" +msgstr "" + #. Label of the address (Link) field in DocType 'LMS Payment' #: frontend/src/pages/Billing.vue:64 #: lms/lms/doctype/lms_payment/lms_payment.json @@ -216,7 +235,7 @@ msgid "Admin" msgstr "Admin" #. Name of a role -#: frontend/src/pages/Batches.vue:285 lms/lms/doctype/lms_badge/lms_badge.json +#: frontend/src/pages/Batches.vue:282 lms/lms/doctype/lms_badge/lms_badge.json msgid "All" msgstr "Todos" @@ -275,7 +294,7 @@ msgstr "Ya está Registrado" #. Label of the amount (Currency) field in DocType 'LMS Batch' #. Label of the course_price (Currency) field in DocType 'LMS Course' #. Label of the amount (Currency) field in DocType 'LMS Payment' -#: frontend/src/pages/BatchForm.vue:209 frontend/src/pages/CourseForm.vue:220 +#: frontend/src/pages/BatchForm.vue:209 frontend/src/pages/CourseForm.vue:221 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_payment/lms_payment.json @@ -327,7 +346,7 @@ msgstr "" msgid "Answer" msgstr "Respuesta" -#: frontend/src/pages/CourseForm.vue:84 frontend/src/pages/CourseForm.vue:102 +#: frontend/src/pages/CourseForm.vue:85 frontend/src/pages/CourseForm.vue:103 msgid "Appears on the course card in the course list" msgstr "Aparece en la tarjeta del curso en la lista de cursos." @@ -415,6 +434,7 @@ msgid "Assessment {0} has already been added to this batch." msgstr "La evaluación {0} ya se ha agregado a este lote." #. Label of the show_assessments (Check) field in DocType 'LMS Settings' +#: frontend/src/components/AppSidebar.vue:527 #: frontend/src/components/Assessments.vue:5 #: frontend/src/components/BatchStudents.vue:68 #: frontend/src/components/BatchStudents.vue:101 @@ -431,7 +451,7 @@ msgstr "Asignar" #. Lesson' #. Label of the assignment (Link) field in DocType 'LMS Assignment Submission' #: frontend/src/pages/AssignmentSubmissionList.vue:12 -#: frontend/src/utils/assignment.js:26 +#: frontend/src/utils/assignment.js:24 #: lms/lms/doctype/course_lesson/course_lesson.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json #: lms/templates/assignment.html:3 @@ -469,6 +489,7 @@ msgstr "" msgid "Assignment will appear at the bottom of the lesson." msgstr "La tarea aparecerá al final de la lección." +#: frontend/src/components/AppSidebar.vue:531 #: frontend/src/pages/AssignmentForm.vue:174 msgid "Assignments" msgstr "Asignaciones" @@ -626,7 +647,7 @@ msgstr "Lote actualizado" msgid "Batch end date cannot be before the batch start date" msgstr "La fecha de finalización del grupo no puede ser anterior a la fecha de inicio del lote" -#: lms/lms/api.py:236 +#: lms/lms/api.py:238 msgid "Batch is sold out." msgstr "" @@ -635,7 +656,7 @@ msgid "Batch:" msgstr "Lote:" #. Label of the batches (Check) field in DocType 'LMS Settings' -#: frontend/src/pages/Batches.vue:300 +#: frontend/src/pages/Batches.vue:302 #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:63 msgid "Batches" msgstr "Lotes" @@ -736,7 +757,7 @@ msgstr "Ropa casual" #. Label of the category (Link) field in DocType 'LMS Course' #: frontend/src/pages/BatchForm.vue:190 frontend/src/pages/Batches.vue:55 #: frontend/src/pages/CertifiedParticipants.vue:37 -#: frontend/src/pages/CourseForm.vue:147 frontend/src/pages/Courses.vue:51 +#: frontend/src/pages/CourseForm.vue:148 frontend/src/pages/Courses.vue:51 #: frontend/src/pages/JobDetail.vue:96 lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_category/lms_category.json #: lms/lms/doctype/lms_course/lms_course.json @@ -787,6 +808,7 @@ msgstr "" #. Enrollment' #. Label of a Card Break in the LMS Workspace #. Label of a Link in the LMS Workspace +#: frontend/src/components/AppSidebar.vue:535 #: frontend/src/components/CourseCard.vue:111 #: frontend/src/components/Modals/Event.vue:371 #: frontend/src/pages/BatchForm.vue:37 frontend/src/pages/Batches.vue:38 @@ -824,7 +846,7 @@ msgstr "Participantes certificados" msgid "Change" msgstr "Cambio" -#: frontend/src/components/Assignment.vue:340 +#: frontend/src/components/Assignment.vue:341 msgid "Changes saved successfully" msgstr "" @@ -842,11 +864,11 @@ msgstr "Capítulo" msgid "Chapter Reference" msgstr "Referencia del capítulo" -#: frontend/src/components/Modals/ChapterModal.vue:154 +#: frontend/src/components/Modals/ChapterModal.vue:152 msgid "Chapter added successfully" msgstr "" -#: frontend/src/components/Modals/ChapterModal.vue:198 +#: frontend/src/components/Modals/ChapterModal.vue:196 msgid "Chapter updated successfully" msgstr "" @@ -878,7 +900,7 @@ msgstr "Comprobar cursos" msgid "Choices" msgstr "Opciones" -#: frontend/src/components/Quiz.vue:610 lms/templates/quiz/quiz.html:53 +#: frontend/src/components/Quiz.vue:613 lms/templates/quiz/quiz.html:53 msgid "Choose all answers that apply" msgstr "Elegir todas las respuestas que apliquen" @@ -886,7 +908,7 @@ msgstr "Elegir todas las respuestas que apliquen" msgid "Choose an icon" msgstr "Elegir icono" -#: frontend/src/components/Quiz.vue:611 lms/templates/quiz/quiz.html:53 +#: frontend/src/components/Quiz.vue:614 lms/templates/quiz/quiz.html:53 msgid "Choose one answer" msgstr "Elige una respuesta" @@ -986,7 +1008,7 @@ msgstr "Página web de Cohorte" msgid "Collaboration Preference" msgstr "Preferencia de colaboración" -#: frontend/src/components/CourseOutline.vue:14 +#: frontend/src/components/CourseOutline.vue:21 msgid "Collapse all chapters" msgstr "Contraer todos los capítulos" @@ -1006,7 +1028,7 @@ msgstr "Color" #. Label of the comments (Text Editor) field in DocType 'LMS Assignment #. Submission' #. Label of the comments (Small Text) field in DocType 'LMS Mentor Request' -#: frontend/src/components/Assignment.vue:166 +#: frontend/src/components/Assignment.vue:164 #: lms/lms/doctype/exercise_latest_submission/exercise_latest_submission.json #: lms/lms/doctype/exercise_submission/exercise_submission.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json @@ -1014,7 +1036,7 @@ msgstr "Color" msgid "Comments" msgstr "Comentarios" -#: frontend/src/components/Assignment.vue:145 +#: frontend/src/components/Assignment.vue:142 msgid "Comments by Evaluator" msgstr "" @@ -1090,12 +1112,12 @@ msgstr "" msgid "Completed" msgstr "Completado" -#: frontend/src/components/BatchStudents.vue:369 +#: frontend/src/components/BatchStudents.vue:370 msgid "Completed by Students" msgstr "" #. Label of the enable_certification (Check) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:212 +#: frontend/src/pages/CourseForm.vue:213 #: lms/lms/doctype/lms_course/lms_course.json msgid "Completion Certificate" msgstr "Certificado de finalización" @@ -1285,7 +1307,7 @@ msgstr "Creador del curso" msgid "Course Data" msgstr "Datos del Curso" -#: frontend/src/pages/CourseForm.vue:49 +#: frontend/src/pages/CourseForm.vue:50 msgid "Course Description" msgstr "Descripción del curso" @@ -1294,7 +1316,7 @@ msgstr "Descripción del curso" msgid "Course Evaluator" msgstr "Evaluador del curso" -#: frontend/src/pages/CourseForm.vue:62 +#: frontend/src/pages/CourseForm.vue:63 msgid "Course Image" msgstr "Imagen del curso" @@ -1316,7 +1338,7 @@ msgstr "Lista de Cursos" msgid "Course Name" msgstr "Nombre del Curso" -#: frontend/src/pages/CourseDetail.vue:76 +#: frontend/src/pages/CourseDetail.vue:76 frontend/src/pages/CourseForm.vue:241 msgid "Course Outline" msgstr "" @@ -1356,7 +1378,7 @@ msgstr "" msgid "Course already added to the batch." msgstr "Curso ya agregado al lote." -#: frontend/src/pages/CourseForm.vue:469 +#: frontend/src/pages/CourseForm.vue:472 msgid "Course deleted successfully" msgstr "" @@ -1379,7 +1401,7 @@ msgstr "El curso {0} ya se ha agregado a este lote." #: frontend/src/components/Modals/BatchStudentProgress.vue:79 #: frontend/src/pages/BatchDetail.vue:21 frontend/src/pages/BatchDetail.vue:70 #: frontend/src/pages/CourseCertification.vue:125 -#: frontend/src/pages/Courses.vue:298 frontend/src/pages/Statistics.vue:21 +#: frontend/src/pages/Courses.vue:301 frontend/src/pages/Statistics.vue:21 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_settings/lms_settings.json msgid "Courses" @@ -1390,7 +1412,7 @@ msgstr "Cursos" msgid "Courses Completed" msgstr "Cursos completados" -#: frontend/src/components/BatchCourses.vue:151 +#: frontend/src/components/BatchCourses.vue:154 msgid "Courses deleted successfully" msgstr "Cursos eliminados correctamente" @@ -1416,22 +1438,51 @@ msgstr "Crear un curso" msgid "Create a Live Class" msgstr "Crear una clase en vivo" +#: frontend/src/components/AppSidebar.vue:522 +msgid "Create a batch" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:513 #: frontend/src/components/OnboardingBanner.vue:30 msgid "Create a course" msgstr "" +#: frontend/src/components/AppSidebar.vue:523 +msgid "Create a live class" +msgstr "" + #: frontend/src/components/Modals/Question.vue:31 msgid "Create a new question" msgstr "Crear una nueva pregunta" -#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:291 +#: frontend/src/components/AppSidebar.vue:449 +msgid "Create your first batch" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:383 +msgid "Create your first course" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:428 +msgid "Create your first quiz" +msgstr "" + +#: frontend/src/pages/Assignments.vue:163 frontend/src/pages/Courses.vue:292 msgid "Created" msgstr "Creado" +#: frontend/src/components/AppSidebar.vue:519 +msgid "Creating a batch" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:510 +msgid "Creating a course" +msgstr "" + #. Label of the currency (Link) field in DocType 'LMS Batch' #. Label of the currency (Link) field in DocType 'LMS Course' #. Label of the currency (Link) field in DocType 'LMS Payment' -#: frontend/src/pages/BatchForm.vue:217 frontend/src/pages/CourseForm.vue:225 +#: frontend/src/pages/BatchForm.vue:217 frontend/src/pages/CourseForm.vue:226 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_payment/lms_payment.json @@ -1444,6 +1495,10 @@ msgstr "Divisa / Moneda" msgid "Current Lesson" msgstr "Lección actual" +#: frontend/src/components/AppSidebar.vue:541 +msgid "Custom Certificate Templates" +msgstr "" + #. Label of the custom_component (Code) field in DocType 'LMS Batch' #: lms/lms/doctype/lms_batch/lms_batch.json msgid "Custom HTML" @@ -1530,37 +1585,37 @@ msgstr "Divisa / modena predeterminada" msgid "Degree Type" msgstr "Tipo de Grado" -#: frontend/src/components/CourseOutline.vue:240 -#: frontend/src/components/CourseOutline.vue:298 -#: frontend/src/pages/CourseForm.vue:15 frontend/src/pages/CourseForm.vue:482 +#: frontend/src/components/CourseOutline.vue:247 +#: frontend/src/components/CourseOutline.vue:305 +#: frontend/src/pages/CourseForm.vue:485 msgid "Delete" msgstr "Eliminar" -#: frontend/src/components/CourseOutline.vue:52 +#: frontend/src/components/CourseOutline.vue:59 msgid "Delete Chapter" msgstr "" -#: frontend/src/pages/CourseForm.vue:476 +#: frontend/src/pages/CourseForm.vue:479 msgid "Delete Course" msgstr "" -#: frontend/src/components/CourseOutline.vue:292 +#: frontend/src/components/CourseOutline.vue:299 msgid "Delete this chapter?" msgstr "" -#: frontend/src/components/CourseOutline.vue:234 +#: frontend/src/components/CourseOutline.vue:241 msgid "Delete this lesson?" msgstr "" -#: frontend/src/pages/CourseForm.vue:477 +#: frontend/src/pages/CourseForm.vue:480 msgid "Deleting the course will also delete all its chapters and lessons. Are you sure you want to delete this course?" msgstr "" -#: frontend/src/components/CourseOutline.vue:293 +#: frontend/src/components/CourseOutline.vue:300 msgid "Deleting this chapter will also delete all its lessons and permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" msgstr "" -#: frontend/src/components/CourseOutline.vue:235 +#: frontend/src/components/CourseOutline.vue:242 msgid "Deleting this lesson will permanently remove it from the course. This action cannot be undone. Are you sure you want to continue?" msgstr "" @@ -1599,11 +1654,11 @@ msgstr "Escritorio" #: frontend/src/components/Modals/DiscussionModal.vue:22 #: frontend/src/pages/AssignmentForm.vue:27 frontend/src/pages/BatchForm.vue:14 -#: frontend/src/pages/CourseForm.vue:28 frontend/src/pages/QuizForm.vue:42 +#: frontend/src/pages/CourseForm.vue:29 frontend/src/pages/QuizForm.vue:42 msgid "Details" msgstr "Detalles" -#: frontend/src/pages/CourseForm.vue:194 +#: frontend/src/pages/CourseForm.vue:195 msgid "Disable Self Enrollment" msgstr "Deshabilitar la autoinscripción" @@ -1687,7 +1742,7 @@ msgstr "Correo Electrónico" msgid "Edit" msgstr "Editar" -#: frontend/src/components/CourseOutline.vue:45 +#: frontend/src/components/CourseOutline.vue:52 #: frontend/src/components/Modals/ChapterModal.vue:5 msgid "Edit Chapter" msgstr "Editar capítulo" @@ -1715,6 +1770,7 @@ msgstr "Detalle de la Educación" msgid "Education Details" msgstr "Detalles de la educación" +#: frontend/src/components/Evaluators.vue:32 #: frontend/src/components/Members.vue:32 lms/templates/signup-form.html:10 msgid "Email" msgstr "Correo electrónico" @@ -1811,7 +1867,7 @@ msgstr "Hora de finalización" msgid "Enroll Now" msgstr "Inscribirse ahora" -#: frontend/src/pages/Batches.vue:289 frontend/src/pages/Courses.vue:289 +#: frontend/src/pages/Batches.vue:295 frontend/src/pages/Courses.vue:294 msgid "Enrolled" msgstr "" @@ -1834,7 +1890,7 @@ msgstr "" msgid "Enrollment Count" msgstr "Recuento de inscripciones" -#: lms/lms/utils.py:1897 +#: lms/lms/utils.py:1898 msgid "Enrollment Failed" msgstr "Error al inscribirse" @@ -1850,7 +1906,7 @@ msgstr "Inscripciones" msgid "Enter Client Id and Client Secret in Google Settings to send calendar invites for evaluations." msgstr "Ingrese el ID del cliente y el secreto del cliente en la configuración de Google para enviar invitaciones al calendario para evaluaciones." -#: frontend/src/components/Assignment.vue:110 +#: frontend/src/components/Assignment.vue:113 msgid "Enter a URL" msgstr "Introduce una URL" @@ -1862,17 +1918,17 @@ msgstr "Ingrese un título y guarde el cuestionario para continuar." msgid "Enter the correct answer" msgstr "Ingrese la respuesta correcta" -#: frontend/src/components/Assignment.vue:286 +#: frontend/src/components/Assignment.vue:287 #: frontend/src/components/Modals/AnnouncementModal.vue:105 #: frontend/src/components/Modals/BulkCertificates.vue:115 -#: frontend/src/components/Modals/ChapterModal.vue:159 -#: frontend/src/components/Modals/ChapterModal.vue:166 -#: frontend/src/components/Modals/ChapterModal.vue:202 -#: frontend/src/components/Modals/Question.vue:249 -#: frontend/src/components/Modals/Question.vue:269 -#: frontend/src/components/Modals/Question.vue:326 -#: frontend/src/components/Modals/StudentModal.vue:67 -#: frontend/src/components/Quiz.vue:589 +#: frontend/src/components/Modals/ChapterModal.vue:157 +#: frontend/src/components/Modals/ChapterModal.vue:164 +#: frontend/src/components/Modals/ChapterModal.vue:200 +#: frontend/src/components/Modals/Question.vue:251 +#: frontend/src/components/Modals/Question.vue:272 +#: frontend/src/components/Modals/Question.vue:329 +#: frontend/src/components/Modals/StudentModal.vue:70 +#: frontend/src/components/Quiz.vue:592 #: frontend/src/components/SettingDetails.vue:62 #: frontend/src/pages/AssignmentForm.vue:139 #: frontend/src/pages/AssignmentForm.vue:159 frontend/src/pages/Billing.vue:261 @@ -1926,7 +1982,7 @@ msgstr "La evaluación se guardó correctamente" #. Label of the evaluator (Link) field in DocType 'LMS Course' #: frontend/src/components/Modals/BatchCourseModal.vue:26 #: frontend/src/components/Modals/BulkCertificates.vue:22 -#: frontend/src/pages/CourseForm.vue:231 frontend/src/pages/ProfileRoles.vue:22 +#: frontend/src/pages/CourseForm.vue:232 frontend/src/pages/ProfileRoles.vue:22 #: lms/lms/doctype/batch_course/batch_course.json #: lms/lms/doctype/course_evaluator/course_evaluator.json #: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json @@ -1998,7 +2054,7 @@ msgstr "Entregas de ejercicios" msgid "Exercise Title" msgstr "Título del ejercicio" -#: frontend/src/components/CourseOutline.vue:14 +#: frontend/src/components/CourseOutline.vue:21 msgid "Expand all chapters" msgstr "Expandir todos los capítulos" @@ -2044,7 +2100,7 @@ msgstr "Falla" #. Label of the featured (Check) field in DocType 'LMS Course' #: frontend/src/components/CourseCard.vue:16 -#: frontend/src/pages/CourseForm.vue:189 +#: frontend/src/pages/CourseForm.vue:190 #: lms/lms/doctype/lms_course/lms_course.json msgid "Featured" msgstr "Destacados" @@ -2055,7 +2111,7 @@ msgstr "Destacados" msgid "Feedback" msgstr "Retroalimentación" -#: frontend/src/components/Assignment.vue:61 +#: frontend/src/components/Assignment.vue:64 msgid "Feel free to make edits to your submission if needed." msgstr "Siéntase libre de realizar modificaciones en su envío si es necesario." @@ -2140,8 +2196,10 @@ msgstr "Desde" msgid "From Date" msgstr "Desde la fecha" +#. Label of the full_name (Data) field in DocType 'Course Evaluator' #. Label of the full_name (Data) field in DocType 'Invite Request' #. Label of the full_name (Data) field in DocType 'LMS Program Member' +#: lms/lms/doctype/course_evaluator/course_evaluator.json #: lms/lms/doctype/invite_request/invite_request.json #: lms/lms/doctype/lms_program_member/lms_program_member.json #: lms/templates/signup-form.html:5 @@ -2215,7 +2273,7 @@ msgid "Google Meet Link" msgstr "Enlace Google Meet" #. Label of the grade (Data) field in DocType 'Education Detail' -#: frontend/src/components/Assignment.vue:160 +#: frontend/src/components/Assignment.vue:158 #: lms/lms/doctype/education_detail/education_detail.json msgid "Grade" msgstr "Calificación" @@ -2230,7 +2288,7 @@ msgstr "Calificar asignación" msgid "Grade Type" msgstr "Tipo de grado" -#: frontend/src/components/Assignment.vue:155 +#: frontend/src/components/Assignment.vue:153 msgid "Grading" msgstr "" @@ -2253,6 +2311,10 @@ msgstr "Titular" msgid "Hello" msgstr "Hola" +#: frontend/src/components/AppSidebar.vue:80 +msgid "Help" +msgstr "Ayuda" + #: frontend/src/components/BatchFeedback.vue:11 msgid "Help Us Improve" msgstr "" @@ -2478,7 +2540,7 @@ msgstr "Notas del instructor" #. Label of the instructors (Table MultiSelect) field in DocType 'LMS Batch' #. Label of the instructors (Rating) field in DocType 'LMS Batch Feedback' #. Label of the instructors (Table MultiSelect) field in DocType 'LMS Course' -#: frontend/src/pages/BatchForm.vue:93 frontend/src/pages/CourseForm.vue:154 +#: frontend/src/pages/BatchForm.vue:93 frontend/src/pages/CourseForm.vue:155 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json #: lms/lms/doctype/lms_course/lms_course.json @@ -2494,6 +2556,11 @@ msgstr "Comentarios del instructor" msgid "Interest" msgstr "Interesar" +#: frontend/src/components/AppSidebar.vue:502 +#: frontend/src/components/AppSidebar.vue:505 +msgid "Introduction" +msgstr "Introducción" + #: lms/lms/doctype/invite_request/invite_request.py:83 msgid "Invalid Invite Code." msgstr "Código de invitación inválido." @@ -2524,6 +2591,10 @@ msgstr "Solo por invitación" msgid "Invite Request" msgstr "Solicitudes de invitación" +#: frontend/src/components/AppSidebar.vue:438 +msgid "Invite your team and students" +msgstr "" + #. Label of the is_correct (Check) field in DocType 'LMS Option' #. Label of the is_correct_1 (Check) field in DocType 'LMS Question' #. Label of the is_correct_2 (Check) field in DocType 'LMS Question' @@ -2557,6 +2628,10 @@ msgstr "" msgid "Issue Date" msgstr "Fecha de emisión" +#: frontend/src/components/AppSidebar.vue:538 +msgid "Issue a Certificate" +msgstr "" + #. Label of the issued_on (Date) field in DocType 'LMS Badge Assignment' #: frontend/src/pages/CourseCertification.vue:27 #: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json @@ -2985,7 +3060,7 @@ msgid "List of quizzes" msgstr "Lista de cuestionarios" #. Option for the 'Status' (Select) field in DocType 'Cohort' -#: frontend/src/pages/Courses.vue:279 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Courses.vue:278 lms/lms/doctype/cohort/cohort.json msgid "Live" msgstr "En vivo" @@ -3029,7 +3104,6 @@ msgstr "Ubicación" msgid "Location Preference" msgstr "Preferencia de ubicación" -#: frontend/src/components/AssignmentBlock.vue:13 #: frontend/src/components/NoPermission.vue:28 #: frontend/src/components/QuizBlock.vue:9 frontend/src/pages/Batch.vue:188 #: frontend/src/pages/Lesson.vue:25 @@ -3347,11 +3421,11 @@ msgstr "Moderador" msgid "Modified By" msgstr "Modificado por" -#: lms/lms/api.py:214 +#: lms/lms/api.py:216 msgid "Module Name is incorrect or does not exist." msgstr "El nombre del módulo es incorrecto o no existe." -#: lms/lms/api.py:210 +#: lms/lms/api.py:212 msgid "Module is incorrect." msgstr "Módulo incorrecto." @@ -3362,6 +3436,10 @@ msgstr "Módulo incorrecto." msgid "Monday" msgstr "Lunes" +#: frontend/src/components/AppSidebar.vue:546 +msgid "Monetization" +msgstr "" + #: frontend/src/components/AppSidebar.vue:39 msgid "More" msgstr "Más" @@ -3381,7 +3459,7 @@ msgstr "Mi calendario" #. Option for the 'Event' (Select) field in DocType 'LMS Badge' #: frontend/src/pages/Assignments.vue:18 frontend/src/pages/Batches.vue:17 -#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:282 +#: frontend/src/pages/Courses.vue:17 frontend/src/pages/Courses.vue:281 #: frontend/src/pages/Programs.vue:14 lms/lms/doctype/lms_badge/lms_badge.json msgid "New" msgstr "Nuevo" @@ -3435,11 +3513,11 @@ msgstr "Nuevo cuestionario" msgid "New Sign Up" msgstr "Nueva inscripción" -#: lms/lms/utils.py:605 +#: lms/lms/utils.py:606 msgid "New comment in batch {0}" msgstr "Nuevo comentario en lote {0}" -#: lms/lms/utils.py:598 +#: lms/lms/utils.py:599 msgid "New reply on the topic {0} in course {1}" msgstr "Nueva respuesta sobre el tema {0} en curso {1}" @@ -3464,7 +3542,7 @@ msgstr "Sin evaluaciones" msgid "No Notifications" msgstr "No hay notificaciones" -#: frontend/src/components/Quiz.vue:275 +#: frontend/src/components/Quiz.vue:278 msgid "No Quiz submissions found" msgstr "" @@ -3493,6 +3571,10 @@ msgstr "No se encontraron grupos" msgid "No certificates" msgstr "No hay certificados" +#: frontend/src/components/BatchCourses.vue:67 +msgid "No courses added" +msgstr "" + #: lms/templates/courses_created.html:14 msgid "No courses created" msgstr "No hay cursos creados" @@ -3581,7 +3663,7 @@ msgstr "Sin calificar" msgid "Not Permitted" msgstr "No permitido" -#: frontend/src/components/Assignment.vue:33 +#: frontend/src/components/Assignment.vue:36 #: frontend/src/components/BrandSettings.vue:10 #: frontend/src/components/PaymentSettings.vue:9 #: frontend/src/components/SettingDetails.vue:10 @@ -3625,7 +3707,7 @@ msgstr "Desconectado" msgid "Once again, congratulations on this significant accomplishment." msgstr "Una vez más, felicidades por este importante logro." -#: frontend/src/components/Assignment.vue:57 +#: frontend/src/components/Assignment.vue:60 msgid "Once the moderator grades your submission, you'll find the details here." msgstr "Una vez que el moderador califique su envío, encontrará los detalles aquí." @@ -3642,11 +3724,11 @@ msgstr "" msgid "Only files of type {0} will be accepted." msgstr "Sólo se aceptarán archivos del tipo {0}." -#: frontend/src/pages/CourseForm.vue:506 frontend/src/utils/index.js:549 +#: frontend/src/pages/CourseForm.vue:509 frontend/src/utils/index.js:549 msgid "Only image file is allowed." msgstr "Sólo se permiten archivos de imagen." -#: frontend/src/components/Modals/ChapterModal.vue:220 +#: frontend/src/components/Modals/ChapterModal.vue:218 msgid "Only zip files are allowed" msgstr "" @@ -3753,7 +3835,7 @@ msgid "Paid Batch" msgstr "Lote pagó" #. Label of the paid_certificate (Check) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:217 +#: frontend/src/pages/CourseForm.vue:218 #: lms/lms/doctype/lms_course/lms_course.json msgid "Paid Certificate" msgstr "" @@ -3763,7 +3845,7 @@ msgid "Paid Certificate after Evaluation" msgstr "" #. Label of the paid_course (Check) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:207 +#: frontend/src/pages/CourseForm.vue:208 #: lms/lms/doctype/lms_course/lms_course.json msgid "Paid Course" msgstr "Cursos Pagos" @@ -3806,7 +3888,7 @@ msgstr "Porcentaje de aprobación" msgid "Password" msgstr "Contraseña" -#: frontend/src/pages/CourseForm.vue:112 +#: frontend/src/pages/CourseForm.vue:113 msgid "Paste the youtube link of a short video introducing the course" msgstr "Pegue el enlace de YouTube de un video corto que presenta el curso." @@ -3936,7 +4018,7 @@ msgstr "Por favor, consultar su correo electrónico para la verificación" msgid "Please click on the following button to set your new password" msgstr "Haga clic en el siguiente botón para establecer su nueva contraseña" -#: lms/lms/utils.py:2031 lms/lms/utils.py:2035 +#: lms/lms/utils.py:2032 lms/lms/utils.py:2036 msgid "Please complete the previous courses in the program to enroll in this course." msgstr "" @@ -3944,7 +4026,7 @@ msgstr "" msgid "Please enable Zoom Settings to use this feature." msgstr "Habilite la configuración de Zoom para utilizar esta funcionalidad." -#: frontend/src/components/CourseOutline.vue:317 +#: frontend/src/components/CourseOutline.vue:324 msgid "Please enroll for this course to view this lesson" msgstr "" @@ -3985,10 +4067,6 @@ msgstr "Instale la aplicación Pagos para crear un curso pago." msgid "Please let us know where you heard about us from." msgstr "Por favor, háganos saber dónde se enteró de nosotros." -#: frontend/src/components/AssignmentBlock.vue:9 -msgid "Please login to access the assignment." -msgstr "" - #: frontend/src/components/QuizBlock.vue:5 msgid "Please login to access the quiz." msgstr "Inicie sesión para acceder al cuestionario." @@ -3997,7 +4075,7 @@ msgstr "Inicie sesión para acceder al cuestionario." msgid "Please login to access this page." msgstr "Por favor inicie sesión para acceder a esta página." -#: lms/lms/api.py:206 +#: lms/lms/api.py:208 msgid "Please login to continue with payment." msgstr "Por favor inicie sesión para continuar con el pago." @@ -4034,7 +4112,7 @@ msgstr "" msgid "Please take appropriate action at {0}" msgstr "Tome las medidas adecuadas en {0}" -#: frontend/src/components/Modals/ChapterModal.vue:177 +#: frontend/src/components/Modals/ChapterModal.vue:175 msgid "Please upload a SCORM package" msgstr "" @@ -4115,7 +4193,7 @@ msgstr "Ubicación preferida" msgid "Preview Image" msgstr "Previsualizar imagen" -#: frontend/src/pages/CourseForm.vue:110 +#: frontend/src/pages/CourseForm.vue:111 msgid "Preview Video" msgstr "Vista previa del video" @@ -4130,7 +4208,7 @@ msgid "Pricing" msgstr "Precios" #. Label of the pricing_tab (Tab Break) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:201 +#: frontend/src/pages/CourseForm.vue:202 #: lms/lms/doctype/lms_course/lms_course.json msgid "Pricing and Certification" msgstr "" @@ -4223,7 +4301,7 @@ msgstr "Publicar en la página del participante" #. Label of the published (Check) field in DocType 'LMS Course' #: frontend/src/components/Modals/BulkCertificates.vue:51 #: frontend/src/components/Modals/Event.vue:108 -#: frontend/src/pages/BatchForm.vue:27 frontend/src/pages/CourseForm.vue:171 +#: frontend/src/pages/BatchForm.vue:27 frontend/src/pages/CourseForm.vue:172 #: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_course/lms_course.json #: lms/public/js/common_functions.js:266 @@ -4236,7 +4314,7 @@ msgid "Published Courses" msgstr "Cursos Publicados" #. Label of the published_on (Date) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:175 +#: frontend/src/pages/CourseForm.vue:176 #: lms/lms/doctype/lms_course/lms_course.json msgid "Published On" msgstr "Publicado el" @@ -4253,7 +4331,7 @@ msgstr "" #. Label of the question (Text Editor) field in DocType 'LMS Question' #. Label of the question (Link) field in DocType 'LMS Quiz Question' #. Label of the question (Text) field in DocType 'LMS Quiz Result' -#: frontend/src/components/Assignment.vue:17 +#: frontend/src/components/Assignment.vue:20 #: frontend/src/components/Modals/Question.vue:38 #: frontend/src/pages/AssignmentForm.vue:45 frontend/src/pages/QuizForm.vue:385 #: lms/lms/doctype/course_lesson/course_lesson.json @@ -4280,11 +4358,11 @@ msgstr "Detalle de la pregunta" msgid "Question Name" msgstr "Nombre de la Pregunta" -#: frontend/src/components/Modals/Question.vue:264 +#: frontend/src/components/Modals/Question.vue:267 msgid "Question added successfully" msgstr "Pregunta añadida correctamente" -#: frontend/src/components/Modals/Question.vue:316 +#: frontend/src/components/Modals/Question.vue:319 msgid "Question updated successfully" msgstr "Pregunta actualizada correctamente" @@ -4319,7 +4397,7 @@ msgid "Quiz ID" msgstr "ID del cuestionario" #. Label of a Link in the LMS Workspace -#: frontend/src/pages/QuizPage.vue:47 frontend/src/pages/QuizPage.vue:53 +#: frontend/src/pages/QuizPage.vue:56 frontend/src/pages/QuizPage.vue:62 #: lms/lms/workspace/lms/lms.json msgid "Quiz Submission" msgstr "Envíos de cuestionarios" @@ -4355,6 +4433,7 @@ msgstr "Cuestionario actualizado correctamente" msgid "Quiz will appear at the bottom of the lesson." msgstr "El cuestionario aparecerá al final de la lección." +#: frontend/src/components/AppSidebar.vue:530 #: frontend/src/pages/QuizForm.vue:438 frontend/src/pages/Quizzes.vue:138 #: frontend/src/pages/Quizzes.vue:148 msgid "Quizzes" @@ -4434,7 +4513,7 @@ msgstr "Rechazado" msgid "Related Courses" msgstr "Cursos relacionados" -#: frontend/src/pages/BatchForm.vue:77 frontend/src/pages/CourseForm.vue:99 +#: frontend/src/pages/BatchForm.vue:77 frontend/src/pages/CourseForm.vue:100 msgid "Remove" msgstr "Eliminar" @@ -4503,6 +4582,10 @@ msgstr "Rol" msgid "Role Preference" msgstr "Preferencia de rol" +#: frontend/src/components/AppSidebar.vue:558 +msgid "Roles" +msgstr "Roles" + #. Label of the route (Data) field in DocType 'LMS Sidebar Item' #: lms/lms/doctype/lms_sidebar_item/lms_sidebar_item.json msgid "Route" @@ -4556,12 +4639,12 @@ msgid "Saturday" msgstr "Sábado" #: frontend/src/components/AssessmentPlugin.vue:34 -#: frontend/src/components/Assignment.vue:43 +#: frontend/src/components/Assignment.vue:46 #: frontend/src/components/Controls/CodeEditor.vue:25 #: frontend/src/components/Modals/Event.vue:101 #: frontend/src/components/Modals/Event.vue:129 #: frontend/src/pages/AssignmentForm.vue:21 frontend/src/pages/BatchForm.vue:8 -#: frontend/src/pages/CourseForm.vue:20 frontend/src/pages/JobCreation.vue:8 +#: frontend/src/pages/CourseForm.vue:21 frontend/src/pages/JobCreation.vue:8 #: frontend/src/pages/LessonForm.vue:14 frontend/src/pages/ProgramForm.vue:7 #: frontend/src/pages/QuizForm.vue:34 frontend/src/pages/QuizSubmission.vue:14 #: lms/public/js/common_functions.js:405 @@ -4601,6 +4684,7 @@ msgstr "Puntuación" msgid "Score Out Of" msgstr "Puntuación fuera de" +#: frontend/src/components/Evaluators.vue:15 #: frontend/src/components/Members.vue:15 frontend/src/pages/Jobs.vue:38 msgid "Search" msgstr "Buscar" @@ -4673,8 +4757,17 @@ msgstr "Sesiones los días" msgid "Set your Password" msgstr "Establecer Contraseña" +#: frontend/src/components/AppSidebar.vue:506 +msgid "Setting up" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:551 +msgid "Setting up payment gateway" +msgstr "" + +#: frontend/src/components/AppSidebar.vue:556 #: frontend/src/components/Modals/Settings.vue:7 -#: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:161 +#: frontend/src/pages/BatchForm.vue:148 frontend/src/pages/CourseForm.vue:162 #: frontend/src/pages/ProfileRoles.vue:4 frontend/src/pages/QuizForm.vue:79 msgid "Settings" msgstr "Configuración" @@ -4688,7 +4781,7 @@ msgid "Short Description" msgstr "" #. Label of the short_introduction (Small Text) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:38 +#: frontend/src/pages/CourseForm.vue:39 #: lms/lms/doctype/lms_course/lms_course.json msgid "Short Introduction" msgstr "Breve introducción" @@ -4803,7 +4896,7 @@ msgstr "Omitir" msgid "Skip Onboarding" msgstr "" -#: lms/lms/doctype/course_evaluator/course_evaluator.py:57 +#: lms/lms/doctype/course_evaluator/course_evaluator.py:63 msgid "Slot Times are overlapping for some schedules." msgstr "Los horarios de las franjas horarias se superponen." @@ -4895,7 +4988,7 @@ msgstr "Comienza a aprender" msgid "Start Time" msgstr "Hora de inicio" -#: lms/lms/doctype/course_evaluator/course_evaluator.py:28 +#: lms/lms/doctype/course_evaluator/course_evaluator.py:34 msgid "Start Time cannot be greater than End Time" msgstr "La hora de inicio no puede ser mayor que la hora de finalización" @@ -4978,7 +5071,7 @@ msgstr "Reseñas de estudiantes" msgid "Students" msgstr "Estudiantes" -#: frontend/src/components/BatchStudents.vue:324 +#: frontend/src/components/BatchStudents.vue:325 msgid "Students deleted successfully" msgstr "Estudiantes eliminados correctamente" @@ -5000,7 +5093,7 @@ msgstr "Subgrupo" msgid "Subject" msgstr "Asunto" -#: frontend/src/components/Assignment.vue:29 +#: frontend/src/components/Assignment.vue:32 msgid "Submission" msgstr "Envío" @@ -5008,8 +5101,8 @@ msgstr "Envío" msgid "Submission List" msgstr "Lista de entregas" -#: frontend/src/components/Assignment.vue:10 #: frontend/src/components/Assignment.vue:13 +#: frontend/src/components/Assignment.vue:16 msgid "Submission by" msgstr "" @@ -5017,7 +5110,7 @@ msgstr "" #: frontend/src/components/Modals/AssessmentModal.vue:9 #: frontend/src/components/Modals/BatchCourseModal.vue:9 #: frontend/src/components/Modals/EvaluationModal.vue:9 -#: frontend/src/components/Modals/Question.vue:338 +#: frontend/src/components/Modals/Question.vue:341 #: frontend/src/components/Quiz.vue:218 lms/templates/assignment.html:9 #: lms/templates/livecode/extension_footer.html:25 #: lms/templates/quiz/quiz.html:128 lms/templates/reviews.html:163 @@ -5034,22 +5127,22 @@ msgstr "Envíe su currículum para proceder con su solicitud para este puesto. U msgid "Submitted {0}" msgstr "Enviado {0}" -#: frontend/src/components/Assignment.vue:340 -#: frontend/src/components/BatchCourses.vue:151 +#: frontend/src/components/Assignment.vue:341 +#: frontend/src/components/BatchCourses.vue:154 #: frontend/src/components/BatchOverlay.vue:150 -#: frontend/src/components/BatchStudents.vue:324 +#: frontend/src/components/BatchStudents.vue:325 #: frontend/src/components/CourseCardOverlay.vue:189 #: frontend/src/components/Modals/AnnouncementModal.vue:99 #: frontend/src/components/Modals/AssessmentModal.vue:73 #: frontend/src/components/Modals/BulkCertificates.vue:121 -#: frontend/src/components/Modals/ChapterModal.vue:153 -#: frontend/src/components/Modals/ChapterModal.vue:198 +#: frontend/src/components/Modals/ChapterModal.vue:151 +#: frontend/src/components/Modals/ChapterModal.vue:196 #: frontend/src/components/Modals/Event.vue:255 #: frontend/src/components/Modals/Event.vue:310 -#: frontend/src/components/Modals/Question.vue:264 -#: frontend/src/components/Modals/Question.vue:315 +#: frontend/src/components/Modals/Question.vue:267 +#: frontend/src/components/Modals/Question.vue:318 #: frontend/src/pages/AssignmentForm.vue:155 -#: frontend/src/pages/CourseForm.vue:469 frontend/src/pages/ProgramForm.vue:229 +#: frontend/src/pages/CourseForm.vue:472 frontend/src/pages/ProgramForm.vue:229 #: frontend/src/pages/ProgramForm.vue:251 #: frontend/src/pages/ProgramForm.vue:272 #: frontend/src/pages/ProgramForm.vue:298 frontend/src/pages/QuizForm.vue:339 @@ -5071,7 +5164,7 @@ msgstr "Resumen" msgid "Sunday" msgstr "Domingo" -#: lms/lms/api.py:1024 +#: lms/lms/api.py:1026 msgid "Suspicious pattern found in {0}: {1}" msgstr "" @@ -5127,7 +5220,7 @@ msgid "System Manager" msgstr "Administrador del sistema" #. Label of the tags (Data) field in DocType 'LMS Course' -#: frontend/src/pages/CourseForm.vue:120 +#: frontend/src/pages/CourseForm.vue:121 #: lms/lms/doctype/lms_course/lms_course.json msgid "Tags" msgstr "Etiquetas" @@ -5192,7 +5285,7 @@ msgstr "" msgid "Thanks and Regards" msgstr "Gracias y saludos" -#: lms/lms/utils.py:1929 +#: lms/lms/utils.py:1930 msgid "The batch is full. Please contact the Administrator." msgstr "" @@ -5287,7 +5380,7 @@ msgstr "" msgid "This course has:" msgstr "Este curso tiene:" -#: lms/lms/utils.py:1772 +#: lms/lms/utils.py:1773 msgid "This course is free." msgstr "Este curso es gratuito." @@ -5390,7 +5483,7 @@ msgstr "Horarios:" #: frontend/src/components/Modals/LiveClassModal.vue:23 #: frontend/src/pages/AssignmentForm.vue:32 #: frontend/src/pages/Assignments.vue:152 frontend/src/pages/BatchForm.vue:19 -#: frontend/src/pages/CourseForm.vue:32 frontend/src/pages/JobCreation.vue:20 +#: frontend/src/pages/CourseForm.vue:33 frontend/src/pages/JobCreation.vue:20 #: frontend/src/pages/ProgramForm.vue:11 frontend/src/pages/Programs.vue:116 #: frontend/src/pages/QuizForm.vue:48 frontend/src/pages/Quizzes.vue:116 #: lms/lms/doctype/cohort/cohort.json @@ -5414,7 +5507,7 @@ msgstr "Horarios:" msgid "Title" msgstr "Nombre" -#: frontend/src/components/Modals/ChapterModal.vue:174 +#: frontend/src/components/Modals/ChapterModal.vue:172 msgid "Title is required" msgstr "" @@ -5429,7 +5522,7 @@ msgstr "A" msgid "To Date" msgstr "Hasta la fecha" -#: lms/lms/utils.py:1783 +#: lms/lms/utils.py:1784 msgid "To join this batch, please contact the Administrator." msgstr "Para unirse a este lote, comuníquese con el Administrador." @@ -5461,7 +5554,7 @@ msgstr "Registros totales" msgid "Travel" msgstr "Viajes" -#: frontend/src/components/Quiz.vue:256 lms/templates/quiz/quiz.html:131 +#: frontend/src/components/Quiz.vue:259 lms/templates/quiz/quiz.html:131 msgid "Try Again" msgstr "Inténtelo de nuevo" @@ -5495,7 +5588,7 @@ msgstr "Twitter" msgid "Type" msgstr "Tipo" -#: frontend/src/components/Quiz.vue:612 +#: frontend/src/components/Quiz.vue:615 msgid "Type your answer" msgstr "Escribe tu respuesta" @@ -5517,7 +5610,7 @@ msgstr "URL" msgid "Unavailability" msgstr "Indisponibilidad" -#: lms/lms/doctype/course_evaluator/course_evaluator.py:23 +#: lms/lms/doctype/course_evaluator/course_evaluator.py:29 msgid "Unavailable From Date cannot be greater than Unavailable To Date" msgstr "No disponible Desde Fecha no puede ser mayor que No disponible Hasta Fecha" @@ -5553,8 +5646,8 @@ msgstr "Rol no estructurado" #. Option for the 'Status' (Select) field in DocType 'Cohort' #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Label of the upcoming (Check) field in DocType 'LMS Course' -#: frontend/src/pages/Batches.vue:291 frontend/src/pages/CourseForm.vue:184 -#: frontend/src/pages/Courses.vue:285 lms/lms/doctype/cohort/cohort.json +#: frontend/src/pages/Batches.vue:291 frontend/src/pages/CourseForm.vue:185 +#: frontend/src/pages/Courses.vue:284 lms/lms/doctype/cohort/cohort.json #: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json #: lms/lms/doctype/lms_course/lms_course.json msgid "Upcoming" @@ -5579,15 +5672,15 @@ msgstr "Actualizar" msgid "Update Password" msgstr "Actualizar contraseña" -#: frontend/src/pages/BatchForm.vue:59 frontend/src/pages/CourseForm.vue:80 +#: frontend/src/pages/BatchForm.vue:59 frontend/src/pages/CourseForm.vue:81 msgid "Upload" msgstr "Subir" -#: frontend/src/components/Assignment.vue:78 +#: frontend/src/components/Assignment.vue:81 msgid "Upload File" msgstr "Subir archivo" -#: frontend/src/components/Assignment.vue:77 +#: frontend/src/components/Assignment.vue:80 msgid "Uploading {0}%" msgstr "Subiendo {0}%" @@ -5610,6 +5703,11 @@ msgstr "Categoría de usuario" msgid "User Field" msgstr "Campo de usuario" +#. Label of the user_image (Attach Image) field in DocType 'Course Evaluator' +#: lms/lms/doctype/course_evaluator/course_evaluator.json +msgid "User Image" +msgstr "Imagen de Usuario" + #. Option for the 'Type' (Select) field in DocType 'LMS Question' #. Option for the 'Type' (Select) field in DocType 'LMS Quiz Question' #: lms/lms/doctype/lms_question/lms_question.json @@ -5626,7 +5724,9 @@ msgstr "Habilidad del usuario" msgid "User {0} has reported the job post {1}" msgstr "El usuario {0} ha reportado el puesto de trabajo {1}" +#. Label of the username (Data) field in DocType 'Course Evaluator' #. Label of the username (Data) field in DocType 'Invite Request' +#: lms/lms/doctype/course_evaluator/course_evaluator.json #: lms/lms/doctype/invite_request/invite_request.json msgid "Username" msgstr "Nombre de usuario" @@ -5771,8 +5871,7 @@ msgstr "Escribe una reseña" msgid "Write a review" msgstr "Escribir una reseña" -#: frontend/src/components/Assignment.vue:120 -#: frontend/src/components/Assignment.vue:126 +#: frontend/src/components/Assignment.vue:123 msgid "Write your answer here" msgstr "Escriba su respuesta aquí" @@ -5784,11 +5883,11 @@ msgstr "Ya tiene una evaluación en {0} en {1} para el curso {2}." msgid "You are already certified for this course. Click on the card below to open your certificate." msgstr "" -#: lms/lms/api.py:230 +#: lms/lms/api.py:232 msgid "You are already enrolled for this batch." msgstr "Ya estás inscrito en este lote." -#: lms/lms/api.py:222 +#: lms/lms/api.py:224 msgid "You are already enrolled for this course." msgstr "Ya estás inscrito en este curso." @@ -5800,7 +5899,7 @@ msgstr "No eres miembro de este lote. Consulte nuestros próximos lotes." msgid "You are not a mentor of the course {0}" msgstr "No eres mentor del curso {0}" -#: frontend/src/components/CourseOutline.vue:316 +#: frontend/src/components/CourseOutline.vue:323 msgid "You are not enrolled" msgstr "" @@ -5845,7 +5944,7 @@ msgstr "No tienes ninguna notificación." msgid "You got" msgstr "Has conseguido" -#: frontend/src/components/Quiz.vue:238 +#: frontend/src/components/Quiz.vue:241 #, python-format msgid "You got {0}% correct answers with a score of {1} out of {2}" msgstr "Obtuviste {0}% de respuestas correctas con una puntuación de {1} de {2}" @@ -5862,7 +5961,7 @@ msgstr "Ya has solicitado este trabajo." msgid "You have already exceeded the maximum number of attempts allowed for this quiz." msgstr "Ya superaste el número máximo de intentos permitidos para esta prueba." -#: lms/lms/api.py:249 +#: lms/lms/api.py:251 msgid "You have already purchased the certificate for this course." msgstr "" @@ -5911,7 +6010,7 @@ msgstr "Tendrás que obtener {0}% de respuestas correctas para poder aprobar el msgid "You've applied to become a mentor for this course. Your request is currently under review." msgstr "Has solicitado ser mentor para este curso. Tu solicitud está siendo revisada." -#: frontend/src/components/Assignment.vue:55 +#: frontend/src/components/Assignment.vue:58 msgid "You've successfully submitted the assignment." msgstr "Ha enviado correctamente la tarea." @@ -5963,7 +6062,7 @@ msgstr "Su solicitud para unirse a nosotros como mentor del curso" msgid "Your score is" msgstr "Tu puntuación es" -#: frontend/src/components/Quiz.vue:231 +#: frontend/src/components/Quiz.vue:234 msgid "Your submission has been successfully saved. The instructor will review and grade it shortly, and you'll be notified of your final result." msgstr "Tu envío se ha guardado correctamente. El instructor lo revisará y calificará en breve y te notificará el resultado final." @@ -6048,7 +6147,7 @@ msgstr "" msgid "you can" msgstr "puedes" -#: lms/lms/api.py:814 lms/lms/api.py:822 +#: lms/lms/api.py:816 lms/lms/api.py:824 msgid "{0} Settings not found" msgstr "Configuraciones {0} no encontradas" @@ -6088,7 +6187,7 @@ msgstr "{0} ya está certificado para el curso {1}" msgid "{0} is your evaluator" msgstr "{0} es tu evaluador" -#: lms/lms/utils.py:682 +#: lms/lms/utils.py:683 msgid "{0} mentioned you in a comment" msgstr "{0} te mencionó en un comentario" @@ -6096,7 +6195,7 @@ msgstr "{0} te mencionó en un comentario" msgid "{0} mentioned you in a comment in your batch." msgstr "{0} te mencionó en un comentario en tu lote." -#: lms/lms/utils.py:635 lms/lms/utils.py:641 +#: lms/lms/utils.py:636 lms/lms/utils.py:642 msgid "{0} mentioned you in a comment in {1}" msgstr "{0} te mencionó en un comentario en {1}"