Changeset - bdaa0b07c3b6
[Not reviewed]
default
0 1 0
Pheng Heong Tan - 8 years ago 2018-04-11 05:04:14
phtan90@gmail.com
i18n: updated translation for Chinese (Simplified)

Currently translated at 36.2% (419 of 1155 strings)
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
Show inline comments
 
# Chinese (China) translations for Kallithea.
 
# Copyright (C) 2014 RhodeCode GmbH, and others.
 
# This file is distributed under the same license as the Kallithea project.
 
# Translators:
 
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011
 
# mikespook <mikespook@gmail.com>, 2012
 
# xpol <xpolife@gmail.com>, 2012
 
msgid ""
 
msgstr ""
 
"Project-Id-Version: Kallithea 0.3\n"
 
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
 
"POT-Creation-Date: 2017-07-27 13:13+0200\n"
 
"PO-Revision-Date: 2018-04-05 04:34+0000\n"
 
"PO-Revision-Date: 2018-04-12 03:35+0000\n"
 
"Last-Translator: Pheng Heong Tan <phtan90@gmail.com>\n"
 
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
 
"kallithea/kallithea/zh_Hans/>\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"
 
"X-Generator: Weblate 2.20-dev\n"
 
"X-Generator: Weblate 2.20\n"
 
"Generated-By: Babel 1.3\n"
 

	
 
#: kallithea/controllers/changelog.py:86
 
#: kallithea/controllers/pullrequests.py:256 kallithea/lib/base.py:613
 
msgid "There are no changesets yet"
 
msgstr "还没有修订集"
 

	
 
#: kallithea/controllers/changelog.py:164
 
#: kallithea/controllers/admin/permissions.py:62
 
#: kallithea/controllers/admin/permissions.py:66
 
#: kallithea/controllers/admin/permissions.py:70
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:88
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:7
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:7
 
#: kallithea/templates/base/perms_summary.html:14
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:57
 
msgid "None"
 
msgstr "无"
 

	
 
#: kallithea/controllers/changelog.py:167 kallithea/controllers/files.py:194
 
msgid "(closed)"
 
msgstr "(已关闭)"
 

	
 
#: kallithea/controllers/changeset.py:85
 
msgid "Show whitespace"
 
msgstr "显示空白"
 

	
 
#: kallithea/controllers/changeset.py:92 kallithea/controllers/changeset.py:99
 
#: kallithea/templates/files/diff_2way.html:53
 
msgid "Ignore whitespace"
 
msgstr "忽略空白"
 

	
 
#: kallithea/controllers/changeset.py:165
 
#, python-format
 
msgid "Increase diff context to %(num)s lines"
 
msgstr "增加差异上下文到 %(num)s 行"
 

	
 
#: kallithea/controllers/changeset.py:230 kallithea/controllers/files.py:98
 
#: kallithea/controllers/files.py:118 kallithea/controllers/files.py:726
 
msgid "Such revision does not exist for this repository"
 
msgstr "在此代码库内,此修改并不存在"
 

	
 
#: kallithea/controllers/compare.py:67
 
#, python-format
 
msgid "Could not find other repository %s"
 
msgstr "找不到该代码库 %s"
 
msgstr "找不到那个版本库 %s"
 

	
 
#: kallithea/controllers/compare.py:73
 
msgid "Cannot compare repositories of different types"
 
msgstr ""
 

	
 
#: kallithea/controllers/compare.py:240
 
msgid "Cannot show empty diff"
 
msgstr ""
 

	
 
#: kallithea/controllers/compare.py:242
 
msgid "No ancestor found for merge diff"
 
msgstr ""
 

	
 
#: kallithea/controllers/compare.py:246
 
msgid "Multiple merge ancestors found for merge compare"
 
msgstr ""
 

	
 
#: kallithea/controllers/compare.py:262
 
msgid "Cannot compare repositories without using common ancestor"
 
msgstr ""
 

	
 
#: kallithea/controllers/error.py:70
 
msgid "No response"
 
msgstr "无响应"
 

	
 
#: kallithea/controllers/error.py:71
 
msgid "Unknown error"
 
msgstr "未知错误"
 

	
 
#: kallithea/controllers/error.py:84
 
msgid "The request could not be understood by the server due to malformed syntax."
 
msgstr "由于错误的语法,服务器无法对请求进行响应。"
 

	
 
#: kallithea/controllers/error.py:87
 
msgid "Unauthorized access to resource"
 
msgstr "未授权的资源访问"
 

	
 
#: kallithea/controllers/error.py:89
 
msgid "You don't have permission to view this page"
 
msgstr "无权访问该页面"
 

	
 
#: kallithea/controllers/error.py:91
 
msgid "The resource could not be found"
 
msgstr "资源未找到"
 

	
 
#: kallithea/controllers/error.py:93
 
msgid ""
 
"The server encountered an unexpected condition which prevented it from "
 
"fulfilling the request."
 
msgstr "服务进入非预期的混乱状态,这会阻止它对请求进行响应。"
 

	
 
#: kallithea/controllers/feed.py:80
 
#: kallithea/templates/changeset/changeset.html:176
 
#: kallithea/templates/changeset/changeset.html:195
 
#: kallithea/templates/compare/compare_diff.html:81
 
#: kallithea/templates/compare/compare_diff.html:95
 
#: kallithea/templates/pullrequests/pullrequest_show.html:322
 
#: kallithea/templates/pullrequests/pullrequest_show.html:348
 
#: kallithea/tests/data/templates/changeset/changeset.html.py:332
 
#: kallithea/tests/data/templates/changeset/changeset.html.py:347
 
#: kallithea/tests/data/templates/compare/compare_diff.html.py:180
 
#: kallithea/tests/data/templates/compare/compare_diff.html.py:195
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:420
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:447
 
msgid "Changeset was too big and was cut off..."
 
msgstr "修订集太大并已被截断..."
 

	
 
#: kallithea/controllers/feed.py:84
 
#, python-format
 
msgid "%s committed on %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/feed.py:116 kallithea/controllers/feed.py:148
 
#, python-format
 
msgid "%s %s feed"
 
msgstr "%s %s订阅"
 

	
 
#: kallithea/controllers/feed.py:118 kallithea/controllers/feed.py:150
 
#, python-format
 
msgid "Changes on %s repository"
 
msgstr "%s库的修改"
 

	
 
#: kallithea/controllers/files.py:93
 
msgid "Click here to add new file"
 
msgstr "点击这里添加新文件"
 

	
 
#: kallithea/controllers/files.py:94
 
#, python-format
 
msgid "There are no files yet. %s"
 
msgstr "这里还没有文件。%s"
 

	
 
#: kallithea/controllers/files.py:191
 
#, python-format
 
msgid "%s at %s"
 
msgstr "%s 在 %s"
 

	
 
#: kallithea/controllers/files.py:297 kallithea/controllers/files.py:357
 
#: kallithea/controllers/files.py:424
 
#, python-format
 
msgid "This repository has been locked by %s on %s"
 
msgstr "版本库由%s于%s锁定"
 

	
 
#: kallithea/controllers/files.py:309
 
msgid "You can only delete files with revision being a valid branch"
 
msgstr "您只能删除有效分支的修订中的文件"
 

	
 
#: kallithea/controllers/files.py:320
 
#, python-format
 
msgid "Deleted file %s via Kallithea"
 
msgstr "删除文件 %s 通过 Kallithea"
 

	
 
#: kallithea/controllers/files.py:342
 
#, python-format
 
msgid "Successfully deleted file %s"
 
msgstr "成功删除文件 %s"
 

	
 
#: kallithea/controllers/files.py:346 kallithea/controllers/files.py:412
 
#: kallithea/controllers/files.py:493
 
msgid "Error occurred during commit"
 
msgstr "提交时发生错误"
 

	
 
#: kallithea/controllers/files.py:369
 
msgid "You can only edit files with revision being a valid branch"
 
msgstr "您只能编辑有效分支的修订中的文件"
 

	
 
#: kallithea/controllers/files.py:383
 
#, python-format
 
msgid "Edited file %s via Kallithea"
 
msgstr "已编辑文件 %s 通过 Kallithea"
 

	
 
#: kallithea/controllers/files.py:399
 
msgid "No changes"
 
msgstr "无变更"
 

	
 
#: kallithea/controllers/files.py:408 kallithea/controllers/files.py:482
 
#, python-format
 
msgid "Successfully committed to %s"
 
msgstr "成功提交到%s"
 

	
 
#: kallithea/controllers/files.py:435
 
msgid "Added file via Kallithea"
 
msgstr "已添加文件通过 Kallithea"
 

	
 
#: kallithea/controllers/files.py:456
 
msgid "No content"
 
msgstr "无内容"
 

	
 
#: kallithea/controllers/files.py:460
 
msgid "No filename"
 
msgstr "无文件名"
 

	
 
#: kallithea/controllers/files.py:485
 
msgid "Location must be relative path and must not contain .. in path"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:517
 
msgid "Downloads disabled"
 
msgstr "下载已禁用"
 

	
 
#: kallithea/controllers/files.py:528
 
#, python-format
 
msgid "Unknown revision %s"
 
msgstr "未知版本%s"
 

	
 
#: kallithea/controllers/files.py:530
 
msgid "Empty repository"
 
msgstr "空版本库"
 

	
 
#: kallithea/controllers/files.py:532
 
msgid "Unknown archive type"
 
msgstr "未知包类型"
 

	
 
#: kallithea/controllers/files.py:755
 
#: kallithea/templates/changeset/changeset_range.html:9
 
#: kallithea/templates/email_templates/pull_request.html:49
 
#: kallithea/templates/pullrequests/pullrequest.html:84
 
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:242
 
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:92
 
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:88
 
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:152
 
msgid "Changesets"
 
msgstr "修订集"
 

	
 
#: kallithea/controllers/files.py:756 kallithea/controllers/pullrequests.py:186
 
#: kallithea/model/scm.py:705
 
msgid "Branches"
 
msgstr "分支"
 

	
 
#: kallithea/controllers/files.py:757 kallithea/controllers/pullrequests.py:187
 
#: kallithea/model/scm.py:716
 
msgid "Tags"
 
msgstr "标签"
 

	
 
#: kallithea/controllers/forks.py:176
 
#, python-format
 
msgid "An error occurred during repository forking %s"
 
msgstr "在复刻版本库%s的时候发生错误"
 

	
 
#: kallithea/controllers/home.py:77
 
msgid "Groups"
 
msgstr "组"
 

	
 
#: kallithea/controllers/home.py:87 kallithea/templates/index.html:5
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:90
 
#: kallithea/templates/admin/repos/repo_add.html:12
 
#: kallithea/templates/admin/repos/repo_add.html:16
 
#: kallithea/templates/admin/repos/repos.html:9
 
#: kallithea/templates/admin/users/user_edit_advanced.html:6
 
#: kallithea/templates/base/base.html:56 kallithea/templates/base/base.html:73
 
#: kallithea/templates/base/base.html:452
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:119
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:125
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:138
 
#: kallithea/tests/data/templates/base/base.html.py:122
 
#: kallithea/tests/data/templates/base/base.html.py:243
 
#: kallithea/tests/data/templates/base/base.html.py:325
 
#: kallithea/tests/data/templates/base/base.html.py:654
 
#: kallithea/tests/data/templates/base/base.html.py:690
 
msgid "Repositories"
 
msgstr "版本库"
 

	
 
#: kallithea/controllers/home.py:120
 
#: kallithea/templates/files/files_add.html:32
 
#: kallithea/templates/files/files_delete.html:23
 
#: kallithea/templates/files/files_edit.html:32
 
#: kallithea/tests/data/templates/files/files_add.html.py:219
 
msgid "Branch"
 
msgstr "分支"
 

	
 
#: kallithea/controllers/home.py:126
 
msgid "Closed Branches"
 
msgstr "已关闭分支"
 

	
 
#: kallithea/controllers/home.py:132
 
msgid "Tag"
 
msgstr "标签"
 

	
 
#: kallithea/controllers/home.py:138
 
msgid "Bookmark"
 
