Changeset - fb35f330e779
[Not reviewed]
default
0 1 0
mao - 9 years ago 2017-03-10 19:26:59
mao@lins.fju.edu.tw
i18n: updated translation for Chinese (Traditional)

Currently translated at 14.8% (169 of 1135 strings)
1 file changed with 31 insertions and 45 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po
Show inline comments
 
# Chinese (Taiwan) 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
 
msgid ""
 
msgstr ""
 
"Project-Id-Version: Kallithea 0.3\n"
 
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
 
"POT-Creation-Date: 2016-03-14 16:51+0100\n"
 
"PO-Revision-Date: 2015-08-21 15:52+0200\n"
 
"Last-Translator: EriCSN Chang <ericsning@gmail.com>\n"
 
"Language-Team: Chinese (Taiwan) "
 
"<https://hosted.weblate.org/projects/kallithea/kallithea/zh_TW/>\n"
 
"Plural-Forms: nplurals=1; plural=0\n"
 
"PO-Revision-Date: 2017-03-10 18:26+0000\n"
 
"Last-Translator: mao <mao@lins.fju.edu.tw>\n"
 
"Language-Team: Chinese (Traditional) "
 
"<https://hosted.weblate.org/projects/kallithea/kallithea/zh_Hant/>\n"
 
"Language: zh_TW\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.12\n"
 
"Generated-By: Babel 1.3\n"
 

	
 
#: kallithea/controllers/changelog.py:85
 
#: kallithea/controllers/pullrequests.py:240 kallithea/lib/base.py:515
 
msgid "There are no changesets yet"
 
msgstr ""
 

	
 
#: kallithea/controllers/changelog.py:164
 
#: kallithea/controllers/admin/permissions.py:61
 
#: kallithea/controllers/admin/permissions.py:65
 
#: kallithea/controllers/admin/permissions.py:69
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:104
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:8
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:7
 
#: kallithea/templates/base/perms_summary.html:14
 
msgid "None"
 
msgstr "無"
 

	
 
#: kallithea/controllers/changelog.py:167 kallithea/controllers/files.py:198
 
msgid "(closed)"
 
msgstr "(已關閉)"
 

	
 
#: kallithea/controllers/changeset.py:88
 
msgid "Show whitespace"
 
msgstr "顯示空格"
 

	
 
#: kallithea/controllers/changeset.py:95 kallithea/controllers/changeset.py:102
 
#: kallithea/templates/files/diff_2way.html:55
 
msgid "Ignore whitespace"
 
msgstr "忽略空格"
 

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

	
 
#: kallithea/controllers/changeset.py:233 kallithea/controllers/files.py:97
 
#: kallithea/controllers/files.py:117 kallithea/controllers/files.py:744
 
msgid "Such revision does not exist for this repository"
 
msgstr ""
 

	
 
#: kallithea/controllers/compare.py:161 kallithea/templates/base/root.html:41
 
msgid "Select changeset"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/error.py:71
 
#, fuzzy
 
msgid "No response"
 
msgstr "修訂"
 
msgstr "未回應"
 

	
 
#: kallithea/controllers/error.py:72
 
msgid "Unknown error"
 
msgstr ""
 

	
 
#: kallithea/controllers/error.py:100
 
msgid "The request could not be understood by the server due to malformed syntax."
 
msgstr ""
 

	
 
#: kallithea/controllers/error.py:103
 
msgid "Unauthorized access to resource"
 
msgstr ""
 

	
 
#: kallithea/controllers/error.py:105
 
msgid "You don't have permission to view this page"
 
msgstr "您沒有權限瀏覽這個頁面"
 

	
 
#: kallithea/controllers/error.py:107
 
msgid "The resource could not be found"
 
msgstr "找不到這個資源"
 

	
 
#: kallithea/controllers/error.py:109
 
msgid ""
 
"The server encountered an unexpected condition which prevented it from "
 
"fulfilling the request."
 
msgstr ""
 

	
 
#: kallithea/controllers/feed.py:55
 
#, python-format
 
msgid "Changes on %s repository"
 
msgstr "修改於版本庫 %s"
 

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

	
 
#: kallithea/controllers/feed.py:87
 
#: kallithea/templates/changeset/changeset.html:182
 
#: kallithea/templates/changeset/changeset.html:195
 
#: kallithea/templates/compare/compare_diff.html:84
 
#: kallithea/templates/compare/compare_diff.html:93
 
#: kallithea/templates/pullrequests/pullrequest_show.html:350
 
#: kallithea/templates/pullrequests/pullrequest_show.html:372
 
msgid "Changeset was too big and was cut off..."
 
msgstr ""
 

	
 
#: kallithea/controllers/feed.py:91
 
#, python-format
 
msgid "%s committed on %s"
 
msgstr ""
 
msgstr "%s 評論於 %s"
 

	
 
#: kallithea/controllers/files.py:92
 
msgid "Click here to add new file"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:93
 
#, python-format
 
msgid "There are no files yet. %s"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/files.py:307 kallithea/controllers/files.py:367
 
#: kallithea/controllers/files.py:434
 
#, python-format
 
msgid "This repository has been locked by %s on %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:319
 
msgid "You can only delete files with revision being a valid branch"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:330
 
#, python-format
 
msgid "Deleted file %s via Kallithea"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:352
 
#, python-format
 
msgid "Successfully deleted file %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:356 kallithea/controllers/files.py:422
 
#: kallithea/controllers/files.py:503
 
msgid "Error occurred during commit"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:379
 
msgid "You can only edit files with revision being a valid branch"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:393
 
#, python-format
 
msgid "Edited file %s via Kallithea"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:409
 
msgid "No changes"
 
msgstr "沒有修改"
 

	
 
#: kallithea/controllers/files.py:418 kallithea/controllers/files.py:492
 
#, python-format
 
msgid "Successfully committed to %s"
 
msgstr "成功遞交至 %s"
 

	
 
#: kallithea/controllers/files.py:445
 
msgid "Added file via Kallithea"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:466
 
msgid "No content"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:470
 
msgid "No filename"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/files.py:528
 
msgid "Downloads disabled"
 
msgstr ""
 

	
 
#: kallithea/controllers/files.py:539
 
#, python-format
 
msgid "Unknown revision %s"
 
msgstr "未知修訂 %s"
 

	
 
#: kallithea/controllers/files.py:541
 
msgid "Empty repository"
 
msgstr "空的版本庫"
 

	
 
#: kallithea/controllers/files.py:543
 
msgid "Unknown archive type"
 
msgstr "未知的存檔類型"
 

	
 
#: kallithea/controllers/files.py:773
 
#: kallithea/templates/changeset/changeset_range.html:9
 
#: kallithea/templates/email_templates/pull_request.html:15
 
#: kallithea/templates/pullrequests/pullrequest.html:97
 
msgid "Changesets"
 
msgstr "變更"
 

	
 
#: kallithea/controllers/files.py:774 kallithea/controllers/pullrequests.py:175
 
#: kallithea/model/scm.py:716 kallithea/templates/switch_to_list.html:3
 
#: kallithea/templates/branches/branches.html:10
 
msgid "Branches"
 
msgstr "分支"
 

	
 
#: kallithea/controllers/files.py:775 kallithea/controllers/pullrequests.py:176
 
#: kallithea/model/scm.py:727 kallithea/templates/switch_to_list.html:25
 
