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

Currently translated at 15.1% (171 of 1132 strings)
1 file changed with 31 insertions and 51 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: 2015-09-08 10:34+0200\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"
 
"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/stable/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.4-dev\n"
 
"X-Generator: Weblate 2.12\n"
 

	
 
#: kallithea/controllers/changelog.py:86
 
#: kallithea/controllers/pullrequests.py:238 kallithea/lib/base.py:512
 
msgid "There are no changesets yet"
 
msgstr ""
 

	
 
#: kallithea/controllers/changelog.py:166
 
#: 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:169 kallithea/controllers/files.py:196
 
msgid "(closed)"
 
msgstr "(已關閉)"
 

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

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

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

	
 
#: kallithea/controllers/changeset.py:212 kallithea/controllers/files.py:96
 
#: kallithea/controllers/files.py:116 kallithea/controllers/files.py:742
 
msgid "Such revision does not exist for this repository"
 
msgstr ""
 

	
 
#: kallithea/controllers/changeset.py:383
 
msgid ""
 
"Changing status on a changeset associated with a closed pull request is "
 
"not allowed"
 
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 "
 
@@ -106,49 +105,49 @@ 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:78
 
#: kallithea/templates/compare/compare_diff.html:89
 
#: kallithea/templates/pullrequests/pullrequest_show.html:339
 
#: kallithea/templates/pullrequests/pullrequest_show.html:363
 
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:91
 
msgid "Click here to add new file"
 
msgstr ""
 

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

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

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

	
 
#: kallithea/controllers/files.py:317
 
msgid "You can only delete files with revision being a valid branch "
 
msgstr ""
 
@@ -276,99 +275,94 @@ 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:222
 
#: kallithea/templates/journal/journal.html:4
 
#: kallithea/templates/journal/journal.html:12
 
msgid "Journal"
 
msgstr "日誌"
 

	
 
#: kallithea/controllers/login.py:151 kallithea/controllers/login.py:197
 
msgid "Bad captcha"
 
msgstr ""
 

	
 
#: kallithea/controllers/login.py:157
 
msgid "You have successfully registered into Kallithea"
 
msgstr ""
 

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

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/pullrequests.py:366
 
#: kallithea/controllers/pullrequests.py:453
 
#: kallithea/controllers/pullrequests.py:509
 
#, python-format
 
msgid "Invalid reviewer \"%s\" specified"
 
msgstr ""
 

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

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

	
 
#: kallithea/controllers/pullrequests.py:408
 
#, python-format
 
msgid "New changesets on %s %s since the previous pull request:"
 
@@ -418,55 +412,54 @@ msgstr ""
 

	
 
#: kallithea/controllers/pullrequests.py:614
 
#, python-format
 
msgid "This pull request can be updated with changes on %s:"
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/controllers/pullrequests.py:727
 
#, 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:180
 
#: kallithea/templates/summary/summary.html:384
 
msgid "No data ready yet"
 
msgstr ""
 

	
 
#: kallithea/controllers/summary.py:183
 
#: 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
 
@@ -506,51 +499,50 @@ msgid "1 day"
 
msgstr ""
 

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/admin/gists.py:270
 
#, 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
 
@@ -836,57 +828,55 @@ msgstr ""
 

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

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

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/controllers/admin/repos.py:637
 
msgid "An error occurred during deletion of repository stats"
 
@@ -1082,56 +1072,56 @@ msgstr ""
 

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

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

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

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

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

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

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

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

	
 
#: kallithea/lib/helpers.py:754 kallithea/lib/helpers.py:766
 
msgid "[created] repository"
 
msgstr ""
 

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

	
 
#: kallithea/lib/helpers.py:758 kallithea/lib/helpers.py:768
 
msgid "[forked] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:760 kallithea/lib/helpers.py:770
 
msgid "[updated] repository"
 
msgstr ""
 

	
 
#: kallithea/lib/helpers.py:762
 
msgid "[downloaded] archive from repository"
 
msgstr ""
 
@@ -1783,74 +1773,70 @@ msgstr ""
 
msgid "Only admins can create repository groups"
 
msgstr ""
 

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

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

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

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

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

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

	
 
#: kallithea/model/db.py:1695
 
#, fuzzy
 
msgid "Non-admins can can fork repositories"
 
msgstr "建立版本庫"
 
msgstr "非管理者可以建立分歧版本庫"
 

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

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

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

	
 
#: kallithea/model/db.py:2231
 
#, 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:160
 
msgid "Name must not contain only digits"
 
msgstr ""
 

	
 
#: kallithea/model/notification.py:254
 
@@ -1913,69 +1899,67 @@ msgstr ""
 
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:812
 
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:360
 
msgid "Password reset link"
 
@@ -2013,109 +1997,107 @@ msgid ""
 
msgstr ""
 

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

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

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

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

	
 
#: kallithea/model/validators.py:155
 
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:193
 
msgid "Cannot assign this group as parent"
 
msgstr ""
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	
 
#: kallithea/model/validators.py:597
 
@@ -2398,50 +2380,49 @@ 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 "" "Password reset link will be sent to the email address matching
 
#| your " "username."
 
#| msgid "" "
 
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"
 
msgid "New Password"
 
@@ -6351,25 +6332,24 @@ 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 ""
 

	
0 comments (0 inline, 0 general)