msgstr "书签"
 

	
 
#: kallithea/controllers/journal.py:113 kallithea/controllers/journal.py:155
 
#: kallithea/templates/journal/public_journal.html:4
 
#: kallithea/templates/journal/public_journal.html:21
 
msgid "Public Journal"
 
msgstr "公共日志"
 

	
 
#: kallithea/controllers/journal.py:117 kallithea/controllers/journal.py:159
 
#: kallithea/templates/base/base.html:295
 
#: kallithea/templates/journal/journal.html:5
 
#: kallithea/templates/journal/journal.html:13
 
#: kallithea/tests/data/templates/base/base.html.py:498
 
#: kallithea/tests/data/templates/journal/journal.html.py:124
 
#: kallithea/tests/data/templates/journal/journal.html.py:228
 
msgid "Journal"
 
msgstr "日志"
 

	
 
#: kallithea/controllers/login.py:142 kallithea/controllers/login.py:188
 
msgid "Bad captcha"
 
msgstr "验证码错误"
 

	
 
#: kallithea/controllers/login.py:148
 
#, python-format
 
msgid "You have successfully registered with %s"
 
msgstr "您已成功注册 %s"
 

	
 
#: kallithea/controllers/login.py:193
 
msgid "A password reset confirmation code has been sent"
 
msgstr "密码重置确认码已经发送"
 

	
 
#: kallithea/controllers/login.py:242
 
msgid "Invalid password reset token"
 
msgstr "无效的密码重置令牌"
 

	
 
#: kallithea/controllers/login.py:247
 
#: kallithea/controllers/admin/my_account.py:157
 
msgid "Successfully updated password"
 
msgstr "成功更新密码"
 

	
 
#: kallithea/controllers/pullrequests.py:73
 
#, python-format
 
msgid "Invalid reviewer \"%s\" specified"
 
msgstr "指定的审核者 \"%s\" 无效"
 

	
 
#: kallithea/controllers/pullrequests.py:135
 
#, python-format
 
msgid "%s (closed)"
 
msgstr "%s (已关闭)"
 

	
 
#: kallithea/controllers/pullrequests.py:162
 
#: kallithea/templates/changeset/changeset.html:12
 
#: kallithea/tests/data/templates/changeset/changeset.html.py:408
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:97
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:91
 
msgid "Changeset"
 
msgstr "修订集"
 

	
 
#: kallithea/controllers/pullrequests.py:183
 
msgid "Special"
 
msgstr "特殊"
 

	
 
#: kallithea/controllers/pullrequests.py:184
 
msgid "Peer branches"
 
msgstr "同等分支"
 

	
 
#: kallithea/controllers/pullrequests.py:185 kallithea/model/scm.py:711
 
msgid "Bookmarks"
 
msgstr "书签"
 

	
 
#: kallithea/controllers/pullrequests.py:326
 
#, python-format
 
msgid "Error creating pull request: %s"
 
msgstr "创建拉取请求出错:%s"
 

	
 
#: kallithea/controllers/pullrequests.py:353
 
#: kallithea/controllers/pullrequests.py:376
 
msgid "Error occurred while creating pull request"
 
msgstr "创建拉取请求时发生错误"
 

	
 
#: kallithea/controllers/pullrequests.py:358
 
msgid "Successfully opened new pull request"
 
msgstr "成功提交拉取请求"
 

	
 
#: kallithea/controllers/pullrequests.py:381
 
#, fuzzy
 
#| msgid "Pull request update created"
 
msgid "New pull request iteration created"
 
msgstr "拉取请求更新已创建"
 

	
 
#: kallithea/controllers/pullrequests.py:410
 
#, python-format
 
msgid "Meanwhile, the following reviewers have been added: %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:414
 
#, python-format
 
msgid "Meanwhile, the following reviewers have been removed: %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:430
 
#: kallithea/model/pull_request.py:234
 
msgid "No description"
 
msgstr "无描述"
 

	
 
#: kallithea/controllers/pullrequests.py:439
 
msgid "Pull request updated"
 
msgstr "拉取请求已更新"
 

	
 
#: kallithea/controllers/pullrequests.py:453
 
msgid "Successfully deleted pull request"
 
msgstr "成功删除拉取请求"
 

	
 
#: kallithea/controllers/pullrequests.py:491
 
#, fuzzy, python-format
 
#| msgid "Changeset for %s %s not found in %s"
 
msgid "Revision %s not found in %s"
 
msgstr "未找到修订集"
 

	
 
#: kallithea/controllers/pullrequests.py:518
 
#, fuzzy, python-format
 
#| msgid "No changesets found for updating this pull request."
 
msgid "Error: changesets not found when displaying pull request from %s."
 
msgstr "没有找到更新此拉取请求的修订集。"
 

	
 
#: kallithea/controllers/pullrequests.py:532
 
#, python-format
 
msgid "This pull request has already been merged to %s."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:534
 
msgid "This pull request has been closed and can not be updated."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:552
 
#, python-format
 
msgid "The following additional changes are available on %s:"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:556
 
#, fuzzy
 
#| msgid "No changesets found for updating this pull request."
 
msgid "No additional changesets found for iterating on this pull request."
 
msgstr "没有找到更新此拉取请求的修订集。"
 

	
 
#: kallithea/controllers/pullrequests.py:564
 
#, python-format
 
msgid "Note: Branch %s has another head: %s."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:571
 
msgid "Git pull requests don't support iterating yet."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:573
 
#, fuzzy, python-format
 
#| msgid "No changesets found for updating this pull request."
 
msgid "Error: some changesets not found when displaying pull request from %s."
 
msgstr "没有找到更新此拉取请求的修订集。"
 

	
 
#: kallithea/controllers/pullrequests.py:598
 
msgid "The diff can't be shown - the PR revisions could not be found."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:665
 
msgid "No permission to change pull request status"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:676
 
#, fuzzy, python-format
 
msgid "Successfully deleted pull request %s"
 
msgstr "成功删除拉取请求"
 

	
 
#: kallithea/controllers/search.py:134
 
msgid "Invalid search query. Try quoting it."
 
msgstr "错误的搜索。请尝试用引号包含它。"
 

	
 
#: kallithea/controllers/search.py:139
 
msgid "There is no index to search in. Please run whoosh indexer"
 
msgstr "没有索引用于搜索。请运行whoosh索引器"
 

	
 
#: kallithea/controllers/search.py:143
 
msgid "An error occurred during search operation."
 
msgstr "搜索操作期间发生错误。"
 

	
 
#: kallithea/controllers/summary.py:173
 
#: kallithea/templates/summary/summary.html:360
 
#: kallithea/tests/data/templates/summary/summary.html.py:293
 
msgid "No data ready yet"
 
msgstr "数据尚未就绪"
 

	
 
#: kallithea/controllers/summary.py:176
 
#: kallithea/templates/summary/summary.html:88
 
#: kallithea/tests/data/templates/summary/summary.html.py:161
 
msgid "Statistics are disabled for this repository"
 
msgstr "该版本库统计功能已经禁用"
 

	
 
#: kallithea/controllers/admin/auth_settings.py:135
 
msgid "Auth settings updated successfully"
 
msgstr "验证设置更新成功"
 

	
 
#: kallithea/controllers/admin/auth_settings.py:146
 
msgid "error occurred during update of auth settings"
 
msgstr "验证设置更新时发生错误"
 

	
 
#: kallithea/controllers/admin/defaults.py:75
 
msgid "Default settings updated successfully"
 
msgstr "默认设置已经成功更新"
 

	
 
#: kallithea/controllers/admin/defaults.py:90
 
msgid "Error occurred during update of defaults"
 
msgstr "默认值更新时发生错误"
 

	
 
#: kallithea/controllers/admin/gists.py:58
 
#: kallithea/controllers/admin/my_account.py:232
 
#: kallithea/controllers/admin/users.py:250
 
#, fuzzy
 
msgid "Forever"
 
msgstr "检视者"
 

	
 
#: kallithea/controllers/admin/gists.py:59
 
#: kallithea/controllers/admin/my_account.py:233
 
#: kallithea/controllers/admin/users.py:251
 
msgid "5 minutes"
 
msgstr "5 分钟"
 

	
 
#: kallithea/controllers/admin/gists.py:60
 
#: kallithea/controllers/admin/my_account.py:234
 
#: kallithea/controllers/admin/users.py:252
 
msgid "1 hour"
 
msgstr "1 小时"
 

	
 
#: kallithea/controllers/admin/gists.py:61
 
#: kallithea/controllers/admin/my_account.py:235
 
#: kallithea/controllers/admin/users.py:253
 
msgid "1 day"
 
msgstr "1 天"
 

	
 
#: kallithea/controllers/admin/gists.py:62
 
#: kallithea/controllers/admin/my_account.py:236
 
#: kallithea/controllers/admin/users.py:254
 
msgid "1 month"
 
msgstr "1 个月"
 

	
 
#: kallithea/controllers/admin/gists.py:66
 
#: kallithea/controllers/admin/my_account.py:238
 
#: kallithea/controllers/admin/users.py:256
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:65
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:65
 
msgid "Lifetime"
 
msgstr "终身"
 

	
 
#: kallithea/controllers/admin/gists.py:141
 
msgid "Error occurred during gist creation"
 
msgstr "gist 创建时发生错误"
 

	
 
#: kallithea/controllers/admin/gists.py:159
 
#, python-format
 
msgid "Deleted gist %s"
 
msgstr "已删除 gist %s"
 

	
 
#: kallithea/controllers/admin/gists.py:200
 
msgid "Unmodified"
 
msgstr "未修改"
 

	
 
#: kallithea/controllers/admin/gists.py:229
 
msgid "Successfully updated gist content"
 
msgstr "成功更新 gist 内容"
 

	
 
#: kallithea/controllers/admin/gists.py:234
 
msgid "Successfully updated gist data"
 
msgstr "成功更新 gist 数据"
 

	
 
#: kallithea/controllers/admin/gists.py:237
 
#, python-format
 
msgid "Error occurred during update of gist %s"
 
msgstr "gist %s 更新时发生错误"
 

	
 
#: kallithea/controllers/admin/my_account.py:69 kallithea/model/user.py:214
 
#: kallithea/model/user.py:235
 
msgid "You can't edit this user since it's crucial for entire application"
 
msgstr "由于是系统帐号,无法编辑该用户"
 

	
 
#: kallithea/controllers/admin/my_account.py:119
 
msgid "Your account was updated successfully"
 
msgstr "你的帐号已经更新完成"
 

	
 
#: kallithea/controllers/admin/my_account.py:134
 
#: kallithea/controllers/admin/users.py:183
 
#, python-format
 
msgid "Error occurred during update of user %s"
 
msgstr "用户 %s 更新时发生错误"
 

	
 
#: kallithea/controllers/admin/my_account.py:168
 
msgid "Error occurred during update of user password"
 
msgstr "用户密码更新时发生错误"
 

	
 
#: kallithea/controllers/admin/my_account.py:209
 
#: kallithea/controllers/admin/users.py:371
 
#, python-format
 
msgid "Added email %s to user"
 
msgstr "已为用户添加电子邮件 %s"
 

	
 
#: kallithea/controllers/admin/my_account.py:215
 
#: kallithea/controllers/admin/users.py:377
 
msgid "An error occurred during email saving"
 
msgstr "保存电子邮件时发生错误"
 

	
 
#: kallithea/controllers/admin/my_account.py:224
 
#: kallithea/controllers/admin/users.py:387
 
msgid "Removed email from user"
 
msgstr "成功删除用户电子邮件"
 

	
 
#: kallithea/controllers/admin/my_account.py:248
 
#: kallithea/controllers/admin/users.py:273
 
msgid "API key successfully created"
 
msgstr "API 密钥创建成功"
 

	
 
#: kallithea/controllers/admin/my_account.py:257
 
#: kallithea/controllers/admin/users.py:283
 
msgid "API key successfully reset"
 
msgstr "API 密钥重置成功"
 

	
 
#: kallithea/controllers/admin/my_account.py:261
 
#: kallithea/controllers/admin/users.py:287
 
