Newer
Older
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
#: .\course\templates\course\course-page.html:6
msgid "Jump to"
msgstr "转到"
#: .\course\templates\course\course-page.html:18
msgid "This course is only visible to course staff at the moment."
msgstr "本课程目前只对课程管理人员显示. "
#: .\course\templates\course\course-page.html:20
msgctxt "change the visibility of a course"
msgid "Change"
msgstr "修改"
#: .\course\templates\course\course-page.html:25
msgid ""
"There may be a problem with the validity of course data, which may lead to "
"students encountering unexpected errors."
msgstr "课程数据的验证有很多的问题, 它们可能导致学生碰到各种不可预料的错误. "
#: .\course\templates\course\course-page.html:36
msgid "You're not currently signed in."
msgstr "您还未登录. "
#: .\course\templates\course\course-page.html:47
msgid "Enroll"
msgstr "加入课程"
#. Translators: if a user have a non-empty first_name, then use %(first_name)
#: .\course\templates\course\email-i18n-tags.txt:5
#: .\course\templates\course\enrollment-decision-email.txt:1
#: .\course\templates\course\grade-notify.txt:1
#: .\course\templates\course\sign-in-email.txt:1
#, python-format
msgid "Dear %(first_name)s,"
msgstr "尊敬的%(first_name)s: "
#. Translators: if a user have an empty first_name, then use his/her email
#: .\course\templates\course\email-i18n-tags.txt:8
#: .\course\templates\course\enrollment-decision-email.txt:1
#: .\course\templates\course\grade-notify.txt:1
#: .\course\templates\course\sign-in-email.txt:1
#, python-format
msgid "Dear %(email)s,"
msgstr "尊敬的%(email)s: "
#. Translators: if a user do not use first_name and email, then use his/her username
#: .\course\templates\course\email-i18n-tags.txt:11
#: .\course\templates\course\enrollment-decision-email.txt:1
#: .\course\templates\course\grade-notify.txt:1
#: .\course\templates\course\sign-in-email.txt:1
#, python-format
msgid "Dear %(username)s,"
msgstr "尊敬的%(username)s: "
#. Translators: sender of the email
#: .\course\templates\course\email-i18n-tags.txt:14
#: .\course\templates\course\enrollment-decision-email.txt:12
#: .\course\templates\course\enrollment-request-email.txt:8
#: .\course\templates\course\grade-notify.txt:8
#: .\course\templates\course\sign-in-email.txt:11
msgid "- RELATE staff "
msgstr "- RELATE 课程管理人员"
#: .\course\templates\course\enrollment-decision-email.txt:3
"Welcome! Your request to join the course '%(course_identifier)s' has been "
"approved.\n"
"Find the course web page here:\n"
"%(course_uri)s\n"
"Welcome, and we hope you have a productive class!"
msgstr ""
" 欢迎您!您加入课程%(course_identifier)s的申请已经被批准, 在这里打开课程的"
"页面:\n"
" 我们希望和您经历一门有效率和效益的学习课程!"
#: .\course\templates\course\enrollment-decision-email.txt:8
"We're sorry to let you know that your request to join the course '%"
"(course_identifier)s' has been denied. Please get in touch with the course "
"staff (for example by replying to this email) to state your case.\n"
"One common reason for this may be that you may have used your personal email "
"(such as a GMail or Yahoo account) rather than your official university "
"account to sign in. If that is the case, please use the official account and "
"try again."
msgstr ""
"很抱歉地告知您, 您参加课程%(course_identifier)s的申请被拒绝. 请与课程管理人员"
"联系, 例如回复此邮件来说明您的情况. "
#: .\course\templates\course\enrollment-request-email.txt:1
msgid ""
"Dear course staff of %(course_identifier)s,\n"
"\n"
"User '%(user)s' has requested permission to enroll in your course. Please go "
"to\n"
"to approve or deny the request. To do so, select the course participations "
"in question and use the \"Approve enrollment\" or \"Deny enrollment\" admin\n"
"actions.\n"
msgstr ""
"尊敬的课程%(course_identifier)s的管理人员:\n"
"\n"
" 用户\"%(user)s\"向您提出了加入课程的申请, 请到\n"
"去批准或拒绝这个申请. 提示: 选定(course participations)课程参与中的相关请求, "
"然后使用下拉菜单中的\"批准\" 或 \"拒绝\" 来达成. \n"
#: .\course\templates\course\feedback-code-with-human.html:4
#: .\course\templates\course\gradebook-by-opp.html:99
#: .\course\templates\course\gradebook-single.html:115
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
msgid "Overall grade"
msgstr "总评"
#: .\course\templates\course\feedback-code-with-human.html:7
#, python-format
msgid "The overall grade is %(percentage)s%%."
msgstr "总评为%(percentage)s%%. "
#: .\course\templates\course\feedback-code-with-human.html:16
msgid "Autograder feedback"
msgstr "自动评分反馈"
#: .\course\templates\course\feedback-code-with-human.html:20
#, python-format
msgid "The autograder assigned %(feedback_points)s/%(points)s points."
msgstr "自动评分的结果是%(feedback_points)s/%(points)s分. "
#: .\course\templates\course\feedback-code-with-human.html:33
msgid "Human feedback"
msgstr "人工反馈"
#: .\course\templates\course\feedback-code-with-human.html:37
#, python-format
msgid "The human grader assigned %(feedback_points)s/%(human_points)s points."
msgstr "人工评分的结果是%(feedback_points)s/%(human_points)s分. "
#: .\course\templates\course\file-upload-form.html:8
msgid "Review uploaded file"
msgstr "回顾上传的文件"
#: .\course\templates\course\file-upload-form.html:10
msgid "Embed viewer"
msgstr "网页内嵌查看器(demo)"
#: .\course\templates\course\file-upload-form.html:21
#, python-format
msgid ""
" Your browser reported itself unable to render <tt>%(mime_type)s</tt> "
"inline. "
msgstr "您的浏览器不支持对<tt>%(mime_type)s</tt>类型文件的渲染. "
#: .\course\templates\course\flow-completion-grade.html:12
#: .\course\templates\course\flow-start.html:78
msgid "Results"
msgstr "结果"
#. Translators: the following 5 blocks of literals make a sentence. PartI
#: .\course\templates\course\flow-completion-grade.html:16
msgid "You have"
msgstr "您"
#. Translators: PartII
#: .\course\templates\course\flow-completion-grade.html:19
msgid "(so far)"
msgstr "(截至目前)"
#. Translators: PartIII
#: .\course\templates\course\flow-completion-grade.html:22
#, python-format
msgid "achieved <b>%(provisional_points)s</b> out of %(max_points)s points."
msgstr "得到了%(max_points)s分中的<b>%(provisional_points)s</b>分. "
#. Translators: PartIV
#: .\course\templates\course\flow-completion-grade.html:29
msgid "(Some questions are not graded yet, so your grade will likely change.)"
msgstr "(某些问题还未评分,所以你的得分将可能会有变化.)"
#. Translators: PartV
#: .\course\templates\course\flow-completion-grade.html:35
#, python-format
msgid "(That's <b>%(points_percent)s%%</b>.)"
msgstr "(即<b>%(points_percent)s%%</b>.)"
#: .\course\templates\course\flow-completion-grade.html:51
#, python-format
msgid ""
"You have answered %(fully_correct_count)s questions correctly, %"
"(partially_correct_count)s questions partially correctly, and %"
"(incorrect_count)s questions incorrectly."
msgstr ""
"在您所有的回答, 有%(fully_correct_count)s个完全正确, %"
"(partially_correct_count)s个部分正确, %(incorrect_count)s个不正确. "
#: .\course\templates\course\flow-completion-grade.html:58
#, python-format
msgid "The grade for %(unknown_count)s questions is not yet known."
msgstr "有%(unknown_count)s个问题的回答是否正确仍然未知. "
#: .\course\templates\course\flow-completion-grade.html:82
#: .\course\templates\course\flow-completion.html:15
msgid "Back to start page"
msgstr "回到起始页面"
#: .\course\templates\course\flow-confirm-completion.html:10
msgid "End Session"
msgstr "结束session"
#: .\course\templates\course\flow-confirm-completion.html:14
msgid "You have left questions unanswered."
msgstr "您还有问题未回答. "
#: .\course\templates\course\flow-confirm-completion.html:20
#, python-format
msgid "There were %(total_count)s questions."
msgstr "总共有%(total_count)s个问题. "
#: .\course\templates\course\flow-confirm-completion.html:24
msgid "You have provided an answer for all of them."
msgstr "您已经回答了所有问题. "
#: .\course\templates\course\flow-confirm-completion.html:28
#, python-format
msgid ""
"You have answered %(answered_count)s and left %(unanswered_count)s "
"unanswered."
msgstr ""
"您已经回答了%(answered_count)s个问题, 还有%(unanswered_count)s个未回答. "
#: .\course\templates\course\flow-confirm-completion.html:35
msgid "If you choose to end your session, the following things will happen:"
msgstr "如果您选择结束这个session, 将发生以下的事情:"
#: .\course\templates\course\flow-confirm-completion.html:37
msgid "You will be prevented from making further changes to your answers."
msgstr "您将无法修改您的回答. "
#: .\course\templates\course\flow-confirm-completion.html:38
msgid ""
"All your currently saved answers, if not graded already, will be graded."
msgstr "您当前保存的答案, 如果还未被评分, 将会被评分. "
#: .\course\templates\course\flow-confirm-completion.html:39
msgid ""
"If possible, a final grade will be computed from all saved, graded answers."
msgstr "如果可能, 所有已保存的、已评分的结果将会得到一个最终的评分. "
#: .\course\templates\course\flow-confirm-completion.html:48
msgid "Go back"
msgstr "返回"
#: .\course\templates\course\flow-confirm-completion.html:50
msgid "Confirm: Submit answers and end session"
msgstr "确定:提交所有回答并结束本session"
#: .\course\templates\course\flow-page.html:25
#: .\course\templates\course\flow-page.html:29
msgctxt "Preivious page/item in a flow"
msgid "Previous"
msgstr "上一页"
#: .\course\templates\course\flow-page.html:34
msgctxt "Next page/item in a flow"
msgid "Next"
msgstr "下一页"
#: .\course\templates\course\flow-page.html:36
#: .\course\templates\course\flow-page.html:40
msgid "End session"
msgstr "结束session"
#. Translators: the string is followed by "what will happen" at deadline.
#: .\course\templates\course\flow-page.html:48
msgid "At deadline:"
msgstr "当截止时:"
#: .\course\templates\course\flow-page.html:83
msgid "Session duration:"
msgstr "session的时间长度:"
#: .\course\templates\course\flow-page.html:85
msgid "minutes"
msgstr "分钟"
#: .\course\templates\course\flow-page.html:88
msgid "Time factor:"
msgstr "时间乘数:"
#: .\course\templates\course\flow-page.html:98
#, python-format
msgid "%(max_points)s point"
msgid_plural "%(max_points)s points"
msgstr[0] "%(max_points)s分"
msgstr[1] "%(max_points)s分"
#: .\course\templates\course\flow-page.html:118
msgid "(You may still change your answer after you submit it.)"
msgstr "(您仍然可以在提交<b>本问题</b>后修改回答)"
#: .\course\templates\course\flow-page.html:191
msgstr "您在本页还有未保存的修订. "
#: .\course\templates\course\flow-page.html:249
#: .\course\templates\course\flow-session-state.html:3
msgid "in progress"
msgstr "进行中"
#: .\course\templates\course\flow-session-state.html:5
msgid "finished"
msgstr "已完成"
#: .\course\templates\course\flow-start.html:19
msgid "Past sessions"
msgstr "过往的session"
#: .\course\templates\course\flow-start.html:25
#: .\course\templates\course\gradebook-single.html:161
msgid "Grading rules"
msgstr "评分规则"
#: .\course\templates\course\flow-start.html:26
#: .\course\templates\course\gradebook-by-opp.html:33
#: .\course\templates\course\gradebook-single.html:31
#: .\course\templates\course\gradebook-single.html:142
msgid "Due"
msgstr "截止"
#: .\course\templates\course\flow-start.html:27
#: .\course\templates\course\gradebook-single.html:143
msgid "Result"
msgstr "结果"
#: .\course\templates\course\flow-start.html:28
#: .\course\templates\course\gradebook-single.html:148
msgid "Actions"
msgstr "操作"
#: .\course\templates\course\flow-start.html:43
msgid "(no description)"
msgstr "(无描述)"
#: .\course\templates\course\flow-start.html:53
#, python-format
msgid "<b>%(points)s</b> out of %(max_points)s (<b>%(percentage)s%%</b>)"
msgstr "%(max_points)s分中的<b>%(points)s分</b> (<b>%(percentage)s%%</b>)"
#: .\course\templates\course\flow-start.html:61
#: .\course\templates\course\gradebook-single.html:209
msgid "(none)"
msgstr "(无)"
#: .\course\templates\course\flow-start.html:69
msgid "Resume"
msgstr "继续"
#: .\course\templates\course\flow-start.html:71
msgid "Review"
msgstr "回顾"
#: .\course\templates\course\flow-start.html:91
msgid "If you start a new session, the following rules will apply:"
msgstr "如果您开始一个新的session, 以下的规则将会生效:"
#: .\course\templates\course\flow-start.html:95
msgid "Your session will be a '<b>%(description)s</b>'."
msgstr "您的session将采取\"<b>%(description)s</b>\"的评分规则. "
#: .\course\templates\course\flow-start.html:102
#, python-format
msgid "Your session will be due on <b>%(due)s</b>."
msgstr "您的session将于<b>%(due)s</b>截止. "
#: .\course\templates\course\flow-start.html:108
#, python-format
msgid "You will receive <b>%(credit_percent)s%% credit</b> for your work."
msgstr "您的得分将为应得分数的<b>%(credit_percent)s%%</b>. "
#: .\course\templates\course\flow-start.html:115
#, python-format
msgid ""
"This is not your first session. If you start another one, for your overall "
"grade we will '<b>%(grade_aggregation_strategy_descr)s</b>' among all your "
"sessions."
msgstr ""
"它不是您的第一个session, 如果您开始这个新的session, 对于您的总评分, 我们将在"
"您所有的session中采取\"<b>%(grade_aggregation_strategy_descr)s</b>\"累积策"
"略. "
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
#: .\course\templates\course\flow-start.html:130
#: .\course\templates\course\flow-start.html:162
msgid "Start"
msgstr "开始"
#: .\course\templates\course\flow-start.html:134
msgid "I understand that starting a new session could lower my overall grade."
msgstr "我已经知道开始一个新的session将有可能降低我的总体评分. "
#. Translators: student should confirm to start another session.
#: .\course\templates\course\flow-start.html:139
msgid "I am sure"
msgstr "我确认"
#: .\course\templates\course\flow-start.html:175
msgid ""
"You do not have any existing sessions and are not allowed to start a new one."
msgstr "您没有可以开始的session,不允许开始一个新session. "
#: .\course\templates\course\flow-start.html:182
msgid "Check the following:"
msgstr "检查以下项目:"
#: .\course\templates\course\flow-start.html:188
#, python-format
msgid ""
"You're not currently signed in. Access to the resource is restricted, and "
"since the site has no way of knowing who you are, it may have denied you "
"accesss. Once you're signed in, navigate back to your course from the <a "
"href=\"%(relate-home)s\"> home page </a> and retry your last action."
msgstr ""
"您尚未登录, 对资源的访问被限制. 由于网站无法获知您是谁, 它禁止了您的访问. 一"
"旦您登录了网站,请通过 <b><a href=\"%(relate-home)s\">主页</a></b> 返回课程页"
"面,然后尝试您的上一次操作。"
#: .\course\templates\course\flow-start.html:199
msgid "Has the deadline for this assignment passed?"
msgstr "作业的截止时间是否已经过了?"
#: .\course\templates\course\flow-start.html:202
#: .\relate\templates\403.html:27
msgid ""
"Complete your enrollment in your course. If you're not enrolled, a large "
"\"Enroll now\" button will show up at the top of your course page. Click "
"that, follow the indicated steps, and then retry your last action."
msgstr ""
"请完成您的加入课程申请. 如果您还未加入, 在课程页面上有一个<b>“加入课程申"
"请”</b>的按钮, 点击它, 并按指示步骤操作, 然后再重试您刚才的操作. "
#: .\course\templates\course\flow-start.html:210
#: .\relate\templates\403.html:34
#, python-format
msgid ""
"If none of the above steps help, please navigate back to your course from "
"the <a href=\"%(relate-home)s\"> home page </a> and contact your course "
"staff."
msgstr ""
"如果上面的步骤都无法完成,请从 <b><a href=\"%(relate-home)s\">主页</a></b> 浏"
"览回您的课程页面,并联系课程管理人员。"
#: .\course\templates\course\grade-flow-page.html:7
#: .\course\templates\course\grade-flow-page.html:46
#: .\course\templates\course\prompt-code-question.html:23
msgid "Grading"
msgstr "评分"
#: .\course\templates\course\grade-flow-page.html:53
#: .\course\templates\course\gradebook-by-opp.html:26
#: .\course\templates\course\gradebook-participant.html:27
#: .\course\templates\course\gradebook-single.html:13
msgid "Property"
msgstr "属性"
#: .\course\templates\course\grade-flow-page.html:53
#: .\course\templates\course\gradebook-by-opp.html:26
#: .\course\templates\course\gradebook-participant.html:27
#: .\course\templates\course\gradebook-single.html:13
msgid "Value"
msgstr "值"
#. Translators: the grade information "for" a participant with fullname + (username)
#: .\course\templates\course\grade-flow-page.html:63
#, python-format
msgid "for %(last_name)s, %(first_name)s (%(username)s)"
msgstr "%(last_name)s%(first_name)s (%(username)s)"
#: .\course\templates\course\grade-flow-page.html:73
#: .\course\templates\course\grade-flow-page.html:80
msgid "(unknown)"
msgstr "(未知)"
#. Translators: the unit name in grading
#: .\course\templates\course\grade-flow-page.html:85
msgid "point"
msgid_plural "points"
msgstr[0] "分"
msgstr[1] "分"
#: .\course\templates\course\grade-flow-page.html:92
#: .\course\templates\course\grade-flow-page.html:113
msgid "(n/a)"
msgstr "(无效)"
#: .\course\templates\course\grade-flow-page.html:97
#: .\course\templates\course\grade-flow-page.html:101
#: .\course\templates\course\grading-statistics.html:19
msgid "(autograded)"
msgstr "(已自动评分)"
#. Translators: the grade is awarded "by" some humman grader.
#: .\course\templates\course\grade-flow-page.html:104
#, python-format
msgid "by %(grader_name)s"
msgstr ", 评分者为%(grader_name)s"
#. Translators: the most recent grade is provided "at" some time.
#: .\course\templates\course\grade-flow-page.html:109
#, python-format
msgid "at %(grade_time)s"
msgstr ", 评分时间为%(grade_time)s"
#: .\course\templates\course\grade-flow-page.html:131 .\course\views.py:592
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
msgid "Session"
msgstr ""
#: .\course\templates\course\grade-flow-page.html:136
msgid "Start:"
msgstr "开始:"
#: .\course\templates\course\grade-flow-page.html:154
msgid "Page number"
msgstr "Page编号"
#: .\course\templates\course\grade-flow-page.html:235
msgid "Enter new feedback item:"
msgstr "输入新的反馈项目:"
#: .\course\templates\course\grade-flow-page.html:283
msgid "Add phrase"
msgstr "添加阶段"
#: .\course\templates\course\grade-flow-page.html:285
#: .\course\templates\course\grade-flow-page.html:310
#: .\course\templates\course\grade-flow-page.html:346
msgid "Clear"
msgstr "清除"
#: .\course\templates\course\grade-flow-page.html:392
msgid "Submit and next page"
msgstr "提交并转到下一页"
#: .\course\templates\course\grade-flow-page.html:397
msgid "Submit and next session"
msgstr "提交并转到下一个session"
#: .\course\templates\course\grade-notify.txt:2
"You have a new notification regarding your work on the problem with title %"
"(page_title)s in %(flow_id)s of %(course_identifier)s. The full text of the "
"feedback follows.\n"
"-------------------------------------------------------------------\n"
"%(feedback_text)s\n"
"-------------------------------------------------------------------\n"
msgstr ""
"\n"
" 您有一个新的通知, 是关于您在标题为%(page_title)s的问题的回答(%"
"(course_identifier)s课程的%(flow_id)s). 反馈信息的全文如下:\n"
"-------------------------------------------------------------------\n"
"%(feedback_text)s\n"
"-------------------------------------------------------------------\n"
#: .\course\templates\course\gradebook-by-opp.html:30
#: .\course\templates\course\gradebook-single.html:27
msgid "Grading Opportunity ID"
msgstr "得分机会ID"
#: .\course\templates\course\gradebook-by-opp.html:40
#: .\course\templates\course\gradebook-single.html:36
#: .\course\templates\course\gradebook-by-opp.html:42
msgid "(Start page)"
msgstr "(开始页面)"
#: .\course\templates\course\gradebook-by-opp.html:44
msgid "Grading statistics"
msgstr "得分统计"
#. Translators: "Counts" on the quantities of total session and finished sessions
#: .\course\templates\course\gradebook-by-opp.html:49
msgid "Counts"
msgstr "计数"
#: .\course\templates\course\gradebook-by-opp.html:51
#, python-format
msgid "%(total_sessions)s total sessions (%(finished_sessions)s finished)"
msgstr "共%(total_sessions)s个session, (%(finished_sessions)s个已完成)"
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
#: .\course\templates\course\gradebook-by-opp.html:63
msgid "Batch sessions operations"
msgstr "Session批量操作"
#: .\course\templates\course\gradebook-by-opp.html:67
msgid ""
"<p> \"Impose deadline (Expire sessions)\" will find all sessions for this "
"flow that match the selected session tag and, depending on the session's "
"selected choice of action at the deadline (aka its \"expiration mode\"), "
"either end the session or roll it over to the now-current set of grading "
"rules. (The \"session tag\" corresponds to session tags you may have defined "
"in your access rules.) </p> <p> \"Regrade ended sessions\" will rerun the "
"grading code on all submissions that are no longer in progress. If the flow "
"involved code questions, this may be a long-running operation. </p> <p> "
"\"Recalculate grades of ended sessions\", by contrast, will not try to "
"redetermine the correctness of the answers provided by the participant. "
"Instead, it will merely use the already available correctness information to "
"recompute the grade achieved, taking into account possible changes in the "
"grading rules. </p>"
msgstr ""
#: .\course\templates\course\gradebook-by-opp.html:100
#. Translators: Username displayed in gradebook by opportunity
#. Translators: how the real name of a user is displayed.
#: .\course\templates\course\gradebook-by-opp.html:111
#: .\course\templates\course\gradebook-participant.html:39
#: .\course\templates\course\gradebook.html:36
#, python-format
msgid "%(last_name)s, %(first_name)s"
msgstr "%(last_name)s%(first_name)s"
#: .\course\templates\course\gradebook-by-opp.html:140
#: .\course\templates\course\gradebook-by-opp.html:143
#, python-format
msgid "%(points)s/%(max_points)s points"
msgstr "%(points)s/%(max_points)s分"
#: .\course\templates\course\gradebook-opp-list.html:25
#: .\course\templates\course\gradebook-participant.html:50
msgid "Name of grading opportunity"
msgstr "得分机会的名称"
#: .\course\templates\course\gradebook-opp-list.html:29
msgid "Shown to students"
msgstr "对学生显示"
#: .\course\templates\course\gradebook-participant-list.html:25
msgid "Last Name"
msgstr "姓"
#: .\course\templates\course\gradebook-participant-list.html:26
msgid "First Name"
msgstr "名"
#: .\course\templates\course\gradebook-participant.html:7
#: .\course\templates\course\gradebook-participant.html:21
msgid "My Grades"
msgstr "我的成绩"
#: .\course\templates\course\gradebook-participant.html:52
msgid "Date"
msgstr "日期"
#: .\course\templates\course\gradebook-single.html:9
msgid "Understand a grade"
msgstr "成绩解读"
#: .\course\templates\course\gradebook-single.html:20
#, python-format
msgid "%(last_name)s, %(first_name)s (%(username)s)"
msgstr "%(last_name)s%(first_name)s (%(username)s)"
#: .\course\templates\course\gradebook-single.html:42
msgid "Flow start page"
msgstr "Flow起始页面"
#. Translators: averaged grade of a flow of all participants
#: .\course\templates\course\gradebook-single.html:48
msgstr "所有参与者的平均分"
#. Translators: average grade of a flow, format "10% (out of 5 grades)"
#: .\course\templates\course\gradebook-single.html:52
#, python-format
msgid "%(avg_grade_percentage)s%% (out of %(avg_grade_population)s grades)"
msgstr "%(avg_grade_percentage)s%% (共计%(avg_grade_population)s个评分)"
#: .\course\templates\course\gradebook-single.html:57
#: .\course\templates\course\gradebook-single.html:65
msgstr "得分记录"
#: .\course\templates\course\gradebook-single.html:67
msgid " (no grade data available)"
msgstr "(尚无评分数据)"
#. Translators: "what" stand for the state of a grade, e.g. "graded"
#: .\course\templates\course\gradebook-single.html:73
#: .\course\templates\course\gradebook-single.html:75
msgid "Further Information"
msgstr "更多信息"
#: .\course\templates\course\gradebook-single.html:90
#, python-format
msgid "%(points)s/%(max_points)s points (%(percentage)s%%)"
msgstr "%(points)s/%(max_points)s分 (%(percentage)s%%)"
#: .\course\templates\course\gradebook-single.html:96
#: .\course\templates\course\gradebook-single.html:242
#: .\course\templates\course\gradebook-single.html:107
#, python-format
msgid "(from flow session %(gchange_flow_session_id)s)"
msgstr "(来自flow session %(gchange_flow_session_id)s)"
#: .\course\templates\course\gradebook-single.html:145
#. Translators: means "Started at", which followed by a time string
#: .\course\templates\course\gradebook-single.html:173
msgid "Started"
msgstr "开始于"
#. Translators: means "Completed at", which followed by a time string
#: .\course\templates\course\gradebook-single.html:178
msgid "Completed"
msgstr "结束于"
#. Translators: means "Last activity at", which followed by a time string
#: .\course\templates\course\gradebook-single.html:182
msgid "Last activity"
msgstr "最后的操作"
#: .\course\templates\course\gradebook-single.html:203
#, python-format
msgid "(grade not available) (%(max_points)s points achievable)"
msgstr "(尚未评分) (最高可得到%(max_points)s分)"
#: .\course\templates\course\gradebook-single.html:213
#: .\course\templates\course\gradebook-single.html:226
#: .\course\templates\course\gradebook-single.html:262
#: .\course\templates\course\gradebook-single.html:266
msgid "End and grade"
msgstr "结束session并评分"
#: .\course\templates\course\gradebook-single.html:275
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
msgid "Recalculate grade"
msgstr "重新计算评分"
#: .\course\templates\course\grading-statistics.html:5
msgid "Grading Statistics"
msgstr "评分统计"
#: .\course\templates\course\grading-statistics.html:9
msgid "Grading Statistics: "
msgstr "评分统计"
#: .\course\templates\course\grading-statistics.html:23
#: .\course\templates\course\grading-statistics.html:35
msgid "Total"
msgstr "总计"
#: .\course\templates\course\home.html:7
#, python-format
msgid " Welcome to %(RELATE)s "
msgstr "欢迎来到%(RELATE)s "
#: .\course\templates\course\home.html:8
msgid "RELATE is an Environment for Learning And TEaching"
msgstr ""
#: .\course\templates\course\home.html:10
msgid "Learn more"
msgstr "了解更多"
#: .\course\templates\course\home.html:21
msgid "The course content has not yet been validated."
msgstr "课程内容尚未验证. "
#: .\course\templates\course\home.html:24
msgid "View"
msgstr "查看"
#: .\course\templates\course\home.html:31
#, python-format
msgid "There are no courses hosted on this %(RELATE)s site."
msgstr "本(%(RELATE)s)网站还没有挂载课程. "
#: .\course\templates\course\home.html:34
#, python-format
msgid "<a href=\"%(relate-sign_in_by_user_pw)s\">Sign in</a> to get started."
msgstr "<a href=\"%(relate-sign_in_by_user_pw)s\">登录</a> 以开始使用. "
#: .\course\templates\course\home.html:41 .\course\versioning.py:253
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
msgid "Set up new course"
msgstr "设置新课程"
#: .\course\templates\course\human-feedback-form.html:9
msgid "Rubric"
msgstr "评分标准(rubric)"
#: .\course\templates\course\invalid-datespec-list.html:5
msgid "Event validity check"
msgstr "Event有效性检查"
#: .\course\templates\course\invalid-datespec-list.html:8
msgid ""
"The following events were found in course content that are not present in "
"the database:"
msgstr "发现课程内容中以下的events并未列入数据库中:"
#: .\course\templates\course\invalid-datespec-list.html:25
msgid "Unrecognized events were found."
msgstr "发现无法识别的events. "
#: .\course\templates\course\invalid-datespec-list.html:29
msgid ""
"Check the \"Calendar\" functions in the instructor menu to add the missing "
"labels."
msgstr "检查“任课老师”菜单中的“课程日程”功能以添加缺失的标签. "
#: .\course\templates\course\invalid-datespec-list.html:37
msgid "No unrecognized events were found."
msgstr "没有可识别的events. "
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
#: .\course\templates\course\keypair.html:7
msgid "SSH Key Pair"
msgstr ""
#: .\course\templates\course\keypair.html:9
msgid "Private key:"
msgstr "私有密钥:"
#: .\course\templates\course\keypair.html:10
msgid ""
"Copy and paste this block of text into the 'private key' field in RELATE."
msgstr "将这块文本复制粘贴到网站的\"私有密钥\"字段中."
#: .\course\templates\course\keypair.html:15
msgid "Public key:"
msgstr "公共密钥:"
#: .\course\templates\course\keypair.html:16
msgid ""
"On Bitbucket, GitHub, or an other repository hosting site, add this snippet "
"as an \"SSH Key\" to your user profile or as a \"Deployment key\" to your "
"repository."
msgstr ""
"在Bitbucket, Github或其它代码仓库托管网站,把这段代码设为你的用户\"SSH Key"
"\",或者作为你的仓库一个的\"Deployment key\"."
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
#: .\course\templates\course\login-by-email.html:7
msgid "Sign in or create account"
msgstr "登录 或 新建帐户"
#. Translators: For courses which require specific email suffix for enrollment, translate the following literals
#. with your customized email suffix.
#.
#: .\course\templates\course\login-by-email.html:16
msgid ""
"Please use the <em>official</em> email address associated with the "
"university or school at which this course is taking place. Some courses may "
"require a certain email domain (such as \"@illinois.edu\") for enrollment."
msgstr ""
"某些课程要求用特定的电子邮件后缀(例如“@scut.edu.cn”)用于申请课程, 请与课程管"
"理人员确认. 如果是这样, 请使用指定的 <em>官方</em> 电子邮箱. "
#: .\course\templates\course\login-by-email.html:25
#, python-format
msgid ""
"If you have a user name and a password, you should use the <a href=\"%"
"(relate-sign_in_by_user_pw)s\">password-based sign-in process</a>."
msgstr ""
"如果您有用户名和密码,您应该使用 <a href='%(relate-sign_in_by_user_pw)s'>用户"
"名+密码的方式</a> 登录. "
#: .\course\templates\course\login.html:12
#, python-format
msgid ""
"If you have a not been assigned a password, you should use the <a href='%"
"(student_sign_in_view)s'> standard sign-in process </a>."
msgstr ""
"如果您还没有密码,您应使用 <a href='%(student_sign_in_view)s'>标准登录方式</"
"a> 登录. "
#: .\course\templates\course\login.html:20
#, python-format
msgid ""
"If you do not have an account, <a href='%(relate-sign_up)s'>sign up</a>."
msgstr "如果您还没有帐号,请 <a href='%(relate-sign_up)s'>注册</a> . "
#: .\course\templates\course\login.html:25
#, python-format
msgid ""
"If you do not remember your password, <a href=\"%(relate-reset_password)s\"> "
"reset your password </a>."
msgstr ""
"如果您不记得您的密码,请 <a href=\"%(relate-reset_password)s\">重置密码</"
"a> . "
#. Translators: Grading code is the python code to determing the grades for code questions.
#: .\course\templates\course\prompt-code-question.html:10
msgid "Grading code"
msgstr "评分代码"
#: .\course\templates\course\prompt-code-question.html:11
#: .\course\templates\course\prompt-code-question.html:38
msgid "(click to view)"
msgstr "(点击查看)"
#. Translators: "set-up" stands for set-up code for code question
#: .\course\templates\course\prompt-code-question.html:19
msgid "Set-up:"
msgstr ""
#. Translators: starter code for code question
#: .\course\templates\course\prompt-code-question.html:37
msgid "Starter code"
msgstr "起始代码"
#: .\course\templates\course\sandbox-markup.html:12
msgid "Markup Sandbox"
msgstr "Markup沙箱"
#. Translators: "[SB]" is abbreviation for "Sandbox"
#: .\course\templates\course\sandbox-page.html:10
#, python-format
msgid "[SB] %(title)s"
msgstr "[沙箱] %(title)s"
#: .\course\templates\course\sandbox-page.html:14
#: .\course\templates\course\sandbox-page.html:29
msgid "Page Sandbox"
msgstr "Page沙箱"
#: .\course\templates\course\sandbox-page.html:25
msgid ""
"What you type into this page is not saved once you navigate away. Please "
"make sure to retain a copy."
msgstr "一旦您离开这个页面,您输入的内容将不会保存, 请保证您保留了一个副本. "
#: .\course\templates\course\sandbox-page.html:39
msgid "Warnings were encountered when validating the page:"
msgstr "验证页面时遇到了如下的警告:"
#: .\course\templates\course\sandbox-page.html:87
msgid "(Page preview appears here)"
msgstr "(在这里预览Page)"
#: .\course\templates\course\sign-in-email.txt:2
#, python-format
msgid ""
"\n"
"Welcome to %(RELATE)s! Please click this link to sign in:\n"
"%(sign_in_uri)s\n"
"\n"
"You have received this email because someone (maybe you) entered your email "
"address into the %(RELATE)s web site at\n"
"%(home_uri)s\n"
"\n"
"If this was not you, it is safe to disregard this email.\n"
msgstr ""
"\n"
" 欢迎来到%(RELATE)s! 请点击以下链接以登录网站:\n"
" 您收到了这封邮件是因为有人(可能是您)在%(RELATE)s网站\n"
"%(home_uri)s\n"
"输入了您的电子邮件. 如果不是您操作的, 可忽略此邮件. \n"
msgid "grading rule determination was unable to find a grading rule"
msgstr "无法为评分找到规则"