#: kallithea/templates/tags/tags.html:10
 
msgid "Tags"
 
msgstr "標籤"
 

	
 
#: kallithea/controllers/forks.py:186
 
#, python-format
 
msgid "An error occurred during repository forking %s"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/home.py:94
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:106
 
#: 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:60 kallithea/templates/base/base.html:77
 
#: kallithea/templates/base/base.html:124
 
#: kallithea/templates/base/base.html:479
 
#: kallithea/templates/base/base.html:653
 
msgid "Repositories"
 
msgstr "版本庫"
 

	
 
#: kallithea/controllers/home.py:139
 
#: kallithea/templates/files/files_add.html:32
 
#: kallithea/templates/files/files_delete.html:23
 
#: kallithea/templates/files/files_edit.html:32
 
msgid "Branch"
 
msgstr ""
 

	
 
#: kallithea/controllers/home.py:145 kallithea/templates/switch_to_list.html:16
 
msgid "Closed Branches"
 
msgstr ""
 

	
 
#: kallithea/controllers/home.py:151
 
msgid "Tag"
 
msgstr ""
 

	
 
#: kallithea/controllers/home.py:157
 
msgid "Bookmark"
 
msgstr ""
 

	
 
#: kallithea/controllers/journal.py:111 kallithea/controllers/journal.py:153
 
#: kallithea/templates/journal/public_journal.html:4
 
#: kallithea/templates/journal/public_journal.html:21
 
msgid "Public Journal"
 
msgstr "開放日誌"
 

	
 
#: kallithea/controllers/journal.py:115 kallithea/controllers/journal.py:157
 
#: kallithea/templates/base/base.html:306
 
#: kallithea/templates/journal/journal.html:4
 
#: kallithea/templates/journal/journal.html:12
 
msgid "Journal"
 
msgstr "日誌"
 

	
 
#: kallithea/controllers/login.py:144 kallithea/controllers/login.py:190
 
msgid "Bad captcha"
 
msgstr ""
 

	
 
#: kallithea/controllers/login.py:150
 
msgid "You have successfully registered with %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/login.py:195
 
#, fuzzy
 
msgid "A password reset confirmation code has been sent"
 
msgstr "您的密碼重設連結已寄出"
 
msgstr "密碼重設的確認碼已寄出"
 

	
 
#: kallithea/controllers/login.py:244
 
#, fuzzy
 
msgid "Invalid password reset token"
 
msgstr "您的密碼重設連結已寄出"
 
msgstr "無效的密碼重設確認碼"
 

	
 
#: kallithea/controllers/login.py:249
 
#: kallithea/controllers/admin/my_account.py:167
 
msgid "Successfully updated password"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/pullrequests.py:151
 
#: kallithea/templates/changeset/changeset.html:12
 
#: kallithea/templates/email_templates/changeset_comment.html:17
 
msgid "Changeset"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:172
 
msgid "Special"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:173
 
msgid "Peer branches"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:174 kallithea/model/scm.py:722
 
#: kallithea/templates/switch_to_list.html:38
 
#: kallithea/templates/bookmarks/bookmarks.html:10
 
msgid "Bookmarks"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:312
 
#, python-format
 
msgid "Error creating pull request: %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:358
 
#: kallithea/controllers/pullrequests.py:505
 
#, fuzzy
 
msgid "No description"
 
msgstr "描述"
 
msgstr "無描述"
 

	
 
#: kallithea/controllers/pullrequests.py:365
 
msgid "Successfully opened new pull request"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:368
 
#: kallithea/controllers/pullrequests.py:455
 
#: kallithea/controllers/pullrequests.py:512
 
#, python-format
 
msgid "Invalid reviewer \"%s\" specified"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:371
 
#: kallithea/controllers/pullrequests.py:458
 
msgid "Error occurred while creating pull request"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:403
 
msgid "Missing changesets since the previous pull request:"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:410
 
#, python-format
 
msgid "New changesets on %s %s since the previous pull request:"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:417
 
msgid "Ancestor didn't change - show diff since previous version:"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:424
 
#, python-format
 
msgid ""
 
"This pull request is based on another %s revision and there is no simple "
 
"diff."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:426
 
#, python-format
 
msgid "No changes found on %s %s since previous version."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:464
 
#, python-format
 
msgid "Closed, replaced by %s ."
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:472
 
msgid "Pull request update created"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:516
 
msgid "Pull request updated"
 
msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:531
 
msgid "Successfully deleted pull request"
 
msgstr ""
 

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

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

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

	
 
#: kallithea/controllers/pullrequests.py:621
 
msgid "No changesets found for updating this pull request."
 
msgstr ""
 

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

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

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

	
 
#: kallithea/controllers/pullrequests.py:738
 
#, fuzzy, python-format
 
msgid "Successfully deleted pull request %s"
 
msgstr "成功遞交至 %s"
 

	
 
#: kallithea/controllers/pullrequests.py:748
 
#, fuzzy
 
msgid "Closing."
 
msgstr "使用中"
 
msgstr "關閉中。"
 

	
 
#: kallithea/controllers/search.py:135
 
msgid "Invalid search query. Try quoting it."
 
msgstr "無效的查詢。請使用跳脫字元"
 
msgstr "無效的查詢。請使用跳脫字元"
 

	
 
#: kallithea/controllers/search.py:140
 
msgid "There is no index to search in. Please run whoosh indexer"
 
msgstr "沒有任何索引可以搜尋。請執行 whoosh 建立索引"
 

	
 
#: kallithea/controllers/search.py:144
 
msgid "An error occurred during search operation."
 
msgstr ""
 

	
 
#: kallithea/controllers/summary.py:181
 
#: kallithea/templates/summary/summary.html:384
 
msgid "No data ready yet"
 
msgstr ""
 

	
 
#: kallithea/controllers/summary.py:184
 
#: kallithea/templates/summary/summary.html:98
 
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:97
 
msgid "Default settings updated successfully"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/defaults.py:112
 
msgid "Error occurred during update of defaults"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:58
 
#: kallithea/controllers/admin/my_account.py:243
 
#: kallithea/controllers/admin/users.py:284
 
msgid "Forever"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:59
 
#: kallithea/controllers/admin/my_account.py:244
 
#: kallithea/controllers/admin/users.py:285
 
msgid "5 minutes"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:60
 
#: kallithea/controllers/admin/my_account.py:245
 
#: kallithea/controllers/admin/users.py:286
 
msgid "1 hour"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:61
 
#: kallithea/controllers/admin/my_account.py:246
 
#: kallithea/controllers/admin/users.py:287
 
msgid "1 day"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:62
 
#: kallithea/controllers/admin/my_account.py:247
 
#: kallithea/controllers/admin/users.py:288
 
msgid "1 month"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:66
 
#: kallithea/controllers/admin/my_account.py:249
 
#: kallithea/controllers/admin/users.py:290
 
msgid "Lifetime"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:145
 
msgid "Error occurred during gist creation"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/admin/gists.py:232
 
#, fuzzy
 
msgid "Unmodified"
 
msgstr "最後修改"
 
msgstr "未修改"
 

	
 
#: kallithea/controllers/admin/gists.py:261
 
msgid "Successfully updated gist content"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:266
 
msgid "Successfully updated gist data"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/gists.py:269
 
#, python-format
 
msgid "Error occurred during update of gist %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:70 kallithea/model/user.py:215
 