msgid "API key successfully deleted"
 
msgstr "API 密钥删除成功"
 

	
 
#: kallithea/controllers/admin/permissions.py:63
 
#: kallithea/controllers/admin/permissions.py:67
 
#: kallithea/controllers/admin/permissions.py:71
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:8
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:8
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:8
 
#: kallithea/templates/base/perms_summary.html:15
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:63
 
msgid "Read"
 
msgstr "读"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:9
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:9
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:9
 
#: kallithea/templates/base/perms_summary.html:16
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:69
 
msgid "Write"
 
msgstr "写"
 

	
 
#: kallithea/controllers/admin/permissions.py:65
 
#: kallithea/controllers/admin/permissions.py:69
 
#: kallithea/controllers/admin/permissions.py:73
 
#: kallithea/templates/admin/auth/auth_settings.html:9
 
#: kallithea/templates/admin/defaults/defaults.html:9
 
#: kallithea/templates/admin/permissions/permissions.html:9
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:9
 
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:9
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:10
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:47
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
 
#: kallithea/templates/admin/repos/repo_add.html:10
 
#: kallithea/templates/admin/repos/repo_add.html:14
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:10
 
#: kallithea/templates/admin/settings/settings.html:9
 
#: kallithea/templates/admin/user_groups/user_group_add.html:8
 
#: kallithea/templates/admin/user_groups/user_group_edit.html:9
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:10
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:47
 
#: kallithea/templates/admin/user_groups/user_groups.html:9
 
#: kallithea/templates/admin/users/user_add.html:8
 
#: kallithea/templates/admin/users/user_edit.html:9
 
#: kallithea/templates/admin/users/user_edit_profile.html:81
 
#: kallithea/templates/admin/users/users.html:9
 
#: kallithea/templates/admin/users/users.html:43
 
#: kallithea/templates/base/base.html:325
 
#: kallithea/templates/base/base.html:326
 
#: kallithea/templates/base/base.html:332
 
#: kallithea/templates/base/base.html:333
 
#: kallithea/templates/base/perms_summary.html:17
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:226
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:160
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:142
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:153
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:140
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:117
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:123
 
#: kallithea/tests/data/templates/admin/settings/settings.html.py:172
 
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:162
 
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:144
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:163
 
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:168
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:98
 
#: kallithea/tests/data/templates/admin/users/users.html.py:119
 
#: kallithea/tests/data/templates/admin/users/users.html.py:143
 
#: kallithea/tests/data/templates/base/base.html.py:550
 
#: kallithea/tests/data/templates/base/base.html.py:554
 
#: kallithea/tests/data/templates/base/base.html.py:562
 
#: kallithea/tests/data/templates/base/base.html.py:564
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:75
 
msgid "Admin"
 
msgstr "管理"
 

	
 
#: kallithea/controllers/admin/permissions.py:76
 
#: kallithea/controllers/admin/permissions.py:87
 
#: kallithea/controllers/admin/permissions.py:92
 
#: kallithea/controllers/admin/permissions.py:95
 
#: kallithea/controllers/admin/permissions.py:98
 
#: kallithea/controllers/admin/permissions.py:101
 
#: kallithea/templates/admin/auth/auth_settings.html:42
 
#: kallithea/templates/base/root.html:43
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:130
 
#: kallithea/tests/data/templates/base/root.html.py:121
 
msgid "Disabled"
 
msgstr "停用"
 

	
 
#: kallithea/controllers/admin/permissions.py:78
 
msgid "Allowed with manual account activation"
 
msgstr "已允许手动激活账号"
 

	
 
#: kallithea/controllers/admin/permissions.py:80
 
msgid "Allowed with automatic account activation"
 
msgstr "已允许自动激活账号"
 

	
 
#: kallithea/controllers/admin/permissions.py:83 kallithea/model/db.py:1751
 
msgid "Manual activation of external account"
 
msgstr "外部账号手动激活"
 

	
 
#: kallithea/controllers/admin/permissions.py:84 kallithea/model/db.py:1752
 
msgid "Automatic activation of external account"
 
msgstr "外部账号自动激活"
 

	
 
#: kallithea/controllers/admin/permissions.py:88
 
#: kallithea/controllers/admin/permissions.py:91
 
#: kallithea/controllers/admin/permissions.py:96
 
#: kallithea/controllers/admin/permissions.py:99
 
#: kallithea/controllers/admin/permissions.py:102
 
#: kallithea/templates/admin/auth/auth_settings.html:42
 
#: kallithea/templates/base/root.html:42
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:130
 
#: kallithea/tests/data/templates/base/root.html.py:119
 
msgid "Enabled"
 
msgstr "启用"
 

	
 
#: kallithea/controllers/admin/permissions.py:125
 
msgid "Global permissions updated successfully"
 
msgstr "全局权限更新成功"
 

	
 
#: kallithea/controllers/admin/permissions.py:140
 
msgid "Error occurred during update of permissions"
 
msgstr "权限更新时发生错误"
 

	
 
#: kallithea/controllers/admin/repo_groups.py:180
 
#, python-format
 
msgid "Error occurred during creation of repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:185
 
#, python-format
 
msgid "Created repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:232
 
#, python-format
 
msgid "Updated repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:248
 
#, python-format
 
msgid "Error occurred during update of repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:258
 
#, python-format
 
msgid "This group contains %s repositories and cannot be deleted"
 
msgstr "这个组内有%s个版本库因而无法删除"
 

	
 
#: kallithea/controllers/admin/repo_groups.py:265
 
#, python-format
 
msgid "This group contains %s subgroups and cannot be deleted"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:271
 
#, python-format
 
msgid "Removed repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:276
 
#, python-format
 
msgid "Error occurred during deletion of repository group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:361
 
#: kallithea/controllers/admin/repo_groups.py:391
 
#: kallithea/controllers/admin/user_groups.py:305
 
msgid "Cannot revoke permission for yourself as admin"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:376
 
msgid "Repository group permissions updated"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repo_groups.py:408
 
#: kallithea/controllers/admin/repos.py:362
 
#: kallithea/controllers/admin/user_groups.py:317
 
msgid "An error occurred during revoking of permission"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:138
 
#, python-format
 
msgid "Error creating repository %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:198
 
#, python-format
 
msgid "Created repository %s from %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:207
 
#, python-format
 
msgid "Forked repository %s as %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:210
 
#, python-format
 
msgid "Created repository %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:239
 
#, python-format
 
msgid "Repository %s updated successfully"
 
msgstr "版本库%s成功更新"
 

	
 
#: kallithea/controllers/admin/repos.py:260
 
#, python-format
 
msgid "Error occurred during update of repository %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:278
 
#, python-format
 
msgid "Detached %s forks"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:281
 
#, python-format
 
msgid "Deleted %s forks"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:286
 
#, python-format
 
msgid "Deleted repository %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:289
 
#, fuzzy, python-format
 
msgid "Cannot delete repository %s which still has forks"
 
msgstr "无法删除%s因为它还有其他分复刻本库"
 

	
 
#: kallithea/controllers/admin/repos.py:294
 
#, python-format
 
msgid "An error occurred during deletion of %s"
 
msgstr "在删除%s的时候发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:338
 
msgid "Repository permissions updated"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:391
 
#, python-format
 
msgid "Field validation error: %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:394
 
#, fuzzy, python-format
 
#| msgid "An error occurred during deletion of user"
 
msgid "An error occurred during creation of field: %r"
 
msgstr "删除用户时发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:405
 
msgid "An error occurred during removal of field"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:419
 
msgid "-- Not a fork --"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:450
 
msgid "Updated repository visibility in public journal"
 
msgstr "成功更新在公共日志中的可见性"
 

	
 
#: kallithea/controllers/admin/repos.py:454
 
msgid "An error occurred during setting this repository in public journal"
 
msgstr "设置版本库到公共日志时发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:471
 
msgid "Nothing"
 
msgstr "无"
 

	
 
#: kallithea/controllers/admin/repos.py:473
 
#, python-format
 
msgid "Marked repository %s as fork of %s"
 
msgstr "成功将版本库%s标记为复刻自%s"
 

	
 
#: kallithea/controllers/admin/repos.py:480
 
msgid "An error occurred during this operation"
 
msgstr "在搜索操作中发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:496
 
#: kallithea/controllers/admin/repos.py:517
 
#, fuzzy
 
msgid "Repository has been locked"
 
msgstr "版本库未锁定"
 

	
 
#: kallithea/controllers/admin/repos.py:499
 
#: kallithea/controllers/admin/repos.py:514
 
#, fuzzy
 
msgid "Repository has been unlocked"
 
msgstr "版本库未锁定"
 

	
 
#: kallithea/controllers/admin/repos.py:502
 
#: kallithea/controllers/admin/repos.py:521
 
msgid "An error occurred during unlocking"
 
msgstr "解锁时发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:533
 
msgid "Cache invalidation successful"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:537
 
msgid "An error occurred during cache invalidation"
 
msgstr "清除缓存时发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:550
 
msgid "Pulled from remote location"
 
msgstr "成功拉取自远程路径"
 

	
 
#: kallithea/controllers/admin/repos.py:553
 
msgid "An error occurred during pull from remote location"
 
msgstr "从远程路径拉取时发生错误"
 

	
 
#: kallithea/controllers/admin/repos.py:584
 
msgid "An error occurred during deletion of repository stats"
 
msgstr "删除版本库统计时发生错误"
 

	
 
#: kallithea/controllers/admin/settings.py:135
 
msgid "Updated VCS settings"
 
msgstr "成功更新版本控制系统设置"
 

	
 
#: kallithea/controllers/admin/settings.py:139
 
#: kallithea/model/validators.py:426
 
msgid ""
 
"Unable to activate hgsubversion support. The \"hgsubversion\" library is "
 
"missing"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:145
 
#: kallithea/controllers/admin/settings.py:234
 
msgid "Error occurred while updating application settings"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:174
 
#, python-format
 
msgid "Repositories successfully rescanned. Added: %s. Removed: %s."
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:189
 
#, fuzzy, python-format
 
msgid "Invalidated %s repositories"
 
msgstr "清除版本库缓存"
 

	
 
#: kallithea/controllers/admin/settings.py:230
 
msgid "Updated application settings"
 
msgstr "更新应用设置"
 

	
 
#: kallithea/controllers/admin/settings.py:283
 
msgid "Updated visualisation settings"
 
msgstr "成功更新可视化设置"
 

	
 
#: kallithea/controllers/admin/settings.py:288
 
msgid "Error occurred during updating visualisation settings"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:312
 
msgid "Please enter email address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:327
 
msgid "Send email task created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:356
 
msgid "Added new hook"
 
msgstr "新建钩子"
 

	
 
#: kallithea/controllers/admin/settings.py:370
 
msgid "Updated hooks"
 
msgstr "更新钩子"
 

	
 
#: kallithea/controllers/admin/settings.py:374
 
msgid "Error occurred during hook creation"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:398
 
msgid "Whoosh reindex task scheduled"
 
msgstr "Whoosh重新索引任务调度"
 

	
 
#: kallithea/controllers/admin/user_groups.py:145
 
#, python-format
 
msgid "Created user group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:158
 
#, python-format
 
msgid "Error occurred during creation of user group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:186
 
#, python-format
 
msgid "Updated user group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:208
 
#, python-format
 
msgid "Error occurred during update of user group %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:219
 
msgid "Successfully deleted user group"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:224
 
msgid "An error occurred during deletion of user group"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:284
 
msgid "Target group cannot be the same"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:290
 
msgid "User group permissions updated"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:401
 
#: kallithea/controllers/admin/users.py:342
 
msgid "Updated permissions"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:405
 
#: kallithea/controllers/admin/users.py:346
 
msgid "An error occurred during permissions saving"
 
msgstr "保存权限时发生错误"
 

	
 
#: kallithea/controllers/admin/users.py:125
 
#, python-format
 
msgid "Created user %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:140
 
#, python-format
 
msgid "Error occurred during creation of user %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:164
 
msgid "User updated successfully"
 
