@@ -104,7 +104,7 @@ license_desc=取得 <a target="_blank" rel="noopener noreferrer" href="https://c
104
104
105
105
[install]
106
106
install =安裝頁面
107
- title =初始設定
107
+ title =初始組態
108
108
docker_helper =如果您正在使用 Docker 容器執行 Gitea,請務必先仔細閱讀 <a target =" _blank" rel =" noopener noreferrer" href =" %s" >官方文件</a>後再對本頁面進行填寫。
109
109
requite_db_desc =Gitea 必須搭配 MySQL、PostgreSQL、MSSQL 或 SQLite3 資料庫使用。
110
110
db_title =資料庫設定
@@ -1654,6 +1654,7 @@ settings.archive.error_ismirror=無法封存鏡像儲存庫。
1654
1654
settings.archive.branchsettings_unavailable =已封存的儲存庫無法使用分支設定。
1655
1655
settings.unarchive.button =解除封存儲存庫
1656
1656
settings.unarchive.header =解除封存本儲存庫
1657
+ settings.unarchive.text =取消封存此儲存庫將使它能再次接收提交、推送、新問題與合併請求。
1657
1658
settings.unarchive.success =此儲存庫已解除封存
1658
1659
settings.update_avatar_success =已更新儲存庫的大頭貼。
1659
1660
settings.lfs =LFS
@@ -1754,9 +1755,11 @@ branch.create_success=已建立分支 '%s'。
1754
1755
branch.branch_already_exists =分支 ' %s' 已存在此儲存庫
1755
1756
branch.branch_name_conflict =分支名稱「%s」與現有分支「%s」衝突。
1756
1757
branch.deleted_by =刪除人: %s
1758
+ branch.restore_success =已還原分支「%s」。
1757
1759
branch.restore_failed =還原分支 %s 失敗
1758
1760
branch.protected_deletion_failed =分支「%s」已被保護,不能刪除。
1759
1761
branch.default_deletion_failed =分支「%s」為預設分支,不能刪除。
1762
+ branch.restore =還原分支「%s」
1760
1763
branch.download =下載分支 ' %s'
1761
1764
branch.included_desc =此分支是預設分支的一部分
1762
1765
branch.included =包含
@@ -2257,16 +2260,33 @@ monitor.queues=佇列
2257
2260
monitor.queue=佇列: %s
2258
2261
monitor.queue.name=名稱
2259
2262
monitor.queue.type=類型
2263
+ monitor.queue.numberworkers=工作者數量
2264
+ monitor.queue.maxnumberworkers=最大工作者數量
2265
+ monitor.queue.configuration=初始組態
2260
2266
monitor.queue.pool.timeout=逾時
2261
2267
monitor.queue.pool.addworkers.title=新增工作者
2262
2268
monitor.queue.pool.addworkers.submit=新增工作者
2263
2269
monitor.queue.pool.addworkers.numberworkers.placeholder=工作者數量
2264
2270
monitor.queue.pool.addworkers.timeout.placeholder=設定為 0 則永不逾時
2265
-
2271
+ monitor.queue.pool.addworkers.mustnumbergreaterzero=要加入的工作者數量必須大於 0
2272
+ monitor.queue.pool.addworkers.musttimeoutduration=逾時必須為 Go 語言時間長度表達式。例如 5m 或 0
2273
+
2274
+ monitor.queue.settings.numberworkers.placeholder=目前 %[1]d
2275
+ monitor.queue.settings.numberworkers.error=要加入的工作者數量必須大於等於 0
2276
+ monitor.queue.settings.maxnumberworkers=最大工作者數量
2277
+ monitor.queue.settings.maxnumberworkers.placeholder=目前 %[1]d
2278
+ monitor.queue.settings.maxnumberworkers.error=最大工作者數量必須是數字
2266
2279
monitor.queue.settings.submit=更新設定
2267
2280
monitor.queue.settings.changed=已更新設定
2268
2281
monitor.queue.settings.blocktimeout.value=%[1]v
2269
2282
2283
+ monitor.queue.pool.added=已加入工作者群組
2284
+ monitor.queue.pool.max_changed=已更改最大工作者數量
2285
+ monitor.queue.pool.workers.title=活動中的工作者群組
2286
+ monitor.queue.pool.workers.none=沒有工作者群組。
2287
+ monitor.queue.pool.cancel=結束工作者群組
2288
+ monitor.queue.pool.cancelling=正在結束工作者群組
2289
+ monitor.queue.pool.cancel_notices=要結束這 %s 個工作者嗎?
2270
2290
2271
2291
notices.system_notice_list=系統提示
2272
2292
notices.view_detail_header=查看提示細節
0 commit comments