@@ -236,6 +236,8 @@ users=使用者
236
236
organizations =組織
237
237
search =搜尋
238
238
code =程式碼
239
+ search.fuzzy =模糊
240
+ search.match =符合
239
241
repo_no_results =沒有找到符合的儲存庫。
240
242
user_no_results =沒有找到符合的使用者。
241
243
org_no_results =沒有找到符合的組織。
@@ -447,7 +449,8 @@ update_profile=更新個人資料
447
449
update_language_not_found =無法使用語言「%s」。
448
450
update_profile_success =已更新您的個人資料。
449
451
change_username =您的帳號已更改。
450
- change_username_prompt =注意:帳號更改也會更改您的帳戶的 URL。
452
+ change_username_prompt =注意:修改帳號也會更改您的帳戶的 URL。
453
+ change_username_redirect_prompt =舊的帳號被領用前,會重新導向您的新帳號。
451
454
continue =繼續操作
452
455
cancel =取消操作
453
456
language =語言
@@ -869,6 +872,7 @@ editor.add=新增 '%s'
869
872
editor.update =更新 ' %s'
870
873
editor.delete =刪除 ' %s'
871
874
editor.commit_message_desc =(選填)加入詳細說明...
875
+ editor.signoff_desc =在提交訊息底部加入提交者的「Signed-off-by」資訊。
872
876
editor.commit_directly_to_this_branch =直接提交到 <strong class =" branch-name" >%s</strong> 分支。
873
877
editor.create_new_branch =為此提交建立<strong>新分支</strong>並提出合併請求。
874
878
editor.create_new_branch_np =為本次提交建立一個 <strong>新分支</strong>。
@@ -924,6 +928,7 @@ ext_issues=外部問題
924
928
ext_issues.desc =連結到外部問題追蹤器。
925
929
926
930
projects =專案
931
+ projects.desc =在專案看板中管理問題與合併請求。
927
932
projects.description =描述(非必要)
928
933
projects.description_placeholder =描述
929
934
projects.create =建立專案
@@ -1459,6 +1464,8 @@ activity.git_stats_deletion_n=刪除 %d 行
1459
1464
1460
1465
search =搜尋
1461
1466
search.search_repo =搜尋儲存庫
1467
+ search.fuzzy =模糊
1468
+ search.match =符合
1462
1469
search.results =在 <a href =" %s" > %s </a> 中搜尋 " %s" 的结果
1463
1470
1464
1471
settings =設定
@@ -1939,6 +1946,7 @@ settings.visibility.private_shortname=私有
1939
1946
settings.update_settings =更新設定
1940
1947
settings.update_setting_success =組織設定已更新。
1941
1948
settings.change_orgname_prompt =注意:修改組織名稱將會同時修改對應的 URL。
1949
+ settings.change_orgname_redirect_prompt =舊的名稱被領用前,會重新導向新名稱。
1942
1950
settings.update_avatar_success =已更新組織的大頭貼。
1943
1951
settings.delete =刪除組織
1944
1952
settings.delete_account =刪除這個組織
@@ -2061,6 +2069,7 @@ dashboard.resync_all_sshprincipals.desc=(內建 SSH 伺服器無需使用。)
2061
2069
dashboard.resync_all_hooks =重新同步所有儲存庫的 pre-receive、update 和 post-receive Hook。
2062
2070
dashboard.reinit_missing_repos =重新初始化所有記錄存在但遺失的 Git 儲存庫
2063
2071
dashboard.sync_external_users =同步外部使用者資料
2072
+ dashboard.cleanup_hook_task_table =清理 hook_task 資料表
2064
2073
dashboard.server_uptime =服務執行時間
2065
2074
dashboard.current_goroutine =目前的 Goroutines 數量
2066
2075
dashboard.current_memory_usage =目前記憶體使用量
0 commit comments