msgstr "用户更新成功"
 

	
 
#: kallithea/controllers/admin/users.py:192
 
msgid "Successfully deleted user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:197
 
msgid "An error occurred during deletion of user"
 
msgstr "删除用户时发生错误"
 

	
 
#: kallithea/controllers/admin/users.py:205
 
msgid "The default user cannot be edited"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:414
 
#, python-format
 
msgid "Added IP address %s to user whitelist"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:420
 
msgid "An error occurred while adding IP address"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/users.py:432
 
msgid "Removed IP address from user whitelist"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:777
 
#, python-format
 
msgid "IP %s not allowed"
 
msgstr ""
 

	
 
#: kallithea/lib/auth.py:829
 
msgid "You need to be a registered user to perform this action"
 
msgstr "必须是注册用户才能进行此操作"
 

	
 
#: kallithea/lib/auth.py:857
 
msgid "You need to be signed in to view this page"
 
msgstr "必须登录才能访问该页面"
 

	
 
#: kallithea/lib/base.py:449
 
msgid "Invalid API key"
 
msgstr ""
 

	
 
#: kallithea/lib/base.py:508
 
msgid "CSRF token leak has been detected - all form tokens have been expired"
 
msgstr ""
 

	
 
#: kallithea/lib/base.py:591
 
msgid "Repository not found in the filesystem"
 
msgstr ""
 

	
 
#: kallithea/lib/base.py:617
 
#, fuzzy, python-format
 
msgid "Changeset for %s %s not found in %s"
 
msgstr "未找到修订集"
 

	
 
#: kallithea/lib/diffs.py:68
 
msgid "Binary file"
 
msgstr ""
 

	
 
#: kallithea/lib/diffs.py:89
 
msgid "Changeset was too big and was cut off, use diff menu to display this diff"
 
msgstr "修订集过大并已被截断,使用差异菜单查看此差异"
 

	
 
#: kallithea/lib/diffs.py:99
 
msgid "No changes detected"
 
msgstr "未发现差异"
 

	
 
#: kallithea/lib/helpers.py:600
 
#, python-format
 
msgid "Deleted branch: %s"
 
msgstr "已经删除分支%s"
 

	
 
#: kallithea/lib/helpers.py:602
 
#, python-format
 
msgid "Created tag: %s"
 
msgstr "创建标签%s"
 

	
 
#: kallithea/lib/helpers.py:613
 
#, fuzzy, python-format
 
msgid "Changeset %s not found"
 
msgstr "未找到修订集"
 

	
 
#: kallithea/lib/helpers.py:662
 
#, python-format
 
msgid "Show all combined changesets %s->%s"
 
msgstr "显示所有合并的修订集 %s->%s"
 

	
 
#: kallithea/lib/helpers.py:668
 
#, fuzzy
 
msgid "Compare view"
 
msgstr "比较显示"
 

	
 
#: kallithea/lib/helpers.py:687
 
msgid "and"
 
msgstr "还有"
 

	
 
#: kallithea/lib/helpers.py:688
 
#, python-format
 
msgid "%s more"
 
msgstr "%s个"
 

	
 
#: kallithea/lib/helpers.py:689 kallithea/templates/changelog/changelog.html:41
 
#: kallithea/tests/data/templates/changelog/changelog.html.py:132
 
msgid "revisions"
 
msgstr "修订"
 

	
 
#: kallithea/lib/helpers.py:713
 
#, fuzzy, python-format
 
msgid "Fork name %s"
 
msgstr "复刻名称%s"
 

	
 
#: kallithea/lib/helpers.py:734
 
#, fuzzy, python-format
 
msgid "Pull request %s"
 
msgstr "拉取请求#%s"
 

	
 
#: kallithea/lib/helpers.py:744
 
msgid "[deleted] repository"
 
msgstr "[删除]版本库"
 

	
 
#: kallithea/lib/helpers.py:746 kallithea/lib/helpers.py:758
 
msgid "[created] repository"
 
msgstr "[创建]版本库"
 

	
 
#: kallithea/lib/helpers.py:748
 
msgid "[created] repository as fork"
 
msgstr "[创建]复刻版本库"
 

	
 
#: kallithea/lib/helpers.py:750 kallithea/lib/helpers.py:760
 
msgid "[forked] repository"
 
msgstr "[复刻]版本库"
 

	
 
#: kallithea/lib/helpers.py:752 kallithea/lib/helpers.py:762
 
msgid "[updated] repository"
 
msgstr "[更新]版本库"
 

	
 
#: kallithea/lib/helpers.py:754
 
msgid "[downloaded] archive from repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:756
 
msgid "[delete] repository"
 
msgstr "[删除]版本库"
 

	
 
#: kallithea/lib/helpers.py:764
 
msgid "[created] user"
 
msgstr "[创建]用户"
 

	
 
#: kallithea/lib/helpers.py:766
 
msgid "[updated] user"
 
msgstr "[更新]用户"
 

	
 
#: kallithea/lib/helpers.py:768
 
msgid "[created] user group"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:770
 
msgid "[updated] user group"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:772
 
msgid "[commented] on revision in repository"
 
msgstr "[评论]了版本库中的修订"
 

	
 
#: kallithea/lib/helpers.py:774
 
msgid "[commented] on pull request for"
 
msgstr "[评论]拉取请求"
 

	
 
#: kallithea/lib/helpers.py:776
 
msgid "[closed] pull request for"
 
msgstr "[关闭] 拉取请求"
 

	
 
#: kallithea/lib/helpers.py:778
 
msgid "[pushed] into"
 
msgstr "[推送]到"
 

	
 
#: kallithea/lib/helpers.py:780
 
msgid "[committed via Kallithea] into repository"
 
msgstr "[通过Kallithea提交]到版本库"
 

	
 
#: kallithea/lib/helpers.py:782
 
msgid "[pulled from remote] into repository"
 
msgstr "[远程拉取]到版本库"
 

	
 
#: kallithea/lib/helpers.py:784
 
msgid "[pulled] from"
 
msgstr "[拉取]自"
 

	
 
#: kallithea/lib/helpers.py:786
 
msgid "[started following] repository"
 
msgstr "[开始关注]版本库"
 

	
 
#: kallithea/lib/helpers.py:788
 
msgid "[stopped following] repository"
 
msgstr "[停止关注]版本库"
 

	
 
#: kallithea/lib/helpers.py:913
 
#, python-format
 
msgid " and %s more"
 
msgstr " 还有%s个"
 

	
 
#: kallithea/lib/helpers.py:917
 
#: kallithea/templates/compare/compare_diff.html:69
 
#: kallithea/templates/pullrequests/pullrequest_show.html:310
 
#: kallithea/tests/data/templates/compare/compare_diff.html.py:165
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:405
 
msgid "No files"
 
msgstr "无文件"
 

	
 
#: kallithea/lib/helpers.py:942
 
msgid "new file"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:945
 
msgid "mod"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:948
 
msgid "del"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:951
 
msgid "rename"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:956
 
msgid "chmod"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:1230
 
#, python-format
 
msgid ""
 
"%s repository is not mapped to db perhaps it was created or renamed from "
 
"the filesystem please run the application again in order to rescan "
 
"repositories"
 
msgstr "版本库%s没有映射到数据库,可能是从文件系统创建或者重命名,请重启Kallithea以重新扫描版本库"
 

	
 
#: kallithea/lib/utils2.py:387
 
#, python-format
 
msgid "%d year"
 
msgid_plural "%d years"
 
msgstr[0] "%d年"
 

	
 
#: kallithea/lib/utils2.py:388
 
#, python-format
 
msgid "%d month"
 
msgid_plural "%d months"
 
msgstr[0] "%d月"
 

	
 
#: kallithea/lib/utils2.py:389
 
#, python-format
 
msgid "%d day"
 
msgid_plural "%d days"
 
msgstr[0] "%d天"
 

	
 
#: kallithea/lib/utils2.py:390
 
#, python-format
 
msgid "%d hour"
 
msgid_plural "%d hours"
 
msgstr[0] "%d时"
 

	
 
#: kallithea/lib/utils2.py:391
 
#, python-format
 
msgid "%d minute"
 
msgid_plural "%d minutes"
 
msgstr[0] "%d分"
 

	
 
#: kallithea/lib/utils2.py:392
 
#, python-format
 
msgid "%d second"
 
msgid_plural "%d seconds"
 
msgstr[0] "%d秒"
 

	
 
#: kallithea/lib/utils2.py:408
 
#, python-format
 
msgid "in %s"
 
msgstr "%s"
 

	
 
#: kallithea/lib/utils2.py:410
 
#, python-format
 
msgid "%s ago"
 
msgstr "%s前"
 

	
 
#: kallithea/lib/utils2.py:412
 
#, python-format
 
msgid "in %s and %s"
 
msgstr "%s零%s"
 

	
 
#: kallithea/lib/utils2.py:415
 
#, python-format
 
msgid "%s and %s ago"
 
msgstr "%s零%s前"
 

	
 
#: kallithea/lib/utils2.py:418
 
msgid "just now"
 
msgstr "刚才"
 

	
 
#: kallithea/model/comment.py:68
 
#, python-format
 
msgid "on line %s"
 
msgstr "在%s行"
 

	
 
#: kallithea/model/comment.py:221 kallithea/model/pull_request.py:117
 
msgid "[Mention]"
 
msgstr "[提及]"
 

	
 
#: kallithea/model/db.py:1574
 
msgid "top level"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1715
 
msgid "Kallithea Administrator"
 
msgstr "Kallithea 管理员"
 

	
 
#: kallithea/model/db.py:1717
 
msgid "Default user has no access to new repositories"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1718
 
#, fuzzy
 
msgid "Default user has read access to new repositories"
 
msgstr "未授权的资源访问"
 

	
 
#: kallithea/model/db.py:1719
 
#, fuzzy
 
msgid "Default user has write access to new repositories"
 
msgstr "未授权的资源访问"
 

	
 
#: kallithea/model/db.py:1720
 
msgid "Default user has admin access to new repositories"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1722
 
msgid "Default user has no access to new repository groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1723
 
msgid "Default user has read access to new repository groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1724
 
msgid "Default user has write access to new repository groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1725
 
msgid "Default user has admin access to new repository groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1727
 
msgid "Default user has no access to new user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1728
 
msgid "Default user has read access to new user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1729
 
msgid "Default user has write access to new user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1730
 
msgid "Default user has admin access to new user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1732
 
#, fuzzy
 
msgid "Only admins can create repository groups"
 
msgstr "没有在该版本库组中创建版本库的权限"
 

	
 
#: kallithea/model/db.py:1733
 
#, fuzzy
 
msgid "Non-admins can create repository groups"
 
msgstr "没有在该版本库组中创建版本库的权限"
 

	
 
#: kallithea/model/db.py:1735
 
msgid "Only admins can create user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1736
 
msgid "Non-admins can create user groups"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1738
 
msgid "Only admins can create top level repositories"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1739
 
msgid "Non-admins can create top level repositories"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1741
 
msgid "Repository creation enabled with write permission to a repository group"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1742
 
msgid "Repository creation disabled with write permission to a repository group"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1744
 
#, fuzzy
 
msgid "Only admins can fork repositories"
 
msgstr "创建版本库"
 

	
 
#: kallithea/model/db.py:1745
 
#, fuzzy
 
msgid "Non-admins can fork repositories"
 
msgstr "创建版本库"
 

	
 
#: kallithea/model/db.py:1747
 
msgid "Registration disabled"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1748
 
msgid "User registration with manual account activation"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:1749
 
msgid "User registration with automatic account activation"
 
msgstr ""
 

	
 
#: kallithea/model/db.py:2276
 
#, fuzzy
 
msgid "Not reviewed"
 
msgstr "未检视"
 

	
 
#: kallithea/model/db.py:2277
 
#, fuzzy
 
msgid "Under review"
 
msgstr "检视中"
 

	
 
#: kallithea/model/db.py:2278
 
#, fuzzy
 
#| msgid "Approved"
 
msgid "Not approved"
 
msgstr "已批准"
 

	
 