#: kallithea/model/user.py:237
 
msgid "You can't edit this user since it's crucial for entire application"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:129
 
msgid "Your account was updated successfully"
 
msgstr "您的帳號已更新完成"
 

	
 
#: kallithea/controllers/admin/my_account.py:144
 
#: kallithea/controllers/admin/users.py:201
 
#, python-format
 
msgid "Error occurred during update of user %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:178
 
msgid "Error occurred during update of user password"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:220
 
#: kallithea/controllers/admin/users.py:414
 
#, python-format
 
msgid "Added email %s to user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:226
 
#: kallithea/controllers/admin/users.py:420
 
msgid "An error occurred during email saving"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:235
 
#: kallithea/controllers/admin/users.py:432
 
msgid "Removed email from user"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:259
 
#: kallithea/controllers/admin/users.py:307
 
msgid "API key successfully created"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:271
 
#: kallithea/controllers/admin/users.py:320
 
msgid "API key successfully reset"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/my_account.py:275
 
#: kallithea/controllers/admin/users.py:324
 
msgid "API key successfully deleted"
 
msgstr ""
 

	
 
#: 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:8
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:9
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:8
 
#: kallithea/templates/base/perms_summary.html:15
 
msgid "Read"
 
msgstr "讀"
 

	
 
#: 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:9
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:10
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:9
 
#: kallithea/templates/base/perms_summary.html:16
 
msgid "Write"
 
msgstr "寫"
 

	
 
#: kallithea/controllers/admin/permissions.py:64
 
#: kallithea/controllers/admin/permissions.py:68
 
#: kallithea/controllers/admin/permissions.py:72
 
#: 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:10
 
#: kallithea/templates/admin/repos/repo_add.html:10
 
#: kallithea/templates/admin/repos/repo_add.html:14
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:11
 
#: kallithea/templates/admin/repos/repos.html:9
 
#: 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:10
 
#: kallithea/templates/admin/users/user_add.html:8
 
#: kallithea/templates/admin/users/user_edit.html:9
 
#: kallithea/templates/admin/users/user_edit_profile.html:105
 
#: kallithea/templates/admin/users/users.html:10
 
#: kallithea/templates/admin/users/users.html:55
 
#: kallithea/templates/base/base.html:336
 
#: kallithea/templates/base/base.html:337
 
#: kallithea/templates/base/base.html:343
 
#: kallithea/templates/base/base.html:344
 
#: kallithea/templates/base/perms_summary.html:17
 
msgid "Admin"
 
msgstr "管理"
 

	
 
#: kallithea/controllers/admin/permissions.py:75
 
#: kallithea/controllers/admin/permissions.py:86
 
#: kallithea/controllers/admin/permissions.py:91
 
#: kallithea/controllers/admin/permissions.py:94
 
#: kallithea/controllers/admin/permissions.py:97
 
#: kallithea/controllers/admin/permissions.py:100
 
#: kallithea/templates/admin/auth/auth_settings.html:40
 
msgid "Disabled"
 
msgstr "停用"
 

	
 
#: kallithea/controllers/admin/permissions.py:77
 
msgid "Allowed with manual account activation"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:79
 
msgid "Allowed with automatic account activation"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:82
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1439
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1485
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1542
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1543
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1564
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1603
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1655
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1682 kallithea/model/db.py:1705
 
msgid "Manual activation of external account"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:83
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1440
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1486
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1543
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1544
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1565
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1604
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1656
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1683 kallithea/model/db.py:1706
 
msgid "Automatic activation of external account"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:87
 
#: kallithea/controllers/admin/permissions.py:90
 
#: 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:40
 
msgid "Enabled"
 
msgstr "啟用"
 

	
 
#: kallithea/controllers/admin/permissions.py:124
 
msgid "Global permissions updated successfully"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/permissions.py:139
 
msgid "Error occurred during update of permissions"
 
msgstr ""
 

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

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/admin/repo_groups.py:404
 
#: kallithea/controllers/admin/repo_groups.py:439
 
#: kallithea/controllers/admin/user_groups.py:340
 
msgid "Cannot revoke permission for yourself as admin"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/admin/repo_groups.py:456
 
#: kallithea/controllers/admin/repos.py:397
 
#: kallithea/controllers/admin/user_groups.py:352
 
msgid "An error occurred during revoking of permission"
 
msgstr ""
 

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/admin/repos.py:320
 
#, python-format
 
msgid "Cannot delete repository %s which still has forks"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:325
 
#, python-format
 
msgid "An error occurred during deletion of %s"
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/controllers/admin/repos.py:490
 
msgid "Updated repository visibility in public journal"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:494
 
msgid "An error occurred during setting this repository in public journal"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/admin/repos.py:513
 
#, python-format
 
msgid "Marked repository %s as fork of %s"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:520
 
msgid "An error occurred during this operation"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:536
 
#: kallithea/controllers/admin/repos.py:563
 
#, fuzzy
 
msgid "Repository has been locked"
 
msgstr ""
 
msgstr "儲存所已被鎖定"
 

	
 
#: kallithea/controllers/admin/repos.py:539
 
#: kallithea/controllers/admin/repos.py:560
 
#, fuzzy
 
msgid "Repository has been unlocked"
 
msgstr ""
 
msgstr "儲存所已打開"
 

	
 
#: kallithea/controllers/admin/repos.py:542
 
#: kallithea/controllers/admin/repos.py:567
 
msgid "An error occurred during unlocking"
 
msgstr ""
 

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

	
 
#: kallithea/controllers/admin/repos.py:585
 
msgid "An error occurred during cache invalidation"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:600
 
msgid "Pulled from remote location"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:603
 
msgid "An error occurred during pull from remote location"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/repos.py:636
 
msgid "An error occurred during deletion of repository stats"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/settings.py:141
 
msgid "Updated VCS settings"
 
msgstr ""
 

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

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

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

	
 
#: kallithea/controllers/admin/settings.py:244
 
msgid "Updated application settings"
 
msgstr "更新應用設定"
 

	
 
#: kallithea/controllers/admin/settings.py:301
 
msgid "Updated visualisation settings"
 
msgstr ""
 

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

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

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

	
 
#: kallithea/controllers/admin/settings.py:378
 
msgid "Added new hook"
 
msgstr "新增hook"
 

	
 
#: kallithea/controllers/admin/settings.py:392
 
msgid "Updated hooks"
 
msgstr "更新hook"
 

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

	
 
#: kallithea/controllers/admin/settings.py:422
 
msgid "Whoosh reindex task scheduled"
 
msgstr "Whoosh 重新索引工作排程"
 

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

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/admin/user_groups.py:440
 
#: kallithea/controllers/admin/users.py:383
 
msgid "Updated permissions"
 
msgstr ""
 

	
 
#: kallithea/controllers/admin/user_groups.py:444
 
#: kallithea/controllers/admin/users.py:387
 
msgid "An error occurred during permissions saving"
 
msgstr ""
 

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

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

	
 
#: kallithea/controllers/admin/users.py:181
 
msgid "User updated successfully"
 
msgstr "使用者更新完成"
 

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

	
 
#: kallithea/controllers/admin/users.py:222
 
msgid "An error occurred during deletion of user"
 
msgstr ""
 

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

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

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

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

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

	
 
#: kallithea/lib/auth.py:750
 
msgid "Invalid API key"
 
