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
0 comments (0 inline, 0 general)