#: kallithea/model/db.py:2279
 
msgid "Approved"
 
msgstr "已批准"
 

	
 
#: kallithea/model/forms.py:58
 
msgid "Please enter a login"
 
msgstr "请登录"
 

	
 
#: kallithea/model/forms.py:59
 
#, python-format
 
msgid "Enter a value %(min)i characters long or more"
 
msgstr "输入一个不少于%(min)i个字符的值"
 

	
 
#: kallithea/model/forms.py:67
 
msgid "Please enter a password"
 
msgstr "请输入密码"
 

	
 
#: kallithea/model/forms.py:68
 
#, python-format
 
msgid "Enter %(min)i characters or more"
 
msgstr "输入少于%(min)i个字符"
 

	
 
#: kallithea/model/forms.py:167
 
msgid "Name must not contain only digits"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:240
 
#, python-format
 
msgid "%(user)s commented on changeset %(age)s"
 
msgstr "%(user)s 已评论修订集在 %(age)s"
 

	
 
#: kallithea/model/notification.py:241
 
#, python-format
 
msgid "%(user)s sent message %(age)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:242
 
#, python-format
 
msgid "%(user)s mentioned you %(age)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:243
 
#, python-format
 
msgid "%(user)s registered in Kallithea %(age)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:244
 
#, fuzzy, python-format
 
msgid "%(user)s opened new pull request %(age)s"
 
msgstr "成功提交拉取请求"
 

	
 
#: kallithea/model/notification.py:245
 
#, fuzzy, python-format
 
msgid "%(user)s commented on pull request %(age)s"
 
msgstr "[评论]拉取请求"
 

	
 
#: kallithea/model/notification.py:252
 
#, python-format
 
msgid "%(user)s commented on changeset at %(when)s"
 
msgstr "%(user)s 已评论修订集于 %(when)s"
 

	
 
#: kallithea/model/notification.py:253
 
#, python-format
 
msgid "%(user)s sent message at %(when)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:254
 
#, python-format
 
msgid "%(user)s mentioned you at %(when)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:255
 
#, python-format
 
msgid "%(user)s registered in Kallithea at %(when)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:256
 
#, python-format
 
msgid "%(user)s opened new pull request at %(when)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:257
 
#, python-format
 
msgid "%(user)s commented on pull request at %(when)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:288
 
#, fuzzy, python-format
 
#| msgid "[Comment] %(repo_name)s changeset %(short_id)s on %(branch)s"
 
msgid ""
 
"[Comment] %(repo_name)s changeset %(short_id)s \"%(message_short)s\" on "
 
"%(branch)s"
 
msgstr "[评论] %(repo_name)s 修订集 %(short_id)s 在 %(branch)s"
 

	
 
#: kallithea/model/notification.py:291
 
#, fuzzy, python-format
 
msgid "New user %(new_username)s registered"
 
msgstr "用户名称 %(new_username)s 无效"
 

	
 
#: kallithea/model/notification.py:293
 
#, python-format
 
msgid ""
 
"[Review] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
 
"%(pr_source_branch)s by %(pr_owner_username)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:294
 
#, python-format
 
msgid ""
 
"[Comment] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
 
"%(pr_source_branch)s by %(pr_owner_username)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:307
 
#, fuzzy
 
msgid "Closing"
 
msgstr "使用中"
 

	
 
#: kallithea/model/pull_request.py:76
 
#, python-format
 
msgid "%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s"
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:211
 
#, fuzzy, python-format
 
#| msgid "Error creating pull request: %s"
 
msgid "Cannot create empty pull request"
 
msgstr "创建拉取请求出错:%s"
 

	
 
#: kallithea/model/pull_request.py:219
 
#, python-format
 
msgid ""
 
"Cannot create pull request - criss cross merge detected, please merge a "
 
"later %s revision to %s"
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:247 kallithea/model/pull_request.py:382
 
#, fuzzy
 
#| msgid "Confirm to delete this pull request"
 
msgid "You are not authorized to create the pull request"
 
msgstr "确认删除拉取请求"
 

	
 
#: kallithea/model/pull_request.py:341
 
#, fuzzy
 
#| msgid "Missing changesets since the previous pull request:"
 
msgid "Missing changesets since the previous iteration:"
 
msgstr "缺少上次拉取请求之后的修订集:"
 

	
 
#: kallithea/model/pull_request.py:348
 
#, fuzzy, python-format
 
#| msgid "New changesets on %s %s since the previous pull request:"
 
msgid "New changesets on %s %s since the previous iteration:"
 
msgstr "在上次拉取请求之后,在 %s %s 上的新修订集:"
 

	
 
#: kallithea/model/pull_request.py:355
 
msgid "Ancestor didn't change - diff since previous iteration:"
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:362
 
#, python-format
 
msgid ""
 
"This iteration is based on another %s revision and there is no simple "
 
"diff."
 
msgstr ""
 

	
 
#: kallithea/model/pull_request.py:364
 
#, fuzzy, python-format
 
#| msgid "New changesets on %s %s since the previous pull request:"
 
msgid "No changes found on %s %s since previous iteration."
 
msgstr "在上次拉取请求之后,在 %s %s 上的新修订集:"
 

	
 
#: kallithea/model/pull_request.py:390
 
#, python-format
 
msgid "Closed, next iteration: %s ."
 
msgstr ""
 

	
 
#: kallithea/model/scm.py:697
 
msgid "latest tip"
 
msgstr "最新tip版本"
 

	
 
#: kallithea/model/user.py:189
 
msgid "New user registration"
 
msgstr ""
 

	
 
#: kallithea/model/user.py:253
 
#, fuzzy
 
msgid "You can't remove this user since it is crucial for the entire application"
 
msgstr "由于是系统帐号,无法删除该用户"
 

	
 
#: kallithea/model/user.py:258
 
#, fuzzy, python-format
 
msgid ""
 
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
 
"owners or remove those repositories: %s"
 
msgstr "由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本库。%s"
 

	
 
#: kallithea/model/user.py:263
 
#, fuzzy, python-format
 
msgid ""
 
"User \"%s\" still owns %s repository groups and cannot be removed. Switch"
 
" owners or remove those repository groups: %s"
 
msgstr "由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本库。%s"
 

	
 
#: kallithea/model/user.py:270
 
#, fuzzy, python-format
 
msgid ""
 
"User \"%s\" still owns %s user groups and cannot be removed. Switch "
 
"owners or remove those user groups: %s"
 
msgstr "由于用户 \"%s\" 拥有版本库%s因而无法删除,请修改版本库所有者或删除版本库。%s"
 

	
 
#: kallithea/model/user.py:364
 
msgid "Password reset link"
 
msgstr ""
 

	
 
#: kallithea/model/user.py:413
 
#, fuzzy
 
msgid "Password reset notification"
 
msgstr "确认密码"
 

	
 
#: kallithea/model/user.py:414
 
#, python-format
 
msgid ""
 
"The password to your account %s has been changed using password reset "
 
"form."
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:54 kallithea/model/validators.py:55
 
msgid "Value cannot be an empty list"
 
msgstr "值不能为空"
 

	
 
#: kallithea/model/validators.py:73
 
#, python-format
 
msgid "Username \"%(username)s\" already exists"
 
msgstr "用户名称%(username)s已经存在"
 

	
 
#: kallithea/model/validators.py:75
 
#, fuzzy, python-format
 
msgid "Username \"%(username)s\" cannot be used"
 
msgstr "用户名称 %(username)s 无效"
 

	
 
#: kallithea/model/validators.py:77
 
msgid ""
 
"Username may only contain alphanumeric characters underscores, periods or"
 
" dashes and must begin with an alphanumeric character or underscore"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:104
 
msgid "The input is not valid"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:111
 
#, python-format
 
msgid "Username %(username)s is not valid"
 
msgstr "用户名称 %(username)s 无效"
 

	
 
#: kallithea/model/validators.py:131
 
msgid "Invalid user group name"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:132
 
#, python-format
 
msgid "User group \"%(usergroup)s\" already exists"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:134
 
msgid ""
 
"user group name may only contain alphanumeric characters underscores, "
 
"periods or dashes and must begin with alphanumeric character"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:174
 
msgid "Cannot assign this group as parent"
 
msgstr "不能将这个组作为parent"
 

	
 
#: kallithea/model/validators.py:175
 
#, python-format
 
msgid "Group \"%(group_name)s\" already exists"
 
msgstr "组 \"%(group_name)s\" 已经存在"
 

	
 
#: kallithea/model/validators.py:177
 
#, python-format
 
msgid "Repository with name \"%(group_name)s\" already exists"
 
msgstr "已经存在名为 \"%(group_name)s\" 的版本库"
 

	
 
#: kallithea/model/validators.py:233
 
msgid "Invalid characters (non-ascii) in password"
 
msgstr "密码含有无效(非ASCII)字符"
 

	
 
#: kallithea/model/validators.py:248
 
msgid "Invalid old password"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:264
 
msgid "Passwords do not match"
 
msgstr "密码不符"
 

	
 
#: kallithea/model/validators.py:279
 
#, fuzzy
 
msgid "Invalid username or password"
 
msgstr "无效密码"
 

	
 
#: kallithea/model/validators.py:310
 
msgid "Token mismatch"
 
msgstr "令牌不匹配"
 

	
 
#: kallithea/model/validators.py:326
 
#, fuzzy, python-format
 
msgid "Repository name %(repo)s is not allowed"
 
msgstr "版本库名称不能为%(repo)s"
 

	
 
#: kallithea/model/validators.py:328
 
#, python-format
 
msgid "Repository named %(repo)s already exists"
 
msgstr "已经存在版本库%(repo)s"
 

	
 
#: kallithea/model/validators.py:329
 
#, python-format
 
msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\""
 
msgstr "版本库组 \"%(group)s\" 中已经存在版本库 \"%(repo)s\""
 

	
 
#: kallithea/model/validators.py:331
 
#, python-format
 
msgid "Repository group with name \"%(repo)s\" already exists"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:449
 
#, fuzzy
 
msgid "Invalid repository URL"
 
msgstr "私有版本库"
 

	
 
#: kallithea/model/validators.py:450
 
msgid ""
 
"Invalid repository URL. It must be a valid http, https, ssh, svn+http or "
 
"svn+https URL"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:475
 
msgid "Fork has to be the same type as parent"
 
msgstr "复刻版本库必须和父版本库类型相同"
 

	
 
#: kallithea/model/validators.py:490
 
msgid "You don't have permissions to create repository in this group"
 
msgstr "没有在该版本库组中创建版本库的权限"
 

	
 
#: kallithea/model/validators.py:492
 
msgid "no permission to create repository in root location"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:542
 
msgid "You don't have permissions to create a group in this location"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:582
 
msgid "This username or user group name is not valid"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:675
 
msgid "This is not a valid path"
 
msgstr "不是一个合法的路径"
 

	
 
#: kallithea/model/validators.py:692
 
#, fuzzy
 
msgid "This email address is already in use"
 
msgstr "该邮件地址已被使用"
 

	
 
#: kallithea/model/validators.py:712
 
#, fuzzy, python-format
 
msgid "Email address \"%(email)s\" not found"
 
msgstr "邮件地址\"%(email)s\"不存在"
 

	
 
#: kallithea/model/validators.py:749
 
msgid ""
 
"The LDAP Login attribute of the CN must be specified - this is the name "
 
"of the attribute that is equivalent to \"username\""
 
msgstr "LDAP 登陆属性的 CN 必须指定 - 这个名字作为用户名"
 

	
 
#: kallithea/model/validators.py:761
 
msgid "Please enter a valid IPv4 or IPv6 address"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:762
 
#, python-format
 
msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:795
 
msgid "Key name can only consist of letters, underscore, dash or numbers"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:809
 
msgid "Filename cannot be inside a directory"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:825
 
#, python-format
 
msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
 
msgstr ""
 

	
 
#: kallithea/templates/about.html:4 kallithea/templates/about.html:16
 
msgid "About"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:25
 
#: kallithea/templates/index_base.html:30
 
#: kallithea/templates/admin/repos/repo_add.html:5
 