msgstr ""
 

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

	
 
#: kallithea/lib/auth.py:813
 
msgid "You need to be a registered user to perform this action"
 
msgstr "您必須是註冊使用者才能執行這個動作"
 

	
 
#: kallithea/lib/auth.py:843
 
msgid "You need to be signed in to view this page"
 
msgstr "您必須登入後才能瀏覽這個頁面"
 

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

	
 
#: kallithea/lib/base.py:519 kallithea/lib/helpers.py:623
 
msgid "Changeset not found"
 
msgstr ""
 

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

	
 
#: kallithea/lib/diffs.py:82
 
msgid "Changeset was too big and was cut off, use diff menu to display this diff"
 
msgstr ""
 

	
 
#: kallithea/lib/diffs.py:92
 
msgid "No changes detected"
 
msgstr "尚未有任何變更"
 

	
 
#: kallithea/lib/helpers.py:610
 
#, python-format
 
msgid "Deleted branch: %s"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:612
 
#, python-format
 
msgid "Created tag: %s"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:672
 
#, python-format
 
msgid "Show all combined changesets %s->%s"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:678
 
msgid "Compare view"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:697
 
msgid "and"
 
msgstr "和"
 

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

	
 
#: kallithea/lib/helpers.py:699 kallithea/templates/changelog/changelog.html:44
 
msgid "revisions"
 
msgstr "修訂"
 

	
 
#: kallithea/lib/helpers.py:723
 
#, fuzzy, python-format
 
#, python-format
 
msgid "Fork name %s"
 
msgstr "分支名稱"
 
msgstr "分支名稱 %s"
 

	
 
#: kallithea/lib/helpers.py:743
 
#, fuzzy, python-format
 
#, python-format
 
msgid "Pull request %s"
 
msgstr "文件內容"
 
msgstr "提取要求 %s"
 

	
 
#: kallithea/lib/helpers.py:753
 
msgid "[deleted] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:755 kallithea/lib/helpers.py:767
 
msgid "[created] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:757
 
msgid "[created] repository as fork"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:759 kallithea/lib/helpers.py:769
 
msgid "[forked] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:761 kallithea/lib/helpers.py:771
 
msgid "[updated] repository"
 
msgstr ""
 

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

	
 
#: kallithea/lib/helpers.py:765
 
msgid "[delete] repository"
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/lib/helpers.py:781
 
msgid "[commented] on revision in repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:783
 
msgid "[commented] on pull request for"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:785
 
msgid "[closed] pull request for"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:787
 
msgid "[pushed] into"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:789
 
msgid "[committed via Kallithea] into repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:791
 
msgid "[pulled from remote] into repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:793
 
msgid "[pulled] from"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:795
 
msgid "[started following] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:797
 
msgid "[stopped following] repository"
 
msgstr ""
 

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

	
 
#: kallithea/lib/helpers.py:1128
 
#: kallithea/templates/compare/compare_diff.html:71
 
#: kallithea/templates/pullrequests/pullrequest_show.html:337
 
msgid "No files"
 
msgstr ""
 

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

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

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

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

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

	
 
#: kallithea/lib/helpers.py:1469
 
#, 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 ""
 

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/lib/utils2.py:465
 
msgid "just now"
 
msgstr "現在"
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1163
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1182
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1303
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1388
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1408
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1454
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1511
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1512
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1533
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1572
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1622
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1649
 
msgid "Repository no access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1164
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1183
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1304
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1389
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1409
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1455
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1512
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1513
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1534
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1573
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1623
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1650
 
msgid "Repository read access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1165
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1184
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1305
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1390
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1410
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1456
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1513
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1514
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1535
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1574
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1624
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1651
 
msgid "Repository write access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1166
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1185
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1306
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1391
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1411
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1457
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1514
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1515
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1536
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1575
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1625
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1652
 
msgid "Repository admin access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1168
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1187
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1308
 
msgid "Repository Group no access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1169
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1188
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1309
 
msgid "Repository Group read access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1170
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1189
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1310
 
msgid "Repository Group write access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1171
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1190
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1311
 
msgid "Repository Group admin access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1173
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1192
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1313
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1398
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1406
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1452
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1509
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1510
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1531
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1570
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1620
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1647 kallithea/model/db.py:1669
 
msgid "Kallithea Administrator"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1174
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1193
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1314
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1399
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1429
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1475
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1532
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1533
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1554
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1593
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1643
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1670
 
msgid "Repository creation disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1175
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1194
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1315
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1400
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1430
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1476
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1533
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1534
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1555
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1594
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1644
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1671
 
msgid "Repository creation enabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1176
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1195
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1316
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1401
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1432
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1478
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1535
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1536
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1557
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1596
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1648
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1675
 
msgid "Repository forking disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1177
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1196
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1317
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1402
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1433
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1479
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1536
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1537
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1558
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1597
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1649
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1676
 
msgid "Repository forking enabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1178
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1197
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1318
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1403
 
msgid "Register disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1179
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1198
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1319
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1404
 
msgid "Register new user with Kallithea with manual activation"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1182
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1201
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1322
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1407
 
msgid "Register new user with Kallithea with auto activation"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1623
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1650
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1763
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1838
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1934
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1980
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:2040
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:2041
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:2062
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:2101
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:2154
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:2200
 
msgid "Not Reviewed"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1624
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1651
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1764
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1839
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1935
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1981
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:2041
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:2042
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:2063
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:2102
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:2155
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:2201 kallithea/model/db.py:2237
 
msgid "Approved"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1625
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1652
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1765
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1840
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1936
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1982
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:2042
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:2043
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:2064
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:2103
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:2156
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:2202 kallithea/model/db.py:2238
 
msgid "Rejected"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_4_0.py:1626
 
#: kallithea/lib/dbmigrate/schema/db_1_5_0.py:1653
 
#: kallithea/lib/dbmigrate/schema/db_1_5_2.py:1766
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1841
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1937
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1983
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:2043
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:2044
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:2065
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:2104
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:2157
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:2203
 
msgid "Under Review"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1252
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1270
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1300
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1357
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1358
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1379
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1418
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1471
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1498 kallithea/model/db.py:1518
 
msgid "top level"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1393
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1413
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1459
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1516
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1517
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1538
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1577
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1627
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1654
 
msgid "Repository group no access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1394
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1414
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1460
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1517
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1518
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1539
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1578
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1628
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1655
 
msgid "Repository group read access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1395
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1415
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1461
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1518
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1519
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1540
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1579
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1629
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1656
 
msgid "Repository group write access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_6_0.py:1396
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1416
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1462
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1519
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1520
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1541
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1580
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1630
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1657
 
msgid "Repository group admin access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1418
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1464
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1521
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1522
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1543
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1582
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1632
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1659
 
msgid "User group no access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1419
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1465
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1522
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1523
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1544
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1583
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1633
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1660
 
msgid "User group read access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1420
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1466
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1523
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1524
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1545
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1584
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1634
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1661
 
msgid "User group write access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1421
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1467
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1524
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1525
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1546
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1585
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1635
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1662
 
msgid "User group admin access"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1423
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1469
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1526
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1527
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1548
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1587
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1637
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1664
 
msgid "Repository Group creation disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1424
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1470
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1527
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1528
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1549
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1588
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1638
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1665
 
msgid "Repository Group creation enabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1426
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1472
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1529
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1530
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1551
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1590
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1640
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1667
 
