Skip to content
django.po 183 KiB
Newer Older
Dong Zhuang's avatar
Dong Zhuang committed
# Translation for Django RELATE package (https://github.com/inducer/relate/)
# Language: zh_hans 
# Copyright (C) 2015 Andreas Kloeckner, Dong Zhuang
# This file is distributed under the same license as the RELATE package.
# Dong Zhuang <dzhuang.scut@gmail.com>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
Dong Zhuang's avatar
Dong Zhuang committed
"POT-Creation-Date: 2016-10-17 15:25+0800\n"
Dong Zhuang's avatar
Dong Zhuang committed
"Last-Translator:  Dong Zhuang <dzhuang.scut@gmail.com>\n"
"Language-Team: Dong Zhuang <dzhuang.scut@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: \n"

#: .\accounts\apps.py:8
msgid "Accounts"
msgstr "帐户管理"

#: .\accounts\models.py:42
msgid "username"
msgstr "用户名"

#: .\accounts\models.py:46
msgid "Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr ""

#: .\accounts\models.py:50
msgid ""
"Enter a valid username. This value may contain only letters, numbers and @/./"
"+/-/_ characters."
Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:55 .\course\auth.py:415
msgid "A user with that username already exists."
msgstr ""

#: .\accounts\models.py:58
msgid "first name"
Dong Zhuang's avatar
Dong Zhuang committed
msgstr "名"

#: .\accounts\models.py:59
msgid "last name"
Dong Zhuang's avatar
Dong Zhuang committed
msgstr "姓"

Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:60 .\course\auth.py:537
msgid "email address"
msgstr "电子邮件"

#: .\accounts\models.py:63
msgid "Name verified"
msgstr "姓名(已验证)"

#: .\accounts\models.py:66
msgid ""
"Indicates that this user's name has been verified as being associated with "
"the individual able to sign in to this account."
msgstr "表明该用户的姓名已经验证,即他(她)关联到了这个登录帐户."

#: .\accounts\models.py:72
msgctxt "User status"
msgid "active"
msgstr "正常"

#: .\accounts\models.py:75
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr "指定该用户是否应被视为正常用户. 取消勾选而不是删除帐户."

#: .\accounts\models.py:79
msgid "date joined"
msgstr "加入日期"

#: .\accounts\models.py:84
msgid "staff status"
msgstr "职员状态"

#: .\accounts\models.py:86
msgid "Designates whether the user can log into this admin site."
msgstr "指定该用户是否可以登入管理界面."

Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:90 .\course\auth.py:492 .\course\enrollment.py:397
#: .\course\grades.py:1026 .\course\models.py:515
#: .\course\templates\course\participation-table.html:12
#: .\relate\templates\reset-passwd-form.html:20
msgid "Institutional ID"
msgstr "学号"

#: .\accounts\models.py:93
msgid "Institutional ID verified"
msgstr "学号(已验证)"

#: .\accounts\models.py:96
msgid ""
"Indicates that this user's institutional ID has been verified as being "
"associated with the individual able to log in to this account."
msgstr "表明该用户的学号已经验证,即他(她)关联到了这个登录帐户."

#: .\accounts\models.py:103
msgid "User status"
msgstr "用户状态"

#: .\accounts\models.py:106
msgid "The sign in token sent out in email."
msgstr "用户登录网站的token(用邮件发送)."

#. Translators: the sign in token of the user.
#: .\accounts\models.py:109
msgid "Sign in key"
msgstr "登录key"

#: .\accounts\models.py:112
msgid "The time stamp of the sign in token."
msgstr "用户登录网站token的时间戳."

#. Translators: the time when the token is sent out.
#: .\accounts\models.py:114
msgid "Key time"
msgstr "登录key的时间"

#: .\accounts\models.py:117
msgid ""
"Which key bindings you prefer when editing larger amounts of text or code. "
"(If you do not understand what this means, leave it as 'Default'.)"
msgstr ""
"当你编辑大量文字或代码时偏爱使用的编辑器模式. (如果你不明白是什么意思,请保持"
"该选项为\"默认\")."

#: .\accounts\models.py:122
msgid "Default"
msgstr "默认"

#. Translators: the text editor used by participants
#: .\accounts\models.py:129
msgid "Editor mode"
msgstr "编辑器模式"

Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:132
msgid "A hash of the authentication token to be used for direct git access."
msgstr "直接用于访问git时使用的验证token的哈希值"

#: .\accounts\models.py:135
msgid "Hash of git authentication token"
msgstr "验证token的哈希值"

#: .\accounts\models.py:141 .\accounts\models.py:219
Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:142
Dong Zhuang's avatar
Dong Zhuang committed
#: .\accounts\models.py:152
msgid "(blank)"
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\admin.py:262
msgid "Tags must belong to same course as participation."
msgstr "Tags必须与同一课程中的participation一致. "
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\admin.py:269
msgid "Role must belong to same course as participation."
msgstr "Role必须与participation从属于同一课程. "

#: .\course\admin.py:279 .\course\admin.py:353 .\course\enrollment.py:393
#: .\course\models.py:423 .\course\models.py:521
msgid "Roles"
msgstr "在课程中的角色"

#: .\course\admin.py:298 .\course\exam.py:196
#: .\course\templates\course\gradebook-by-opp.html:118
#: .\course\templates\course\gradebook-participant.html:30
#: .\course\templates\course\gradebook.html:18
Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\templates\course\participation-table.html:10
msgctxt "real name of a user"
msgid "Name"
msgstr "姓名"

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\admin.py:418 .\course\admin.py:632 .\course\admin.py:743
#: .\course\admin.py:818 .\course\admin.py:900 .\course\exam.py:99
#: .\course\templates\course\gradebook-single.html:17 .\course\views.py:703
Dong Zhuang's avatar
Dong Zhuang committed
msgid "Participant"
msgstr "参与者"

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\admin.py:516 .\course\admin.py:627 .\course\admin.py:733
#: .\course\admin.py:813 .\course\models.py:219 .\course\models.py:256
#: .\course\models.py:301 .\course\models.py:336 .\course\models.py:416
#: .\course\models.py:517 .\course\models.py:680 .\course\models.py:715
#: .\course\models.py:1325 .\course\models.py:1729
Dong Zhuang's avatar
Dong Zhuang committed
msgid "Course"
msgstr "课程"

Dong Zhuang's avatar
Dong Zhuang committed
#: .\course\admin.py:521 .\course\flow.py:2575 .\course\models.py:682
#: .\course\models.py:730 .\course\models.py:1151 .\course\models.py:1223
Loading
Loading full blame...