#: kallithea/templates/admin/repos/repo_add.html:19
 
#: kallithea/templates/admin/repos/repos.html:23
 
#: kallithea/tests/data/templates/index_base.html.py:66
 
#: kallithea/tests/data/templates/index_base.html.py:78
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:128
 
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:146
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:107
 
msgid "Add Repository"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:27
 
#: kallithea/templates/index_base.html:32
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:5
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:13
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:25
 
#: kallithea/tests/data/templates/index_base.html.py:72
 
#: kallithea/tests/data/templates/index_base.html.py:84
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:157
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:175
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:107
 
msgid "Add Repository Group"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:37
 
#: kallithea/tests/data/templates/index_base.html.py:90
 
msgid "You have admin right to this group, and can edit it"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:37
 
#: kallithea/tests/data/templates/index_base.html.py:92
 
msgid "Edit Repository Group"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:47
 
#, fuzzy
 
#| msgid "Repository group"
 
msgid "Repository Group"
 
msgstr "版本库组"
 

	
 
#: kallithea/templates/index_base.html:48
 
#: kallithea/templates/index_base.html:90
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:59
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:61
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:35
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:12
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:40
 
#: kallithea/templates/admin/repos/repo_add_base.html:21
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:52
 
#: kallithea/templates/admin/repos/repos.html:39
 
#: kallithea/templates/admin/user_groups/user_group_add.html:33
 
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:10
 
#: kallithea/templates/admin/user_groups/user_groups.html:39
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:59
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:61
 
#: kallithea/templates/email_templates/pull_request.html:36
 
#: kallithea/templates/forks/fork.html:34
 
#: kallithea/templates/pullrequests/pullrequest.html:33
 
#: kallithea/templates/pullrequests/pullrequest_show.html:38
 
#: kallithea/templates/pullrequests/pullrequest_show.html:58
 
#: kallithea/templates/summary/summary.html:78
 
#: kallithea/tests/data/templates/index_base.html.py:100
 
#: kallithea/tests/data/templates/index_base.html.py:130
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:106
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:117
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:114
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:54
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:114
 
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:114
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:106
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:101
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:95
 
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:88
 
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:84
 
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:119
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:153
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:168
 
#: kallithea/tests/data/templates/summary/summary.html.py:147
 
msgid "Description"
 
msgstr "描述"
 

	
 
#: kallithea/templates/index_base.html:85
 
#: kallithea/templates/admin/admin_log.html:7
 
#: kallithea/templates/admin/permissions/permissions_globals.html:13
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:43
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:45
 
msgid "Repository"
 
msgstr "版本库"
 

	
 
#: kallithea/templates/index_base.html:92
 
#: kallithea/tests/data/templates/index_base.html.py:132
 
msgid "Last Change"
 
msgstr "最后修改"
 

	
 
#: kallithea/templates/index_base.html:94
 
#: kallithea/templates/admin/my_account/my_account_repos.html:15
 
#: kallithea/templates/admin/my_account/my_account_watched.html:15
 
#: kallithea/templates/admin/repos/repos.html:41
 
#: kallithea/tests/data/templates/index_base.html.py:134
 
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:36
 
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:36
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:116
 
msgid "Tip"
 
msgstr "Tip"
 

	
 
#: kallithea/templates/index_base.html:95
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:10
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:42
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:42
 
#: kallithea/templates/admin/repos/repos.html:42
 
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:8
 
#: kallithea/templates/admin/user_groups/user_groups.html:42
 
#: kallithea/templates/pullrequests/pullrequest_data.html:16
 
#: kallithea/templates/pullrequests/pullrequest_show.html:135
 
#: kallithea/templates/pullrequests/pullrequest_show.html:228
 
#: kallithea/templates/summary/summary.html:123
 
#: kallithea/tests/data/templates/index_base.html.py:136
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:118
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:118
 
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:120
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:249
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:327
 
#: kallithea/tests/data/templates/summary/summary.html.py:199
 
msgid "Owner"
 
msgstr "所有者"
 

	
 
#: kallithea/templates/login.html:5 kallithea/templates/login.html:14
 
#: kallithea/templates/base/base.html:393
 
#: kallithea/tests/data/templates/login.html.py:64
 
#: kallithea/tests/data/templates/login.html.py:106
 
#: kallithea/tests/data/templates/base/base.html.py:626
 
msgid "Log In"
 
msgstr "登录"
 

	
 
#: kallithea/templates/login.html:12
 
#: kallithea/tests/data/templates/login.html.py:60
 
#, python-format
 
msgid "Log In to %s"
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:23 kallithea/templates/register.html:22
 
#: kallithea/templates/admin/admin_log.html:5
 
#: kallithea/templates/admin/my_account/my_account_profile.html:18
 
#: kallithea/templates/admin/users/user_add.html:27
 
#: kallithea/templates/admin/users/user_edit_profile.html:18
 
#: kallithea/templates/admin/users/users.html:37
 
#: kallithea/templates/base/base.html:377
 
#: kallithea/templates/email_templates/registration.html:11
 
#: kallithea/templates/pullrequests/pullrequest_show.html:142
 
#: kallithea/tests/data/templates/login.html.py:69
 
#: kallithea/tests/data/templates/register.html.py:69
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:39
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:60
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:109
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:62
 
#: kallithea/tests/data/templates/admin/users/users.html.py:109
 
#: kallithea/tests/data/templates/base/base.html.py:611
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:259
 
msgid "Username"
 
msgstr "帐号"
 

	
 
#: kallithea/templates/login.html:29 kallithea/templates/register.html:29
 
#: kallithea/templates/admin/my_account/my_account.html:27
 
#: kallithea/templates/admin/users/user_add.html:34
 
#: kallithea/templates/base/base.html:381
 
#: kallithea/tests/data/templates/login.html.py:73
 
#: kallithea/tests/data/templates/register.html.py:73
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:128
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:113
 
#: kallithea/tests/data/templates/base/base.html.py:615
 
msgid "Password"
 
msgstr "密码"
 

	
 
#: kallithea/templates/login.html:39
 
msgid "Stay logged in after browser restart"
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:46
 
#: kallithea/tests/data/templates/login.html.py:79
 
msgid "Forgot your password ?"
 
msgstr "忘记了密码?"
 

	
 
#: kallithea/templates/login.html:49
 
#: kallithea/tests/data/templates/login.html.py:83
 
#: kallithea/tests/data/templates/base/base.html.py:623
 
msgid "Don't have an account ?"
 
msgstr "还没有帐号?"
 

	
 
#: kallithea/templates/login.html:52
 
#: kallithea/tests/data/templates/login.html.py:86
 
msgid "Sign In"
 
msgstr "登录"
 

	
 
#: kallithea/templates/password_reset.html:5
 
#: kallithea/tests/data/templates/password_reset.html.py:110
 
msgid "Password Reset"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:12
 
#: kallithea/templates/password_reset_confirmation.html:13
 
#: kallithea/tests/data/templates/password_reset.html.py:60
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:56
 
#, python-format
 
msgid "Reset Your Password to %s"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:14
 
#: kallithea/templates/password_reset_confirmation.html:5
 
#: kallithea/templates/password_reset_confirmation.html:15
 
#: kallithea/tests/data/templates/password_reset.html.py:64
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:60
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:105
 
#, fuzzy
 
msgid "Reset Your Password"
 
msgstr "忘记了密码?"
 

	
 
#: kallithea/templates/password_reset.html:21
 
#: kallithea/tests/data/templates/password_reset.html.py:69
 
msgid "Email Address"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:29
 
#: kallithea/templates/register.html:65
 
#: kallithea/tests/data/templates/password_reset.html.py:75
 
#: kallithea/tests/data/templates/register.html.py:95
 
msgid "Captcha"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:39
 
#: kallithea/tests/data/templates/password_reset.html.py:80
 
#, fuzzy
 
msgid "Send Password Reset Email"
 
msgstr "确认新密码"
 

	
 
#: kallithea/templates/password_reset.html:44
 
#: kallithea/tests/data/templates/password_reset.html.py:82
 
#, fuzzy
 
msgid ""
 
"A password reset link will be sent to the specified email address if it "
 
"is registered in the system."
 
msgstr "密码重置地址已经发送到邮件"
 

	
 
#: kallithea/templates/password_reset_confirmation.html:20
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:65
 
#, python-format
 
msgid "You are about to set a new password for the email address %s."
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset_confirmation.html:21
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:67
 
msgid ""
 
"Note that you must use the same browser session for this as the one used "
 
"to request the password reset."
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset_confirmation.html:26
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:73
 
msgid "Code you received in the email"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset_confirmation.html:33
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:77
 
#, fuzzy
 
msgid "New Password"
 
msgstr "新密码"
 

	
 
#: kallithea/templates/password_reset_confirmation.html:40
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:81
 
#, fuzzy
 
msgid "Confirm New Password"
 
msgstr "新密码"
 

	
 
#: kallithea/templates/password_reset_confirmation.html:49
 
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:85
 
msgid "Confirm"
 
msgstr ""
 

	
 
#: kallithea/templates/register.html:5 kallithea/templates/register.html:15
 
#: kallithea/templates/register.html:75
 
#: kallithea/tests/data/templates/register.html.py:64
 
#: kallithea/tests/data/templates/register.html.py:100
 
#: kallithea/tests/data/templates/register.html.py:137
 
msgid "Sign Up"
 
msgstr "注册"
 

	
 
#: kallithea/templates/register.html:13
 
#: kallithea/tests/data/templates/register.html.py:60
 
#, python-format
 
msgid "Sign Up to %s"
 
msgstr ""
 

	
 
#: kallithea/templates/register.html:36
 
#: kallithea/tests/data/templates/register.html.py:77
 
msgid "Re-enter password"
 
msgstr "确认密码"
 

	
 
#: kallithea/templates/register.html:43
 
#: kallithea/templates/admin/my_account/my_account_profile.html:25
 
#: kallithea/templates/admin/users/user_add.html:48
 
#: kallithea/templates/admin/users/user_edit_profile.html:60
 
#: kallithea/templates/admin/users/users.html:38
 
#: kallithea/tests/data/templates/register.html.py:81
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:64
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:121
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:86
 
#: kallithea/tests/data/templates/admin/users/users.html.py:111
 
msgid "First Name"
 
msgstr "名"
 

	
 
#: kallithea/templates/register.html:50
 
#: kallithea/templates/admin/my_account/my_account_profile.html:32
 
#: kallithea/templates/admin/users/user_add.html:55
 
#: kallithea/templates/admin/users/user_edit_profile.html:67
 
#: kallithea/templates/admin/users/users.html:39
 
#: kallithea/tests/data/templates/register.html.py:85
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:68
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:125
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:90
 
#: kallithea/tests/data/templates/admin/users/users.html.py:113
 
msgid "Last Name"
 
msgstr "姓"
 

	
 
#: kallithea/templates/register.html:57
 
#: kallithea/templates/admin/my_account/my_account_profile.html:39
 
#: kallithea/templates/admin/settings/settings.html:31
 
#: kallithea/templates/admin/users/user_add.html:62
 
#: kallithea/templates/admin/users/user_edit_profile.html:25
 
#: kallithea/templates/email_templates/registration.html:33
 
#: kallithea/tests/data/templates/register.html.py:89
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:72
 
#: kallithea/tests/data/templates/admin/settings/settings.html.py:132
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:129
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:66
 
msgid "Email"
 
msgstr "电子邮件"
 

	
 
#: kallithea/templates/register.html:77
 
#: kallithea/tests/data/templates/register.html.py:104
 
msgid "Registered accounts are ready to use and need no further action."
 
msgstr ""
 

	
 
#: kallithea/templates/register.html:79
 
#: kallithea/tests/data/templates/register.html.py:108
 
msgid "Please wait for an administrator to activate your account."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/admin.html:5
 
#: kallithea/templates/admin/admin.html:13
 
#: kallithea/templates/base/base.html:55
 
#: kallithea/tests/data/templates/admin/admin.html.py:133
 
#: kallithea/tests/data/templates/admin/admin.html.py:155
 
