@@ -236,6 +236,8 @@ users=使用者
236236organizations =組織
237237search =搜尋
238238code =程式碼
239+ search.fuzzy =模糊
240+ search.match =符合
239241repo_no_results =沒有找到符合的儲存庫。
240242user_no_results =沒有找到符合的使用者。
241243org_no_results =沒有找到符合的組織。
@@ -447,7 +449,8 @@ update_profile=更新個人資料
447449update_language_not_found =無法使用語言「%s」。
448450update_profile_success =已更新您的個人資料。
449451change_username =您的帳號已更改。
450- change_username_prompt =注意:帳號更改也會更改您的帳戶的 URL。
452+ change_username_prompt =注意:修改帳號也會更改您的帳戶的 URL。
453+ change_username_redirect_prompt =舊的帳號被領用前,會重新導向您的新帳號。
451454continue =繼續操作
452455cancel =取消操作
453456language =語言
@@ -869,6 +872,7 @@ editor.add=新增 '%s'
869872editor.update =更新 ' %s'
870873editor.delete =刪除 ' %s'
871874editor.commit_message_desc =(選填)加入詳細說明...
875+ editor.signoff_desc =在提交訊息底部加入提交者的「Signed-off-by」資訊。
872876editor.commit_directly_to_this_branch =直接提交到 <strong class =" branch-name" >%s</strong> 分支。
873877editor.create_new_branch =為此提交建立<strong>新分支</strong>並提出合併請求。
874878editor.create_new_branch_np =為本次提交建立一個 <strong>新分支</strong>。
@@ -924,6 +928,7 @@ ext_issues=外部問題
924928ext_issues.desc =連結到外部問題追蹤器。
925929
926930projects =專案
931+ projects.desc =在專案看板中管理問題與合併請求。
927932projects.description =描述(非必要)
928933projects.description_placeholder =描述
929934projects.create =建立專案
@@ -1459,6 +1464,8 @@ activity.git_stats_deletion_n=刪除 %d 行
14591464
14601465search =搜尋
14611466search.search_repo =搜尋儲存庫
1467+ search.fuzzy =模糊
1468+ search.match =符合
14621469search.results =在 <a href =" %s" > %s </a> 中搜尋 " %s" 的结果
14631470
14641471settings =設定
@@ -1939,6 +1946,7 @@ settings.visibility.private_shortname=私有
19391946settings.update_settings =更新設定
19401947settings.update_setting_success =組織設定已更新。
19411948settings.change_orgname_prompt =注意:修改組織名稱將會同時修改對應的 URL。
1949+ settings.change_orgname_redirect_prompt =舊的名稱被領用前,會重新導向新名稱。
19421950settings.update_avatar_success =已更新組織的大頭貼。
19431951settings.delete =刪除組織
19441952settings.delete_account =刪除這個組織
@@ -2061,6 +2069,7 @@ dashboard.resync_all_sshprincipals.desc=(內建 SSH 伺服器無需使用。)
20612069dashboard.resync_all_hooks =重新同步所有儲存庫的 pre-receive、update 和 post-receive Hook。
20622070dashboard.reinit_missing_repos =重新初始化所有記錄存在但遺失的 Git 儲存庫
20632071dashboard.sync_external_users =同步外部使用者資料
2072+ dashboard.cleanup_hook_task_table =清理 hook_task 資料表
20642073dashboard.server_uptime =服務執行時間
20652074dashboard.current_goroutine =目前的 Goroutines 數量
20662075dashboard.current_memory_usage =目前記憶體使用量
0 commit comments