msgid "User Group creation disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1427
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1473
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1530
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1531
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1552
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1591
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1641
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1668
 
msgid "User Group creation enabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1435
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1481
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1538
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1539
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1560
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1599
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1651
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1678 kallithea/model/db.py:1701
 
msgid "Registration disabled"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1436
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1482
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1539
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1540
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1561
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1600
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1652
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1679
 
msgid "User Registration with manual account activation"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_1_7_0.py:1437
 
#: kallithea/lib/dbmigrate/schema/db_1_8_0.py:1483
 
#: kallithea/lib/dbmigrate/schema/db_2_0_0.py:1540
 
#: kallithea/lib/dbmigrate/schema/db_2_0_1.py:1541
 
#: kallithea/lib/dbmigrate/schema/db_2_0_2.py:1562
 
#: kallithea/lib/dbmigrate/schema/db_2_1_0.py:1601
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1653
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1680
 
msgid "User Registration with automatic account activation"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1645
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1672 kallithea/model/db.py:1695
 
msgid "Repository creation enabled with write permission to a repository group"
 
msgstr ""
 

	
 
#: kallithea/lib/dbmigrate/schema/db_2_2_0.py:1646
 
#: kallithea/lib/dbmigrate/schema/db_2_2_3.py:1673 kallithea/model/db.py:1696
 
msgid "Repository creation disabled with write permission to a repository group"
 
msgstr ""
 

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

	
 
#: kallithea/model/comment.py:217 kallithea/model/pull_request.py:170
 
msgid "[Mention]"
 
msgstr ""
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/model/db.py:1698
 
#, fuzzy
 
msgid "Only admins can fork repositories"
 
msgstr "建立版本庫"
 
msgstr "祗有管理者才能分歧版本庫"
 

	
 
#: kallithea/model/db.py:1699
 
#, fuzzy
 
msgid "Non-admins can fork repositories"
 
msgstr "建立版本庫"
 

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

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

	
 
#: kallithea/model/db.py:2236
 
#, fuzzy
 
msgid "Not reviewed"
 
msgstr ""
 
msgstr "未審核"
 

	
 
#: kallithea/model/db.py:2239
 
#, fuzzy
 
msgid "Under review"
 
msgstr ""
 
msgstr "審核中"
 

	
 
#: kallithea/model/forms.py:57
 
msgid "Please enter a login"
 
msgstr "請登入"
 

	
 
#: kallithea/model/forms.py:58
 
#, python-format
 
msgid "Enter a value %(min)i characters long or more"
 
msgstr ""
 

	
 
#: kallithea/model/forms.py:66
 
msgid "Please enter a password"
 
msgstr "請輸入密碼"
 

	
 
#: kallithea/model/forms.py:67
 
#, python-format
 
msgid "Enter %(min)i characters or more"
 
msgstr ""
 

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

	
 
#: kallithea/model/notification.py:254
 
#, python-format
 
msgid "%(user)s commented on changeset %(age)s"
 
msgstr ""
 

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

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/model/notification.py:302
 
#, python-format
 
msgid "[Comment] %(repo_name)s changeset %(short_id)s on %(branch)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:305
 
#, python-format
 
msgid "New user %(new_username)s registered"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:307
 
#, python-format
 
msgid "[Added] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:308
 
#, python-format
 
msgid "[Comment] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s"
 
msgstr ""
 

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

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

	
 
#: kallithea/model/scm.py:708
 
msgid "latest tip"
 
msgstr ""
 

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

	
 
#: kallithea/model/user.py:256
 
#, fuzzy
 
msgid "You can't remove this user since it is crucial for the entire application"
 
msgstr "您無法移除這個使用者,因為他是系統帳號"
 
msgstr "您無法移除這個使用者,因為係供整個應用使用"
 

	
 
#: kallithea/model/user.py:261
 
#, python-format
 
msgid ""
 
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
 
"owners or remove those repositories: %s"
 
msgstr ""
 

	
 
#: kallithea/model/user.py:266
 
#, python-format
 
msgid ""
 
"User \"%s\" still owns %s repository groups and cannot be removed. Switch"
 
" owners or remove those repository groups: %s"
 
msgstr ""
 

	
 
#: kallithea/model/user.py:273
 
#, python-format
 
msgid ""
 
"User \"%s\" still owns %s user groups and cannot be removed. Switch "
 
"owners or remove those user groups: %s"
 
msgstr ""
 

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

	
 
#: kallithea/model/user.py:418
 
msgid "Password reset notification"
 
msgstr ""
 

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

	
 
#: kallithea/model/validators.py:77 kallithea/model/validators.py:78
 
msgid "Value cannot be an empty list"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:96
 
#, python-format
 
msgid "Username \"%(username)s\" already exists"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:98
 
#, python-format
 
msgid "Username \"%(username)s\" cannot be used"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:100
 
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:127
 
msgid "The input is not valid"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:134
 
#, python-format
 
msgid "Username %(username)s is not valid"
 
msgstr ""
 

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

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

	
 
#: kallithea/model/validators.py:157
 
msgid ""
 
"user group name may only contain alphanumeric characters underscores, "
 
"periods or dashes and must begin with alphanumeric character"
 
msgstr ""
 
msgstr "使用者羣組名稱可以包括文數字字元、底線、句點或破折號,必須以文數字啟頭"
 

	
 
#: kallithea/model/validators.py:197
 
msgid "Cannot assign this group as parent"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:198
 
#, python-format
 
msgid "Group \"%(group_name)s\" already exists"
 
msgstr ""
 

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

	
 
#: kallithea/model/validators.py:258
 
msgid "Invalid characters (non-ascii) in password"
 
msgstr ""
 

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

	
 
#: kallithea/model/validators.py:289
 
msgid "Passwords do not match"
 
msgstr "密碼不相符"
 

	
 
#: kallithea/model/validators.py:304
 
#, fuzzy
 
msgid "Invalid username or password"
 
msgstr "無效的密碼"
 
msgstr "無效的用戶名稱或密碼"
 

	
 
#: kallithea/model/validators.py:335
 
msgid "Token mismatch"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:351
 
#, python-format
 
msgid "Repository name %(repo)s is not allowed"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:353
 
#, python-format
 
msgid "Repository named %(repo)s already exists"
 
msgstr ""
 

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

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

	
 
#: kallithea/model/validators.py:470
 
#, fuzzy
 
msgid "Invalid repository URL"
 
msgstr "私有版本庫"
 
msgstr "無效的版本庫 URL"
 

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

	
 
#: kallithea/model/validators.py:496
 
msgid "Fork has to be the same type as parent"
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/model/validators.py:697
 
msgid "This is not a valid path"
 
msgstr "不是一個有效的路徑"
 

	
 
#: kallithea/model/validators.py:714
 
#, fuzzy
 
msgid "This email address is already in use"
 
msgstr "這個郵件位址已經使用了"
 

	
 
#: kallithea/model/validators.py:734
 
#, python-format
 
msgid "Email address \"%(email)s\" not found"
 
msgstr ""
 

	
 
#: kallithea/model/validators.py:771
 
msgid ""
 
"The LDAP Login attribute of the CN must be specified - this is the name "
 
"of the attribute that is equivalent to \"username\""
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/model/validators.py:847
 
#, 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:17
 
msgid "About"
 
msgstr ""
 

	
 