#: kallithea/tests/data/templates/base/base.html.py:239
 
#, fuzzy
 
msgid "Admin Journal"
 
msgstr "系统日志"
 

	
 
#: kallithea/templates/admin/admin.html:10
 
#: kallithea/templates/journal/journal.html:10
 
#: kallithea/tests/data/templates/admin/admin.html.py:127
 
msgid "journal filter..."
 
msgstr "日志过滤..."
 

	
 
#: kallithea/templates/admin/admin.html:12
 
#: kallithea/templates/journal/journal.html:12
 
#: kallithea/tests/data/templates/admin/admin.html.py:131
 
#: kallithea/tests/data/templates/journal/journal.html.py:122
 
#, fuzzy
 
msgid "Filter"
 
msgstr "过滤"
 

	
 
#: kallithea/templates/admin/admin.html:13
 
#: kallithea/templates/journal/journal.html:13
 
#: kallithea/tests/data/templates/admin/admin.html.py:135
 
#: kallithea/tests/data/templates/journal/journal.html.py:126
 
#, fuzzy, python-format
 
msgid "%s Entry"
 
msgid_plural "%s Entries"
 
msgstr[0] "%s条"
 

	
 
#: kallithea/templates/admin/admin_log.html:6
 
#: kallithea/templates/admin/my_account/my_account_repos.html:16
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:43
 
#: kallithea/templates/admin/repos/repo_edit_fields.html:9
 
#: kallithea/templates/admin/repos/repos.html:44
 
#: kallithea/templates/admin/user_groups/user_groups.html:43
 
#: kallithea/templates/admin/users/users.html:45
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:41
 
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:38
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:120
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:122
 
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:122
 
#: kallithea/tests/data/templates/admin/users/users.html.py:123
 
msgid "Action"
 
msgstr "操作"
 

	
 
#: kallithea/templates/admin/admin_log.html:8
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:45
 
msgid "Date"
 
msgstr "日期"
 

	
 
#: kallithea/templates/admin/admin_log.html:9
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:47
 
msgid "From IP"
 
msgstr "来源IP"
 

	
 
#: kallithea/templates/admin/admin_log.html:61
 
#: kallithea/tests/data/templates/admin/admin_log.html.py:84
 
msgid "No actions yet"
 
msgstr "无操作"
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:5
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:246
 
msgid "Authentication Settings"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:11
 
#: kallithea/templates/base/base.html:61
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:228
 
#: kallithea/tests/data/templates/base/base.html.py:263
 
msgid "Authentication"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:27
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:114
 
msgid "Authentication Plugins"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:29
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:116
 
msgid "Enabled Plugins"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:32
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:120
 
msgid ""
 
"Comma-separated list of plugins; Kallithea will try user authentication "
 
"in plugin order"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:36
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:122
 
msgid "Available built-in plugins"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:53
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:140
 
msgid "Plugin"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/auth/auth_settings.html:101
 
#: kallithea/templates/admin/defaults/defaults.html:67
 
#: kallithea/templates/admin/my_account/my_account_password.html:30
 
#: kallithea/templates/admin/my_account/my_account_profile.html:47
 
#: kallithea/templates/admin/permissions/permissions_globals.html:94
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:58
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:98
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:35
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:84
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:104
 
#: kallithea/templates/admin/settings/settings_hooks.html:46
 
#: kallithea/templates/admin/user_groups/user_group_add.html:48
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:88
 
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:46
 
#: kallithea/templates/admin/users/user_add.html:80
 
#: kallithea/templates/admin/users/user_edit_profile.html:89
 
#: kallithea/templates/base/default_perms_box.html:56
 
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:204
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:137
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:76
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:115
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:131
 
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:82
 
#: kallithea/tests/data/templates/admin/users/user_add.html.py:141
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:102
 
#: kallithea/tests/data/templates/base/default_perms_box.html.py:72
 
msgid "Save"
 
msgstr "保存"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:5
 
#: kallithea/templates/admin/defaults/defaults.html:11
 
#: kallithea/templates/base/base.html:62
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:162
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:180
 
#: kallithea/tests/data/templates/base/base.html.py:267
 
#, fuzzy
 
msgid "Repository Defaults"
 
msgstr "版本库默认设置"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:27
 
#: kallithea/templates/admin/repos/repo_add_base.html:42
 
#: kallithea/templates/admin/repos/repo_edit_fields.html:8
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:109
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:72
 
msgid "Type"
 
msgstr "类型"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:34
 
#: kallithea/templates/admin/repos/repo_add_base.html:56
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:60
 
#: kallithea/templates/data_table/_dt_elements.html:18
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:113
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:84
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:443
 
msgid "Private repository"
 
msgstr "私有版本库"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:37
 
#: kallithea/templates/admin/repos/repo_add_base.html:59
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:63
 
#: kallithea/templates/forks/fork.html:61
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:117
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:88
 
msgid ""
 
"Private repositories are only visible to people explicitly added as "
 
"collaborators."
 
msgstr "私有版本库只对成员可见。"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:42
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:67
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:119
 
msgid "Enable statistics"
 
msgstr "启用统计"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:45
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:70
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:123
 
msgid "Enable statistics window on summary page."
 
msgstr "启用概况页面上的统计窗口。"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:50
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:74
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:125
 
msgid "Enable downloads"
 
msgstr "启用下载"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:53
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:77
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:129
 
msgid "Enable download menu on summary page."
 
msgstr "启用概况页面上的下载菜单。"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:58
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:26
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:81
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:131
 
msgid "Enable locking"
 
msgstr "启用锁定"
 

	
 
#: kallithea/templates/admin/defaults/defaults.html:61
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:84
 
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:135
 
msgid "Enable lock-by-pulling on repository."
 
msgstr "启用版本库的拉取锁定。"
 

	
 
#: kallithea/templates/admin/gists/edit.html:5
 
#: kallithea/templates/admin/gists/edit.html:18
 
msgid "Edit Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:35
 
#, python-format
 
msgid ""
 
"Gist was update since you started editing. Copy your changes and click "
 
"%(here)s to reload new version."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:51
 
#: kallithea/templates/admin/gists/new.html:35
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:203
 
msgid "Gist description ..."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:54
 
#: kallithea/templates/admin/gists/new.html:38
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:205
 
msgid "Gist lifetime"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:59
 
#: kallithea/templates/admin/gists/edit.html:61
 
#: kallithea/templates/admin/gists/index.html:54
 
#: kallithea/templates/admin/gists/index.html:56
 
#: kallithea/templates/admin/gists/show.html:45
 
#: kallithea/templates/admin/gists/show.html:47
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:31
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:31
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:137
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:143
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:131
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:137
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:42
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:69
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:82
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:42
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:69
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:82
 
msgid "Expires"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:59
 
#: kallithea/templates/admin/gists/index.html:54
 
#: kallithea/templates/admin/gists/show.html:45
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:139
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:133
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:44
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:71
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:44
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:71
 
#, fuzzy
 
msgid "Never"
 
msgstr "检视者"
 

	
 
#: kallithea/templates/admin/gists/edit.html:145
 
msgid "Update Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/edit.html:146
 
#: kallithea/templates/changeset/changeset_file_comment.html:103
 
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:189
 
msgid "Cancel"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:6
 
#: kallithea/templates/admin/gists/index.html:16
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:178
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:213
 
#, python-format
 
msgid "Private Gists for User %s"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:8
 
#: kallithea/templates/admin/gists/index.html:18
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:182
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:217
 
#, python-format
 
msgid "Public Gists for User %s"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:10
 
#: kallithea/templates/admin/gists/index.html:20
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:186
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:221
 
msgid "Public Gists"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:37
 
#: kallithea/templates/admin/gists/show.html:25
 
#: kallithea/templates/base/base.html:310
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:115
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:115
 
#: kallithea/tests/data/templates/base/base.html.py:521
 
msgid "Create New Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:51
 
#: kallithea/templates/data_table/_dt_elements.html:88
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:131
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:148
 
msgid "Created"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/index.html:66
 
#: kallithea/tests/data/templates/admin/gists/index.html.py:155
 
msgid "There are no gists yet"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/new.html:5
 
#: kallithea/templates/admin/gists/new.html:18
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:127
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:143
 
msgid "New Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/new.html:45
 
msgid "Name this gist ..."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/new.html:53
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:211
 
msgid "Create Private Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/new.html:54
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:213
 
msgid "Create Public Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/new.html:55
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:14
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:73
 
#: kallithea/templates/admin/my_account/my_account_emails.html:47
 
#: kallithea/templates/admin/my_account/my_account_password.html:31
 
#: kallithea/templates/admin/my_account/my_account_profile.html:48
 
#: kallithea/templates/admin/permissions/permissions_globals.html:95
 
#: kallithea/templates/admin/permissions/permissions_ips.html:34
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:99
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:36
 
#: kallithea/templates/admin/repos/repo_edit_fields.html:54
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:85
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:105
 
#: kallithea/templates/admin/settings/settings_global.html:50
 
#: kallithea/templates/admin/settings/settings_vcs.html:78
 
#: kallithea/templates/admin/settings/settings_visual.html:116
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:89
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:14
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:73
 
#: kallithea/templates/admin/users/user_edit_emails.html:47
 
#: kallithea/templates/admin/users/user_edit_ips.html:45
 
#: kallithea/templates/admin/users/user_edit_profile.html:90
 
#: kallithea/templates/base/default_perms_box.html:57
 
#: kallithea/templates/files/files_add.html:69
 
#: kallithea/templates/files/files_delete.html:41
 
#: kallithea/templates/files/files_edit.html:72
 
#: kallithea/templates/pullrequests/pullrequest.html:78
 
#: kallithea/tests/data/templates/admin/gists/new.html.py:215
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:54
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:112
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:79
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:78
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:117
 
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:71
 
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:70
 
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:95
 
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:109
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:54
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:112
 
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:77
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:104
 
#: kallithea/tests/data/templates/base/default_perms_box.html.py:74
 
#: kallithea/tests/data/templates/files/files_add.html.py:249
 
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:150
 
msgid "Reset"
 
msgstr "重置"
 

	
 
#: kallithea/templates/admin/gists/show.html:5
 
#: kallithea/templates/admin/gists/show.html:9
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:201
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:229
 
msgid "Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:10
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:205
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:91
 
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:87
 
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:82
 
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:80
 
#: kallithea/tests/data/templates/email_templates/pull_request_comment.html.py:83
 
#: kallithea/tests/data/templates/email_templates/pull_request_comment.txt.py:81
 
msgid "URL"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:35
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:120
 
msgid "Public Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:37
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:124
 
msgid "Private Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:54
 
#: kallithea/templates/admin/my_account/my_account_emails.html:23
 
#: kallithea/templates/admin/notifications/notifications_data.html:14
 
#: kallithea/templates/admin/notifications/show_notification.html:30
 
#: kallithea/templates/admin/permissions/permissions_ips.html:11
 
#: kallithea/templates/admin/repos/repo_edit_advanced.html:68
 
#: kallithea/templates/admin/repos/repo_edit_fields.html:19
 
#: kallithea/templates/admin/settings/settings_hooks.html:30
 
#: kallithea/templates/admin/users/user_edit_emails.html:23
 
#: kallithea/templates/admin/users/user_edit_ips.html:21
 
#: kallithea/templates/changeset/changeset_file_comment.html:29
 
#: kallithea/templates/changeset/changeset_file_comment.html:93
 
#: kallithea/templates/data_table/_dt_elements.html:76
 
#: kallithea/templates/data_table/_dt_elements.html:104
 
#: kallithea/templates/data_table/_dt_elements.html:119
 
#: kallithea/templates/data_table/_dt_elements.html:134
 
#: kallithea/templates/files/files_source.html:35
 
#: kallithea/templates/files/files_source.html:38
 
#: kallithea/templates/files/files_source.html:41
 
#: kallithea/templates/pullrequests/pullrequest_data.html:20
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:146
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:61
 
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:51
 
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:100
 
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:75
 
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:59
 
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:100
 
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:182
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:123
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:272
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:331
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:396
 
