1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 20:48:20 +00:00

Backport locales (with manual fix) (#23808)

Backport locales (with manual fix)
This commit is contained in:
wxiaoguang
2023-03-30 14:58:57 +08:00
committed by GitHub
parent edb6ba28f1
commit 1cad923b36
17 changed files with 277 additions and 139 deletions

View File

@@ -19,7 +19,7 @@ active_stopwatch=進行中的時間追蹤
create_new=建立...
user_profile_and_more=個人資料和設定...
signed_in_as=已登入
enable_javascript=本網站在啟用 JavaScript 的情況下可以運作的更好
enable_javascript=本網站需要 JavaScript。
toc=目錄
licenses=授權條款
return_to_gitea=返回 Gitea
@@ -227,7 +227,7 @@ default_enable_timetracking_popup=預設情況下啟用新存儲庫的時間跟
no_reply_address=隱藏電子信箱域名
no_reply_address_helper=作為隱藏電子信箱使用者的域名。例如如果隱藏的電子信箱域名設定為「noreply.example.org」帳號「joe」將以「joe@noreply.example.org」的身分登錄到 Git 中。
password_algorithm=密碼雜湊演算法
password_algorithm_helper=設定密碼雜湊演算法。演算法有不同的需求強度。argon2」雖然有優秀的特性但會用大量記憶體,所以可能不適用於小型系統。
password_algorithm_helper=設定密碼雜湊演算法。演算法有不同的需求強度。argon2 演算法雖然較安全但會使用大量記憶體,可能不適用於小型系統。
invalid_password_algorithm=無效的密碼雜湊演算法
enable_update_checker=啟用更新檢查器
enable_update_checker_helper=定期連線到 gitea.io 檢查更新。
@@ -435,8 +435,8 @@ min_size_error=" 長度最小為 %s 個字元。"
max_size_error=" 長度最大為 %s 個字元。"
email_error=" 是無效的電子信箱。"
url_error='%s' 是無效的 URL。
include_error=` 必須包含子字串「%s」。`
glob_pattern_error=` glob 比對模式無效:%s.`
include_error=" 必須包含子字串「%s」。"
glob_pattern_error=" glob 比對模式無效:%s."
regex_pattern_error=" 正規表示式模式無效:%s."
unknown_error=未知錯誤:
captcha_incorrect=驗證碼不正確。
@@ -475,7 +475,7 @@ cannot_add_org_to_team=組織不能被新增為團隊成員。
invalid_ssh_key=無法驗證您的 SSH 密鑰:%s
invalid_gpg_key=無法驗證您的 GPG 密鑰:%s
invalid_ssh_principal=無效的主體: %s
unable_verify_ssh_key=無法驗證 SSH 密鑰; 請再次檢查是否有錯誤。
unable_verify_ssh_key=無法驗證 SSH 金鑰,請再次檢查以避免錯誤。
auth_failed=授權認證失敗:%v
still_own_repo=您的帳戶擁有一個以上的儲存庫,請先刪除或轉移它們。
still_has_org=您的帳戶是一個或多個組織的成員,請先離開它們。
@@ -926,7 +926,7 @@ migrate.github_token_desc=由於 GitHub API 的速率限制,您可在此輸入
migrate.clone_local_path=或者是本地端伺服器路徑
migrate.permission_denied=您並沒有導入本地儲存庫的權限。
migrate.permission_denied_blocked=您無法從未允許的主機匯入,請聯絡管理員檢查以下設定值 ALLOWED_DOMAINS/ALLOW_LOCALNETWORKS/BLOCKED_DOMAINS
migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄
migrate.invalid_local_path=無效的本地路徑,該路徑不存在或不是一個目錄
migrate.invalid_lfs_endpoint=該 LFS 端點無效。
migrate.failed=遷移失敗:%v
migrate.migrate_items_options=遷移其他項目需要 Access Token。
@@ -1098,7 +1098,7 @@ commits.commits=次程式碼提交
commits.no_commits=沒有共同的提交。「%s」和「%s」的歷史完全不同。
commits.nothing_to_compare=這些分支是相同的。
commits.search=搜尋提交歷史...
commits.search.tooltip=你可以用「author:」、「committer:」、「after:」、「before:」等作為關鍵字的前綴,例如: 「revert author:Alice before:2019-04-01」。
commits.search.tooltip=你可以用「author:」、「committer:」、「after:」、「before:」等作為關鍵字的前綴,例如: 「revert author:Alice before:2019-01-13」。
commits.find=搜尋
commits.search_all=所有分支
commits.author=作者
@@ -2372,7 +2372,7 @@ teams.remove_all_repos_title=移除所有團隊儲存庫
teams.remove_all_repos_desc=這將從團隊中移除所有儲存庫。
teams.add_all_repos_title=增加所有儲存庫
teams.add_all_repos_desc=這將把組織的所有儲存庫增加到團隊。
teams.add_nonexistent_repo=您嘗試新增到團隊的儲存庫不存在,請先建立儲存庫!
teams.add_nonexistent_repo=您嘗試新增的儲存庫不存在,請先建立它。
teams.add_duplicate_users=使用者已經是團隊成員了。
teams.repos.none=這個團隊沒有可以存取的儲存庫。
teams.members.none=這個團隊沒有任何成員。
@@ -2404,7 +2404,7 @@ monitor=應用監控面版
first_page=首頁
last_page=末頁
total=總計:%d
dashboard.new_version_hint=現已推出 Gitea %s您正在執行 %s。查看<a target="_blank" rel="noreferrer" href="https://blog.gitea.io">部落格</a>以獲得更多資訊
dashboard.new_version_hint=現已推出 Gitea %s您正在執行 %s。詳情請參閱<a target="_blank" rel="noreferrer" href="https://blog.gitea.io">部落格</a>的說明
dashboard.statistic=摘要
dashboard.operations=維護作業
dashboard.system_status=系統狀態
@@ -3018,7 +3018,7 @@ error.unit_not_allowed=您未被允許訪問此儲存庫區域
title=套件
desc=管理儲存庫套件。
empty=目前還沒有套件。
empty.documentation=關於套件註冊中心的詳情請參閱<a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/overview">說明文件</a>。
empty.documentation=關於套件註冊中心的詳情請參閱<a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/overview/">說明文件</a>。
empty.repo=已經上傳了一個套件,但是沒有顯示在這裡嗎?打開<a href="%[1]s">套件設定</a>並將其連結到這個儲存庫。
filter.type=類型
filter.type.all=所有