diff options
Diffstat (limited to 'options/locale/locale_zh-HK.ini')
-rw-r--r-- | options/locale/locale_zh-HK.ini | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/options/locale/locale_zh-HK.ini b/options/locale/locale_zh-HK.ini index 62434e56f6..5943d9e056 100644 --- a/options/locale/locale_zh-HK.ini +++ b/options/locale/locale_zh-HK.ini @@ -193,8 +193,8 @@ add_openid=新增 OpenID URI manage_ssh_keys=管理 SSH 金鑰 manage_gpg_keys=管理 GPG 金鑰 add_key=增加金鑰 -ssh_helper=<strong>需要協助?</strong> 查詢GitHub的文件以 <a href="%s">您自有SSH金鑰</a> or solve <a href="%s">common problems</a> you may encounter using SSH. -gpg_helper=<strong>需要協助嗎?</strong>建議可看看 GitHub 的 <a href="%s">about GPG</a> 文件。 +ssh_helper=<strong>需要協助?</strong> 查詢GitHub的文件以 <a href=\"%s\">您自有SSH金鑰</a> or solve <a href=\"%s\">common problems</a> you may encounter using SSH." +gpg_helper=<strong>需要協助嗎?</strong>建議可看看 GitHub 的 <a href=\"%s\">about GPG</a> 文件。" add_new_key=增加 SSH 金鑰 add_new_gpg_key=新增 GPG 金鑰 subkeys=次金鑰 @@ -257,7 +257,7 @@ form.reach_limit_of_creation=您已經達到了儲存庫 %d 的上限。 form.name_reserved=儲存庫名稱 '%s' 是預留的。 migrate_type=遷移類型 -migrate_type_helper=該儲存庫將是一個 <span class="text blue">鏡像</span> +migrate_type_helper=該儲存庫將是一個 <span class=\"text blue\">鏡像</span>" migrate_repo=遷移儲存庫 migrate.permission_denied=您並沒有導入本地儲存庫的權限。 migrate.failed=遷移失敗:%v @@ -302,7 +302,7 @@ editor.commit_changes=提交更改嗎? editor.add=新增 '%s' editor.update=更新 '%s' editor.delete=刪除 '%s' -editor.commit_directly_to_this_branch=直接提交到 <strong class="branch-name">%s</strong> 分支。 +editor.commit_directly_to_this_branch=直接提交到 <strong class=\"branch-name\">%s</strong> 分支。" editor.create_new_branch=建立 <strong>新的分支</strong> 為此提交和開始合併請求。 editor.cancel=取消 editor.branch_already_exists='%s' 已存在於此存儲庫。 @@ -367,26 +367,26 @@ issues.action_milestone=里程碑 issues.action_milestone_no_select=無里程碑 issues.action_assignee=負責人 issues.action_assignee_no_select=無負責人 -issues.opened_by=由 <a href="%[2]s">%[3]s</a> 於 %[1]s建立 +issues.opened_by=由 <a href=\"%[2]s\">%[3]s</a> 於 %[1]s建立" issues.opened_by_fake=由 %[2]s 於 %[1]s建立 issues.previous=上一頁 issues.next=下一頁 issues.open_title=開啟中 issues.closed_title=已關閉 issues.num_comments=%d 條評論 -issues.commented_at=` 評論 <a href="#%s"> %s</a>` +issues.commented_at=` 評論 <a href=\"#%s\"> %s</a>`" issues.delete_comment_confirm=您確定要刪除該條評論嗎? issues.no_content=尚未有任何內容 issues.close_issue=關閉 issues.reopen_issue=重新開啟 issues.create_comment=評論 -issues.closed_at=`於 <a id="%[1]s" href="#%[1]s">%[2]s</a> 關閉` -issues.reopened_at=`於 <a id="%[1]s" href="#%[1]s">%[2]s</a> 重新開啟` -issues.commit_ref_at=`在代碼提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中引用了該問題` +issues.closed_at=`於 <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a> 關閉`" +issues.reopened_at=`於 <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a> 重新開啟`" +issues.commit_ref_at=`在代碼提交 <a id=\"%[1]s\" href=\"#%[1]s\">%[2]s</a> 中引用了該問題`" issues.poster=發佈者 issues.collaborator=協同者 issues.owner=所有者 -issues.sign_in_require_desc=<a href="%s"> 登入</a> 才能加入這對話。 +issues.sign_in_require_desc=<a href=\"%s\"> 登入</a> 才能加入這對話。" issues.edit=編輯 issues.cancel=取消 issues.save=儲存 @@ -590,7 +590,7 @@ teams.update_settings=更新團隊設定 teams.add_team_member=新增團隊成員 teams.delete_team_success=該團隊已被刪除。 teams.repositories=團隊儲存庫 -teams.add_nonexistent_repo=您嘗試新增到團隊的儲存庫不存在,請先建立儲存庫! +teams.add_nonexistent_repo=您嘗試新增到團隊的儲存庫不存在,請先建立儲存庫!" [admin] dashboard=控制面版 @@ -813,17 +813,17 @@ notices.op=操作 notices.delete_success=已刪除系統提示。 [action] -create_repo=建立了儲存庫 <a href="%s">%s</a> -rename_repo=重新命名儲存庫 <code>%[1]s</code> 為 <a href="%[2]s">%[3]s</a> -create_issue=`建立了問題 <a href="%s/issues/%s">%s#%[2]s</a>` -close_issue=`已關閉問題 <a href="%s/issues/%s">%s#%[2]s</a>` -reopen_issue=`已重新開啟問題 <a href="%s/issues/%s">%s#%[2]s</a>` -create_pull_request=`建立了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` -close_pull_request=`已關閉合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` -reopen_pull_request=`已重新開啟合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` -comment_issue=`評論了問題 <a href="%s/issues/%s">%s#%[2]s</a>` -merge_pull_request=`合併了合併請求 <a href="%s/pulls/%s">%s#%[2]s</a>` -transfer_repo=將儲存庫 <code>%s</code> 轉移至 <a href="%s">%s</a> +create_repo=建立了儲存庫 <a href=\"%s\">%s</a>" +rename_repo=重新命名儲存庫 <code>%[1]s</code> 為 <a href=\"%[2]s\">%[3]s</a>" +create_issue=`建立了問題 <a href=\"%s/issues/%s\">%s#%[2]s</a>`" +close_issue=`已關閉問題 <a href=\"%s/issues/%s\">%s#%[2]s</a>`" +reopen_issue=`已重新開啟問題 <a href=\"%s/issues/%s\">%s#%[2]s</a>`" +create_pull_request=`建立了合併請求 <a href=\"%s/pulls/%s\">%s#%[2]s</a>`" +close_pull_request=`已關閉合併請求 <a href=\"%s/pulls/%s\">%s#%[2]s</a>`" +reopen_pull_request=`已重新開啟合併請求 <a href=\"%s/pulls/%s\">%s#%[2]s</a>`" +comment_issue=`評論了問題 <a href=\"%s/issues/%s\">%s#%[2]s</a>`" +merge_pull_request=`合併了合併請求 <a href=\"%s/pulls/%s\">%s#%[2]s</a>`" +transfer_repo=將儲存庫 <code>%s</code> 轉移至 <a href=\"%s\">%s</a>" compare_commits=比較 %d 提交 [tool] @@ -863,8 +863,8 @@ mark_as_unread=標記為未讀 [gpg] error.extract_sign=無法提取簽署 error.generate_hash=無法產生提交的雜湊值 -error.no_gpg_keys_found=沒有發現已知的金鑰在資料庫的簽署中 -error.not_signed_commit=未簽名的提交 +error.no_gpg_keys_found=沒有發現已知的金鑰在資料庫的簽署中" +error.not_signed_commit=未簽名的提交" [units] |