chore: Turkish translations

This commit is contained in:
Jannat Patel
2025-12-01 21:28:19 +05:30
parent 8979b5ef0c
commit ccfa281490
+129 -91
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-11-14 16:04+0000\n" "POT-Creation-Date: 2025-11-28 16:04+0000\n"
"PO-Revision-Date: 2025-11-25 13:40\n" "PO-Revision-Date: 2025-12-01 15:58\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"
@@ -197,7 +197,7 @@ msgstr "Ders Ekle"
msgid "Add a Student" msgid "Add a Student"
msgstr "Öğrenci Ekle" msgstr "Öğrenci Ekle"
#: frontend/src/components/AppSidebar.vue:624 #: frontend/src/components/Sidebar/AppSidebar.vue:624
msgid "Add a chapter" msgid "Add a chapter"
msgstr "" msgstr ""
@@ -209,7 +209,7 @@ msgstr "Kurs Ekle"
msgid "Add a keyword and then press enter" msgid "Add a keyword and then press enter"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:625 #: frontend/src/components/Sidebar/AppSidebar.vue:625
msgid "Add a lesson" msgid "Add a lesson"
msgstr "Bir ders ekle" msgstr "Bir ders ekle"
@@ -222,7 +222,7 @@ msgstr ""
msgid "Add a new question" msgid "Add a new question"
msgstr "Yeni Soru Ekle" msgstr "Yeni Soru Ekle"
#: frontend/src/components/AppSidebar.vue:639 #: frontend/src/components/Sidebar/AppSidebar.vue:639
msgid "Add a program" msgid "Add a program"
msgstr "" msgstr ""
@@ -246,7 +246,7 @@ msgstr ""
msgid "Add at least one possible answer for this question: {0}" msgid "Add at least one possible answer for this question: {0}"
msgstr "Bu soru için en azından bir olası cevap ekleyin: {0}" msgstr "Bu soru için en azından bir olası cevap ekleyin: {0}"
#: frontend/src/components/AppSidebar.vue:588 #: frontend/src/components/Sidebar/AppSidebar.vue:588
msgid "Add courses to your batch" msgid "Add courses to your batch"
msgstr "" msgstr ""
@@ -254,7 +254,7 @@ msgstr ""
msgid "Add quiz to this video" msgid "Add quiz to this video"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:567 #: frontend/src/components/Sidebar/AppSidebar.vue:567
msgid "Add students to your batch" msgid "Add students to your batch"
msgstr "" msgstr ""
@@ -270,11 +270,11 @@ msgstr "Web sayfasını kenar çubuğuna ekle"
msgid "Add your assignment as {0}" msgid "Add your assignment as {0}"
msgstr "Ödevinizi {0} olarak ekleyin" msgstr "Ödevinizi {0} olarak ekleyin"
#: frontend/src/components/AppSidebar.vue:500 #: frontend/src/components/Sidebar/AppSidebar.vue:500
msgid "Add your first chapter" msgid "Add your first chapter"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:516 #: frontend/src/components/Sidebar/AppSidebar.vue:516
msgid "Add your first lesson" msgid "Add your first lesson"
msgstr "" msgstr ""
@@ -308,15 +308,15 @@ msgid "Administrator"
msgstr "Yönetici" msgstr "Yönetici"
#. Name of a role #. Name of a role
#: frontend/src/pages/Batches.vue:274 lms/lms/doctype/lms_badge/lms_badge.json #: frontend/src/pages/Batches.vue:319 lms/lms/doctype/lms_badge/lms_badge.json
msgid "All" msgid "All"
msgstr "Tümü" msgstr "Tümü"
#: frontend/src/pages/Batches.vue:26 #: frontend/src/pages/Batches.vue:68
msgid "All Batches" msgid "All Batches"
msgstr "" msgstr ""
#: frontend/src/pages/Courses.vue:26 lms/lms/widgets/BreadCrumb.html:3 #: frontend/src/pages/Courses.vue:57 lms/lms/widgets/BreadCrumb.html:3
msgid "All Courses" msgid "All Courses"
msgstr "Tüm Kurslar" msgstr "Tüm Kurslar"
@@ -485,11 +485,11 @@ msgstr "Bu işe başvur"
msgid "Approved" msgid "Approved"
msgstr "Onaylandı" msgstr "Onaylandı"
#: frontend/src/components/Apps.vue:13 #: frontend/src/components/Sidebar/Apps.vue:12
msgid "Apps" msgid "Apps"
msgstr "Uygulamalar" msgstr "Uygulamalar"
#: frontend/src/pages/Batches.vue:284 #: frontend/src/pages/Batches.vue:329
msgid "Archived" msgid "Archived"
msgstr "" msgstr ""
@@ -497,11 +497,15 @@ msgstr ""
msgid "Are you sure you want to cancel this evaluation? This action cannot be undone." msgid "Are you sure you want to cancel this evaluation? This action cannot be undone."
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:562
msgid "Are you sure you want to delete this program? This action cannot be undone."
msgstr ""
#: frontend/src/pages/Programs/ProgramEnrollment.vue:38 #: frontend/src/pages/Programs/ProgramEnrollment.vue:38
msgid "Are you sure you want to enroll?" msgid "Are you sure you want to enroll?"
msgstr "" msgstr ""
#: frontend/src/components/UserDropdown.vue:177 #: frontend/src/components/Sidebar/UserDropdown.vue:184
msgid "Are you sure you want to login to your Frappe Cloud dashboard?" msgid "Are you sure you want to login to your Frappe Cloud dashboard?"
msgstr "" msgstr ""
@@ -538,8 +542,8 @@ msgstr "Değerlendirme {0} bu gruba zaten eklendi."
#. Label of the show_assessments (Check) field in DocType 'LMS Settings' #. Label of the show_assessments (Check) field in DocType 'LMS Settings'
#: frontend/src/components/AdminBatchDashboard.vue:32 #: frontend/src/components/AdminBatchDashboard.vue:32
#: frontend/src/components/AppSidebar.vue:642
#: frontend/src/components/Assessments.vue:5 #: frontend/src/components/Assessments.vue:5
#: frontend/src/components/Sidebar/AppSidebar.vue:642
#: lms/lms/doctype/lms_settings/lms_settings.json #: lms/lms/doctype/lms_settings/lms_settings.json
#: lms/templates/assessments.html:3 #: lms/templates/assessments.html:3
msgid "Assessments" msgid "Assessments"
@@ -619,9 +623,9 @@ msgstr ""
msgid "Assignment will appear at the bottom of the lesson." 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:646
#: frontend/src/components/Settings/Badges.vue:163 #: frontend/src/components/Settings/Badges.vue:163
#: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:271 #: frontend/src/components/Sidebar/AppSidebar.vue:646
#: frontend/src/pages/Assignments.vue:208 lms/www/lms.py:272
msgid "Assignments" msgid "Assignments"
msgstr "Atamalar" msgstr "Atamalar"
@@ -880,8 +884,8 @@ msgid "Batch:"
msgstr "Parti:" msgstr "Parti:"
#. Label of the batches (Check) field in DocType 'LMS Settings' #. Label of the batches (Check) field in DocType 'LMS Settings'
#: frontend/src/pages/Batches.vue:305 frontend/src/pages/Batches.vue:312 #: frontend/src/pages/Batches.vue:350 frontend/src/pages/Batches.vue:357
#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:120 #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:121
msgid "Batches" msgid "Batches"
msgstr "Sınıflar" msgstr "Sınıflar"
@@ -989,9 +993,9 @@ msgstr "Günlük Giyim"
#. Label of the category (Link) field in DocType 'LMS Batch' #. Label of the category (Link) field in DocType 'LMS Batch'
#. Label of the category (Data) field in DocType 'LMS Category' #. Label of the category (Data) field in DocType 'LMS Category'
#. Label of the category (Link) field in DocType 'LMS Course' #. Label of the category (Link) field in DocType 'LMS Course'
#: frontend/src/pages/BatchForm.vue:199 frontend/src/pages/Batches.vue:50 #: frontend/src/pages/BatchForm.vue:199 frontend/src/pages/Batches.vue:92
#: frontend/src/pages/CertifiedParticipants.vue:35 #: frontend/src/pages/CertifiedParticipants.vue:35
#: frontend/src/pages/CourseForm.vue:36 frontend/src/pages/Courses.vue:46 #: frontend/src/pages/CourseForm.vue:36 frontend/src/pages/Courses.vue:77
#: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_batch/lms_batch.json
#: 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/templates/signup-form.html:22 #: lms/lms/doctype/lms_course/lms_course.json lms/templates/signup-form.html:22
@@ -1053,12 +1057,12 @@ msgstr ""
#. Enrollment' #. Enrollment'
#. Label of a Card Break in the LMS Workspace #. Label of a Card Break in the LMS Workspace
#. Label of a Link in the LMS Workspace #. Label of a Link in the LMS Workspace
#: frontend/src/components/AppSidebar.vue:650
#: frontend/src/components/Modals/Event.vue:411 #: frontend/src/components/Modals/Event.vue:411
#: frontend/src/pages/BatchForm.vue:69 frontend/src/pages/Batches.vue:58 #: frontend/src/components/Sidebar/AppSidebar.vue:650
#: frontend/src/pages/BatchForm.vue:69 frontend/src/pages/Batches.vue:100
#: frontend/src/pages/CourseCertification.vue:10 #: frontend/src/pages/CourseCertification.vue:10
#: frontend/src/pages/CourseCertification.vue:135 #: frontend/src/pages/CourseCertification.vue:135
#: frontend/src/pages/Courses.vue:54 lms/fixtures/custom_field.json #: frontend/src/pages/Courses.vue:85 lms/fixtures/custom_field.json
#: lms/lms/doctype/certification/certification.json #: lms/lms/doctype/certification/certification.json
#: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json #: lms/lms/doctype/lms_enrollment/lms_enrollment.json
@@ -1093,7 +1097,7 @@ msgstr ""
msgid "Certified Members" msgid "Certified Members"
msgstr "" msgstr ""
#: lms/www/lms.py:300 #: lms/www/lms.py:301
msgid "Certified Participants" msgid "Certified Participants"
msgstr "Sertifikalı Katılımcılar" msgstr "Sertifikalı Katılımcılar"
@@ -1315,7 +1319,7 @@ msgstr ""
msgid "Collaboration Preference" msgid "Collaboration Preference"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:145 #: frontend/src/components/Sidebar/AppSidebar.vue:145
msgid "Collapse" msgid "Collapse"
msgstr "Daralt" msgstr "Daralt"
@@ -1476,11 +1480,15 @@ msgstr ""
msgid "Conduct Evaluation" msgid "Conduct Evaluation"
msgstr "" msgstr ""
#: frontend/src/components/Sidebar/Configuration.vue:12
msgid "Configuration"
msgstr "Yapılandırma"
#: frontend/src/pages/BatchForm.vue:148 #: frontend/src/pages/BatchForm.vue:148
msgid "Configurations" msgid "Configurations"
msgstr "" msgstr ""
#: frontend/src/components/UserDropdown.vue:182 #: frontend/src/components/Sidebar/UserDropdown.vue:189
msgid "Confirm" msgid "Confirm"
msgstr "Onayla" msgstr "Onayla"
@@ -1759,7 +1767,7 @@ msgstr "Kurs Eğitmeni"
msgid "Course Lesson" msgid "Course Lesson"
msgstr "Kurs Dersi" msgstr "Kurs Dersi"
#: lms/www/lms.py:85 #: lms/www/lms.py:86
msgid "Course List" msgid "Course List"
msgstr "Kurs Listesi" msgstr "Kurs Listesi"
@@ -1800,10 +1808,14 @@ msgstr "Kurs İstatistikleri"
msgid "Course Title" msgid "Course Title"
msgstr "Kurs Başlığı" msgstr "Kurs Başlığı"
#: frontend/src/pages/Programs/ProgramForm.vue:442 #: frontend/src/pages/Programs/ProgramForm.vue:444
msgid "Course added to program successfully" msgid "Course added to program successfully"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:446
msgid "Course already added to program"
msgstr ""
#: frontend/src/pages/CourseForm.vue:569 #: frontend/src/pages/CourseForm.vue:569
msgid "Course created successfully" msgid "Course created successfully"
msgstr "" msgstr ""
@@ -1817,10 +1829,13 @@ msgid "Course updated successfully"
msgstr "" msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:55 #: lms/lms/doctype/lms_batch/lms_batch.py:55
#: lms/lms/doctype/lms_program/lms_program.py:20
msgid "Course {0} has already been added to this batch." msgid "Course {0} has already been added to this batch."
msgstr "Kurs {0} bu gruba zaten eklenmiştir." msgstr "Kurs {0} bu gruba zaten eklenmiştir."
#: lms/lms/doctype/lms_program/lms_program.py:20
msgid "Course {0} has already been added to this program."
msgstr ""
#. Label of the courses (Table) field in DocType 'LMS Batch' #. Label of the courses (Table) field in DocType 'LMS Batch'
#. Label of the show_courses (Check) field in DocType 'LMS Settings' #. Label of the show_courses (Check) field in DocType 'LMS Settings'
#. Label of the courses (Check) field in DocType 'LMS Settings' #. Label of the courses (Check) field in DocType 'LMS Settings'
@@ -1830,7 +1845,7 @@ msgstr "Kurs {0} bu gruba zaten eklenmiştir."
#: frontend/src/components/Modals/BatchStudentProgress.vue:95 #: frontend/src/components/Modals/BatchStudentProgress.vue:95
#: frontend/src/pages/BatchDetail.vue:44 #: frontend/src/pages/BatchDetail.vue:44
#: frontend/src/pages/CourseCertification.vue:127 #: frontend/src/pages/CourseCertification.vue:127
#: frontend/src/pages/Courses.vue:333 frontend/src/pages/Courses.vue:340 #: frontend/src/pages/Courses.vue:365 frontend/src/pages/Courses.vue:372
#: frontend/src/pages/Programs/ProgramForm.vue:49 #: frontend/src/pages/Programs/ProgramForm.vue:49
#: frontend/src/pages/Programs/Programs.vue:35 #: frontend/src/pages/Programs/Programs.vue:35
#: lms/lms/doctype/lms_batch/lms_batch.json #: lms/lms/doctype/lms_batch/lms_batch.json
@@ -1865,8 +1880,8 @@ msgid "Cover Image"
msgstr "Kapak Resmi" msgstr "Kapak Resmi"
#: frontend/src/components/Modals/ChapterModal.vue:9 #: frontend/src/components/Modals/ChapterModal.vue:9
#: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:17 #: frontend/src/pages/Assignments.vue:19 frontend/src/pages/Batches.vue:36
#: frontend/src/pages/Courses.vue:17 #: frontend/src/pages/Batches.vue:59 frontend/src/pages/Courses.vue:39
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32 #: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:32
#: frontend/src/pages/Quizzes.vue:10 #: frontend/src/pages/Quizzes.vue:10
msgid "Create" msgid "Create"
@@ -1905,15 +1920,15 @@ msgstr "Canlı Sınıf Oluştur"
msgid "Create a Quiz" msgid "Create a Quiz"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:632 #: frontend/src/components/Sidebar/AppSidebar.vue:632
msgid "Create a batch" msgid "Create a batch"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:623 #: frontend/src/components/Sidebar/AppSidebar.vue:623
msgid "Create a course" msgid "Create a course"
msgstr "Bir Kurs Oluştur" msgstr "Bir Kurs Oluştur"
#: frontend/src/components/AppSidebar.vue:633 #: frontend/src/components/Sidebar/AppSidebar.vue:633
msgid "Create a live class" msgid "Create a live class"
msgstr "" msgstr ""
@@ -1925,27 +1940,27 @@ msgstr ""
msgid "Create an Assignment" msgid "Create an Assignment"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:557 #: frontend/src/components/Sidebar/AppSidebar.vue:557
msgid "Create your first batch" msgid "Create your first batch"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:488 #: frontend/src/components/Sidebar/AppSidebar.vue:488
msgid "Create your first course" msgid "Create your first course"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:535 #: frontend/src/components/Sidebar/AppSidebar.vue:535
msgid "Create your first quiz" msgid "Create your first quiz"
msgstr "" msgstr ""
#: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:323 #: frontend/src/pages/Assignments.vue:173 frontend/src/pages/Courses.vue:355
msgid "Created" msgid "Created"
msgstr "Oluşturdu" msgstr "Oluşturdu"
#: frontend/src/components/AppSidebar.vue:629 #: frontend/src/components/Sidebar/AppSidebar.vue:629
msgid "Creating a batch" msgid "Creating a batch"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:620 #: frontend/src/components/Sidebar/AppSidebar.vue:620
msgid "Creating a course" msgid "Creating a course"
msgstr "" msgstr ""
@@ -1969,7 +1984,7 @@ msgstr "Güncel Ders"
msgid "Current Streak" msgid "Current Streak"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:656 #: frontend/src/components/Sidebar/AppSidebar.vue:656
msgid "Custom Certificate Templates" msgid "Custom Certificate Templates"
msgstr "" msgstr ""
@@ -2004,6 +2019,11 @@ msgstr "Açık Mavi"
msgid "Dashboard" msgid "Dashboard"
msgstr "" msgstr ""
#: frontend/src/components/Sidebar/Configuration.vue:33
#: frontend/src/pages/DataImport.vue:35
msgid "Data Import"
msgstr "Veri İçe Aktarma"
#. Label of the date (Date) field in DocType 'LMS Batch Timetable' #. Label of the date (Date) field in DocType 'LMS Batch Timetable'
#. Label of the date (Date) field in DocType 'LMS Certificate Evaluation' #. Label of the date (Date) field in DocType 'LMS Certificate Evaluation'
#. Label of the date (Date) field in DocType 'LMS Certificate Request' #. Label of the date (Date) field in DocType 'LMS Certificate Request'
@@ -2072,7 +2092,8 @@ msgstr "Derece Türü"
#: frontend/src/components/Settings/Coupons/CouponList.vue:133 #: frontend/src/components/Settings/Coupons/CouponList.vue:133
#: frontend/src/pages/BatchForm.vue:578 frontend/src/pages/CourseForm.vue:619 #: frontend/src/pages/BatchForm.vue:578 frontend/src/pages/CourseForm.vue:619
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:67
#: frontend/src/pages/Programs/ProgramForm.vue:231 #: frontend/src/pages/Programs/ProgramForm.vue:230
#: frontend/src/pages/Programs/ProgramForm.vue:567
msgid "Delete" msgid "Delete"
msgstr "Sil" msgstr "Sil"
@@ -2084,6 +2105,10 @@ msgstr "Bölümü Sil"
msgid "Delete Course" msgid "Delete Course"
msgstr "Kursu Sil" msgstr "Kursu Sil"
#: frontend/src/pages/Programs/ProgramForm.vue:561
msgid "Delete Program"
msgstr ""
#: frontend/src/components/CourseOutline.vue:354 #: frontend/src/components/CourseOutline.vue:354
msgid "Delete this chapter?" msgid "Delete this chapter?"
msgstr "Bu bölümü silmek istiyor musunuz?" msgstr "Bu bölümü silmek istiyor musunuz?"
@@ -2143,7 +2168,7 @@ msgstr "Bu dersi silmek onu kurstan kalıcı olarak kaldıracaktır. Bu eylem ge
msgid "Description" msgid "Description"
msgstr "Açıklama" msgstr "Açıklama"
#: frontend/src/components/Apps.vue:51 #: frontend/src/components/Sidebar/Apps.vue:50
msgid "Desk" msgid "Desk"
msgstr "Masa" msgstr "Masa"
@@ -2484,7 +2509,7 @@ msgstr ""
msgid "Enroll Now" msgid "Enroll Now"
msgstr "Hemen Kaydol" msgstr "Hemen Kaydol"
#: frontend/src/pages/Batches.vue:287 frontend/src/pages/Courses.vue:326 #: frontend/src/pages/Batches.vue:332 frontend/src/pages/Courses.vue:358
#: frontend/src/pages/Programs/StudentPrograms.vue:96 #: frontend/src/pages/Programs/StudentPrograms.vue:96
msgid "Enrolled" msgid "Enrolled"
msgstr "Kayıtlı" msgstr "Kayıtlı"
@@ -2538,7 +2563,7 @@ msgstr ""
msgid "Enter reply to email" msgid "Enter reply to email"
msgstr "" msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:169 #: frontend/src/components/Modals/ZoomAccountModal.vue:164
msgid "Error creating Zoom Account" msgid "Error creating Zoom Account"
msgstr "" msgstr ""
@@ -2567,7 +2592,7 @@ msgstr ""
msgid "Error deleting email templates" msgid "Error deleting email templates"
msgstr "" msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:207 #: frontend/src/components/Modals/ZoomAccountModal.vue:202
msgid "Error updating Zoom Account" msgid "Error updating Zoom Account"
msgstr "" msgstr ""
@@ -2703,7 +2728,7 @@ msgstr ""
msgid "Exercise Title" msgid "Exercise Title"
msgstr "Alıştırma Başlığı" msgstr "Alıştırma Başlığı"
#: frontend/src/components/AppSidebar.vue:145 #: frontend/src/components/Sidebar/AppSidebar.vue:145
msgid "Expand" msgid "Expand"
msgstr "Genişlet" msgstr "Genişlet"
@@ -3072,7 +3097,7 @@ msgstr "Başlık"
msgid "Hello" msgid "Hello"
msgstr "Merhaba" msgstr "Merhaba"
#: frontend/src/components/AppSidebar.vue:131 #: frontend/src/components/Sidebar/AppSidebar.vue:131
msgid "Help" msgid "Help"
msgstr "Yardım" msgstr "Yardım"
@@ -3247,6 +3272,14 @@ msgstr ""
msgid "Image: Corrupted Data Stream" msgid "Image: Corrupted Data Stream"
msgstr "Resim: Bozuk Veri Akışı" msgstr "Resim: Bozuk Veri Akışı"
#: frontend/src/pages/Batches.vue:20
msgid "Import Batch"
msgstr ""
#: frontend/src/pages/Courses.vue:23
msgid "Import Course"
msgstr ""
#. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old' #. Option for the 'Stage' (Select) field in DocType 'LMS Batch Old'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate #. Option for the 'Status' (Select) field in DocType 'LMS Certificate
#. Evaluation' #. Evaluation'
@@ -3365,8 +3398,8 @@ msgstr "Eğitmen Yorumları"
msgid "Interest" msgid "Interest"
msgstr "İlgi Alanı" msgstr "İlgi Alanı"
#: frontend/src/components/AppSidebar.vue:612 #: frontend/src/components/Sidebar/AppSidebar.vue:612
#: frontend/src/components/AppSidebar.vue:615 #: frontend/src/components/Sidebar/AppSidebar.vue:615
msgid "Introduction" msgid "Introduction"
msgstr "" msgstr ""
@@ -3388,7 +3421,7 @@ msgstr "Davet Kodu"
msgid "Invite Only" msgid "Invite Only"
msgstr "Sadece Davetliler" msgstr "Sadece Davetliler"
#: frontend/src/components/AppSidebar.vue:546 #: frontend/src/components/Sidebar/AppSidebar.vue:546
msgid "Invite your team and students" msgid "Invite your team and students"
msgstr "" msgstr ""
@@ -3425,7 +3458,7 @@ msgstr ""
msgid "Issue Date" msgid "Issue Date"
msgstr "Veriliş tarihi" msgstr "Veriliş tarihi"
#: frontend/src/components/AppSidebar.vue:653 #: frontend/src/components/Sidebar/AppSidebar.vue:653
msgid "Issue a Certificate" msgid "Issue a Certificate"
msgstr "" msgstr ""
@@ -3478,7 +3511,7 @@ msgstr "İş İlanı Başlığı"
msgid "Job Details" msgid "Job Details"
msgstr "İş Detayları" msgstr "İş Detayları"
#: lms/www/lms.py:174 #: lms/www/lms.py:175
msgid "Job Openings" msgid "Job Openings"
msgstr "İş Alımları" msgstr "İş Alımları"
@@ -3869,7 +3902,7 @@ msgstr ""
msgid "Learning Consistency" msgid "Learning Consistency"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:637 #: frontend/src/components/Sidebar/AppSidebar.vue:637
msgid "Learning Paths" msgid "Learning Paths"
msgstr "" msgstr ""
@@ -3985,7 +4018,7 @@ msgid "Links"
msgstr "Bağlantılar" msgstr "Bağlantılar"
#. Option for the 'Status' (Select) field in DocType 'Cohort' #. Option for the 'Status' (Select) field in DocType 'Cohort'
#: frontend/src/pages/Courses.vue:309 lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Courses.vue:341 lms/lms/doctype/cohort/cohort.json
msgid "Live" msgid "Live"
msgstr "Canlı" msgstr "Canlı"
@@ -4006,9 +4039,9 @@ msgstr ""
#: frontend/src/components/Settings/Evaluators.vue:81 #: frontend/src/components/Settings/Evaluators.vue:81
#: frontend/src/components/Settings/Members.vue:79 #: frontend/src/components/Settings/Members.vue:79
#: frontend/src/components/Settings/Transactions/TransactionList.vue:94 #: frontend/src/components/Settings/Transactions/TransactionList.vue:94
#: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:82 #: frontend/src/pages/Assignments.vue:66 frontend/src/pages/Batches.vue:124
#: frontend/src/pages/CertifiedParticipants.vue:98 #: frontend/src/pages/CertifiedParticipants.vue:98
#: frontend/src/pages/Courses.vue:77 #: frontend/src/pages/Courses.vue:108
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:129 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmissions.vue:129
#: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87 #: frontend/src/pages/ProgrammingExercises/ProgrammingExercises.vue:87
#: frontend/src/pages/QuizSubmissionList.vue:39 #: frontend/src/pages/QuizSubmissionList.vue:39
@@ -4041,7 +4074,7 @@ msgstr "Konum Tercihi"
msgid "Login" msgid "Login"
msgstr "Giriş" msgstr "Giriş"
#: frontend/src/components/UserDropdown.vue:176 #: frontend/src/components/Sidebar/UserDropdown.vue:183
msgid "Login to Frappe Cloud?" msgid "Login to Frappe Cloud?"
msgstr "Frappe Cloud'a Giriş Yapın?" msgstr "Frappe Cloud'a Giriş Yapın?"
@@ -4329,16 +4362,20 @@ msgstr "Üye Türü"
msgid "Member Username" msgid "Member Username"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:468 #: frontend/src/pages/Programs/ProgramForm.vue:467
msgid "Member added to program successfully" msgid "Member added to program successfully"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:469
msgid "Member already added to program"
msgstr ""
#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:26 #: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.py:26
msgid "Member already enrolled in this batch" msgid "Member already enrolled in this batch"
msgstr "" msgstr ""
#: lms/lms/doctype/lms_program/lms_program.py:30 #: lms/lms/doctype/lms_program/lms_program.py:30
msgid "Member {0} has already been added to this batch." msgid "Member {0} has already been added to this program."
msgstr "" msgstr ""
#. Group in LMS Batch Old's connections #. Group in LMS Batch Old's connections
@@ -4490,11 +4527,11 @@ msgstr "Modül hatalı."
msgid "Monday" msgid "Monday"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:661 #: frontend/src/components/Sidebar/AppSidebar.vue:661
msgid "Monetization" msgid "Monetization"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:39 #: frontend/src/components/Sidebar/AppSidebar.vue:39
msgid "More" msgid "More"
msgstr "Daha fazla" msgstr "Daha fazla"
@@ -4537,13 +4574,13 @@ msgstr "Adı"
#: frontend/src/components/Settings/Members.vue:17 #: frontend/src/components/Settings/Members.vue:17
#: frontend/src/components/Settings/PaymentGateways.vue:16 #: frontend/src/components/Settings/PaymentGateways.vue:16
#: frontend/src/components/Settings/ZoomSettings.vue:17 #: frontend/src/components/Settings/ZoomSettings.vue:17
#: frontend/src/pages/Courses.vue:312 #: frontend/src/pages/Courses.vue:344
#: frontend/src/pages/Programs/Programs.vue:10 #: frontend/src/pages/Programs/Programs.vue:10
#: lms/lms/doctype/lms_badge/lms_badge.json #: lms/lms/doctype/lms_badge/lms_badge.json
msgid "New" msgid "New"
msgstr "Yeni" msgstr "Yeni"
#: lms/www/lms.py:149 #: frontend/src/pages/Batches.vue:10 lms/www/lms.py:150
msgid "New Batch" msgid "New Batch"
msgstr "Yeni Parti" msgstr "Yeni Parti"
@@ -4551,7 +4588,8 @@ msgstr "Yeni Parti"
msgid "New Coupon" msgid "New Coupon"
msgstr "" msgstr ""
#: frontend/src/pages/CourseForm.vue:700 lms/www/lms.py:93 #: frontend/src/pages/CourseForm.vue:700 frontend/src/pages/Courses.vue:13
#: lms/www/lms.py:94
msgid "New Course" msgid "New Course"
msgstr "Yeni Kurs" msgstr "Yeni Kurs"
@@ -5279,7 +5317,7 @@ msgstr "Lütfen iyi hazırlanın ve değerlendirmelere zamanında katılın."
msgid "Please run the code to execute the test cases." msgid "Please run the code to execute the test cases."
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:426 #: frontend/src/pages/Programs/ProgramForm.vue:428
msgid "Please select a course" msgid "Please select a course"
msgstr "" msgstr ""
@@ -5295,7 +5333,7 @@ msgstr ""
msgid "Please select a future date and time." msgid "Please select a future date and time."
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:453 #: frontend/src/pages/Programs/ProgramForm.vue:452
msgid "Please select a member" msgid "Please select a member"
msgstr "" msgstr ""
@@ -5369,7 +5407,7 @@ msgstr "Gönder"
msgid "Postal Code" msgid "Postal Code"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:125 #: frontend/src/components/Sidebar/AppSidebar.vue:125
msgid "Powered by Learning" msgid "Powered by Learning"
msgstr "" msgstr ""
@@ -5494,15 +5532,15 @@ msgstr ""
msgid "Program Members" msgid "Program Members"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:386 #: frontend/src/pages/Programs/ProgramForm.vue:388
msgid "Program created successfully" msgid "Program created successfully"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:557 #: frontend/src/pages/Programs/ProgramForm.vue:573
msgid "Program deleted successfully" msgid "Program deleted successfully"
msgstr "" msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:405 #: frontend/src/pages/Programs/ProgramForm.vue:407
msgid "Program updated successfully" msgid "Program updated successfully"
msgstr "" msgstr ""
@@ -5544,7 +5582,7 @@ msgstr ""
#: frontend/src/pages/Programs/ProgramDetail.vue:123 #: frontend/src/pages/Programs/ProgramDetail.vue:123
#: frontend/src/pages/Programs/Programs.vue:18 #: frontend/src/pages/Programs/Programs.vue:18
#: frontend/src/pages/Programs/Programs.vue:113 #: frontend/src/pages/Programs/Programs.vue:113
#: frontend/src/pages/Programs/Programs.vue:119 lms/www/lms.py:293 #: frontend/src/pages/Programs/Programs.vue:119 lms/www/lms.py:294
msgid "Programs" msgid "Programs"
msgstr "" msgstr ""
@@ -5746,9 +5784,9 @@ msgstr "Sınav başarıyla güncellendi"
msgid "Quiz will appear at the bottom of the lesson." msgid "Quiz will appear at the bottom of the lesson."
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:645 #: frontend/src/components/Sidebar/AppSidebar.vue:645
#: frontend/src/pages/QuizForm.vue:398 frontend/src/pages/Quizzes.vue:281 #: frontend/src/pages/QuizForm.vue:398 frontend/src/pages/Quizzes.vue:281
#: frontend/src/pages/Quizzes.vue:291 lms/www/lms.py:249 #: frontend/src/pages/Quizzes.vue:291 lms/www/lms.py:250
msgid "Quizzes" msgid "Quizzes"
msgstr "Sınavlar" msgstr "Sınavlar"
@@ -5950,7 +5988,7 @@ msgstr "Rol Tercihi"
msgid "Role updated successfully" msgid "Role updated successfully"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:673 #: frontend/src/components/Sidebar/AppSidebar.vue:673
msgid "Roles" msgid "Roles"
msgstr "Roller" msgstr "Roller"
@@ -6042,7 +6080,7 @@ msgstr ""
#: 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/ProgrammingExercises/ProgrammingExerciseForm.vue:101 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:101
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseModal.vue:9
#: frontend/src/pages/Programs/ProgramForm.vue:234 #: frontend/src/pages/Programs/ProgramForm.vue:233
#: frontend/src/pages/QuizForm.vue:43 frontend/src/pages/QuizSubmission.vue:14 #: frontend/src/pages/QuizForm.vue:43 frontend/src/pages/QuizSubmission.vue:14
#: frontend/src/pages/Quizzes.vue:105 #: frontend/src/pages/Quizzes.vue:105
#: lms/job/web_form/job_opportunity/job_opportunity.json #: lms/job/web_form/job_opportunity/job_opportunity.json
@@ -6101,7 +6139,7 @@ msgstr ""
msgid "Search by Name" msgid "Search by Name"
msgstr "İsme Göre Ara" msgstr "İsme Göre Ara"
#: frontend/src/pages/Batches.vue:40 frontend/src/pages/Courses.vue:36 #: frontend/src/pages/Batches.vue:82 frontend/src/pages/Courses.vue:67
msgid "Search by Title" msgid "Search by Title"
msgstr "Başlığa Göre Ara" msgstr "Başlığa Göre Ara"
@@ -6213,16 +6251,16 @@ msgstr ""
msgid "Set your Password" msgid "Set your Password"
msgstr "Şifrenizi Ayarlayın" msgstr "Şifrenizi Ayarlayın"
#: frontend/src/components/AppSidebar.vue:616 #: frontend/src/components/Sidebar/AppSidebar.vue:616
msgid "Setting up" msgid "Setting up"
msgstr "Kurulum" msgstr "Kurulum"
#: frontend/src/components/AppSidebar.vue:666 #: frontend/src/components/Sidebar/AppSidebar.vue:666
msgid "Setting up payment gateway" msgid "Setting up payment gateway"
msgstr "" msgstr ""
#: frontend/src/components/AppSidebar.vue:671
#: frontend/src/components/Settings/Settings.vue:9 #: frontend/src/components/Settings/Settings.vue:9
#: frontend/src/components/Sidebar/AppSidebar.vue:671
#: frontend/src/pages/BatchForm.vue:53 frontend/src/pages/CourseForm.vue:142 #: frontend/src/pages/BatchForm.vue:53 frontend/src/pages/CourseForm.vue:142
#: frontend/src/pages/ProfileRoles.vue:4 #: frontend/src/pages/ProfileRoles.vue:4
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19 #: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseSubmission.vue:19
@@ -6469,7 +6507,7 @@ msgstr "Mahalle"
#: frontend/src/components/AdminBatchDashboard.vue:5 #: frontend/src/components/AdminBatchDashboard.vue:5
#: frontend/src/pages/Statistics.vue:225 #: frontend/src/pages/Statistics.vue:225
#: lms/lms/doctype/lms_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:202 #: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:203
msgid "Statistics" msgid "Statistics"
msgstr "İstatistik" msgstr "İstatistik"
@@ -6937,8 +6975,8 @@ msgstr ""
msgid "This quiz consists of {0} questions." msgid "This quiz consists of {0} questions."
msgstr "Bu sınav {0} sorudan oluşmaktadır." msgstr "Bu sınav {0} sorudan oluşmaktadır."
#: frontend/src/components/AppSidebar.vue:78 #: frontend/src/components/Sidebar/AppSidebar.vue:78
#: frontend/src/components/AppSidebar.vue:118 #: frontend/src/components/Sidebar/AppSidebar.vue:118
msgid "This site is being updated. You will not be able to make any changes. Full access will be restored shortly." msgid "This site is being updated. You will not be able to make any changes. Full access will be restored shortly."
msgstr "" msgstr ""
@@ -7218,7 +7256,7 @@ msgstr "İnceleniyor"
msgid "Unlisted" msgid "Unlisted"
msgstr "Listelenmemiş" msgstr "Listelenmemiş"
#: frontend/src/pages/Batches.vue:285 frontend/src/pages/Courses.vue:324 #: frontend/src/pages/Batches.vue:330 frontend/src/pages/Courses.vue:356
msgid "Unpublished" msgid "Unpublished"
msgstr "" msgstr ""
@@ -7240,8 +7278,8 @@ msgstr "Ayarlanmamış Rol"
#. Option for the 'Status' (Select) field in DocType 'Cohort' #. Option for the 'Status' (Select) field in DocType 'Cohort'
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request' #. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request'
#. Label of the upcoming (Check) field in DocType 'LMS Course' #. Label of the upcoming (Check) field in DocType 'LMS Course'
#: frontend/src/pages/Batches.vue:283 frontend/src/pages/CourseForm.vue:164 #: frontend/src/pages/Batches.vue:328 frontend/src/pages/CourseForm.vue:164
#: frontend/src/pages/Courses.vue:315 lms/lms/doctype/cohort/cohort.json #: frontend/src/pages/Courses.vue:347 lms/lms/doctype/cohort/cohort.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_course/lms_course.json #: lms/lms/doctype/lms_course/lms_course.json
msgid "Upcoming" msgid "Upcoming"
@@ -7774,11 +7812,11 @@ msgstr ""
msgid "Zoom Account" msgid "Zoom Account"
msgstr "" msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:164 #: frontend/src/components/Modals/ZoomAccountModal.vue:159
msgid "Zoom Account created successfully" msgid "Zoom Account created successfully"
msgstr "" msgstr ""
#: frontend/src/components/Modals/ZoomAccountModal.vue:202 #: frontend/src/components/Modals/ZoomAccountModal.vue:197
msgid "Zoom Account updated successfully" msgid "Zoom Account updated successfully"
msgstr "" msgstr ""