aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_zh-TW.ini
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2020-11-04 22:56:17 +0000
committerGiteaBot <teabot@gitea.io>2020-11-04 22:56:17 +0000
commitdd882f6a6982ef63b30b3d9a9501ad01558bb08a (patch)
tree69cafda0a0167aeba15475b2f1b377d1b9bbfec8 /options/locale/locale_zh-TW.ini
parent3cab3bee5750a12da9ef8a9ba5cbe3da00594921 (diff)
downloadgitea-dd882f6a6982ef63b30b3d9a9501ad01558bb08a.tar.gz
gitea-dd882f6a6982ef63b30b3d9a9501ad01558bb08a.zip
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_zh-TW.ini')
-rw-r--r--options/locale/locale_zh-TW.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini
index e3a7fce222..3f7e826d75 100644
--- a/options/locale/locale_zh-TW.ini
+++ b/options/locale/locale_zh-TW.ini
@@ -227,7 +227,7 @@ issues.in_your_repos=在您的儲存庫中
[explore]
repos=儲存庫
-users=用戶
+users=使用者
organizations=組織
search=搜尋
code=程式碼
@@ -339,6 +339,7 @@ SSPIDefaultLanguage=預設語言
require_error=不能為空。
alpha_dash_error=`應該只包含英文字母、數字、破折號 ("-")、和底線 ("_") 字元。`
alpha_dash_dot_error=`應該只包含英文字母、數字、破折號 ("-")、下底線("_")和小數點 (".") 字元。`
+git_ref_name_error=` 必須是格式正確的 Git 參考名稱。`
size_error=長度必須為 %s。
min_size_error=長度最小為 %s 個字符。
max_size_error=長度最大為 %s 個字符。
@@ -1502,6 +1503,7 @@ settings.trust_model.default.desc=使用此 Gitea 的預設儲存庫信任模式
settings.trust_model.collaborator=協作者
settings.trust_model.collaborator.long=協作者:信任協作者的簽署
settings.trust_model.committer=提交者
+settings.trust_model.committer.long=提交者:信任與提交者相符的簽署 (此選項與 GitHub 相同,這會強制 Gitea 簽署提交並以 Gitea 作為提交者)
settings.trust_model.collaboratorcommitter=協作者+提交者
settings.trust_model.collaboratorcommitter.long=協作者 + 提交者:信任協作者同時是提交者的簽署
settings.wiki_delete=刪除 Wiki 資料
@@ -1682,6 +1684,7 @@ settings.dismiss_stale_approvals_desc=當新的提交有修改到合併請求的
settings.require_signed_commits=僅接受經簽署的提交
settings.require_signed_commits_desc=拒絕未經簽署或未經驗證的提交推送到此分支。
settings.protect_protected_file_patterns=受保護的檔案模式(以分號區隔「\;」):
+settings.protect_protected_file_patterns_desc=即便您有權限新增、修改和刪除此分支的檔案,仍不允許直接修改受保護的檔案。可以用分號「\;」分隔多個模式。請於 <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> 文件查看模式格式。範例:<code>.drone.yml</code>, <code>/docs/**/*.txt</code>。
settings.add_protected_branch=啟用保護
settings.delete_protected_branch=停用保護
settings.update_protect_branch_success='%s' 的分支保護已被更新
@@ -2346,6 +2349,7 @@ config.log_mode=日誌模式
config.macaron_log_mode=Macaron 日誌模式
config.own_named_logger=具名日誌記錄器
config.routes_to_default_logger=路由到預設日誌記錄器
+config.go_log=使用 Go 日誌 (重新導向到預設)
config.router_log_mode=路由日誌模式
config.disabled_logger=已停用
config.access_log_mode=存取日誌模式