forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
djangojs.po
11165 lines (8917 loc) · 390 KB
/
djangojs.po
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
# #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
# edX community translations have been downloaded from Chinese (China) (http://app.transifex.com/open-edx/edx-platform/language/zh_CN/).
# Copyright (C) 2023 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
# abby li <yc.li@eliteu.cn>, 2018-2019
# alisan617, 2017
# shuchuanchen <am15501@163.com>, 2014
# BertZou <turingcat@gmail.com>, 2015
# bnw, 2014
# 肖寒 <bookman@vip.163.com>, 2013
# Cecilia Liu, 2023
# chalow <charlotteouya@hotmail.com>, 2015
# Changyue Wang <peterwang.dut@gmail.com>, 2014-2015
# CharlotteDing <kikyoru@hotmail.com>, 2015
# chalow <charlotteouya@hotmail.com>, 2015
# ckyOL, 2015
# shuchuanchen <am15501@163.com>, 2014
# daisybellamy <linmiaoqiqi@hotmail.com>, 2014
# felicitychou <felicitychou@hotmail.com>, 2014
# felicitychou <felicitychou@hotmail.com>, 2014
# focusheart <focusheart@gmail.com>, 2014
# focusheart <focusheart@gmail.com>, 2014,2017
# freakylemon <freakylemon@ymail.com>, 2014
# freakylemon <freakylemon@ymail.com>, 2014
# 1c836b125659bc943ac07aaf233cadb5, 2015
# GoodLuck <1833447072@qq.com>, 2014
# Wentao Han <wentao.han@gmail.com>, 2013
# Harry Li <harry75369@gmail.com>, 2014
# hohomi <hohomi@gmail.com>, 2014,2016
# hohomi <hohomi@gmail.com>, 2014,2016
# 5b4c6a53e2e9f6d66be0455f2c8d22a2, 2014
# HYY <wingyin.wong@outlook.com>, 2019
# ifLab <webmaster@iflab.org>, 2018-2019
# Jerome Huang <canni3269@gmail.com>, 2014
# jg Ma <jg20040308@126.com>, 2016
# Jianfei Wang <me@thinxer.com>, 2013
# jiangnan.hugo <jiangnan.hugo@gmail.com>, 2014
# jiangnan.hugo <jiangnan.hugo@gmail.com>, 2014
# jsgang <jsgang9@gmail.com>, 2014-2017,2020-2021
# Juan Camilo Montoya Franco <juan.montoya@edunext.co>, 2017
# daisybellamy <linmiaoqiqi@hotmail.com>, 2014
# liuxing3169 <liuxing3169@gmail.com>, 2018
# 刘洋 <liuyang2011@tsinghua.edu.cn>, 2013
# Luyi Zheng <luyi.zheng@mail.mcgill.ca>, 2016
# Muhammad Adeel Khan <adeel@edx.org>, 2019
# pku9104038 <pku9104038@hotmail.com>, 2014
# pku9104038 <pku9104038@hotmail.com>, 2014
# ranfish <ranfish@gmail.com>, 2015
# ruiruillp <gaier1993@163.com>, 2015
# Sarina Canelake <sarina@tcril.org>, 2014
# shuchuanchen <am15501@163.com>, 2014
# skyclass443 <cyx19920829@gmail.com>, 2014
# louyihua <supermouselyh@hotmail.com>, 2014-2016
# Jianfei Wang <me@thinxer.com>, 2013
# 沈世奇 <vicapple22@gmail.com>, 2013
# Wentao Han <wentao.han@gmail.com>, 2013
# wzhd <transifex@wzhd.org>, 2015
# 熊冬升 <xdsnet@gmail.com>, 2013
# Xuejia Tong <snowytong@hotmail.com>, 2016
# yan9yu, 2014
# yan9yu, 2014
# youjialin <hackeris@qq.com>, 2014
# Yue Fang <yfang@juilliard.edu>, 2016
# yw liu <2877206@qq.com>, 2018
# 刘知远 <liuliudong@163.com>, 2013
# 张太红 <zth@xjau.edu.cn>, 2014
# 亚仑 <fl_meng@163.com>, 2014
# 健超 张 <jc.zhang@eliteu.com.cn>, 2019
# 刘洋 <liuyang2011@tsinghua.edu.cn>, 2013
# 刘知远 <liuliudong@163.com>, 2013
# 周歆荷 <zhxh401@126.com>, 2015
# 周歆荷 <zhxh401@126.com>, 2015
# 张太红 <zth@xjau.edu.cn>, 2014,2017
# 微 李 <w.li@eliteu.com.cn>, 2018
# 汤和果 <hgtang93@163.com>, 2015,2017
# 沈世奇 <vicapple22@gmail.com>, 2013
# 熊冬升 <xdsnet@gmail.com>, 2013
# 百杰 陈 <bj.chen@eliteu.com.cn>, 2018
# 竹轩 <fmyzjs@gmail.com>, 2014
# 肖寒 <bookman@vip.163.com>, 2013
# 陈滢冲 <yc.chen@eliteu.cn>, 2018
# 顾翔 <c0710204@gmail.com>, 2014
# #-#-#-#-# djangojs-studio.po (edx-platform) #-#-#-#-#
# edX community translations have been downloaded from Chinese (China) (http://app.transifex.com/open-edx/edx-platform/language/zh_CN/).
# Copyright (C) 2023 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
# vingte <411029240@qq.com>, 2014
# abby li <yc.li@eliteu.cn>, 2019
# Anna Hu <dejilibaobao@163.com>, 2014
# BertZou <turingcat@gmail.com>, 2015
# bnw, 2014
# 肖寒 <bookman@vip.163.com>, 2013
# Cecilia Liu, 2023
# Changyue Wang <peterwang.dut@gmail.com>, 2015
# shuchuanchen <am15501@163.com>, 2014
# Dandi Xu <dandi.xu.china@gmail.com>, 2015
# Diana Huang <dkh@edx.org>, 2023
# focusheart <focusheart@gmail.com>, 2014
# focusheart <focusheart@gmail.com>, 2017,2019
# GoodLuck <1833447072@qq.com>, 2014
# Wentao Han <wentao.han@gmail.com>, 2013
# harry <i.jucao@gmail.com>, 2014
# Harry Li <harry75369@gmail.com>, 2014
# hohomi <hohomi@gmail.com>, 2016
# hohomi <hohomi@gmail.com>, 2016
# Hongzhou, 2023
# 5b4c6a53e2e9f6d66be0455f2c8d22a2, 2014
# HYY <wingyin.wong@outlook.com>, 2018
# Jerome Huang <canni3269@gmail.com>, 2014
# Jianfei Wang <me@thinxer.com>, 2013
# jsgang <jsgang9@gmail.com>, 2014-2017
# Juan Camilo Montoya Franco <juan.montoya@edunext.co>, 2017
# 刘洋 <liuyang2011@tsinghua.edu.cn>, 2013
# Na Liu <nanamadier@gmail.com>, 2014
# pku9104038 <pku9104038@hotmail.com>, 2014
# pku9104038 <pku9104038@hotmail.com>, 2014
# Rom, 2015
# Rom, 2015
# ruiruillp <gaier1993@163.com>, 2015
# San <github@zhujunsan.net>, 2015
# shuchuanchen <am15501@163.com>, 2014
# louyihua <supermouselyh@hotmail.com>, 2014-2015
# Jianfei Wang <me@thinxer.com>, 2013
# 沈世奇 <vicapple22@gmail.com>, 2013
# vingte <411029240@qq.com>, 2014
# wanghe <1636807295@qq.com>, 2014
# Wentao Han <wentao.han@gmail.com>, 2013,2015
# wzhd <transifex@wzhd.org>, 2015
# 熊冬升 <xdsnet@gmail.com>, 2013
# xianwei yang <yetie.net@gmail.com>, 2014
# yan lee <lce789@qq.com>, 2017
# yw liu <2877206@qq.com>, 2018
# Zhen Wang <wangzhen.able@gmail.com>, 2016
# 刘知远 <liuliudong@163.com>, 2013
# 张太红 <zth@xjau.edu.cn>, 2014
# 刘洋 <liuyang2011@tsinghua.edu.cn>, 2013
# 刘知远 <liuliudong@163.com>, 2013
# 嘉杰 李 <jj.li@eliteu.com.cn>, 2018
# 张太红 <zth@xjau.edu.cn>, 2014,2017
# 张 山 <496733089@qq.com>, 2016
# 微 李 <w.li@eliteu.com.cn>, 2018
# 沈世奇 <vicapple22@gmail.com>, 2013
# 熊冬升 <xdsnet@gmail.com>, 2013
# 竹轩 <fmyzjs@gmail.com>, 2014
# 肖寒 <bookman@vip.163.com>, 2013
# #-#-#-#-# djangojs-account-settings-view.po (0.1a) #-#-#-#-#
# edX community translations have been downloaded from Chinese (China) (https://app.transifex.com/open-edx/teams/6205/zh_CN/).
# Copyright (C) 2023 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <info@edx.org>, 2023.
#
# Translators:
# jsgang <jsgang9@gmail.com>, 2019
# abby li <yc.li@eliteu.cn>, 2019
# ifLab <webmaster@iflab.org>, 2019
#
# #-#-#-#-# underscore.po (edx-platform) #-#-#-#-#
# edX community translations have been downloaded from Chinese (China) (http://app.transifex.com/open-edx/edx-platform/language/zh_CN/)
# Copyright (C) 2023 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
# abby li <yc.li@eliteu.cn>, 2019
# alisan617, 2017
# alisan617, 2017
# Bill <power_free@126.com>, 2015
# Changyue Wang <peterwang.dut@gmail.com>, 2015
# CharlotteDing <kikyoru@hotmail.com>, 2015
# ifLab <webmaster@iflab.org>, 2018-2019
# jg Ma <jg20040308@126.com>, 2016
# jsgang <jsgang9@gmail.com>, 2014-2016,2018
# Jun Hao Lin <xuxiao15994219982@gmail.com>, 2015
# Lionel Chen <chenlinchuan@me.com>, 2014
# LIU NIAN <lauraqq@gmail.com>, 2015
# meelo <bbvy@qq.com>, 2015
# 亚峰 乔 <qiao_yafeng@qq.com>, 2020
# Rom, 2015
# Rom, 2015
# louyihua <supermouselyh@hotmail.com>, 2014-2015
# viztor <viztor@outlook.com>, 2015
# viztor <viztor@outlook.com>, 2015
# Yue Fang <yfang@juilliard.edu>, 2016
# Zihui Cheng <z7cheng@ucsd.edu>, 2015
# 代 兴旺 <525224259@qq.com>, 2016
# 8cfb674aa14009d921df29d97d1751e8_9eeecd0 <ff77ddda63493ab7c7af47446c7f91e9_481994>, 2016
# 健超 张 <jc.zhang@eliteu.com.cn>, 2019
# 张逸涵 <jeanzhang970128@gmail.com>, 2014
# 微 李 <w.li@eliteu.com.cn>, 2018
# 成羽丰 <onetwogoo@gmail.com>, 2015
# 方 明旗 <mingflag@outlook.com>, 2019
# 汤和果 <hgtang93@163.com>, 2015
# 胡超威 <chadennishu@gmail.com>, 2014
# #-#-#-#-# underscore-studio.po (edx-platform) #-#-#-#-#
# edX community translations have been downloaded from Chinese (China) (http://app.transifex.com/open-edx/edx-platform/language/zh_CN/)
# Copyright (C) 2023 edX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
#
# Translators:
# abby li <yc.li@eliteu.cn>, 2019
# alisan617, 2017
# BertZou <turingcat@gmail.com>, 2015
# Changyue Wang <peterwang.dut@gmail.com>, 2015
# Dustin Yu <dustintt123@hotmail.com>, 2015
# focusheart <focusheart@gmail.com>, 2017
# GoodLuck <1833447072@qq.com>, 2014
# ifLab <webmaster@iflab.org>, 2018-2019
# Jiazhen Tan <jessie12@live.cn>, 2016
# jsgang <jsgang9@gmail.com>, 2015-2017,2020
# LIU NIAN <lauraqq@gmail.com>, 2015
# dae18ada8f5d984070f88a11bd09a0d3_87cf90e <6d2a6f2312a2a802f0de112b58b74c46_176438>, 2015
# dae18ada8f5d984070f88a11bd09a0d3_87cf90e <6d2a6f2312a2a802f0de112b58b74c46_176438>, 2015
# Rom, 2015
# Rom, 2015
# San <github@zhujunsan.net>, 2015
# louyihua <supermouselyh@hotmail.com>, 2014-2015
# Xuejia Tong <snowytong@hotmail.com>, 2016
# Yingying Zhang <1714277256@qq.com>, 2016
# yohann yang <heinerseiden@yahoo.com>, 2016
# db5cc497ac4f3c6c4b3195316e6985b6_cabed74 <3af8e6fd761591a7c85c4ffdc30e97c5_286908>, 2015
# db5cc497ac4f3c6c4b3195316e6985b6_cabed74 <3af8e6fd761591a7c85c4ffdc30e97c5_286908>, 2015
# 嘉杰 李 <jj.li@eliteu.com.cn>, 2018
# 刘啸林 <liuxiaolinfk@gmail.com>, 2016
# 百杰 陈 <bj.chen@eliteu.com.cn>, 2018
# 竹轩 <fmyzjs@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: edx-platform\n"
"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n"
"POT-Creation-Date: 2023-08-20 20:42+0000\n"
"PO-Revision-Date: 2014-06-11 15:18+0000\n"
"Last-Translator: jsgang <jsgang9@gmail.com>, 2015-2017,2020\n"
"Language-Team: Chinese (China) (http://app.transifex.com/open-edx/edx-platform/language/zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"Generated-By: Babel 2.8.0\n"
#: cms/static/cms/js/main.js cms/static/js/views/active_video_upload_list.js
#: cms/static/js/views/video_transcripts.js
#: xmodule/assets/library_source_block/public/js/library_source_block.js
msgid ""
"This may be happening because of an error with our server or your internet "
"connection. Try refreshing the page or making sure you are online."
msgstr "此情况可能由于服务器错误或者您的网络连接错误导致。尝试刷新页面或者确保网络畅通。"
#: cms/static/cms/js/xblock/cms.runtime.v1.js
#: cms/static/js/certificates/views/signatory_details.js
#: cms/static/js/models/section.js cms/static/js/utils/drag_and_drop.js
#: cms/static/js/views/asset.js cms/static/js/views/container.js
#: cms/static/js/views/course_info_handout.js
#: cms/static/js/views/course_info_update.js
#: cms/static/js/views/edit_textbook.js
#: cms/static/js/views/list_item_editor.js
#: cms/static/js/views/modals/edit_xblock.js cms/static/js/views/tabs.js
#: cms/static/js/views/utils/xblock_utils.js lms/static/js/ccx/schedule.js
#: lms/static/js/views/fields.js
#: xmodule/assets/library_source_block/public/js/library_source_block.js
msgid "Saving"
msgstr "正在保存"
#: cms/static/js/certificates/views/signatory_editor.js
#: cms/static/js/views/asset.js cms/static/js/views/list_item.js
#: cms/static/js/views/manage_users_and_roles.js
#: cms/static/js/views/show_textbook.js
#: lms/djangoapps/teams/static/teams/js/views/instructor_tools.js
msgid "Delete"
msgstr "删除"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/certificates/views/signatory_editor.js
#: cms/static/js/views/asset.js cms/static/js/views/course_info_update.js
#: cms/static/js/views/export.js cms/static/js/views/manage_users_and_roles.js
#: cms/static/js/views/modals/base_modal.js
#: cms/static/js/views/modals/course_outline_modals.js
#: cms/static/js/views/show_textbook.js cms/static/js/views/tabs.js
#: cms/static/js/views/validation.js
#: common/static/common/js/components/utils/view_utils.js
#: lms/static/js/Markdown.Editor.js
#: lms/static/js/learner_dashboard/EnterpriseLearnerPortalModal.jsx
#: lms/static/js/student_account/components/StudentAccountDeletionModal.jsx
#: xmodule/js/src/html/edit.js
#: cms/templates/js/add-xblock-component-menu-problem.underscore
#: cms/templates/js/add-xblock-component-menu.underscore
#: cms/templates/js/certificate-editor.underscore
#: cms/templates/js/content-group-editor.underscore
#: cms/templates/js/course_info_handouts.underscore
#: cms/templates/js/course_info_update.underscore
#: cms/templates/js/edit-textbook.underscore
#: cms/templates/js/group-configuration-editor.underscore
#: cms/templates/js/section-name-edit.underscore
#: cms/templates/js/signatory-actions.underscore
#: cms/templates/js/xblock-string-field-editor.underscore
#: common/static/common/templates/discussion/templates.underscore
#: lms/djangoapps/support/static/support/templates/enrollment-modal.underscore
#: lms/djangoapps/teams/static/teams/templates/edit-team.underscore
#: lms/templates/instructor/instructor_dashboard_2/cohort-form.underscore
#: lms/templates/learner_dashboard/verification_popover.underscore
msgid "Cancel"
msgstr "取消"
#. Translators: This is the status of an active video upload
#: cms/static/js/models/active_video_upload.js cms/static/js/views/assets.js
#: cms/static/js/views/video_thumbnail.js lms/static/js/views/image_field.js
msgid "Uploading"
msgstr "上传中"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/active_video_upload.js
#: cms/static/js/views/modals/edit_xblock.js
#: cms/static/js/views/video_transcripts.js
#: lms/static/js/demographics_collection/Wizard.jsx
#: lms/static/js/student_account/tos_modal.js xmodule/js/src/html/edit.js
#: cms/templates/js/course-video-settings.underscore
#: common/static/common/templates/discussion/templates.underscore
#: common/static/common/templates/image-modal.underscore
#: openedx/features/learner_profile/static/learner_profile/templates/share_modal.underscore
msgid "Close"
msgstr "关闭"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/assets.js xmodule/js/src/html/edit.js
#: cms/templates/js/asset-library.underscore
#: cms/templates/js/course-instructor-details.underscore
#: cms/templates/js/previous-video-upload-list.underscore
#: cms/templates/js/signatory-details.underscore
#: lms/templates/instructor/instructor_dashboard_2/certificate-allowlist.underscore
msgid "Name"
msgstr "姓名"
#: cms/static/js/views/assets.js lms/static/js/Markdown.Editor.js
#: cms/templates/js/asset-upload-modal.underscore
msgid "Choose File"
msgstr "选择文件"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/course_info_update.js
#: cms/static/js/views/course_outline.js
#: cms/static/js/views/pages/container.js cms/static/js/views/tabs.js
#: lms/static/js/Markdown.Editor.js xmodule/js/src/html/edit.js
#: common/static/common/templates/discussion/templates.underscore
#: lms/templates/learner_dashboard/verification_popover.underscore
msgid "OK"
msgstr "是的"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/course_video_settings.js xmodule/js/src/html/edit.js
#: cms/templates/js/timed-examination-preference-editor.underscore
msgid "None"
msgstr "无"
#: cms/static/js/views/course_video_settings.js
#: cms/static/js/views/metadata.js
#: cms/static/js/views/previous_video_upload.js
#: cms/static/js/views/video_transcripts.js
#: lms/djangoapps/teams/static/teams/js/views/edit_team_members.js
#: lms/static/js/views/image_field.js
#: cms/templates/js/video/metadata-translations-item.underscore
#: lms/djangoapps/teams/static/teams/templates/edit-team-member.underscore
msgid "Remove"
msgstr "移除"
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/manage_users_and_roles.js xmodule/js/src/html/edit.js
msgid "Ok"
msgstr "确定"
#: cms/static/js/views/manage_users_and_roles.js
#: lms/static/js/instructor_dashboard/util.js
msgid "Unknown"
msgstr "未知"
#: cms/static/js/views/manage_users_and_roles.js
#: lms/static/js/student_account/components/StudentAccountDeletionModal.jsx
msgid "Are you sure?"
msgstr "您确定吗?"
#: cms/static/js/views/metadata.js lms/static/js/views/file_uploader.js
msgid "Upload File"
msgstr "上传文件"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/modals/base_modal.js
#: cms/static/js/views/modals/course_outline_modals.js
#: xmodule/js/src/html/edit.js cms/templates/js/certificate-editor.underscore
#: cms/templates/js/content-group-editor.underscore
#: cms/templates/js/course_info_handouts.underscore
#: cms/templates/js/edit-textbook.underscore
#: cms/templates/js/group-configuration-editor.underscore
#: cms/templates/js/section-name-edit.underscore
#: cms/templates/js/signatory-actions.underscore
#: cms/templates/js/xblock-string-field-editor.underscore
#: lms/templates/fields/field_dropdown.underscore
#: lms/templates/instructor/instructor_dashboard_2/cohort-form.underscore
#: lms/templates/instructor/instructor_dashboard_2/divided-discussions-course-wide.underscore
#: lms/templates/instructor/instructor_dashboard_2/divided-discussions-inline.underscore
msgid "Save"
msgstr "保存"
#. #-#-#-#-# djangojs-partial.po (edx-platform) #-#-#-#-#
#. Translators: this is a message from the raw HTML editor displayed in the
#. browser when a user needs to edit HTML
#: cms/static/js/views/modals/course_outline_modals.js
#: xmodule/js/src/html/edit.js
#: cms/templates/js/add-xblock-component-menu-problem.underscore
msgid "Advanced"
msgstr "高级"
#: cms/static/js/views/previous_video_upload.js
#: cms/static/js/views/video/translations_editor.js
#: cms/static/js/views/video_transcripts.js lms/static/js/views/image_field.js
msgid "Removing"
msgstr "移除中"
#: cms/static/js/views/validation.js
#: lms/static/js/discussions_management/views/divided_discussions_course_wide.js
#: lms/static/js/discussions_management/views/divided_discussions_inline.js
#: lms/static/js/views/fields.js
msgid "Your changes have been saved."
msgstr "您所作的变更已保存。"
#. Translators: This message will be added to the front of messages of type
#. warning,
#. e.g. "Warning: this component has not been configured yet".
#: cms/static/js/views/xblock_validation.js
#: common/static/common/js/discussion/views/discussion_inline_view.js
msgid "Warning"
msgstr "警告"
#. Translators: This message will be added to the front of messages of type
#. error,
#. e.g. "Error: required field is missing".
#: cms/static/js/views/xblock_validation.js
#: common/static/common/js/discussion/utils.js
#: common/static/common/js/discussion/views/discussion_inline_view.js
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
#: common/static/common/js/discussion/views/discussion_thread_view.js
#: common/static/common/js/discussion/views/response_comment_view.js
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx
#: lms/static/js/student_account/views/FinishAuthView.js
#: lms/static/js/verify_student/views/step_view.js
#: lms/static/js/views/fields.js
msgid "Error"
msgstr "错误"
#: common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx
#: cms/templates/js/move-xblock-list.underscore
msgid "View child items"
msgstr "查看子类目"
#: common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx
msgid "Navigate up"
msgstr "向上导航"
#: common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx
msgid "Browsing"
msgstr "浏览"
#: common/static/common/js/components/BlockBrowser/components/BlockBrowser/BlockBrowser.jsx
msgid "Select"
msgstr "选择"
#: common/static/common/js/components/utils/view_utils.js
msgid "Required field."
msgstr "必填字段。"
#: common/static/common/js/components/utils/view_utils.js
msgid "Please do not use any spaces in this field."
msgstr "此字段的内容不能包含空格。"
#: common/static/common/js/components/utils/view_utils.js
msgid "Please do not use any spaces or special characters in this field."
msgstr "此字段的内容不能包含空格或特殊字符。"
#: common/static/common/js/components/views/paginated_view.js
#: common/static/common/js/components/views/paging_footer.js
msgid "Pagination"
msgstr "页码"
#: common/static/common/js/components/views/paginated_view.js
msgid ""
"Your request could not be completed. Reload the page and try again. If the "
"issue persists, click the Help tab to report the problem."
msgstr "您的请求无法完成。重新加载页面并重试。如果问题仍然存在,点击“帮助”选项报告问题。"
#: common/static/common/js/components/views/paging_header.js
msgid "Showing {firstIndex} out of {numItems} total"
msgstr "显示 {firstIndex} / {numItems}"
#: common/static/common/js/components/views/paging_header.js
msgid "Showing {firstIndex}-{lastIndex} out of {numItems} total"
msgstr "显示 {firstIndex} - {lastIndex} / {numItems}"
#: common/static/common/js/discussion/utils.js
msgid "Loading content"
msgstr "正在加载内容"
#: common/static/common/js/discussion/utils.js
msgid "Your request could not be processed. Refresh the page and try again."
msgstr "您的请求无法处理。请刷新页面并重试。"
#: common/static/common/js/discussion/utils.js
msgid "…"
msgstr "…"
#: common/static/common/js/discussion/utils.js
msgid "Some images in this post have been omitted"
msgstr "此帖的部分图片被省略。"
#: common/static/common/js/discussion/utils.js
msgid "image omitted"
msgstr "省略的图片"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "there is currently {numVotes} vote"
msgid_plural "there are currently {numVotes} votes"
msgstr[0] "当前有 {numVotes} 票"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "{numVotes} Vote"
msgid_plural "{numVotes} Votes"
msgstr[0] "{numVotes} 票"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"You could not be subscribed to this post. Refresh the page and try again."
msgstr "您无法订阅此贴。请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"You could not be unsubscribed from this post. Refresh the page and try "
"again."
msgstr "您无法取消订阅此贴。请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"This response could not be marked as an answer. Refresh the page and try "
"again."
msgstr "无法将该回复标记为答案,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"This response could not be unmarked as an answer. Refresh the page and try "
"again."
msgstr "该回复已被标记为答案,无法取消。请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"This response could not be marked as endorsed. Refresh the page and try "
"again."
msgstr "无法标记此回复为赞同,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This response could not be unendorsed. Refresh the page and try again."
msgstr "无法标记此回复为不赞同,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This vote could not be processed. Refresh the page and try again."
msgstr "无法处理此投票,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This post could not be pinned. Refresh the page and try again."
msgstr "无法置顶此帖子,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This post could not be unpinned. Refresh the page and try again."
msgstr "无法取消置顶此帖子,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"This post could not be flagged for abuse. Refresh the page and try again."
msgstr "无法将此帖子举报为滥用,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid ""
"This post could not be unflagged for abuse. Refresh the page and try again."
msgstr "无法取消此帖子的滥用举报,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This post could not be closed. Refresh the page and try again."
msgstr "无法关闭此帖子,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_content_view.js
msgid "This post could not be reopened. Refresh the page and try again."
msgstr "无法重开此帖子,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_inline_view.js
msgid "Show Discussion"
msgstr "显示讨论"
#: common/static/common/js/discussion/views/discussion_inline_view.js
msgid "Hide Discussion"
msgstr "隐藏讨论"
#: common/static/common/js/discussion/views/discussion_inline_view.js
msgid "This discussion could not be loaded. Refresh the page and try again."
msgstr "无法加载此讨论,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "There are no posts in this topic yet."
msgstr "暂无关于此主题的帖子。"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "Loading more threads"
msgstr "载入更多的主题"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "Additional posts could not be loaded. Refresh the page and try again."
msgstr "无法加载更多帖子,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "Current conversation"
msgstr "当前对话"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "Loading posts list"
msgstr "正在加载帖子列表"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid ""
"No results found for {original_query}. Showing results for "
"{suggested_query}."
msgstr "搜索“{original_query}”未找到结果,为您推荐{suggested_query}。"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "No posts matched your query."
msgstr "未找到与您查询内容相匹配的帖子。"
#: common/static/common/js/discussion/views/discussion_thread_list_view.js
msgid "Show posts by {username}."
msgstr "显示{username}的帖子。"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "The post you selected has been deleted."
msgstr "您所选择的帖子已被删除。"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Responses could not be loaded. Refresh the page and try again."
msgstr "无法加载回复,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid ""
"Additional responses could not be loaded. Refresh the page and try again."
msgstr "无法加载更多回复,请刷新页面并重试。"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "{numResponses} other response"
msgid_plural "{numResponses} other responses"
msgstr[0] "{numResponses}个其他回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "{numResponses} response"
msgid_plural "{numResponses} responses"
msgstr[0] "{numResponses}个回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Showing all responses"
msgstr "显示所有的回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Showing first response"
msgid_plural "Showing first {numResponses} responses"
msgstr[0] "前{numResponses}个回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Load all responses"
msgstr "载入所有的回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Load next {numResponses} responses"
msgstr "加载接下来的{numResponses}个回复"
#: common/static/common/js/discussion/views/discussion_thread_view.js
msgid "Are you sure you want to delete this post?"
msgstr "您确定要删除这个帖子?"
#: common/static/common/js/discussion/views/new_post_view.js
msgid "Your post will be discarded."
msgstr "您的帖子将被撤销。"
#: common/static/common/js/discussion/views/response_comment_show_view.js
msgid "anonymous"
msgstr "匿名"
#: common/static/common/js/discussion/views/response_comment_view.js
msgid "Are you sure you want to delete this comment?"
msgstr "您确定要删除这条评论吗?"
#: common/static/common/js/discussion/views/response_comment_view.js
msgid "This comment could not be deleted. Refresh the page and try again."
msgstr "无法删除此评论,请刷新页面并重试。"
#: common/static/common/js/discussion/views/thread_response_view.js
msgid "Are you sure you want to delete this response?"
msgstr "您确定要删除这个回复吗"
#: common/static/common/js/utils/edx.utils.validate.js
msgid "The email address you've provided isn't formatted correctly."
msgstr "您所提供的邮箱格式不正确。"
#: common/static/common/js/utils/edx.utils.validate.js
msgid "%(field)s must have at least %(count)d characters."
msgstr "%(field)s 至少要有 %(count)d 字符。"
#: common/static/common/js/utils/edx.utils.validate.js
msgid "%(field)s can only contain up to %(count)d characters."
msgstr "%(field)s 最多只能有 %(count)d 个字符。"
#: common/static/common/js/utils/edx.utils.validate.js
msgid "Please enter your %(field)s."
msgstr "请输入您的 %(field)s。"
#: common/static/js/capa/drag_and_drop/base_image.js
msgid "Drop target image"
msgstr "拖放的目标图像"
#: common/static/js/capa/drag_and_drop/draggable_events.js
msgid "dragging out of slider"
msgstr "拖拽出滑块区域"
#: common/static/js/capa/drag_and_drop/draggable_events.js
msgid "dragging"
msgstr "拖拽"
#: common/static/js/capa/drag_and_drop/draggable_events.js
msgid "dropped in slider"
msgstr "在滑块中放下"
#: common/static/js/capa/drag_and_drop/draggable_events.js
msgid "dropped on target"
msgstr "在目标上放下"
#. Translators: %s will be a time quantity, such as "4 minutes" or "1 day"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%s ago"
msgstr "%s 以前"
#. Translators: %s will be a time quantity, such as "4 minutes" or "1 day"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%s from now"
msgstr "距现在:%s"
#: common/static/js/src/jquery.timeago.locale.js
msgid "less than a minute"
msgstr "少于一分钟"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a minute"
msgstr "大约一分钟"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d分钟"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about an hour"
msgstr "大约一小时"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "about %d hour"
msgid_plural "about %d hours"
msgstr[0] "大约%d小时"
#: common/static/js/src/jquery.timeago.locale.js
msgid "a day"
msgstr "一天"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d天"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a month"
msgstr "大约一个月"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d月"
#: common/static/js/src/jquery.timeago.locale.js
msgid "about a year"
msgstr "大约一年"
#: common/static/js/src/jquery.timeago.locale.js
#, javascript-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d年"
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx
msgid "Select a section or problem"
msgstr "选择一个章节或一个问题"
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx
msgid "Create a report of problem responses"
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx
msgid "Your report is being generated..."
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx
msgid "Your report has been successfully generated."
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/ReportStatus/ReportStatus.jsx
msgid "View Report"
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/data/actions/problemResponses.js
msgid "There was an error generating the report link."
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/data/actions/problemResponses.js
msgid "There was an error generating your report."
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/data/actions/problemResponses.js
msgid "Unable to get report generation status."
msgstr ""
#: lms/djangoapps/instructor/static/instructor/ProblemBrowser/data/actions/problemResponses.js
msgid "Unable to submit request to generate report."
msgstr ""
#: lms/djangoapps/support/static/support/js/views/certificates.js
msgid "An unexpected error occurred. Please try again."
msgstr "意外错误发生,请重试。"
#: lms/djangoapps/support/static/support/js/views/enrollment.js
msgid "Financial Assistance"
msgstr "经济补助"
#: lms/djangoapps/support/static/support/js/views/enrollment.js
msgid "Upset Learner"
msgstr "感到不满意的学生"
#: lms/djangoapps/support/static/support/js/views/enrollment.js
msgid "Teaching Assistant"
msgstr "助教"
#: lms/djangoapps/support/static/support/js/views/enrollment_modal.js
msgid "Please specify a reason."
msgstr "请说明原因。"
#: lms/djangoapps/support/static/support/js/views/enrollment_modal.js
msgid "Something went wrong changing this enrollment. Please try again."
msgstr "在变更这项注册时出现了一些问题。请再试一次。"
#: lms/djangoapps/support/static/support/jsx/errors_list.jsx
msgid "Please fix the following errors:"
msgstr "请改正以下错误:"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
msgid "Files that you upload must be smaller than 5MB in size."
msgstr "上传的文件不得超过5MB。"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
msgid ""
"Files that you upload must be PDFs or image files in .gif, .jpg, .jpeg, or "
".png format."
msgstr "只支持上传PDF或 .gif .jpg .jpeg .png 格式图片文件。"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
#: lms/djangoapps/support/static/support/jsx/single_support_form.jsx
msgid "Something went wrong. Please try again later."
msgstr "发生错误,请稍后重试。"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
msgid "Add Attachment"
msgstr "添加附件"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
msgid "(Optional)"
msgstr "(非必填)"
#: lms/djangoapps/support/static/support/jsx/file_upload.jsx
msgid "Remove file"
msgstr "移除文件"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Course Name"
msgstr "课程名称"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid ""
"For inquiries regarding assignments, grades, or structure of a specific "
"course, please post in the discussion forums for that course directly."
msgstr "如对某门课程的作业、成绩或结构有任何疑问,请直接在该课程的讨论区发言。"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Not specific to a course"
msgstr "不针对特定课程"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
#: lms/static/js/instructor_dashboard/util.js
msgid "Subject"
msgstr "标题"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Select a category"
msgstr ""
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
#: lms/templates/student_account/account_settings.underscore
msgid "Account Settings"
msgstr "账号设置"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Billing/Payment Options"
msgstr "账单/付款选项"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Certificates"
msgstr "证书"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Course Content"
msgstr "课程内容"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Deadlines"
msgstr "截止日期"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Errors/Technical Issues"
msgstr "错误/技术问题"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Financial Aid"
msgstr "经济补助"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Photo Verification"
msgstr "照片认证"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Proctoring"
msgstr "监考"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
#: cms/templates/js/asset-library.underscore
msgid "Other"
msgstr "其他"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Course Discussion Forum"
msgstr "课程论坛"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid ""
"While our support team is happy to assist with the edX platform, the course "
"staff has the expertise for specific assignment questions, grading or the "
"proper procedures in each course. Please post all course related questions "
"within the Discussion Forum where the Course Staff can directly respond."
msgstr ""
"我们支持团队很高兴能协作 edX "
"平台。当课程人员在课程中有专门的具体作业问题、评分或程序的专业知识时可以到论坛上发布有关课程的问题,将会得到课程人员的回答。"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Details"
msgstr "细节"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "the more quickly and helpfully we can respond!"
msgstr "我们越能快速并有效地帮助到您!"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "Create Support Ticket"
msgstr "创建支持任务"
#: lms/djangoapps/support/static/support/jsx/logged_in_user.jsx
msgid "What can we help you with, {username}?"