#: kallithea/templates/index.html:5
 
msgid "Dashboard"
 
msgstr "儀表板"
 

	
 
#: kallithea/templates/index_base.html:6
 
#: kallithea/templates/admin/my_account/my_account_repos.html:3
 
#: kallithea/templates/admin/my_account/my_account_watched.html:3
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
 
#: kallithea/templates/admin/repos/repos.html:9
 
#: kallithea/templates/admin/user_groups/user_groups.html:9
 
#: kallithea/templates/admin/users/users.html:9
 
#: kallithea/templates/bookmarks/bookmarks.html:9
 
#: kallithea/templates/branches/branches.html:9
 
#: kallithea/templates/journal/journal.html:9
 
#: kallithea/templates/journal/journal.html:48
 
#: kallithea/templates/journal/journal.html:49
 
#: kallithea/templates/tags/tags.html:9
 
msgid "quick filter..."
 
msgstr "快速過濾..."
 

	
 
#: kallithea/templates/index_base.html:6
 
msgid "repositories"
 
msgstr "個版本庫"
 

	
 
#: kallithea/templates/index_base.html:20
 
#: kallithea/templates/index_base.html:25
 
#: kallithea/templates/admin/repos/repo_add.html:5
 
#: kallithea/templates/admin/repos/repo_add.html:19
 
#: kallithea/templates/admin/repos/repos.html:22
 
msgid "Add Repository"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:22
 
#: kallithea/templates/index_base.html:27
 
#: 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:26
 
msgid "Add Repository Group"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:32
 
msgid "You have admin right to this group, and can edit it"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:32
 
msgid "Edit Repository Group"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:45
 
msgid "Group Name"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:46
 
#: kallithea/templates/index_base.html:127
 
#: kallithea/templates/admin/my_account/my_account_api_keys.html:64
 
#: kallithea/templates/admin/repo_groups/repo_group_add.html:42
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:17
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:47
 
#: kallithea/templates/admin/repos/repo_add_base.html:28
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:65
 
#: kallithea/templates/admin/repos/repos.html:48
 
#: kallithea/templates/admin/user_groups/user_group_add.html:40
 
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:15
 
#: kallithea/templates/admin/user_groups/user_groups.html:47
 
#: kallithea/templates/admin/users/user_edit_api_keys.html:64
 
#: kallithea/templates/email_templates/changeset_comment.html:18
 
#: kallithea/templates/email_templates/pull_request.html:12
 
#: kallithea/templates/forks/fork.html:38
 
#: kallithea/templates/pullrequests/pullrequest.html:40
 
#: kallithea/templates/pullrequests/pullrequest_show.html:38
 
#: kallithea/templates/pullrequests/pullrequest_show.html:63
 
#: kallithea/templates/summary/summary.html:85
 
msgid "Description"
 
msgstr "描述"
 

	
 
#: kallithea/templates/index_base.html:125
 
#: kallithea/templates/admin/my_account/my_account_repos.html:46
 
#: kallithea/templates/admin/my_account/my_account_watched.html:46
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:46
 
#: kallithea/templates/admin/repos/repo_add_base.html:9
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:7
 
#: kallithea/templates/admin/repos/repos.html:47
 
#: kallithea/templates/admin/user_groups/user_groups.html:46
 
#: kallithea/templates/base/perms_summary.html:53
 
#: kallithea/templates/bookmarks/bookmarks.html:49
 
#: kallithea/templates/bookmarks/bookmarks_data.html:7
 
#: kallithea/templates/branches/branches.html:49
 
#: kallithea/templates/branches/branches_data.html:7
 
#: kallithea/templates/files/files_browser.html:60
 
#: kallithea/templates/journal/journal.html:187
 
#: kallithea/templates/journal/journal.html:278
 
#: kallithea/templates/tags/tags.html:49
 
#: kallithea/templates/tags/tags_data.html:7
 
msgid "Name"
 
msgstr "名稱"
 

	
 
#: kallithea/templates/index_base.html:128
 
msgid "Last Change"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:130
 
#: kallithea/templates/admin/my_account/my_account_repos.html:48
 
#: kallithea/templates/admin/my_account/my_account_watched.html:48
 
#: kallithea/templates/admin/repos/repos.html:49
 
#: kallithea/templates/journal/journal.html:189
 
#: kallithea/templates/journal/journal.html:280
 
msgid "Tip"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:132
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:10
 
#: kallithea/templates/admin/repo_groups/repo_groups.html:49
 
#: kallithea/templates/admin/repos/repo_edit_settings.html:53
 
#: kallithea/templates/admin/repos/repos.html:50
 
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:8
 
#: kallithea/templates/admin/user_groups/user_groups.html:50
 
#: kallithea/templates/pullrequests/pullrequest_data.html:16
 
#: kallithea/templates/pullrequests/pullrequest_show.html:156
 
#: kallithea/templates/pullrequests/pullrequest_show.html:244
 
#: kallithea/templates/summary/summary.html:134
 
msgid "Owner"
 
msgstr "擁有者"
 

	
 
#: kallithea/templates/index_base.html:140
 
#: kallithea/templates/admin/my_account/my_account_repos.html:57
 
#: kallithea/templates/admin/my_account/my_account_watched.html:57
 
#: kallithea/templates/base/root.html:43
 
#: kallithea/templates/bookmarks/bookmarks.html:79
 
#: kallithea/templates/branches/branches.html:79
 
#: kallithea/templates/journal/journal.html:198
 
#: kallithea/templates/journal/journal.html:289
 
#: kallithea/templates/tags/tags.html:79
 
msgid "Click to sort ascending"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:141
 
#: kallithea/templates/admin/my_account/my_account_repos.html:58
 
#: kallithea/templates/admin/my_account/my_account_watched.html:58
 
#: kallithea/templates/base/root.html:44
 
#: kallithea/templates/bookmarks/bookmarks.html:80
 
#: kallithea/templates/branches/branches.html:80
 
#: kallithea/templates/journal/journal.html:199
 
#: kallithea/templates/journal/journal.html:290
 
#: kallithea/templates/tags/tags.html:80
 
msgid "Click to sort descending"
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:142
 
msgid "No repositories found."
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:143
 
#: kallithea/templates/admin/my_account/my_account_repos.html:60
 
#: kallithea/templates/admin/my_account/my_account_watched.html:60
 
#: kallithea/templates/base/root.html:46
 
#: kallithea/templates/bookmarks/bookmarks.html:82
 
#: kallithea/templates/branches/branches.html:82
 
#: kallithea/templates/journal/journal.html:201
 
#: kallithea/templates/journal/journal.html:292
 
#: kallithea/templates/tags/tags.html:82
 
msgid "Data error."
 
msgstr ""
 

	
 
#: kallithea/templates/index_base.html:144
 
#: kallithea/templates/admin/my_account/my_account_repos.html:61
 
#: kallithea/templates/admin/my_account/my_account_watched.html:61
 
#: kallithea/templates/base/root.html:47
 
#: kallithea/templates/bookmarks/bookmarks.html:83
 
#: kallithea/templates/branches/branches.html:83
 
#: kallithea/templates/journal/journal.html:202
 
#: kallithea/templates/journal/journal.html:293
 
#: kallithea/templates/tags/tags.html:83
 
msgid "Loading..."
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:5 kallithea/templates/login.html:15
 
#: kallithea/templates/base/base.html:414
 
