@@ -40,6 +40,7 @@ u2f_unsupported_browser=你的瀏覽器不支援 U2F 安全金鑰。
40
40
u2f_error_1 =發生未知錯誤,請再試一次。
41
41
u2f_error_2 =請確認使用正確,加密的 (https://) URL。
42
42
u2f_error_3 =伺服器無法執行您的請求。
43
+ u2f_error_4 =此請求不允許使用這個安全金鑰。請確保該金鑰尚未註冊。
43
44
u2f_error_5 =在成功讀取金鑰之前已逾時,請重新載入以重試。
44
45
u2f_reload =重新載入
45
46
@@ -349,6 +350,7 @@ starred=已收藏
349
350
following =關注中
350
351
follow =關注
351
352
unfollow =取消關注
353
+ heatmap.loading =正在載入熱點圖...
352
354
user_bio =個人簡介
353
355
354
356
form.name_reserved =用戶名 ' %s' 是被保留的。
@@ -415,7 +417,10 @@ manage_openid=管理 OpenID 位址
415
417
email_desc =您的主要電子信箱將被用於通知提醒和其他操作。
416
418
theme_desc =這將是您在整個網站上的預設佈景主題。
417
419
primary =主要
420
+ requires_activation =需要啟動
418
421
primary_email =設為主要
422
+ activate_email =寄出啟用信
423
+ activations_pending =等待啟用中
419
424
delete_email =移除
420
425
email_deletion =移除電子郵件地址
421
426
email_deletion_desc =電子郵件地址和相關資訊將從您的帳戶中刪除,此電子郵件地址所提交的 Git 將保持不變,繼續執行?
@@ -477,6 +482,8 @@ delete_token=删除令牌
477
482
access_token_deletion =刪除訪問權杖
478
483
479
484
oauth2_application_name =應用程式名稱
485
+ oauth2_type_web =Web (例如 Node.JS, Tomacat, Go)
486
+ oauth2_type_native =原生應用程式 (Mobile, Desktop, Browser)
480
487
save_application =儲存
481
488
oauth2_client_id =客戶端 ID
482
489
oauth2_client_secret =客戶端密鑰
@@ -1070,6 +1077,7 @@ settings.add_protected_branch=啟用保護
1070
1077
settings.delete_protected_branch =停用保護
1071
1078
settings.choose_branch =選擇一個分支...
1072
1079
settings.edit_protected_branch =編輯
1080
+ settings.matrix.message_type =訊息類型
1073
1081
settings.archive.button =封存儲存庫
1074
1082
settings.archive.header =封存本儲存庫
1075
1083
settings.archive.success =此儲存庫已被封存
@@ -1219,8 +1227,10 @@ teams.add_nonexistent_repo=您嘗試新增到團隊的儲存庫不存在,請
1219
1227
[admin]
1220
1228
dashboard =資訊主頁
1221
1229
users =使用者帳號
1222
- organizations =組織管理
1223
- repositories =儲存庫管理
1230
+ organizations =組織
1231
+ repositories =儲存庫
1232
+ hooks =預設 Webhook
1233
+ systemhooks =系統 Webhook
1224
1234
authentication =認證來源
1225
1235
config =組態
1226
1236
notices =系統提示管理
@@ -1462,12 +1472,12 @@ config.test_mail_sent=測試郵件已發送到 '%s'
1462
1472
config.oauth_config =社交帳號設定
1463
1473
config.oauth_enabled =啟用服務
1464
1474
1465
- config.cache_config =Cache 設定
1475
+ config.cache_config =Cache 組態
1466
1476
config.cache_adapter =Cache 適配器
1467
1477
config.cache_interval =Cache 週期
1468
1478
config.cache_conn =Cache 連接字符串
1469
1479
1470
- config.session_config =Session 設定
1480
+ config.session_config =Session 組態
1471
1481
config.session_provider =Session 提供者
1472
1482
config.provider_config =提供者設定
1473
1483
config.cookie_name =Cookie 名稱
@@ -1505,9 +1515,12 @@ monitor.next=下次執行時間
1505
1515
monitor.previous =上次執行時間
1506
1516
monitor.execute_times =執行時間
1507
1517
monitor.process =執行中的處理程序
1508
- monitor.desc =進程描述
1518
+ monitor.desc =描述
1509
1519
monitor.start =開始時間
1510
1520
monitor.execute_time =已執行時間
1521
+ monitor.queues =佇列
1522
+ monitor.queue =佇列: %s
1523
+ monitor.queue.type =類型
1511
1524
1512
1525
1513
1526
@@ -1521,6 +1534,7 @@ notices.delete_selected=刪除選取項
1521
1534
notices.delete_all =刪除所有提示
1522
1535
notices.type =提示類型
1523
1536
notices.type_1 =儲存庫
1537
+ notices.type_2 =任務
1524
1538
notices.desc =描述
1525
1539
notices.op =操作
1526
1540
notices.delete_success =已刪除系統提示。
0 commit comments