diff options
author | GiteaBot <teabot@gitea.io> | 2021-12-21 00:28:39 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-12-21 00:28:39 +0000 |
commit | be91df42d1195fed3ecc39a714448bcec0bb1cce (patch) | |
tree | 47e0bb6dc5e58724e077b18f276c1fd68aad56a6 /options/locale/locale_zh-TW.ini | |
parent | 57d0461ac7c84fb801c9443ae9b8da4bdadd6cea (diff) | |
download | gitea-be91df42d1195fed3ecc39a714448bcec0bb1cce.tar.gz gitea-be91df42d1195fed3ecc39a714448bcec0bb1cce.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 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/options/locale/locale_zh-TW.ini b/options/locale/locale_zh-TW.ini index e28c45d387..d9c9f37ba5 100644 --- a/options/locale/locale_zh-TW.ini +++ b/options/locale/locale_zh-TW.ini @@ -443,6 +443,7 @@ lang_select_error=從清單中選擇一個語言。 username_been_taken=帳號已被使用 username_change_not_local_user=非本地使用者不允許更改他們的帳號。詳細資訊請聯絡您的系統管理員。 repo_name_been_taken=儲存庫名稱已被使用。 +repository_force_private=已啟用「強制私有」:私有儲存庫不能被公開。 repository_files_already_exist=此儲存庫的檔案已存在,請聯絡系統管理有。 repository_files_already_exist.adopt=此儲存庫的檔案已存在,並且只能被接管。 repository_files_already_exist.delete=此儲存庫的檔案已存在,您必須刪除它們。 @@ -628,7 +629,6 @@ gpg_token_help=您可以使用以下方法產生簽署: gpg_token_code=echo "%s" | gpg -a --default-key %s --detach-sig gpg_token_signature=Armored GPG 簽署 key_signature_gpg_placeholder=以「-----BEGIN PGP SIGNATURE-----」開頭 -verify_gpg_key_success=已驗證 GPG 金鑰「%s」。 subkeys=次金鑰 key_id=金鑰 ID key_name=金鑰名稱 @@ -1725,6 +1725,10 @@ settings.pulls.default_delete_branch_after_merge=預設在合併後刪除合併 settings.projects_desc=啟用儲存庫專案 settings.admin_settings=管理員設定 settings.admin_enable_health_check=啟用儲存庫的健康檢查 (git fsck) +settings.admin_code_indexer=程式碼索引器 +settings.admin_stats_indexer=程式碼統計數據索引器 +settings.reindex_button=加入到重新索引佇列 +settings.reindex_requested=已請求重新索引 settings.admin_enable_close_issues_via_commit_in_any_branch=可以從非預設分支的提交訊息關閉問題 settings.danger_zone=危險操作區 settings.new_owner_has_same_repo=新的儲存庫擁有者已經存在同名儲存庫! @@ -2520,6 +2524,11 @@ auths.oauth2_emailURL=電子郵件 URL auths.skip_local_two_fa=跳過本地兩步驟驗證 auths.skip_local_two_fa_helper=保持未設定代表使用兩步驟驗證的本地使用者仍然需要通過兩步驟驗證才能登入 auths.oauth2_tenant=租戶 +auths.oauth2_scopes=額外的授權範圍(Scope) +auths.oauth2_required_claim_name=必須填寫 Claim 名稱 +auths.oauth2_required_claim_name_helper=填寫此名稱以限制 Claim 中有此名稱的使用者才能從此來源登入 +auths.oauth2_required_claim_value=必須填寫 Claim 值 +auths.oauth2_required_claim_value_helper=填寫此名稱以限制 Claim 中有此名稱和值的使用者才能從此來源登入 auths.enable_auto_register=允許授權用戶自動註冊 auths.sspi_auto_create_users=自動建立使用者 auths.sspi_auto_create_users_helper=允許 SSPI 認證方法於使用者首次登入時自動建立新帳戶 |