msgid "Log In"
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:13
 
#, python-format
 
msgid "Log In to %s"
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:26 kallithea/templates/register.html:24
 
#: kallithea/templates/admin/admin_log.html:5
 
#: kallithea/templates/admin/my_account/my_account_profile.html:25
 
#: kallithea/templates/admin/users/user_add.html:32
 
#: kallithea/templates/admin/users/user_edit_profile.html:24
 
#: kallithea/templates/admin/users/users.html:50
 
#: kallithea/templates/base/base.html:390
 
#: kallithea/templates/pullrequests/pullrequest_show.html:166
 
msgid "Username"
 
msgstr "帳號"
 

	
 
#: kallithea/templates/login.html:33 kallithea/templates/register.html:33
 
#: kallithea/templates/admin/my_account/my_account.html:37
 
#: kallithea/templates/admin/users/user_add.html:41
 
#: kallithea/templates/base/base.html:399
 
msgid "Password"
 
msgstr "密碼"
 

	
 
#: kallithea/templates/login.html:44
 
msgid "Remember me"
 
msgstr ""
 

	
 
#: kallithea/templates/login.html:53
 
msgid "Forgot your password ?"
 
msgstr "忘記您的密碼?"
 

	
 
#: kallithea/templates/login.html:56 kallithea/templates/base/base.html:410
 
msgid "Don't have an account ?"
 
msgstr "沒有帳號?"
 

	
 
#: kallithea/templates/login.html:59
 
msgid "Sign In"
 
msgstr "登入"
 

	
 
#: kallithea/templates/password_reset.html:5
 
msgid "Password Reset"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:12
 
#: kallithea/templates/password_reset_confirmation.html:12
 
#, fuzzy, 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:14
 
#, fuzzy
 
msgid "Reset Your Password"
 
msgstr "忘記您的密碼?"
 

	
 
#: kallithea/templates/password_reset.html:25
 
msgid "Email Address"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:35
 
#: kallithea/templates/register.html:79
 
msgid "Captcha"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:46
 
msgid "Send Password Reset Email"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset.html:47
 
#, 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:19
 
#, python-format
 
msgid "You are about to set a new password for the email address %s."
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset_confirmation.html:20
 
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:30
 
msgid "Code you received in the email"
 
msgstr ""
 

	
 
#: kallithea/templates/password_reset_confirmation.html:39
 
#, fuzzy
 
msgid "New Password"
 
msgstr "新密碼"
 

	
 
#: kallithea/templates/password_reset_confirmation.html:48
 
#, fuzzy
 
msgid "Confirm New Password"
 
msgstr "新密碼"
 

	
 
#: kallithea/templates/password_reset_confirmation.html:56
 
msgid "Confirm"
 
msgstr ""
 

	
 
#: kallithea/templates/register.html:5 kallithea/templates/register.html:14
 
#: kallithea/templates/register.html:90
 
msgid "Sign Up"
 
msgstr "登入"
 

	
 
#: kallithea/templates/register.html:12
 
#, python-format
 
msgid "Sign Up to %s"
 
msgstr ""
 

	
 
#: kallithea/templates/register.html:42
 
msgid "Re-enter password"
 
msgstr "確認密碼"
 

	
 
#: kallithea/templates/register.html:51
 
#: kallithea/templates/admin/my_account/my_account_profile.html:34
 
#: kallithea/templates/admin/users/user_add.html:59
 
#: kallithea/templates/admin/users/user_edit_profile.html:78
 
#: kallithea/templates/admin/users/users.html:51
 
msgid "First Name"
 
msgstr "名"
 

	
 
#: kallithea/templates/register.html:60
 
#: kallithea/templates/admin/my_account/my_account_profile.html:43
 
#: kallithea/templates/admin/users/user_add.html:68
 
#: kallithea/templates/admin/users/user_edit_profile.html:87
 
@@ -6025,385 +6012,384 @@ msgstr "下載 %s 為 %s"
 
#, python-format
 
msgid "%s Tags"
 
msgstr ""
 

	
 
#: kallithea/templates/tags/tags.html:26
 
msgid "Compare Tags"
 
msgstr ""
 

	
 
#~ msgid "No comments."
 
#~ msgstr ""
 

	
 
#~ msgid "public journal"
 
#~ msgstr ""
 

	
 
#~ msgid "journal"
 
#~ msgstr "日誌"
 

	
 
#~ msgid "bad captcha"
 
#~ msgstr ""
 

	
 
#~ msgid "forever"
 
#~ msgstr ""
 

	
 
#~ msgid "unmodified"
 
#~ msgstr ""
 

	
 
#~ msgid "Cannot delete %s it still contains attached forks"
 
#~ msgstr ""
 

	
 
#~ msgid "Locked repository"
 
#~ msgstr ""
 

	
 
#~ msgid "Unlocked repository"
 
#~ msgstr ""
 

	
 
#~ msgid "Unlocked"
 
#~ msgstr ""
 

	
 
#~ msgid "Locked"
 
#~ msgstr ""
 

	
 
#~ msgid "Repository has been %s"
 
#~ msgstr ""
 

	
 
#~ msgid "You can't edit this user"
 
#~ msgstr "您無法編輯這位使用者"
 

	
 
#~ msgid "compare view"
 
#~ msgstr ""
 

	
 
#~ msgid "fork name %s"
 
#~ msgstr ""
 

	
 
#~ msgid "Pull request #%s"
 
#~ msgstr ""
 

	
 
#~ msgid "No Files"
 
#~ msgstr "沒有檔案"
 

	
 
#~ msgid ""
 
#~ msgstr ""
 

	
 
#~ msgid "%(user)s wants you to review pull request #%(pr_id)s: %(pr_title)s"
 
#~ msgstr ""
 

	
 
#~ msgid "Username \"%(username)s\" is forbidden"
 
#~ msgstr ""
 

	
 
#~ msgid "invalid user name"
 
#~ msgstr "無效的使用者名稱"
 

	
 
#~ msgid "Your account is disabled"
 
#~ msgstr "您的帳號已被停用"
 

	
 
#~ msgid "Repository name %(repo)s is disallowed"
 
#~ msgstr ""
 

	
 
#~ msgid "invalid clone URL"
 
#~ msgstr "無效的複製URL"
 

	
 
#~ msgid "Invalid clone URL, provide a valid clone http(s)/svn+http(s)/ssh URL"
 
#~ msgstr ""
 

	
 
#~ msgid "email \"%(email)s\" does not exist."
 
#~ msgstr ""
 

	
 
#~ msgid "Revisions %(revs)s are already part of pull request or have set status"
 
#~ msgstr ""
 

	
 
#~ msgid "Defaults"
 
#~ msgstr ""
 

	
 
#~ msgid "never"
 
#~ msgstr ""
 

	
 
#~ msgid "My Emails"
 
#~ msgstr ""
 

	
 
#~ msgid "Watched"
 
#~ msgstr ""
 

	
 
#~ msgid "My Permissions"
 
#~ msgstr "權限"
 

	
 
#~ msgid "expires"
 
#~ msgstr ""
 

	
 
#~ msgid "Confirm to reset this api key: %s"
 
#~ msgstr ""
 

	
 
#~ msgid "reset"
 
#~ msgstr ""
 

	
 
#~ msgid "expired"
 
#~ msgstr ""
 

	
 
#~ msgid "Confirm to remove this api key: %s"
 
