-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathth.po
More file actions
7787 lines (6315 loc) · 249 KB
/
th.po
File metadata and controls
7787 lines (6315 loc) · 249 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: frappe\n"
"Report-Msgid-Bugs-To: jannat@frappe.io\n"
"POT-Creation-Date: 2025-12-19 16:05+0000\n"
"PO-Revision-Date: 2025-12-23 23:25\n"
"Last-Translator: jannat@frappe.io\n"
"Language-Team: Thai\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Crowdin-Project: frappe\n"
"X-Crowdin-Project-ID: 639578\n"
"X-Crowdin-Language: th\n"
"X-Crowdin-File: /[frappe.lms] develop/lms/locale/main.pot\n"
"X-Crowdin-File-ID: 90\n"
"Language: th_TH\n"
#: lms/templates/emails/assignment_submission.html:5
msgid " Please evaluate and grade it."
msgstr ""
#: frontend/src/pages/Programs/ProgramEnrollment.vue:32
msgid " designed as a learning path to guide your progress. You may take the courses in any order that suits you. "
msgstr ""
#: frontend/src/pages/Programs/ProgramEnrollment.vue:25
msgid " designed as a structured learning path to guide your progress. Courses in this program must be taken in order, and each course will unlock as you complete the previous one. "
msgstr ""
#: frontend/src/pages/Home/Streak.vue:21
msgid " you are on a"
msgstr ""
#. Paragraph text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<a href=\"/app/lms-settings/LMS%20Settings\">LMS Settings</a>"
msgstr ""
#. Paragraph text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<a href=\"/app/web-page/new-web-page-1\">Setup a Home Page</a>"
msgstr ""
#. Paragraph text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<a href=\"/lms/courses\">Visit LMS Portal</a>"
msgstr ""
#. Paragraph text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<a href=\"/lms/courses/new/edit\">Create a Course</a>"
msgstr ""
#. Paragraph text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<a href=\"https://docs.frappe.io/learning\">Documentation</a>"
msgstr ""
#: frontend/src/components/Modals/EmailTemplateModal.vue:50
msgid "<p>Dear {{ member_name }},</p>\\n\\n<p>You have been enrolled in our upcoming batch {{ batch_name }}.</p>\\n\\n<p>Thanks,</p>\\n<p>Frappe Learning</p>"
msgstr ""
#. Header text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<span class=\"h4\"><b>Get Started</b></span>"
msgstr ""
#. Header text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<span class=\"h4\"><b>Master</b></span>"
msgstr ""
#. Header text in the LMS Workspace
#: lms/lms/workspace/lms/lms.json
msgid "<span style=\"font-size: 18px;\"><b>Statistics</b></span>"
msgstr ""
#: lms/lms/doctype/lms_course/lms_course.py:64
msgid "A course cannot have both paid certificate and certificate of completion."
msgstr ""
#: frontend/src/pages/CourseForm.vue:190
msgid "A one line introduction to the course that appears on the course card"
msgstr ""
#: frontend/src/pages/ProfileAbout.vue:4
msgid "About"
msgstr ""
#: frontend/src/pages/CourseForm.vue:182
msgid "About the Course"
msgstr ""
#: frontend/src/pages/Batch.vue:104
msgid "About this batch"
msgstr ""
#. Label of the verify_terms (Check) field in DocType 'User'
#: lms/fixtures/custom_field.json
msgid "Acceptance for Terms and/or Policies"
msgstr ""
#. Label of the account_id (Data) field in DocType 'LMS Zoom Settings'
#. Label of the account_id (Data) field in DocType 'Zoom Settings'
#: frontend/src/components/Modals/ZoomAccountModal.vue:55
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
#: lms/lms/doctype/zoom_settings/zoom_settings.json
msgid "Account ID"
msgstr ""
#. Label of the account_name (Data) field in DocType 'LMS Zoom Settings'
#: frontend/src/components/Modals/ZoomAccountModal.vue:30
#: frontend/src/components/Settings/ZoomSettings.vue:192
#: lms/lms/doctype/lms_zoom_settings/lms_zoom_settings.json
msgid "Account Name"
msgstr ""
#: frontend/src/pages/ProfileAbout.vue:34
msgid "Achievements"
msgstr ""
#: frontend/src/pages/Statistics.vue:16
msgid "Active Members"
msgstr ""
#: frontend/src/components/Assessments.vue:11
#: frontend/src/components/BatchCourses.vue:11
#: frontend/src/components/BatchStudents.vue:11
#: frontend/src/components/LiveClass.vue:21
#: frontend/src/components/Modals/QuizInVideo.vue:29
#: frontend/src/components/Settings/Categories.vue:43
#: frontend/src/components/Settings/Evaluators.vue:93
#: frontend/src/components/Settings/Members.vue:91
#: frontend/src/pages/Programs/ProgramForm.vue:56
#: frontend/src/pages/Programs/ProgramForm.vue:131
#: frontend/src/pages/Programs/ProgramForm.vue:180
msgid "Add"
msgstr "เพิ่ม"
#: frontend/src/components/CourseOutline.vue:18
#: frontend/src/components/CreateOutline.vue:18
#: frontend/src/components/Modals/ChapterModal.vue:5
msgid "Add Chapter"
msgstr ""
#: frontend/src/pages/Programs/ProgramForm.vue:176
msgid "Add Course to Program"
msgstr ""
#: frontend/src/components/Settings/Evaluators.vue:91
msgid "Add Evaluator"
msgstr ""
#: frontend/src/components/CourseOutline.vue:146
msgid "Add Lesson"
msgstr ""
#: frontend/src/components/VideoBlock.vue:121
msgid "Add Quiz to Video"
msgstr ""
#: frontend/src/components/Controls/ChildTable.vue:76
#: frontend/src/components/Settings/Coupons/CouponItems.vue:55
msgid "Add Row"
msgstr "เพิ่มแถว"
#: frontend/src/pages/ProfileEvaluator.vue:96
msgid "Add Slot"
msgstr ""
#: frontend/src/pages/ProgrammingExercises/ProgrammingExerciseForm.vue:35
msgid "Add Test Case"
msgstr ""
#: lms/templates/onboarding_header.html:26
msgid "Add a Chapter"
msgstr ""
#: lms/templates/onboarding_header.html:33
msgid "Add a Lesson"
msgstr ""
#: frontend/src/components/Modals/StudentModal.vue:5
msgid "Add a Student"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:523
msgid "Add a chapter"
msgstr ""
#: frontend/src/components/Modals/BatchCourseModal.vue:5
msgid "Add a course"
msgstr ""
#: frontend/src/pages/CourseForm.vue:55
msgid "Add a keyword and then press enter"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:524
msgid "Add a lesson"
msgstr ""
#: frontend/src/components/Settings/Members.vue:88
msgid "Add a new member"
msgstr ""
#: frontend/src/components/Modals/Question.vue:167
#: frontend/src/pages/QuizForm.vue:200
msgid "Add a new question"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:538
msgid "Add a program"
msgstr ""
#: 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"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:5
msgid "Add an assessment"
msgstr ""
#: frontend/src/components/AssessmentPlugin.vue:8
msgid "Add an assignment to your lesson"
msgstr ""
#: lms/lms/doctype/lms_question/lms_question.py:67
msgid "Add at least one possible answer for this question: {0}"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:487
msgid "Add courses to your batch"
msgstr ""
#: frontend/src/components/Modals/QuizInVideo.vue:5
msgid "Add quiz to this video"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:466
msgid "Add students to your batch"
msgstr ""
#: frontend/src/components/Notes/InlineLessonMenu.vue:39
msgid "Add to Notes"
msgstr ""
#: frontend/src/components/Modals/PageModal.vue:5
msgid "Add web page to sidebar"
msgstr ""
#: frontend/src/components/Assignment.vue:68
msgid "Add your assignment as {0}"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:399
msgid "Add your first chapter"
msgstr ""
#: frontend/src/components/Sidebar/AppSidebar.vue:415
msgid "Add your first lesson"
msgstr ""
#. Label of the address (Link) field in DocType 'LMS Payment'
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:103
#: frontend/src/pages/Billing.vue:99
#: lms/lms/doctype/lms_payment/lms_payment.json
msgid "Address"
msgstr ""
#: frontend/src/pages/Billing.vue:109
msgid "Address Line 1"
msgstr ""
#: frontend/src/pages/Billing.vue:113
msgid "Address Line 2"
msgstr ""
#. Option for the 'Role' (Select) field in DocType 'LMS Enrollment'
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json
msgid "Admin"
msgstr ""
#. Name of a role
#: lms/lms/doctype/lms_coupon/lms_coupon.json
msgid "Administrator"
msgstr ""
#. Name of a role
#: frontend/src/pages/Batches.vue:319 lms/lms/doctype/lms_badge/lms_badge.json
msgid "All"
msgstr ""
#: frontend/src/pages/Batches.vue:68
msgid "All Batches"
msgstr ""
#: frontend/src/pages/Courses.vue:57 lms/lms/widgets/BreadCrumb.html:3
msgid "All Courses"
msgstr ""
#: frontend/src/pages/Programs/StudentPrograms.vue:5
msgid "All Programs"
msgstr ""
#: lms/lms/doctype/lms_quiz/lms_quiz.py:42
msgid "All questions should have the same marks if the limit is set."
msgstr ""
#. Label of the allow_guest_access (Check) field in DocType 'LMS Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Allow Guest Access"
msgstr ""
#. Label of the allow_posting (Check) field in DocType 'Job Settings'
#: lms/job/doctype/job_settings/job_settings.json
msgid "Allow Job Posting From Website"
msgstr ""
#. Label of the allow_self_enrollment (Check) field in DocType 'LMS Batch'
#: lms/lms/doctype/lms_batch/lms_batch.json
msgid "Allow Self Enrollment"
msgstr ""
#. Label of the allow_future (Check) field in DocType 'LMS Batch'
#: lms/lms/doctype/lms_batch/lms_batch.json
msgid "Allow accessing future dates"
msgstr ""
#: frontend/src/pages/BatchForm.vue:64
msgid "Allow self enrollment"
msgstr ""
#: lms/lms/user.py:34
msgid "Already Registered"
msgstr ""
#. Option for the 'Color' (Select) field in DocType 'LMS Course'
#: lms/lms/doctype/lms_course/lms_course.json
msgid "Amber"
msgstr ""
#. Label of the amount (Currency) field in DocType 'LMS Batch'
#. Label of the course_price (Currency) field in DocType 'LMS Course'
#. Label of the amount (Currency) field in DocType 'LMS Payment'
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:62
#: frontend/src/components/Settings/Transactions/TransactionList.vue:180
#: frontend/src/pages/BatchForm.vue:278 frontend/src/pages/CourseForm.vue:262
#: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_payment/lms_payment.json
msgid "Amount"
msgstr ""
#. Label of the amount_usd (Currency) field in DocType 'LMS Batch'
#. Label of the amount_usd (Currency) field in DocType 'LMS Course'
#: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/lms/doctype/lms_course/lms_course.json
msgid "Amount (USD)"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:70
msgid "Amount and currency are required for paid batches."
msgstr ""
#: lms/lms/doctype/lms_course/lms_course.py:77
msgid "Amount and currency are required for paid certificates."
msgstr ""
#: lms/lms/doctype/lms_course/lms_course.py:74
msgid "Amount and currency are required for paid courses."
msgstr ""
#. Label of the amount_with_gst (Currency) field in DocType 'LMS Payment'
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:65
#: lms/lms/doctype/lms_payment/lms_payment.json
msgid "Amount with GST"
msgstr ""
#: frontend/src/components/Modals/AnnouncementModal.vue:34
msgid "Announcement"
msgstr ""
#: frontend/src/components/Modals/AnnouncementModal.vue:105
msgid "Announcement has been sent successfully"
msgstr ""
#: frontend/src/components/Modals/AnnouncementModal.vue:97
msgid "Announcement is required"
msgstr ""
#. Label of the answer (Text Editor) field in DocType 'LMS Assignment'
#. Label of the answer (Text Editor) field in DocType 'LMS Assignment
#. Submission'
#: frontend/src/pages/QuizSubmission.vue:60
#: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
msgid "Answer"
msgstr ""
#: frontend/src/pages/CourseForm.vue:104 frontend/src/pages/CourseForm.vue:123
msgid "Appears on the course card in the course list"
msgstr ""
#: frontend/src/pages/BatchForm.vue:250
msgid "Appears when the batch URL is shared on any online platform"
msgstr ""
#: frontend/src/pages/BatchForm.vue:231
msgid "Appears when the batch URL is shared on socials"
msgstr ""
#: frontend/src/components/Settings/Coupons/CouponDetails.vue:71
msgid "Applicable For"
msgstr ""
#. Label of the applicable_items (Table) field in DocType 'LMS Coupon'
#: lms/lms/doctype/lms_coupon/lms_coupon.json
msgid "Applicable Items"
msgstr ""
#: frontend/src/pages/JobApplications.vue:22
msgid "Application"
msgstr ""
#. Label of a field in the job-opportunity Web Form
#: lms/job/web_form/job_opportunity/job_opportunity.json
msgid "Application Form Link"
msgstr ""
#: frontend/src/pages/JobApplications.vue:14
#: frontend/src/pages/JobApplications.vue:22
msgid "Applications"
msgstr ""
#: frontend/src/pages/JobApplications.vue:311
msgid "Applied On"
msgstr ""
#: frontend/src/pages/Billing.vue:81 frontend/src/pages/JobDetail.vue:62
msgid "Apply"
msgstr ""
#. Label of the apply_gst (Check) field in DocType 'LMS Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Apply GST for India"
msgstr ""
#. Label of the apply_rounding (Check) field in DocType 'LMS Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Apply Rounding on Equivalent"
msgstr ""
#: frontend/src/components/Modals/JobApplicationModal.vue:6
msgid "Apply for this job"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Course'
#. Option for the 'Status' (Select) field in DocType 'LMS Mentor Request'
#: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_mentor_request/lms_mentor_request.json
msgid "Approved"
msgstr ""
#: frontend/src/components/Sidebar/Apps.vue:12
msgid "Apps"
msgstr ""
#: frontend/src/pages/Batches.vue:329
msgid "Archived"
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:179
msgid "Are you sure you want to cancel this evaluation? This action cannot be undone."
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
msgid "Are you sure you want to enroll?"
msgstr ""
#: frontend/src/components/Sidebar/UserDropdown.vue:191
msgid "Are you sure you want to login to your Frappe Cloud dashboard?"
msgstr ""
#: frontend/src/pages/Lesson.vue:289
msgid "Ask a question to get help from the community."
msgstr ""
#. Label of the assessment_tab (Tab Break) field in DocType 'LMS Batch'
#. Label of the assessment (Table) field in DocType 'LMS Batch'
#: frontend/src/components/Modals/AssessmentModal.vue:27
#: frontend/src/components/Modals/BatchStudentProgress.vue:43
#: lms/lms/doctype/lms_batch/lms_batch.json lms/templates/assessments.html:11
msgid "Assessment"
msgstr ""
#. Label of the assessment_name (Dynamic Link) field in DocType 'LMS
#. Assessment'
#: lms/lms/doctype/lms_assessment/lms_assessment.json
msgid "Assessment Name"
msgstr ""
#. Label of the assessment_type (Link) field in DocType 'LMS Assessment'
#: lms/lms/doctype/lms_assessment/lms_assessment.json
msgid "Assessment Type"
msgstr ""
#: frontend/src/components/Modals/AssessmentModal.vue:91
msgid "Assessment added successfully"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:78
msgid "Assessment {0} has already been added to this batch."
msgstr ""
#. Label of the show_assessments (Check) field in DocType 'LMS Settings'
#: frontend/src/components/AdminBatchDashboard.vue:32
#: frontend/src/components/Assessments.vue:5
#: frontend/src/components/Sidebar/AppSidebar.vue:541
#: lms/lms/doctype/lms_settings/lms_settings.json
#: lms/templates/assessments.html:3
msgid "Assessments"
msgstr ""
#: lms/lms/doctype/lms_badge/lms_badge.js:48
msgid "Assign"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:28
msgid "Assign For"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:58
msgid "Assign To"
msgstr "มอบหมายให้กับ"
#: frontend/src/components/Settings/BadgeAssignmentForm.vue:7
msgid "Assign a Badge"
msgstr ""
#: frontend/src/components/Settings/Badges.vue:221
msgid "Assigned For"
msgstr ""
#. Label of the section_break_16 (Section Break) field in DocType 'Course
#. Lesson'
#. Label of the assignment (Link) field in DocType 'LMS Assignment Submission'
#: frontend/src/components/Assessments.vue:245
#: frontend/src/pages/AssignmentSubmissionList.vue:12
#: 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
msgid "Assignment"
msgstr ""
#. Label of the assignment_attachment (Attach) field in DocType 'LMS Assignment
#. Submission'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
msgid "Assignment Attachment"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:198
#: frontend/src/components/Settings/Badges.vue:204
msgid "Assignment Submission"
msgstr ""
#: frontend/src/pages/AssignmentSubmissionList.vue:222
msgid "Assignment Submissions"
msgstr ""
#. Label of the assignment_title (Data) field in DocType 'LMS Assignment
#. Submission'
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
msgid "Assignment Title"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:147
msgid "Assignment created successfully"
msgstr ""
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.py:27
msgid "Assignment for Lesson {0} by {1} already exists."
msgstr ""
#: frontend/src/components/Assignment.vue:365
msgid "Assignment submitted successfully"
msgstr ""
#: frontend/src/components/Modals/AssignmentForm.vue:162
msgid "Assignment updated successfully"
msgstr ""
#. Description of the 'Question' (Small Text) field in DocType 'Course Lesson'
#: lms/lms/doctype/course_lesson/course_lesson.json
msgid "Assignment will appear at the bottom of the lesson."
msgstr ""
#: frontend/src/components/Settings/Badges.vue:163
#: frontend/src/components/Sidebar/AppSidebar.vue:545
#: frontend/src/pages/Assignments.vue:213 lms/www/lms.py:272
msgid "Assignments"
msgstr ""
#: lms/lms/doctype/lms_coupon/lms_coupon.py:27
msgid "At least one applicable item is required"
msgstr ""
#: lms/lms/doctype/lms_question/lms_question.py:44
msgid "At least one option must be correct for this question."
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
msgid "Attendance for Class - {0}"
msgstr ""
#: frontend/src/components/Modals/LiveClassAttendance.vue:24
msgid "Attended for"
msgstr ""
#. Label of the attendees (Int) field in DocType 'LMS Live Class'
#: lms/lms/doctype/lms_live_class/lms_live_class.json
msgid "Attendees"
msgstr ""
#. Label of the attire (Select) field in DocType 'User'
#: lms/fixtures/custom_field.json
msgid "Attire Preference"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:146
msgid "Authorize Google Calendar Access"
msgstr ""
#. Option for the 'Event' (Select) field in DocType 'LMS Badge'
#: lms/lms/doctype/lms_badge/lms_badge.json
msgid "Auto Assign"
msgstr ""
#. Label of the auto_recording (Select) field in DocType 'LMS Live Class'
#: frontend/src/components/Modals/LiveClassModal.vue:73
#: lms/lms/doctype/lms_live_class/lms_live_class.json
msgid "Auto Recording"
msgstr ""
#: frontend/src/pages/ProfileEvaluator.vue:241
msgid "Availability updated successfully"
msgstr ""
#: frontend/src/components/Modals/EvaluationModal.vue:26
msgid "Available Slots"
msgstr ""
#: frontend/src/components/BatchFeedback.vue:43
msgid "Average Feedback Received"
msgstr ""
#: frontend/src/components/Modals/CourseProgressSummary.vue:105
#: frontend/src/pages/Programs/ProgramProgressSummary.vue:22
msgid "Average Progress %"
msgstr ""
#: frontend/src/components/CourseCard.vue:71
#: frontend/src/pages/CourseDetail.vue:20
#: frontend/src/pages/Programs/ProgramEnrollment.vue:76
msgid "Average Rating"
msgstr ""
#: frontend/src/components/Modals/VideoStatistics.vue:74
msgid "Average Watch Time"
msgstr ""
#: frontend/src/pages/Lesson.vue:63 frontend/src/pages/Lesson.vue:199
msgid "Back to Course"
msgstr ""
#. Label of the badge (Link) field in DocType 'LMS Badge Assignment'
#: frontend/src/components/Settings/BadgeAssignmentForm.vue:32
#: frontend/src/components/Settings/Badges.vue:214
#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json
msgid "Badge"
msgstr ""
#. Label of the badge_description (Small Text) field in DocType 'LMS Badge
#. Assignment'
#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json
msgid "Badge Description"
msgstr ""
#. Label of the badge_image (Attach) field in DocType 'LMS Badge Assignment'
#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json
msgid "Badge Image"
msgstr ""
#: frontend/src/components/Settings/BadgeAssignmentForm.vue:131
msgid "Badge assignment created successfully"
msgstr ""
#: frontend/src/components/Settings/BadgeAssignmentForm.vue:112
msgid "Badge assignment updated successfully"
msgstr ""
#: frontend/src/components/Settings/BadgeAssignments.vue:173
msgid "Badge assignments deleted successfully"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:182
msgid "Badge created successfully"
msgstr ""
#: frontend/src/components/Settings/Badges.vue:190
msgid "Badge deleted successfully"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:162
msgid "Badge updated successfully"
msgstr ""
#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.py:35
msgid "Badge {0} has already been assigned to this {1}."
msgstr ""
#. Label of the batch (Link) field in DocType 'LMS Batch Enrollment'
#. Label of the batch (Link) field in DocType 'LMS Batch Feedback'
#. Label of the batch_name (Link) field in DocType 'LMS Certificate'
#. Label of the batch_name (Link) field in DocType 'LMS Certificate Request'
#. Label of the batch_name (Link) field in DocType 'LMS Live Class'
#: frontend/src/components/Modals/Event.vue:32
#: frontend/src/components/Settings/BadgeForm.vue:195
#: frontend/src/components/Settings/Badges.vue:200
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:125
#: frontend/src/pages/Search/Search.vue:213
#: lms/lms/doctype/lms_batch_enrollment/lms_batch_enrollment.json
#: lms/lms/doctype/lms_batch_feedback/lms_batch_feedback.json
#: lms/lms/doctype/lms_certificate/lms_certificate.json
#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_live_class/lms_live_class.json
msgid "Batch"
msgstr ""
#. Label of the batch_confirmation_template (Link) field in DocType 'LMS
#. Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Batch Confirmation Template"
msgstr ""
#. Name of a DocType
#: lms/lms/doctype/batch_course/batch_course.json
msgid "Batch Course"
msgstr ""
#. Label of the batch_details (Text Editor) field in DocType 'LMS Batch'
#: frontend/src/pages/BatchForm.vue:133
#: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/templates/emails/batch_confirmation.html:26
msgid "Batch Details"
msgstr ""
#. Label of the batch_details_raw (HTML Editor) field in DocType 'LMS Batch'
#: lms/lms/doctype/lms_batch/lms_batch.json
msgid "Batch Details Raw"
msgstr ""
#: frontend/src/pages/BatchForm.vue:89
msgid "Batch End Date"
msgstr ""
#: frontend/src/components/Settings/BadgeForm.vue:204
#: frontend/src/components/Settings/Badges.vue:202
msgid "Batch Enrollment"
msgstr ""
#: frontend/src/components/Modals/EmailTemplateModal.vue:28
msgid "Batch Enrollment Confirmation"
msgstr ""
#. Name of a role
#: lms/lms/doctype/course_evaluator/course_evaluator.json
#: lms/lms/doctype/lms_assignment/lms_assignment.json
#: lms/lms/doctype/lms_assignment_submission/lms_assignment_submission.json
#: lms/lms/doctype/lms_badge_assignment/lms_badge_assignment.json
#: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_certificate/lms_certificate.json
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json
#: lms/lms/doctype/lms_coupon/lms_coupon.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
msgid "Batch Evaluator"
msgstr ""
#. Label of the batch_name (Link) field in DocType 'LMS Certificate Evaluation'
#: lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.json
msgid "Batch Name"
msgstr ""
#. Label of the section_break_szgq (Section Break) field in DocType 'LMS
#. Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Batch Settings"
msgstr ""
#: frontend/src/pages/BatchForm.vue:82
msgid "Batch Start Date"
msgstr "วันที่เริ่มต้นรุ่น"
#: lms/templates/emails/batch_confirmation.html:11
msgid "Batch Start Date:"
msgstr ""
#: frontend/src/components/AdminBatchDashboard.vue:41
msgid "Batch Summary"
msgstr ""
#. Label of the batch_title (Data) field in DocType 'LMS Certificate'
#. Label of the batch_title (Data) field in DocType 'LMS Certificate Request'
#: lms/lms/doctype/lms_certificate/lms_certificate.json
#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json
msgid "Batch Title"
msgstr ""
#: frontend/src/pages/BatchForm.vue:598
msgid "Batch deleted successfully"
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:43
msgid "Batch end date cannot be before the batch start date"
msgstr ""
#: lms/lms/api.py:132
msgid "Batch has already started."
msgstr ""
#: lms/lms/api.py:127
msgid "Batch is sold out."
msgstr ""
#: lms/lms/doctype/lms_batch/lms_batch.py:48
msgid "Batch start time cannot be greater than or equal to end time."
msgstr ""
#: lms/templates/emails/batch_start_reminder.html:10
msgid "Batch:"
msgstr ""
#. Label of the batches (Check) field in DocType 'LMS Settings'
#: frontend/src/pages/Batches.vue:350 frontend/src/pages/Batches.vue:357
#: lms/lms/doctype/lms_settings/lms_settings.json lms/www/lms.py:121
msgid "Batches"
msgstr ""
#: lms/templates/emails/batch_confirmation.html:33
#: lms/templates/emails/batch_start_reminder.html:31
#: lms/templates/emails/certification.html:20
#: lms/templates/emails/live_class_reminder.html:28
msgid "Best Regards"
msgstr ""
#. Label of the billing_details_section (Section Break) field in DocType 'LMS
#. Payment'
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:99
#: frontend/src/pages/Billing.vue:8 frontend/src/pages/Billing.vue:411
#: lms/lms/doctype/lms_payment/lms_payment.json
msgid "Billing Details"
msgstr ""
#. Label of the billing_name (Data) field in DocType 'LMS Payment'
#: frontend/src/components/Settings/Transactions/TransactionDetails.vue:33
#: frontend/src/components/Settings/Transactions/TransactionList.vue:174
#: frontend/src/pages/Billing.vue:105
#: lms/lms/doctype/lms_payment/lms_payment.json
msgid "Billing Name"
msgstr ""
#: frontend/src/components/Modals/EditProfile.vue:99
msgid "Bio"
msgstr ""
#. Option for the 'Color' (Select) field in DocType 'LMS Course'
#. Option for the 'Color' (Select) field in DocType 'LMS Lesson Note'
#: lms/lms/doctype/lms_course/lms_course.json
#: lms/lms/doctype/lms_lesson_note/lms_lesson_note.json
msgid "Blue"
msgstr ""
#. Label of the body (Markdown Editor) field in DocType 'Course Lesson'
#: lms/lms/doctype/course_lesson/course_lesson.json
msgid "Body"
msgstr ""
#. Option for the 'Collaboration Preference' (Select) field in DocType 'User'
#: lms/fixtures/custom_field.json
msgid "Both Individual and Team Work"
msgstr ""
#. Label of the branch (Data) field in DocType 'User'
#: lms/fixtures/custom_field.json
msgid "Branch"
msgstr ""
#. Option for the 'User Category' (Select) field in DocType 'User'
#: lms/fixtures/custom_field.json lms/templates/signup-form.html:23
msgid "Business Owner"
msgstr ""
#: frontend/src/components/CourseCardOverlay.vue:54
msgid "Buy this course"
msgstr ""
#: lms/templates/emails/lms_message.html:11
msgid "By"
msgstr ""
#. Option for the 'Grade Type' (Select) field in DocType 'Education Detail'
#: lms/lms/doctype/education_detail/education_detail.json
msgid "CGPA/4"
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:62
#: frontend/src/components/UpcomingEvaluations.vue:184
msgid "Cancel"
msgstr ""
#: frontend/src/components/UpcomingEvaluations.vue:178
msgid "Cancel this evaluation?"
msgstr ""
#. Option for the 'Status' (Select) field in DocType 'LMS Certificate Request'
#: lms/lms/doctype/lms_certificate_request/lms_certificate_request.json
msgid "Cancelled"
msgstr ""
#. Label of the carrer_preference_details (Section Break) field in DocType
#. 'User'
#: lms/fixtures/custom_field.json
msgid "Career Preference Details"
msgstr ""
#. Option for the 'Attire Preference' (Select) field in DocType 'User'
#: lms/fixtures/custom_field.json
msgid "Casual Wear"
msgstr ""
#. Label of the category (Link) field in DocType 'LMS Batch'
#. Label of the category (Data) field in DocType 'LMS Category'
#. Label of the category (Link) field in DocType 'LMS Course'
#: frontend/src/pages/BatchForm.vue:199 frontend/src/pages/Batches.vue:92
#: frontend/src/pages/CertifiedParticipants.vue:35
#: frontend/src/pages/CourseForm.vue:36 frontend/src/pages/Courses.vue:77
#: lms/lms/doctype/lms_batch/lms_batch.json
#: lms/lms/doctype/lms_category/lms_category.json
#: lms/lms/doctype/lms_course/lms_course.json lms/templates/signup-form.html:22
msgid "Category"
msgstr ""
#: frontend/src/components/Settings/Categories.vue:39
msgid "Category Name"
msgstr ""
#: frontend/src/components/Settings/Categories.vue:133
msgid "Category added successfully"
msgstr ""
#: frontend/src/components/Settings/Categories.vue:193
msgid "Category deleted successfully"
msgstr ""
#: frontend/src/components/Settings/Categories.vue:173
msgid "Category updated successfully"
msgstr ""
#. Label of the certificate (Link) field in DocType 'LMS Enrollment'
#. Label of a shortcut in the LMS Workspace
#: lms/lms/doctype/lms_enrollment/lms_enrollment.json
#: lms/lms/workspace/lms/lms.json
msgid "Certificate"
msgstr ""
#. Label of the certification_template (Link) field in DocType 'LMS Settings'
#: lms/lms/doctype/lms_settings/lms_settings.json
msgid "Certificate Email Template"
msgstr ""