#: kallithea/tests/data/templates/files/files_source.html.py:82
 
#: kallithea/tests/data/templates/files/files_source.html.py:88
 
#: kallithea/tests/data/templates/files/files_source.html.py:94
 
msgid "Delete"
 
msgstr "删除"
 

	
 
#: kallithea/templates/admin/gists/show.html:54
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:146
 
msgid "Confirm to delete this Gist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:61
 
#: kallithea/templates/base/perms_summary.html:44
 
#: kallithea/templates/base/perms_summary.html:81
 
#: kallithea/templates/base/perms_summary.html:83
 
#: kallithea/templates/data_table/_dt_elements.html:69
 
#: kallithea/templates/data_table/_dt_elements.html:70
 
#: kallithea/templates/data_table/_dt_elements.html:97
 
#: kallithea/templates/data_table/_dt_elements.html:98
 
#: kallithea/templates/data_table/_dt_elements.html:112
 
#: kallithea/templates/data_table/_dt_elements.html:113
 
#: kallithea/templates/data_table/_dt_elements.html:127
 
#: kallithea/templates/data_table/_dt_elements.html:128
 
#: kallithea/templates/files/diff_2way.html:54
 
#: kallithea/templates/files/files_source.html:37
 
#: kallithea/templates/files/files_source.html:40
 
#: kallithea/templates/pullrequests/pullrequest_show.html:41
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:153
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:105
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:154
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:160
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:117
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:119
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:266
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:268
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:325
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:327
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:390
 
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:392
 
#: kallithea/tests/data/templates/files/files_source.html.py:86
 
#: kallithea/tests/data/templates/files/files_source.html.py:92
 
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:157
 
msgid "Edit"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:63
 
#: kallithea/templates/files/files_edit.html:52
 
#: kallithea/templates/files/files_source.html:30
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:156
 
#: kallithea/tests/data/templates/files/files_source.html.py:73
 
msgid "Show as Raw"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:69
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:164
 
msgid "created"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/gists/show.html:82
 
#: kallithea/tests/data/templates/admin/gists/show.html.py:178
 
msgid "Show as raw"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:5
 
#: kallithea/templates/admin/my_account/my_account.html:9
 
#: kallithea/templates/base/base.html:404
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:170
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:192
 
#: kallithea/tests/data/templates/base/base.html.py:644
 
msgid "My Account"
 
msgstr "我的账户"
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:25
 
#: kallithea/templates/admin/users/user_edit.html:29
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:116
 
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:112
 
msgid "Profile"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:26
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:122
 
#, fuzzy
 
msgid "Email Addresses"
 
msgstr "增加邮箱"
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:28
 
#: kallithea/templates/admin/users/user_edit.html:31
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:134
 
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:124
 
msgid "API Keys"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:29
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:140
 
#, fuzzy
 
msgid "Owned Repositories"
 
msgstr "版本库"
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:30
 
#: kallithea/templates/journal/journal.html:33
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:146
 
#: kallithea/tests/data/templates/journal/journal.html.py:196
 
#, fuzzy
 
msgid "Watched Repositories"
 
msgstr "创建版本库"
 

	
 
#: kallithea/templates/admin/my_account/my_account.html:31
 
#: kallithea/templates/admin/permissions/permissions.html:30
 
#: kallithea/templates/admin/user_groups/user_group_edit.html:32
 
#: kallithea/templates/admin/users/user_edit.html:34
 
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:152
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:120
 
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:130
 
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:142
 
#, fuzzy
 
msgid "Show Permissions"
 
msgstr "拷贝权限"
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:5
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:5
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:40
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:40
 
msgid "Built-in"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:13
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:13
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:52
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:52
 
#, fuzzy, python-format
 
msgid "Confirm to reset this API key: %s"
 
msgstr "确认删除用户:%s"
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:29
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:29
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:76
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:76
 
msgid "Expired"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:39
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:39
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:91
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:91
 
#, fuzzy, python-format
 
msgid "Confirm to remove this API key: %s"
 
msgstr "确认删除用户:%s"
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:41
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:41
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:93
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:93
 
#, fuzzy
 
msgid "Remove"
 
msgstr "移除"
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:48
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:48
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:99
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:99
 
msgid "No additional API keys specified"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:56
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:56
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:104
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:104
 
msgid "New API key"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:72
 
#: kallithea/templates/admin/my_account/my_account_emails.html:46
 
#: kallithea/templates/admin/permissions/permissions_ips.html:33
 
#: kallithea/templates/admin/repos/repo_add_base.html:64
 
#: kallithea/templates/admin/repos/repo_edit_fields.html:53
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:72
 
#: kallithea/templates/admin/users/user_edit_emails.html:46
 
#: kallithea/templates/admin/users/user_edit_ips.html:44
 
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:110
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:77
 
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:69
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:90
 
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:110
 
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:75
 
msgid "Add"
 
msgstr "增加"
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:81
 
#, python-format
 
msgid ""
 
"\n"
 
"API keys are used to let scripts or services access %s using your\n"
 
"account, as if you had provided the script or service with your actual\n"
 
"password.\n"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:86
 
msgid ""
 
"\n"
 
"Like passwords, API keys should therefore never be shared with others,\n"
 
"nor passed to untrusted scripts or services. If such sharing should\n"
 
"happen anyway, reset the API key on this page to prevent further use.\n"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_emails.html:9
 
#: kallithea/templates/admin/users/user_edit_emails.html:9
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:45
 
msgid "Primary"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_emails.html:24
 
#: kallithea/templates/admin/users/user_edit_emails.html:24
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:62
 
#, python-format
 
msgid "Confirm to delete this email: %s"
 
msgstr "确认删除邮箱:%s"
 

	
 
#: kallithea/templates/admin/my_account/my_account_emails.html:30
 
#: kallithea/templates/admin/users/user_edit_emails.html:30
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:68
 
msgid "No additional emails specified."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_emails.html:39
 
#: kallithea/templates/admin/users/user_edit_emails.html:39
 
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:73
 
msgid "New email address"
 
msgstr "增加邮箱"
 

	
 
#: kallithea/templates/admin/my_account/my_account_password.html:1
 
#, fuzzy
 
msgid "Change Your Account Password"
 
msgstr "忘记了密码?"
 

	
 
#: kallithea/templates/admin/my_account/my_account_password.html:8
 
msgid "Current password"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_password.html:15
 
#: kallithea/templates/admin/users/user_edit_profile.html:46
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:78
 
msgid "New password"
 
msgstr "新密码"
 

	
 
#: kallithea/templates/admin/my_account/my_account_password.html:22
 
msgid "Confirm new password"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_password.html:39
 
#, python-format
 
msgid "This account is managed with %s and the password cannot be changed here"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_perms.html:3
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:55
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:57
 
msgid "Current IP"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_profile.html:4
 
#: kallithea/templates/admin/users/user_edit_profile.html:4
 
msgid "Gravatar"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_profile.html:10
 
#: kallithea/templates/admin/users/user_edit_profile.html:10
 
#, fuzzy, python-format
 
#| msgid "Change your avatar at"
 
msgid "Change %s avatar at"
 
msgstr "修改你的头像"
 

	
 
#: kallithea/templates/admin/my_account/my_account_profile.html:12
 
#: kallithea/templates/admin/users/user_edit_profile.html:12
 
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:51
 
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:51
 
msgid "Avatars are disabled"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/my_account/my_account_repos.html:1
 
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:30
 
#, fuzzy
 
msgid "Repositories You Own"
 
msgstr "版本库"
 

	
 
#: kallithea/templates/admin/my_account/my_account_repos.html:13
 
#: kallithea/templates/admin/my_account/my_account_watched.html:13
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:39
 
#: kallithea/templates/admin/repos/repo_add_base.html:6
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:4
 
#: kallithea/templates/admin/repos/repos.html:38
 
#: kallithea/templates/admin/user_groups/user_groups.html:38
 
#: kallithea/templates/base/perms_summary.html:54
 
#: kallithea/templates/files/files_browser.html:62
 
#: kallithea/tests/data/templates/index_base.html.py:128
 
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:34
 
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:34
 
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:112
 
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:44
 
#: kallithea/tests/data/templates/admin/repos/repos.html.py:112
 
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:112
 
#: kallithea/tests/data/templates/base/perms_summary.html.py:111
 
#: kallithea/tests/data/templates/files/files_browser.html.py:76
 
msgid "Name"
 
msgstr "名称"
 

	
 
#: kallithea/templates/admin/my_account/my_account_watched.html:1
 
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:30
 
#, fuzzy
 
msgid "Repositories You are Watching"
 
msgstr "版本库路径"
 

	
 
#: kallithea/templates/admin/notifications/notifications.html:5
 
#: kallithea/templates/admin/notifications/notifications.html:9
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:154
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:176
 
msgid "My Notifications"
 
msgstr "我的通知"
 

	
 
#: kallithea/templates/admin/notifications/notifications.html:24
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:117
 
msgid "All"
 
msgstr "全部"
 

	
 
#: kallithea/templates/admin/notifications/notifications.html:25
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:121
 
msgid "Comments"
 
msgstr "评论"
 

	
 
#: kallithea/templates/admin/notifications/notifications.html:26
 
#: kallithea/templates/base/base.html:175
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:125
 
#: kallithea/tests/data/templates/base/base.html.py:432
 
msgid "Pull Requests"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/notifications/notifications.html:29
 
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:129
 
#, fuzzy
 
msgid "Mark All Read"
 
msgstr "全部标记为已读"
 

	
 
#: kallithea/templates/admin/notifications/notifications_data.html:12
 
#, fuzzy
 
#| msgid "Mark All Read"
 
msgid "Mark as read"
 
msgstr "全部标记为已读"
 

	
 
#: kallithea/templates/admin/notifications/notifications_data.html:21
 
#: kallithea/tests/data/templates/admin/notifications/notifications_data.html.py:76
 
msgid "No notifications here yet"
 
msgstr "无通知"
 

	
 
#: kallithea/templates/admin/notifications/show_notification.html:5
 
#: kallithea/templates/admin/notifications/show_notification.html:11
 
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:146
 
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:168
 
#, fuzzy
 
msgid "Show Notification"
 
msgstr "显示通知"
 

	
 
#: kallithea/templates/admin/notifications/show_notification.html:9
 
#: kallithea/templates/base/base.html:403
 
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:144
 
#: kallithea/tests/data/templates/base/base.html.py:640
 
msgid "Notifications"
 
msgstr "通知"
 

	
 
#: kallithea/templates/admin/permissions/permissions.html:5
 
#: kallithea/templates/admin/permissions/permissions.html:11
 
#: kallithea/templates/base/base.html:60
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:144
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:162
 
#: kallithea/tests/data/templates/base/base.html.py:259
 
#, fuzzy
 
msgid "Default Permissions"
 
msgstr "默认权限"
 

	
 
#: kallithea/templates/admin/permissions/permissions.html:28
 
#: kallithea/templates/admin/settings/settings.html:29
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:108
 
#: kallithea/tests/data/templates/admin/settings/settings.html.py:120
 
msgid "Global"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/permissions/permissions.html:29
 
#: kallithea/templates/admin/users/user_edit.html:32
 
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:114
 
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:130
 
msgid "IP Whitelist"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:4
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:39
 
msgid "Anonymous access"
 
msgstr "匿名访问"
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:9
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:43
 
#, python-format
 
msgid ""
 
"Allow access to Kallithea without needing to log in. Anonymous users use "
 
"%s user permissions."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:18
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:51
 
msgid ""
 
"All default permissions on each repository will be reset to chosen "
 
"permission, note that all custom default permission on repositories will "
 
"be lost"
 
msgstr ""
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:19
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:53
 
#, fuzzy
 
msgid "Apply to all existing repositories"
 
msgstr "已有版本库?"
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:23
 
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:55
 
msgid "Permissions for the Default user on new repositories."
 
msgstr ""
 

	
 
#: kallithea/templates/admin/permissions/permissions_globals.html:26
 
#: kallithea/templates/admin/repos/repo_add_base.html:28
0 comments (0 inline, 0 general)