diff options
author | GiteaBot <teabot@gitea.io> | 2020-10-21 11:03:31 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2020-10-21 11:03:31 +0000 |
commit | 53359b1861c79ea688a3c230d235fb515eb44c01 (patch) | |
tree | 637db7f7c6e9c58b95318ef1506edead567cea16 /options/locale/locale_zh-TW.ini | |
parent | 58e1e5ba13a4a0e134afea1b4010fa363b27e38e (diff) | |
download | gitea-53359b1861c79ea688a3c230d235fb515eb44c01.tar.gz gitea-53359b1861c79ea688a3c230d235fb515eb44c01.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_zh-TW.ini')
-rw-r--r-- | options/locale/locale_zh-TW.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index 4069b6d941..de1ccf6e22 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -857,9 +857,7 @@ editor.file_already_exists=此儲存庫已有名為「%s」的檔案。 editor.commit_empty_file_header=提交空白檔案 editor.commit_empty_file_text=你準備提交的檔案是空白的,是否繼續? editor.no_changes_to_show=沒有可以顯示的變更。 -editor.fail_to_update_file=上傳/建立檔案 '%s' 失敗, 錯誤訊息: %v editor.push_rejected_no_message=該變更被伺服器拒絕但未提供其它資訊。請檢查 Githook。 -editor.push_rejected=該變更被伺服器拒絕,理由:<br>%s<br> 請檢查 Githook。 editor.add_subdir=加入目錄 editor.unable_to_upload_files=上傳檔案失敗到 '%s', 錯誤訊息: %v editor.upload_file_is_locked=檔案「%s」已被 %s 鎖定 @@ -1233,7 +1231,7 @@ pulls.rebase_merge_commit_pull_request=Rebase 後合併 (--no-ff) pulls.squash_merge_pull_request=Squash 後合併 pulls.require_signed_wont_sign=該分支需要經簽署的提交,但此合併將不會被簽署。 pulls.invalid_merge_option=您無法對此合併請求使用這個合併選項。 -pulls.push_rejected=合併失敗:此推送被拒絕,理由:<br>%s<br>請檢查此儲存庫的 Githook。 +; </summary><code>%[2]s<br>%[3]s</code></details> pulls.push_rejected_no_message=合併失敗:此推送被拒絕但未提供其它資訊。<br>請檢查此儲存庫的 Githook。 pulls.status_checks_details=詳情 pulls.update_branch=更新分支 @@ -1747,7 +1745,7 @@ branch.delete_head=刪除 branch.delete=刪除分支「%s」 branch.delete_html=刪除分支 branch.delete_desc=刪除分支是永久的。 此動作<strong>不可</strong>還原,是否繼續? -branch.deletion_success=分支 '%s' 已被刪除。 +branch.deletion_success=分支「%s」已被刪除。 branch.deletion_failed=刪除分支「%s」失敗。 branch.delete_branch_has_new_commits=因為合併後已加入了新的提交,「%s」分支無法被刪除。 branch.create_branch=建立分支 <strong>%s</strong> @@ -1757,7 +1755,8 @@ branch.branch_already_exists=分支 '%s' 已存在此儲存庫 branch.branch_name_conflict=分支名稱「%s」與現有分支「%s」衝突。 branch.deleted_by=刪除人: %s branch.restore_failed=還原分支 %s 失敗 -branch.protected_deletion_failed=分支 '%s' 已被保護,不能刪除。 +branch.protected_deletion_failed=分支「%s」已被保護,不能刪除。 +branch.default_deletion_failed=分支「%s」為預設分支,不能刪除。 branch.download=下載分支 '%s' branch.included_desc=此分支是預設分支的一部分 branch.included=包含 @@ -2299,6 +2298,7 @@ comment_pull=`在合併請求上留言 <a href="%s/pulls/%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> push_tag=推送了標籤 <a href="%s/src/tag/%s">%[2]s</a> 到 <a href="%[1]s">%[3]s</a> +delete_branch=刪除了 <a href="%[1]s">%[3]s</a> 的 %[2]s 分支 compare_branch=比較 compare_commits=比較 %d 提交 compare_commits_general=比較提交 |