#~ msgstr ""
 

	
 
#~ msgid "remove"
 
#~ msgstr ""
 

	
 
#~ msgid "No additional api keys specified"
 
#~ msgstr ""
 

	
 
#~ msgid "New api key"
 
#~ msgstr ""
 

	
 
#~ msgid "current IP"
 
#~ msgstr ""
 

	
 
#~ msgid "Permissions Administration"
 
#~ msgstr "權限管理員"
 

	
 
#~ msgid "Overview"
 
#~ msgstr ""
 

	
 
#~ msgid "Overwrite existing settings"
 
#~ msgstr ""
 

	
 
#~ msgid "Default IP Whitelist for All Users"
 
#~ msgstr ""
 

	
 
#~ msgid "Confirm to delete this ip: %s"
 
#~ msgstr ""
 

	
 
#~ msgid "Default User Permissions Overview"
 
#~ msgstr "預設權限"
 

	
 
#~ msgid "none"
 
#~ msgstr "無"
 

	
 
#~ msgid "read"
 
#~ msgstr "讀"
 

	
 
#~ msgid "write"
 
#~ msgstr "寫"
 

	
 
#~ msgid "admin"
 
#~ msgstr "管理員"
 

	
 
#~ msgid "user/user group"
 
#~ msgstr ""
 

	
 
#~ msgid "default"
 
#~ msgstr ""
 

	
 
#~ msgid "revoke"
 
#~ msgstr ""
 

	
 
#~ msgid "delegated admin"
 
#~ msgstr ""
 

	
 
#~ msgid "apply to children"
 
#~ msgstr ""
 

	
 
#~ msgid "Import existing repository ?"
 
#~ msgstr ""
 

	
 
#~ msgid "Optional URL from which repository should be cloned."
 
#~ msgstr ""
 

	
 
#~ msgid "Remote URL"
 
#~ msgstr "複製連結"
 

	
 
#~ msgid "Pull Changes from Remote Location"
 
#~ msgstr ""
 

	
 
#~ msgid "Confirm to pull changes from remote side."
 
#~ msgstr ""
 

	
 
#~ msgid "This repository does not have a remote URL set."
 
#~ msgstr ""
 

	
 
#~ msgid "Non-changeable id"
 
#~ msgstr ""
 

	
 
#~ msgid "edit"
 
#~ msgstr "編輯"
 

	
 
#~ msgid "new value"
 
#~ msgstr ""
 

	
 
#~ msgid "URL used for doing remote pulls."
 
#~ msgstr ""
 

	
 
#~ msgid "Email prefix"
 
#~ msgstr ""
 

	
 
#~ msgid "Kallithea email from"
 
#~ msgstr ""
 

	
 
#~ msgid "Error email from"
 
#~ msgstr ""
 

	
 
#~ msgid "Error email recipients"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP server"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP username"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP password"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP port"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP use TLS"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP use SSL"
 
#~ msgstr ""
 

	
 
#~ msgid "SMTP auth"
 
#~ msgstr ""
 

	
 
#~ msgid "Destroy old data"
 
#~ msgstr ""
 

	
 
#~ msgid "check for updates"
 
#~ msgstr ""
 

	
 
#~ msgid "Meta-Tagging"
 
#~ msgstr ""
 

	
 
#~ msgid "Default permissions"
 
#~ msgstr "預設權限"
 

	
 
#~ msgid "user groups"
 
#~ msgstr ""
 

	
 
#~ msgid "Inherit from defaults"
 
#~ msgstr ""
 

	
 
#~ msgid "show"
 
#~ msgstr ""
 

	
 
#~ msgid "Push new repo"
 
#~ msgstr ""
 

	
 
#~ msgid "parent rev."
 
#~ msgstr ""
 

	
 
#~ msgid "child rev."
 
#~ msgstr ""
 

	
 
#~ msgid "no revisions"
 
#~ msgstr ""
 

	
 
#~ msgid "Status change from pull request"
 
#~ msgstr ""
 

	
 
#~ msgid "Comment from pull request"
 
#~ msgstr ""
 

	
 
#~ msgid "Status change on changeset"
 
#~ msgstr ""
 

	
 
#~ msgid "Comment on changeset"
 
#~ msgstr ""
 

	
 
#~ msgid "revision"
 
#~ msgstr ""
 

	
 
#~ msgid "Mimetype"
 
#~ msgstr ""
 

	
 
#~ msgid "My Repos"
 
#~ msgstr "空的版本庫"
 

	
 
#~ msgid "Latest vote: %s"
 
#~ msgstr ""
 

	
 
#~ msgid "Nobody voted"
 
#~ msgstr ""
 

	
 
#~ msgid "%s Pull Request #%s"
 
#~ msgstr ""
 

	
 
#~ msgid "Pull request #%s from %s#%s"
 
#~ msgstr ""
 

	
 
#~ msgid "owner"
 
#~ msgstr ""
 

	
 
#~ msgid "reviewer"
 
#~ msgstr ""
 

	
 
#~ msgid "with subrepos"
 
#~ msgstr ""
 

	
 
#~ msgid "Your new password"
 
#~ msgstr ""
 

	
 
#~ msgid "Your new Kallithea password:%s"
 
#~ msgstr ""
 

	
 
#~ msgid "Open New Pull Request for Selected Changesets"
 
#~ msgstr ""
 

	
 
#~ msgid "Show Selected Changesets __S &rarr; __E"
 
#~ msgstr ""
 

	
 
#~ msgid "Show Selected Changeset __S"
 
#~ msgstr ""
 

	
 
#~ msgid "We received a request to create a new password for your account."
 
#~ msgstr ""
 

	
 
#~ msgid "You can generate it by clicking following URL"
 
#~ msgstr ""
 

	
 
#~ msgid "Please ignore this email if you did not request a new password ."
 
#~ msgstr ""
 

	
 
#~ msgid "Created by"
 
#~ msgstr ""
 

	
 
#~ msgid "You can only delete files with revision being a valid branch "
 
#~ msgstr ""
 

	
 
#~ msgid "You can only edit files with revision being a valid branch "
 
#~ msgstr ""
 

	
 
#~ msgid "This pull request can be updated with changes on %s:"
 
#~ msgstr ""
 

	
 
#~ msgid "Confirm to invalidate repository cache."
 
#~ msgstr "確認廢止版本庫快取"
 

	
 
#~ msgid "Commenting on line {1}."
 
#~ msgstr ""
 

	
 
#~ msgid "Comments parsed using %s syntax with %s support."
 
#~ msgstr ""
 

	
 
#~ msgid "Use @username inside this text to notify another user"
 
#~ msgstr ""
 

	
 
#~ msgid "Comment preview"
 
#~ msgstr ""
 

	
 
#~ msgid "Preview"
 
#~ msgstr ""
 

	
 
#~ msgid "Use @username inside this text to notify another user."
 
#~ msgstr ""
 

	
 
#~ msgid "New file mode"
 
#~ msgstr ""
 

	
 
#~ msgid "Save as New Pull Request"
 
#~ msgstr ""
 

	
 
#~ msgid "Pull Requests from %s'"
 
#~ msgstr ""
 

	
 
#~ msgid ""
 
#~ "Changeset status: %s\n"
 
#~ "Click to open associated pull request %s"
 
#~ msgstr ""
 

	
0 comments (0 inline, 0 general)