ysk-server-shared 1.1.0 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn.d.ts +2 -0
- package/dist/cdn.d.ts.map +1 -1
- package/dist/dto.d.ts +1 -1
- package/dist/dto.d.ts.map +1 -1
- package/dist/ftp.d.ts +6 -0
- package/dist/ftp.d.ts.map +1 -1
- package/dist/migrate.d.ts +1 -0
- package/dist/migrate.d.ts.map +1 -1
- package/dist/route-capabilities.d.ts.map +1 -1
- package/dist/route-capabilities.js +10 -0
- package/dist/route-capabilities.js.map +1 -1
- package/dist/validators.d.ts +39 -2
- package/dist/validators.d.ts.map +1 -1
- package/dist/validators.js +12 -0
- package/dist/validators.js.map +1 -1
- package/locales/ar/agents.json +7 -2
- package/locales/ar/apache.json +3 -1
- package/locales/ar/backups.json +17 -1
- package/locales/ar/btTracker.json +4 -1
- package/locales/ar/cdn.json +3 -1
- package/locales/ar/common.json +2 -1
- package/locales/ar/cron.json +4 -1
- package/locales/ar/dashboard.json +4 -2
- package/locales/ar/db.json +18 -1
- package/locales/ar/dns.json +5 -1
- package/locales/ar/docker.json +2 -1
- package/locales/ar/email.json +4 -1
- package/locales/ar/files.json +2 -1
- package/locales/ar/ftp.json +17 -1
- package/locales/ar/hostBrowse.json +3 -1
- package/locales/ar/migrate.json +14 -1
- package/locales/ar/network.json +3 -1
- package/locales/ar/nginx.json +4 -1
- package/locales/ar/notes.json +42 -6
- package/locales/ar/projects.json +2 -1
- package/locales/ar/protection.json +3 -1
- package/locales/ar/publicFiles.json +5 -1
- package/locales/ar/redis.json +6 -1
- package/locales/ar/security.json +3 -1
- package/locales/ar/services.json +9 -1
- package/locales/ar/system.json +7 -2
- package/locales/ar/translation.json +267 -41
- package/locales/ar/updates.json +2 -1
- package/locales/ar/validators.json +64 -5
- package/locales/ar/vnc.json +8 -1
- package/locales/bn/agents.json +7 -2
- package/locales/bn/apache.json +3 -1
- package/locales/bn/backups.json +17 -1
- package/locales/bn/btTracker.json +4 -1
- package/locales/bn/cdn.json +3 -1
- package/locales/bn/common.json +2 -1
- package/locales/bn/cron.json +4 -1
- package/locales/bn/dashboard.json +4 -2
- package/locales/bn/db.json +18 -1
- package/locales/bn/dns.json +5 -1
- package/locales/bn/docker.json +2 -1
- package/locales/bn/email.json +4 -1
- package/locales/bn/files.json +2 -1
- package/locales/bn/ftp.json +17 -1
- package/locales/bn/hostBrowse.json +3 -1
- package/locales/bn/migrate.json +14 -1
- package/locales/bn/network.json +3 -1
- package/locales/bn/nginx.json +4 -1
- package/locales/bn/notes.json +42 -6
- package/locales/bn/projects.json +2 -1
- package/locales/bn/protection.json +3 -1
- package/locales/bn/publicFiles.json +5 -1
- package/locales/bn/redis.json +6 -1
- package/locales/bn/security.json +3 -1
- package/locales/bn/services.json +9 -1
- package/locales/bn/system.json +7 -2
- package/locales/bn/translation.json +267 -41
- package/locales/bn/updates.json +2 -1
- package/locales/bn/validators.json +64 -5
- package/locales/bn/vnc.json +8 -1
- package/locales/en/agents.json +5 -0
- package/locales/en/apache.json +2 -0
- package/locales/en/backups.json +18 -2
- package/locales/en/btTracker.json +5 -2
- package/locales/en/cdn.json +3 -1
- package/locales/en/common.json +1 -0
- package/locales/en/cron.json +3 -0
- package/locales/en/dashboard.json +3 -1
- package/locales/en/db.json +17 -0
- package/locales/en/dns.json +4 -0
- package/locales/en/docker.json +1 -0
- package/locales/en/email.json +3 -0
- package/locales/en/files.json +1 -0
- package/locales/en/ftp.json +16 -0
- package/locales/en/hostBrowse.json +2 -0
- package/locales/en/migrate.json +14 -1
- package/locales/en/network.json +2 -0
- package/locales/en/nginx.json +4 -1
- package/locales/en/notes.json +45 -6
- package/locales/en/projects.json +1 -0
- package/locales/en/protection.json +2 -0
- package/locales/en/publicFiles.json +5 -1
- package/locales/en/redis.json +5 -0
- package/locales/en/security.json +2 -0
- package/locales/en/services.json +8 -0
- package/locales/en/system.json +7 -2
- package/locales/en/translation.json +252 -26
- package/locales/en/updates.json +1 -0
- package/locales/en/validators.json +65 -6
- package/locales/en/vnc.json +7 -0
- package/locales/es/agents.json +7 -2
- package/locales/es/apache.json +3 -1
- package/locales/es/backups.json +17 -1
- package/locales/es/btTracker.json +4 -1
- package/locales/es/cdn.json +3 -1
- package/locales/es/common.json +2 -1
- package/locales/es/cron.json +4 -1
- package/locales/es/dashboard.json +4 -2
- package/locales/es/db.json +18 -1
- package/locales/es/dns.json +5 -1
- package/locales/es/docker.json +2 -1
- package/locales/es/email.json +4 -1
- package/locales/es/files.json +2 -1
- package/locales/es/ftp.json +17 -1
- package/locales/es/hostBrowse.json +3 -1
- package/locales/es/migrate.json +14 -1
- package/locales/es/network.json +3 -1
- package/locales/es/nginx.json +4 -1
- package/locales/es/notes.json +42 -6
- package/locales/es/projects.json +2 -1
- package/locales/es/protection.json +3 -1
- package/locales/es/publicFiles.json +5 -1
- package/locales/es/redis.json +6 -1
- package/locales/es/security.json +3 -1
- package/locales/es/services.json +9 -1
- package/locales/es/system.json +7 -2
- package/locales/es/translation.json +267 -41
- package/locales/es/updates.json +2 -1
- package/locales/es/validators.json +64 -5
- package/locales/es/vnc.json +8 -1
- package/locales/fr/agents.json +7 -2
- package/locales/fr/apache.json +3 -1
- package/locales/fr/backups.json +17 -1
- package/locales/fr/btTracker.json +4 -1
- package/locales/fr/cdn.json +3 -1
- package/locales/fr/common.json +2 -1
- package/locales/fr/cron.json +4 -1
- package/locales/fr/dashboard.json +4 -2
- package/locales/fr/db.json +18 -1
- package/locales/fr/dns.json +5 -1
- package/locales/fr/docker.json +2 -1
- package/locales/fr/email.json +4 -1
- package/locales/fr/files.json +2 -1
- package/locales/fr/ftp.json +17 -1
- package/locales/fr/hostBrowse.json +3 -1
- package/locales/fr/migrate.json +14 -1
- package/locales/fr/network.json +3 -1
- package/locales/fr/nginx.json +4 -1
- package/locales/fr/notes.json +42 -6
- package/locales/fr/projects.json +2 -1
- package/locales/fr/protection.json +3 -1
- package/locales/fr/publicFiles.json +5 -1
- package/locales/fr/redis.json +6 -1
- package/locales/fr/security.json +3 -1
- package/locales/fr/services.json +9 -1
- package/locales/fr/system.json +7 -2
- package/locales/fr/translation.json +267 -41
- package/locales/fr/updates.json +2 -1
- package/locales/fr/validators.json +64 -5
- package/locales/fr/vnc.json +8 -1
- package/locales/hi/agents.json +7 -2
- package/locales/hi/apache.json +3 -1
- package/locales/hi/backups.json +17 -1
- package/locales/hi/btTracker.json +4 -1
- package/locales/hi/cdn.json +3 -1
- package/locales/hi/common.json +2 -1
- package/locales/hi/cron.json +4 -1
- package/locales/hi/dashboard.json +4 -2
- package/locales/hi/db.json +18 -1
- package/locales/hi/dns.json +5 -1
- package/locales/hi/docker.json +2 -1
- package/locales/hi/email.json +4 -1
- package/locales/hi/files.json +2 -1
- package/locales/hi/ftp.json +17 -1
- package/locales/hi/hostBrowse.json +3 -1
- package/locales/hi/migrate.json +14 -1
- package/locales/hi/network.json +3 -1
- package/locales/hi/nginx.json +4 -1
- package/locales/hi/notes.json +42 -6
- package/locales/hi/projects.json +2 -1
- package/locales/hi/protection.json +3 -1
- package/locales/hi/publicFiles.json +5 -1
- package/locales/hi/redis.json +6 -1
- package/locales/hi/security.json +3 -1
- package/locales/hi/services.json +9 -1
- package/locales/hi/system.json +7 -2
- package/locales/hi/translation.json +267 -41
- package/locales/hi/updates.json +2 -1
- package/locales/hi/validators.json +64 -5
- package/locales/hi/vnc.json +8 -1
- package/locales/id/agents.json +7 -2
- package/locales/id/apache.json +3 -1
- package/locales/id/backups.json +17 -1
- package/locales/id/btTracker.json +4 -1
- package/locales/id/cdn.json +3 -1
- package/locales/id/common.json +2 -1
- package/locales/id/cron.json +4 -1
- package/locales/id/dashboard.json +4 -2
- package/locales/id/db.json +18 -1
- package/locales/id/dns.json +5 -1
- package/locales/id/docker.json +2 -1
- package/locales/id/email.json +4 -1
- package/locales/id/files.json +2 -1
- package/locales/id/ftp.json +17 -1
- package/locales/id/hostBrowse.json +3 -1
- package/locales/id/migrate.json +14 -1
- package/locales/id/network.json +3 -1
- package/locales/id/nginx.json +4 -1
- package/locales/id/notes.json +42 -6
- package/locales/id/projects.json +2 -1
- package/locales/id/protection.json +3 -1
- package/locales/id/publicFiles.json +5 -1
- package/locales/id/redis.json +6 -1
- package/locales/id/security.json +3 -1
- package/locales/id/services.json +9 -1
- package/locales/id/system.json +7 -2
- package/locales/id/translation.json +267 -41
- package/locales/id/updates.json +2 -1
- package/locales/id/validators.json +64 -5
- package/locales/id/vnc.json +8 -1
- package/locales/ja/agents.json +7 -2
- package/locales/ja/apache.json +3 -1
- package/locales/ja/backups.json +17 -1
- package/locales/ja/btTracker.json +4 -1
- package/locales/ja/cdn.json +3 -1
- package/locales/ja/common.json +2 -1
- package/locales/ja/cron.json +4 -1
- package/locales/ja/dashboard.json +4 -2
- package/locales/ja/db.json +18 -1
- package/locales/ja/dns.json +5 -1
- package/locales/ja/docker.json +2 -1
- package/locales/ja/email.json +4 -1
- package/locales/ja/files.json +2 -1
- package/locales/ja/ftp.json +17 -1
- package/locales/ja/hostBrowse.json +3 -1
- package/locales/ja/migrate.json +14 -1
- package/locales/ja/network.json +3 -1
- package/locales/ja/nginx.json +4 -1
- package/locales/ja/notes.json +42 -6
- package/locales/ja/projects.json +2 -1
- package/locales/ja/protection.json +3 -1
- package/locales/ja/publicFiles.json +5 -1
- package/locales/ja/redis.json +6 -1
- package/locales/ja/security.json +3 -1
- package/locales/ja/services.json +9 -1
- package/locales/ja/system.json +7 -2
- package/locales/ja/translation.json +267 -41
- package/locales/ja/updates.json +2 -1
- package/locales/ja/validators.json +64 -5
- package/locales/ja/vnc.json +8 -1
- package/locales/ko/agents.json +7 -2
- package/locales/ko/apache.json +3 -1
- package/locales/ko/backups.json +17 -1
- package/locales/ko/btTracker.json +4 -1
- package/locales/ko/cdn.json +3 -1
- package/locales/ko/common.json +2 -1
- package/locales/ko/cron.json +4 -1
- package/locales/ko/dashboard.json +4 -2
- package/locales/ko/db.json +18 -1
- package/locales/ko/dns.json +5 -1
- package/locales/ko/docker.json +2 -1
- package/locales/ko/email.json +4 -1
- package/locales/ko/files.json +2 -1
- package/locales/ko/ftp.json +17 -1
- package/locales/ko/hostBrowse.json +3 -1
- package/locales/ko/migrate.json +14 -1
- package/locales/ko/network.json +3 -1
- package/locales/ko/nginx.json +4 -1
- package/locales/ko/notes.json +42 -6
- package/locales/ko/projects.json +2 -1
- package/locales/ko/protection.json +3 -1
- package/locales/ko/publicFiles.json +5 -1
- package/locales/ko/redis.json +6 -1
- package/locales/ko/security.json +3 -1
- package/locales/ko/services.json +9 -1
- package/locales/ko/system.json +7 -2
- package/locales/ko/translation.json +267 -41
- package/locales/ko/updates.json +2 -1
- package/locales/ko/validators.json +64 -5
- package/locales/ko/vnc.json +8 -1
- package/locales/pt/agents.json +7 -2
- package/locales/pt/apache.json +3 -1
- package/locales/pt/backups.json +17 -1
- package/locales/pt/btTracker.json +4 -1
- package/locales/pt/cdn.json +3 -1
- package/locales/pt/common.json +2 -1
- package/locales/pt/cron.json +4 -1
- package/locales/pt/dashboard.json +4 -2
- package/locales/pt/db.json +18 -1
- package/locales/pt/dns.json +5 -1
- package/locales/pt/docker.json +2 -1
- package/locales/pt/email.json +4 -1
- package/locales/pt/files.json +2 -1
- package/locales/pt/ftp.json +17 -1
- package/locales/pt/hostBrowse.json +3 -1
- package/locales/pt/migrate.json +14 -1
- package/locales/pt/network.json +3 -1
- package/locales/pt/nginx.json +4 -1
- package/locales/pt/notes.json +42 -6
- package/locales/pt/projects.json +2 -1
- package/locales/pt/protection.json +3 -1
- package/locales/pt/publicFiles.json +5 -1
- package/locales/pt/redis.json +6 -1
- package/locales/pt/security.json +3 -1
- package/locales/pt/services.json +9 -1
- package/locales/pt/system.json +7 -2
- package/locales/pt/translation.json +267 -41
- package/locales/pt/updates.json +2 -1
- package/locales/pt/validators.json +64 -5
- package/locales/pt/vnc.json +8 -1
- package/locales/ur/agents.json +7 -2
- package/locales/ur/apache.json +3 -1
- package/locales/ur/backups.json +17 -1
- package/locales/ur/btTracker.json +4 -1
- package/locales/ur/cdn.json +3 -1
- package/locales/ur/common.json +2 -1
- package/locales/ur/cron.json +4 -1
- package/locales/ur/dashboard.json +4 -2
- package/locales/ur/db.json +18 -1
- package/locales/ur/dns.json +5 -1
- package/locales/ur/docker.json +2 -1
- package/locales/ur/email.json +4 -1
- package/locales/ur/files.json +2 -1
- package/locales/ur/ftp.json +17 -1
- package/locales/ur/hostBrowse.json +3 -1
- package/locales/ur/migrate.json +14 -1
- package/locales/ur/network.json +3 -1
- package/locales/ur/nginx.json +4 -1
- package/locales/ur/notes.json +42 -6
- package/locales/ur/projects.json +2 -1
- package/locales/ur/protection.json +3 -1
- package/locales/ur/publicFiles.json +5 -1
- package/locales/ur/redis.json +6 -1
- package/locales/ur/security.json +3 -1
- package/locales/ur/services.json +9 -1
- package/locales/ur/system.json +7 -2
- package/locales/ur/translation.json +267 -41
- package/locales/ur/updates.json +2 -1
- package/locales/ur/validators.json +64 -5
- package/locales/ur/vnc.json +8 -1
- package/locales/zh-CN/agents.json +7 -2
- package/locales/zh-CN/apache.json +3 -1
- package/locales/zh-CN/backups.json +17 -1
- package/locales/zh-CN/btTracker.json +4 -1
- package/locales/zh-CN/cdn.json +3 -1
- package/locales/zh-CN/common.json +2 -1
- package/locales/zh-CN/cron.json +4 -1
- package/locales/zh-CN/dashboard.json +4 -2
- package/locales/zh-CN/db.json +18 -1
- package/locales/zh-CN/dns.json +5 -1
- package/locales/zh-CN/docker.json +2 -1
- package/locales/zh-CN/email.json +4 -1
- package/locales/zh-CN/files.json +2 -1
- package/locales/zh-CN/ftp.json +17 -1
- package/locales/zh-CN/hostBrowse.json +3 -1
- package/locales/zh-CN/migrate.json +14 -1
- package/locales/zh-CN/network.json +3 -1
- package/locales/zh-CN/nginx.json +4 -1
- package/locales/zh-CN/notes.json +42 -6
- package/locales/zh-CN/projects.json +2 -1
- package/locales/zh-CN/protection.json +3 -1
- package/locales/zh-CN/publicFiles.json +5 -1
- package/locales/zh-CN/redis.json +6 -1
- package/locales/zh-CN/security.json +3 -1
- package/locales/zh-CN/services.json +9 -1
- package/locales/zh-CN/system.json +7 -2
- package/locales/zh-CN/translation.json +267 -41
- package/locales/zh-CN/updates.json +2 -1
- package/locales/zh-CN/validators.json +64 -5
- package/locales/zh-CN/vnc.json +8 -1
- package/locales/zh-HK/agents.json +5 -0
- package/locales/zh-HK/apache.json +2 -0
- package/locales/zh-HK/backups.json +18 -2
- package/locales/zh-HK/btTracker.json +5 -2
- package/locales/zh-HK/cdn.json +3 -1
- package/locales/zh-HK/common.json +1 -0
- package/locales/zh-HK/cron.json +3 -0
- package/locales/zh-HK/dashboard.json +3 -1
- package/locales/zh-HK/db.json +17 -0
- package/locales/zh-HK/dns.json +4 -0
- package/locales/zh-HK/docker.json +1 -0
- package/locales/zh-HK/email.json +3 -0
- package/locales/zh-HK/files.json +1 -0
- package/locales/zh-HK/ftp.json +16 -0
- package/locales/zh-HK/hostBrowse.json +2 -0
- package/locales/zh-HK/migrate.json +14 -1
- package/locales/zh-HK/network.json +2 -0
- package/locales/zh-HK/nginx.json +4 -1
- package/locales/zh-HK/notes.json +45 -9
- package/locales/zh-HK/projects.json +1 -0
- package/locales/zh-HK/protection.json +2 -0
- package/locales/zh-HK/publicFiles.json +5 -1
- package/locales/zh-HK/redis.json +5 -0
- package/locales/zh-HK/security.json +2 -0
- package/locales/zh-HK/services.json +8 -0
- package/locales/zh-HK/system.json +7 -2
- package/locales/zh-HK/translation.json +252 -26
- package/locales/zh-HK/updates.json +1 -0
- package/locales/zh-HK/validators.json +65 -6
- package/locales/zh-HK/vnc.json +7 -0
- package/package.json +8 -9
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"failed": "失败",
|
|
16
16
|
"error": "失败",
|
|
17
17
|
"unknown": "未探测",
|
|
18
|
-
"fallback": "未知"
|
|
18
|
+
"fallback": "未知",
|
|
19
|
+
"activating": "Starting",
|
|
20
|
+
"stuck": "Start stuck"
|
|
19
21
|
},
|
|
20
22
|
"liveN": "{{count}} 在线",
|
|
21
23
|
"registeredOnly": "仅登记",
|
|
@@ -140,7 +142,10 @@
|
|
|
140
142
|
"historyTitleShort": "打开命令历史记录(只读)",
|
|
141
143
|
"expEdge": "在边缘:",
|
|
142
144
|
"noteAllowlist": "Agent tool calls must pass the allowlist.",
|
|
143
|
-
"noteRbacCap": "Agent role is capped at write-low."
|
|
145
|
+
"noteRbacCap": "Agent role is capped at write-low.",
|
|
146
|
+
"journal": "journal",
|
|
147
|
+
"activatingStuckHint": "Activating longer than 5 minutes — treated as failed. Check journal.",
|
|
148
|
+
"noOnlineAgents": "No agents online"
|
|
144
149
|
},
|
|
145
150
|
"ai": {
|
|
146
151
|
"status": {
|
|
@@ -262,7 +267,9 @@
|
|
|
262
267
|
"sslTerminatedUpstream": "TLS 在 Nginx 前面结束",
|
|
263
268
|
"removeArtifactHint": "只删除此残留磁盘 conf,不会删除项目。",
|
|
264
269
|
"sourceOrphan": "Leftover",
|
|
265
|
-
"orphanSite": "Project gone"
|
|
270
|
+
"orphanSite": "Project gone",
|
|
271
|
+
"pillSitesSplit": "{{n}} sites · {{leftover}} leftover",
|
|
272
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP."
|
|
266
273
|
},
|
|
267
274
|
"applyStatus": {
|
|
268
275
|
"draft": "草稿",
|
|
@@ -455,7 +462,23 @@
|
|
|
455
462
|
"goLogs": "Open logs",
|
|
456
463
|
"goAbout": "Backup notes",
|
|
457
464
|
"skippedPendingOs": "Skipped — OS user / home not provisioned",
|
|
458
|
-
"latestFile": "Latest archive"
|
|
465
|
+
"latestFile": "Latest archive",
|
|
466
|
+
"tabTrash": "Recycle bin",
|
|
467
|
+
"trashTitle": "Recycle bin ({{count}})",
|
|
468
|
+
"trashSub": "Deleted archives stay here for 7 days, then they are removed permanently.",
|
|
469
|
+
"trashEmpty": "Recycle bin is empty",
|
|
470
|
+
"trashEmptyDesc": "Deleted backup files appear here for 7 days.",
|
|
471
|
+
"trashRestore": "Restore",
|
|
472
|
+
"trashPurge": "Delete forever",
|
|
473
|
+
"trashEmptyAll": "Empty recycle bin",
|
|
474
|
+
"trashExpires": "Expires {{at}}",
|
|
475
|
+
"trashPurgeTitle": "Permanently delete this backup?",
|
|
476
|
+
"trashPurgeDesc": "Permanently delete {{name}}. This cannot be undone.",
|
|
477
|
+
"trashEmptyTitle": "Empty recycle bin?",
|
|
478
|
+
"trashEmptyDescConfirm": "Permanently delete {{count}} archive(s). Type the count to confirm.",
|
|
479
|
+
"trashRestored": "Restored from recycle bin",
|
|
480
|
+
"trashPurged": "Permanently deleted",
|
|
481
|
+
"trashedOk": "Moved to recycle bin"
|
|
459
482
|
},
|
|
460
483
|
"btTracker": {
|
|
461
484
|
"title": "BT追踪器",
|
|
@@ -653,7 +676,10 @@
|
|
|
653
676
|
"statsLibraryHint": "Torrents in the panel library / file shares",
|
|
654
677
|
"statsTrackerLeftover": "Tracker leftover",
|
|
655
678
|
"statsTrackerLeftoverHint": "Tracker announce hashes that are not library rows",
|
|
656
|
-
"statsAnnouncesHint": "Announce requests seen by the tracker process"
|
|
679
|
+
"statsAnnouncesHint": "Announce requests seen by the tracker process",
|
|
680
|
+
"leftoverHashesTitle": "Tracker leftover hashes",
|
|
681
|
+
"leftoverHashesHint": "Read-only. These announces are not library or share rows.",
|
|
682
|
+
"publicHostMissingLive": "Tracker is listening but public announce host is not set. Off-host peers cannot find this seed."
|
|
657
683
|
},
|
|
658
684
|
"catalog": {
|
|
659
685
|
"sw": {
|
|
@@ -890,7 +916,9 @@
|
|
|
890
916
|
"hitMiss": "Hits {{hits}} / misses {{misses}}",
|
|
891
917
|
"cacheBytes": "Cache ≈ {{n}} B",
|
|
892
918
|
"hitRateUnknown": "No access log with cache status and no cache directory, so hit rate cannot be estimated.",
|
|
893
|
-
"offlineHint": "Offline — probe failed. Remove the node if it is leftover."
|
|
919
|
+
"offlineHint": "Offline — probe failed. Remove the node if it is leftover.",
|
|
920
|
+
"applyFailedNoNote": "No stored reason. Re-apply to capture the error.",
|
|
921
|
+
"statApplyFailed": "Apply failed"
|
|
894
922
|
},
|
|
895
923
|
"cli": {
|
|
896
924
|
"unknownCommand": "未知命令:{{command}}\n执行 `{{cli}} help`",
|
|
@@ -2204,7 +2232,8 @@
|
|
|
2204
2232
|
"hidePassword": "隐藏",
|
|
2205
2233
|
"more": "更多的",
|
|
2206
2234
|
"redirectedTo": "已转到 {{to}}(原为 {{from}})",
|
|
2207
|
-
"unavailable": "Not available right now"
|
|
2235
|
+
"unavailable": "Not available right now",
|
|
2236
|
+
"ok": "OK"
|
|
2208
2237
|
},
|
|
2209
2238
|
"cron": {
|
|
2210
2239
|
"presetCdTrue": "cd app + true(测试)",
|
|
@@ -2372,7 +2401,10 @@
|
|
|
2372
2401
|
"writtenOnHostHint": "Lines already written to the host crontab",
|
|
2373
2402
|
"registeredJobsHint": "Jobs registered in the panel (including pending install)",
|
|
2374
2403
|
"pendingInstallCount": "{{n}} pending install",
|
|
2375
|
-
"systemJobBadge": "No project · system user"
|
|
2404
|
+
"systemJobBadge": "No project · system user",
|
|
2405
|
+
"willNotRun": "Not written to system crontab — will not run.",
|
|
2406
|
+
"pendingStale": "Not written to system crontab for {{days}} day(s) — it will not run.",
|
|
2407
|
+
"jobsTabPending": "Jobs ({{count}}) · pending {{pending}}"
|
|
2376
2408
|
},
|
|
2377
2409
|
"dashboard": {
|
|
2378
2410
|
"title": "控制台",
|
|
@@ -2418,7 +2450,8 @@
|
|
|
2418
2450
|
"mode": {
|
|
2419
2451
|
"degraded": "降级",
|
|
2420
2452
|
"production_capable": "可生产",
|
|
2421
|
-
"normal": "正常"
|
|
2453
|
+
"normal": "正常",
|
|
2454
|
+
"blocked": "blocked"
|
|
2422
2455
|
},
|
|
2423
2456
|
"details": "详情",
|
|
2424
2457
|
"certExpiryTitle": "证书到期:",
|
|
@@ -2502,7 +2535,8 @@
|
|
|
2502
2535
|
"warn": "Warning",
|
|
2503
2536
|
"bad": "Problem"
|
|
2504
2537
|
},
|
|
2505
|
-
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA."
|
|
2538
|
+
"publicNo2fa": "This panel listens on all interfaces and your admin account has no 2FA.",
|
|
2539
|
+
"readinessBlocked": "{{n}} blocker(s)"
|
|
2506
2540
|
},
|
|
2507
2541
|
"dataTable": {
|
|
2508
2542
|
"empty": "没有数据",
|
|
@@ -2765,7 +2799,24 @@
|
|
|
2765
2799
|
"fleetApplyTitle": "队列适用于车队成员吗?",
|
|
2766
2800
|
"redirectedFromCluster": "You were redirected here from /cluster. This is the database cluster tab.",
|
|
2767
2801
|
"roleUnassigned": "No role assigned",
|
|
2768
|
-
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}."
|
|
2802
|
+
"standaloneOtherEngines": "This engine is standalone. Other engines have clusters: {{names}}.",
|
|
2803
|
+
"notApplied": "Not applied",
|
|
2804
|
+
"plannedAt": "Created {{when}}",
|
|
2805
|
+
"clearStalePlans": "Clear stale plans",
|
|
2806
|
+
"clearStalePlansTitle": "Delete stale planned clusters?",
|
|
2807
|
+
"clearStalePlansDesc": "Deletes {{n}} planned/draft registration(s) older than 7 days. Does not apply or push. System conf is not touched.",
|
|
2808
|
+
"landingTitle": "Database cluster",
|
|
2809
|
+
"landingDesc": "No database engine is installed on this host. Open an engine page to install, then return here.",
|
|
2810
|
+
"landingNoneInstalled": "MySQL, MariaDB, PostgreSQL, and Redis are not installed. /cluster does not open a MySQL tab when MySQL is missing.",
|
|
2811
|
+
"openEngine": "Open {{engine}}",
|
|
2812
|
+
"overviewPill": "Clusters {{n}}",
|
|
2813
|
+
"enginesInstalled": "Engines",
|
|
2814
|
+
"plannedCount": "Planned",
|
|
2815
|
+
"overviewList": "Clusters ({{count}})",
|
|
2816
|
+
"overviewEmpty": "No cluster registrations yet.",
|
|
2817
|
+
"engine": "Engine",
|
|
2818
|
+
"kind": "Kind",
|
|
2819
|
+
"members": "Members"
|
|
2769
2820
|
},
|
|
2770
2821
|
"console": {
|
|
2771
2822
|
"dataBrowse": "资料浏览",
|
|
@@ -3090,7 +3141,11 @@
|
|
|
3090
3141
|
"installConfirmConsequence": "安装并启动后,PowerDNS 会绑定 53 端口。",
|
|
3091
3142
|
"installPort53Busy": "53 端口已有程序在监听。未停止或修复该监听前,PowerDNS 可能无法绑定。",
|
|
3092
3143
|
"installPort53BusyConsequence": "请先修复绑定或停止其他监听,才可预期 53 端口有响应。",
|
|
3093
|
-
"createZoneNeedValid": "Enter a valid zone name and IPv4 address"
|
|
3144
|
+
"createZoneNeedValid": "Enter a valid zone name and IPv4 address",
|
|
3145
|
+
"startProbeFailed": "Could not re-check DNS health after start",
|
|
3146
|
+
"startNotListening": "PowerDNS start returned, but the unit is not answering on port 53",
|
|
3147
|
+
"goStartService": "Start DNS service",
|
|
3148
|
+
"startBindHint": "If start returns to stopped, port 53 is often held by systemd-resolved. Use Heal bind below, then start again."
|
|
3094
3149
|
},
|
|
3095
3150
|
"docker": {
|
|
3096
3151
|
"title": "Docker",
|
|
@@ -3142,7 +3197,8 @@
|
|
|
3142
3197
|
"created": "Created",
|
|
3143
3198
|
"dead": "Dead",
|
|
3144
3199
|
"removing": "Removing",
|
|
3145
|
-
"unknown": "Unknown"
|
|
3200
|
+
"unknown": "Unknown",
|
|
3201
|
+
"exitedCode": "Exited ({{n}})"
|
|
3146
3202
|
},
|
|
3147
3203
|
"actions": {
|
|
3148
3204
|
"start": "启动",
|
|
@@ -3850,7 +3906,10 @@
|
|
|
3850
3906
|
"opendkimNoReload": "OpenDKIM 不支持重载 — 更改密钥或对照表后请用重启。",
|
|
3851
3907
|
"opendkimNoReloadTitle": "此堆栈不支持 systemctl reload opendkim",
|
|
3852
3908
|
"tlsRequestLeFor": "Request LE for {{host}}",
|
|
3853
|
-
"deliverabilityChecks": "Checks"
|
|
3909
|
+
"deliverabilityChecks": "Checks",
|
|
3910
|
+
"healthPartialScore": "Partial {{n}}/100 (DNS only)",
|
|
3911
|
+
"healthPartialHint": "DNS checklist only — live and blacklist not probed.",
|
|
3912
|
+
"deleteImpact": "{{mailboxes}} mailboxes · {{records}} DNS records · {{aliases}} aliases"
|
|
3854
3913
|
},
|
|
3855
3914
|
"errors": {
|
|
3856
3915
|
"YSK_UNAUTHORIZED": "未授权",
|
|
@@ -4381,7 +4440,8 @@
|
|
|
4381
4440
|
"unshareDesc": "Revoke the link for {{name}} ({{url}}). The link stops working immediately.",
|
|
4382
4441
|
"pillTrash": "{{count}} in trash",
|
|
4383
4442
|
"pillSpace": "{{used}} used",
|
|
4384
|
-
"webdavTokenInactive": "Disabled — token #{{id}} is not active"
|
|
4443
|
+
"webdavTokenInactive": "Disabled — token #{{id}} is not active",
|
|
4444
|
+
"webdavOffNoToken": "Disabled (no active token)"
|
|
4385
4445
|
},
|
|
4386
4446
|
"firewall": {
|
|
4387
4447
|
"profiles": {
|
|
@@ -4642,7 +4702,23 @@
|
|
|
4642
4702
|
"detectPublicIpTitle": "填写来自该主机的第一个非环回 IPv4",
|
|
4643
4703
|
"pasvIpRequired": "套用前请填写 PASV 公网 IP(NAT/云主机)。可探测或手动输入。",
|
|
4644
4704
|
"vsftpdFailedGeneric": "vsftpd failed. Open the Service tab for live settings and journal.",
|
|
4645
|
-
"stateFailed": "Failed to start"
|
|
4705
|
+
"stateFailed": "Failed to start",
|
|
4706
|
+
"plaintextInsecure": "Cleartext FTP (no TLS) — insecure. Enable FTPS before exposing port 21.",
|
|
4707
|
+
"plaintextPublicLive": "vsftpd is listening on a public address without FTPS. Credentials travel in the clear. Enable FTPS, bind to this host only, or confirm PLAINTEXT to keep this posture.",
|
|
4708
|
+
"bindAddress": "Listen scope",
|
|
4709
|
+
"bindAddressHint": "New installs bind to this host only. Public listen without FTPS needs a typed confirmation.",
|
|
4710
|
+
"bindLocal": "This host only",
|
|
4711
|
+
"bindLocalHint": "127.0.0.1 — fine without TLS for local tests",
|
|
4712
|
+
"bindPublic": "Public",
|
|
4713
|
+
"bindPublicHint": "All interfaces — enable FTPS or confirm PLAINTEXT",
|
|
4714
|
+
"enableFtpsAndStart": "Enable FTPS and start",
|
|
4715
|
+
"publicPlainNeedConfirm": "Public cleartext FTP needs a PLAINTEXT confirmation",
|
|
4716
|
+
"plainConfirmTitle": "Start public FTP without FTPS?",
|
|
4717
|
+
"plainConfirmDesc": "Port 21 will accept logins and data in the clear on the public address.",
|
|
4718
|
+
"plainConfirmC1": "Usernames and passwords are visible on the network.",
|
|
4719
|
+
"plainConfirmC2": "PASV will advertise the configured public IP.",
|
|
4720
|
+
"plainConfirmC3": "Host firewall and cloud security group are not opened for you.",
|
|
4721
|
+
"plainConfirmAction": "Start cleartext FTP"
|
|
4646
4722
|
},
|
|
4647
4723
|
"geo": {
|
|
4648
4724
|
"continents": {
|
|
@@ -4941,7 +5017,9 @@
|
|
|
4941
5017
|
"engineBrowserNeedChrome": "Real browser (Chrome not installed)",
|
|
4942
5018
|
"egressHint": "The target site sees this server’s outbound address ({{host}}), not your laptop. Cookies stay in the server session jar.",
|
|
4943
5019
|
"closeNoSession": "No session yet",
|
|
4944
|
-
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}"
|
|
5020
|
+
"resumeHintDetail": "Resume previous session ({{count}} tabs) · {{url}} · {{when}}",
|
|
5021
|
+
"resumeHintOwned": "Resume last browse for {{user}} ({{count}} tabs) · {{url}} · {{when}}",
|
|
5022
|
+
"clearSessionData": "Clear session data"
|
|
4945
5023
|
},
|
|
4946
5024
|
"listToolbar": {
|
|
4947
5025
|
"searchPlaceholder": "搜索…",
|
|
@@ -5402,7 +5480,20 @@
|
|
|
5402
5480
|
"expandAllWarnings": "Show all {{n}} warnings",
|
|
5403
5481
|
"collapseWarnings": "Show fewer",
|
|
5404
5482
|
"inventoriedWarn": "Inventoried · {{n}} warnings",
|
|
5405
|
-
"orphanMtime": "Last modified {{at}}"
|
|
5483
|
+
"orphanMtime": "Last modified {{at}}",
|
|
5484
|
+
"inventoriedOrphans": "Inventoried · {{n}} leftover homes",
|
|
5485
|
+
"inventoriedWarnAndOrphans": "Inventoried · {{w}} warnings · {{n}} leftover",
|
|
5486
|
+
"orphanHomesTitle": "Leftover project homes ({{count}})",
|
|
5487
|
+
"orphanHomesSummary": "{{count}} path(s) on disk are not in the store. Back up first if unsure, then remove unused paths.",
|
|
5488
|
+
"orphanColHome": "Home",
|
|
5489
|
+
"orphanColModified": "Modified",
|
|
5490
|
+
"orphanKpi": "Leftover",
|
|
5491
|
+
"sourceOs": "OS",
|
|
5492
|
+
"sourceDataDir": "dataDir",
|
|
5493
|
+
"sourceDbRedis": "Databases / Redis",
|
|
5494
|
+
"sourceDbRedisValue": "{{db}} databases · {{redis}} Redis",
|
|
5495
|
+
"orphanColEntries": "Entries",
|
|
5496
|
+
"orphanEntries": "{{n}} top-level entries in the directory"
|
|
5406
5497
|
},
|
|
5407
5498
|
"multiCheck": {
|
|
5408
5499
|
"customPlaceholder": "自定义代码",
|
|
@@ -5670,7 +5761,9 @@
|
|
|
5670
5761
|
"up": "Up",
|
|
5671
5762
|
"down": "Down",
|
|
5672
5763
|
"unknown": "Unknown",
|
|
5673
|
-
"other": "Other"
|
|
5764
|
+
"other": "Other",
|
|
5765
|
+
"loopback": "Always on",
|
|
5766
|
+
"loopbackHint": "Loopback is always available and cannot be changed."
|
|
5674
5767
|
}
|
|
5675
5768
|
},
|
|
5676
5769
|
"nginx": {
|
|
@@ -5755,7 +5848,10 @@
|
|
|
5755
5848
|
"setHsts": "HSTS",
|
|
5756
5849
|
"setCfRealIp": "Cloudflare 真实 IP",
|
|
5757
5850
|
"setIndexes": "目录列表",
|
|
5758
|
-
"bodyInherit": "跟随全局"
|
|
5851
|
+
"bodyInherit": "跟随全局",
|
|
5852
|
+
"stopSites": "{{n}} site(s) will stop answering HTTP.",
|
|
5853
|
+
"purgeCacheTitle": "Purge Nginx cache and reload?",
|
|
5854
|
+
"purgeCacheDesc": "Clears the on-disk cache and reloads Nginx. Live sites stay up."
|
|
5759
5855
|
},
|
|
5760
5856
|
"notFound": {
|
|
5761
5857
|
"title": "找不到页面",
|
|
@@ -5830,10 +5926,18 @@
|
|
|
5830
5926
|
"sidecarPushed": "还推送了 SQL sidecar {{name}}",
|
|
5831
5927
|
"controlPlaneDryRun": "仅预览 - 没有写任何东西。在面板中,使用“恢复”并确认要写入的短语。",
|
|
5832
5928
|
"controlPlaneNeedConfirm": "完全控制平面恢复需要确认短语 RESTORE-CONTROL-PLANE。",
|
|
5833
|
-
"controlPlaneRestartAfter": "恢复成功后重新启动API。"
|
|
5929
|
+
"controlPlaneRestartAfter": "恢复成功后重新启动API。",
|
|
5930
|
+
"movedToTrash": "Moved {{name}} to the recycle bin. Permanent delete after {{days}} days.",
|
|
5931
|
+
"restoreNameExists": "Cannot restore {{name}} — a live archive with that name already exists.",
|
|
5932
|
+
"restoredFromTrash": "Restored {{name}} from the recycle bin.",
|
|
5933
|
+
"trashEmptied": "Permanently deleted {{n}} archive(s) from the recycle bin."
|
|
5834
5934
|
},
|
|
5835
5935
|
"redis": {
|
|
5836
|
-
"cliMissing": "未安装 redis-cli"
|
|
5936
|
+
"cliMissing": "未安装 redis-cli",
|
|
5937
|
+
"requirepassAlreadySet": "Redis already has requirepass — not overwritten.",
|
|
5938
|
+
"requirepassApplied": "requirepass applied at runtime",
|
|
5939
|
+
"requirepassApplyFailed": "Could not CONFIG SET requirepass (will rely on restart + conf)",
|
|
5940
|
+
"generatedRequirepass": "Generated Redis password (shown once): {{password}}"
|
|
5837
5941
|
},
|
|
5838
5942
|
"nginx": {
|
|
5839
5943
|
"reloaded": "nginx 已 reload",
|
|
@@ -5856,7 +5960,8 @@
|
|
|
5856
5960
|
"vsftpdStarted": "vsftpd 已启动",
|
|
5857
5961
|
"openPortsStep": "防火墙端口(需手动)",
|
|
5858
5962
|
"openPortsReminder": "请在主机防火墙和云安全组放行 TCP:{{ports}}。套用 FTPS 不会代你开端口。",
|
|
5859
|
-
"openPortsPasvHint": "若登录成功但列目录 LIST 超时,多半是 PASV 数据端口被挡——要开齐 PASV 范围,不是只开 21。"
|
|
5963
|
+
"openPortsPasvHint": "若登录成功但列目录 LIST 超时,多半是 PASV 数据端口被挡——要开齐 PASV 范围,不是只开 21。",
|
|
5964
|
+
"publicPlaintextBlocked": "Refusing to start public FTP without FTPS. Bind to this host only, enable FTPS with a certificate, or confirm PLAINTEXT to expose cleartext on the public address."
|
|
5860
5965
|
},
|
|
5861
5966
|
"deploy": {
|
|
5862
5967
|
"nodeMissingIsolated": "隔离部署找不到 Node:{{path}} — 请先安装 Node {{version}} toolchain 再部署。拒绝写入会 203/EXEC 的 unit。",
|
|
@@ -5911,7 +6016,17 @@
|
|
|
5911
6016
|
"applyDigOk": "PowerDNS BIND:list-zones + dig OK",
|
|
5912
6017
|
"applyDigFail": "conf 已注册但 dig 仍空/REFUSED — 不标 applied",
|
|
5913
6018
|
"applySyncIncomplete": "PowerDNS bind 同步未完 — 仅写盘。请检查 EXECUTE/root 或 pdns 日志",
|
|
5914
|
-
"writeOnlyHint": "仅写了 zone 文件 — 需 load/apply 挂 named.conf 才会应答"
|
|
6019
|
+
"writeOnlyHint": "仅写了 zone 文件 — 需 load/apply 挂 named.conf 才会应答",
|
|
6020
|
+
"noActiveUnit": "No active named/bind9/pdns unit",
|
|
6021
|
+
"pdnsUnitRestarts": "pdns unit state/restarts: {{detail}}",
|
|
6022
|
+
"port53LoopbackOnly": "Port 53 is only on loopback (systemd-resolved 127.0.0.53) — not a product authoritative nameserver",
|
|
6023
|
+
"port53Closed": "Port 53 is not listening (UDP/TCP)",
|
|
6024
|
+
"udp53NotPublic": "UDP/53 is not listening on a public address",
|
|
6025
|
+
"tcp53NotPublic": "TCP/53 is not listening on a public address",
|
|
6026
|
+
"noManagedZones": "No managed zone files under dataDir/dns/zones",
|
|
6027
|
+
"pdnsListZones": "PowerDNS list-zones: {{n}}",
|
|
6028
|
+
"lookupIgnoredAt": "dig is unavailable — @{{server}} was ignored. Not using the system resolver as that server’s answer.",
|
|
6029
|
+
"localAOk": "local A {{name}} → {{ip}}"
|
|
5915
6030
|
},
|
|
5916
6031
|
"db": {
|
|
5917
6032
|
"needExecuteCreate": "服务器未开启系统变更权限,无法在管理面板创建数据库",
|
|
@@ -8773,7 +8888,16 @@
|
|
|
8773
8888
|
"linuxUserRolledBack": "VNC 密码失败后已删除遗留 Linux 用户 {{user}}。",
|
|
8774
8889
|
"linuxUserOrphan": "VNC 密码失败后无法删除遗留 Linux 用户 {{user}}。",
|
|
8775
8890
|
"sessionStartHostname": "Failed to start display :{{display}}: this host cannot resolve its own hostname. Add the hostname to /etc/hosts (or fix DNS) then start the session again.",
|
|
8776
|
-
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host."
|
|
8891
|
+
"userdelLeftover": "Panel account removed, but Linux user {{user}} is still on the host. Remove it from Users or the host.",
|
|
8892
|
+
"hostnameResolves": "Hostname {{hostname}} resolves.",
|
|
8893
|
+
"hostnameUnresolvable": "This host cannot resolve its own hostname ({{hostname}}). VNC session start will fail until /etc/hosts is fixed.",
|
|
8894
|
+
"hostnameAlreadyResolves": "Hostname {{hostname}} already resolves — /etc/hosts unchanged.",
|
|
8895
|
+
"hostnameWouldAppend": "Would append to /etc/hosts: {{line}}",
|
|
8896
|
+
"hostnameAppended": "Appended to /etc/hosts: {{line}}",
|
|
8897
|
+
"hostnameAppendFailed": "Could not write /etc/hosts: {{detail}}",
|
|
8898
|
+
"skipStartHostname": "Did not start the display — fix hostname resolution first.",
|
|
8899
|
+
"hostnameAliasPresent": "Hostname {{hostname}} is already an exact /etc/hosts alias — not appended again.",
|
|
8900
|
+
"hostnameStillUnresolvable": "Wrote /etc/hosts but {{hostname}} still does not resolve. Confirm nsswitch hosts includes files."
|
|
8777
8901
|
},
|
|
8778
8902
|
"apache": {
|
|
8779
8903
|
"needServerName": "需要域名",
|
|
@@ -8866,7 +8990,15 @@
|
|
|
8866
8990
|
"staleCliRemoved": "已移除残留 CLI {{path}}。",
|
|
8867
8991
|
"staleCliRemoveFailed": "无法移除残留 CLI {{path}}:{{detail}}",
|
|
8868
8992
|
"vsftpdSslOff": "因 FTPS 证书文件不存在,已将 vsftpd 设为 ssl_enable=NO 并重新启动。",
|
|
8869
|
-
"dovecotSslOff": "因 {{path}} 不存在,已将 Dovecot 设为 ssl=no 并重新启动。"
|
|
8993
|
+
"dovecotSslOff": "因 {{path}} 不存在,已将 Dovecot 设为 ssl=no 并重新启动。",
|
|
8994
|
+
"nginxRemoved": "Removed leftover nginx conf {{path}}.",
|
|
8995
|
+
"nginxNotLeftover": "Not a leftover public-files conf — refuse delete.",
|
|
8996
|
+
"nginxUnusedKeep": "000-default is unused, not leftover — not deleted.",
|
|
8997
|
+
"nginxSystemCopy": "System copy still present: {{path}}. Needs YSK_EXECUTE + root to remove.",
|
|
8998
|
+
"nginxReloadFailed": "nginx -t or reload failed after removing {{path}}.",
|
|
8999
|
+
"executeStaleCli": "Pass --execute (root + YSK_EXECUTE=1) to remove stale CLI bins.",
|
|
9000
|
+
"executeMissingTls": "Pass --execute (root + YSK_EXECUTE=1) to disable missing-cert TLS so vsftpd/Dovecot can start.",
|
|
9001
|
+
"executeGeneric": "Pass --execute (root + YSK_EXECUTE=1) to apply leftover cleanup for the findings above."
|
|
8870
9002
|
},
|
|
8871
9003
|
"git": {
|
|
8872
9004
|
"missingBin": "git 不在路径上",
|
|
@@ -9110,7 +9242,8 @@
|
|
|
9110
9242
|
"deployTitle": "下一步:部署",
|
|
9111
9243
|
"deployBody": "按上方「部署 PHP/部署」启动 runtime,或到「部署」分页用 Git。",
|
|
9112
9244
|
"nginxTitle": "下一步:发布 Nginx",
|
|
9113
|
-
"nginxBody": "到「网絡」分页或总览快捷操作发布 Nginx(可选 SSL)。"
|
|
9245
|
+
"nginxBody": "到「网絡」分页或总览快捷操作发布 Nginx(可选 SSL)。",
|
|
9246
|
+
"provisionOsAction": "Create system user"
|
|
9114
9247
|
},
|
|
9115
9248
|
"healthDetail": {
|
|
9116
9249
|
"none": "尚未执行健康检查",
|
|
@@ -10135,7 +10268,9 @@
|
|
|
10135
10268
|
"banSelectedConfirmDesc": "These addresses will be blocked on the host: {{ips}}",
|
|
10136
10269
|
"freshnessMissing": "No database",
|
|
10137
10270
|
"freshnessStale": "Stale",
|
|
10138
|
-
"freshnessFresh": "Current"
|
|
10271
|
+
"freshnessFresh": "Current",
|
|
10272
|
+
"banConfirmMethod": "Method: {{method}}",
|
|
10273
|
+
"banConfirmUntilUnban": "Stays banned until you unban it (or fail2ban expiry)."
|
|
10139
10274
|
},
|
|
10140
10275
|
"publicFiles": {
|
|
10141
10276
|
"notSet": "未设置",
|
|
@@ -10180,7 +10315,11 @@
|
|
|
10180
10315
|
"serverNameMismatch": "现行配置为 {{live}};表单为 {{draft}}。套用后会覆盖。",
|
|
10181
10316
|
"executeFlag": "Execute",
|
|
10182
10317
|
"asRoot": "Root",
|
|
10183
|
-
"statusDraft": "Draft / not applied"
|
|
10318
|
+
"statusDraft": "Draft / not applied",
|
|
10319
|
+
"liveName": "Live name",
|
|
10320
|
+
"draftName": "Draft name",
|
|
10321
|
+
"draftUnapplied": "This draft is not applied. Nginx still serves the live name.",
|
|
10322
|
+
"discardDraft": "Discard draft"
|
|
10184
10323
|
},
|
|
10185
10324
|
"rbac": {
|
|
10186
10325
|
"permissions": "权限",
|
|
@@ -10521,7 +10660,12 @@
|
|
|
10521
10660
|
"scanCapped": "Showing the first {{n}} matches.",
|
|
10522
10661
|
"dbOptionKeys": "DB {{i}} · {{n}} keys",
|
|
10523
10662
|
"dbOptionEmpty": "DB {{i}} · empty",
|
|
10524
|
-
"insecureShort": "No password"
|
|
10663
|
+
"insecureShort": "No password",
|
|
10664
|
+
"generateRequirepass": "Generate and apply password",
|
|
10665
|
+
"generateRequirepassTitle": "Generate a Redis password?",
|
|
10666
|
+
"generateRequirepassDesc": "Writes requirepass and restarts Redis. The password is shown once. Host change needs EXECUTE.",
|
|
10667
|
+
"generateRequirepassDone": "Redis password applied",
|
|
10668
|
+
"generatedOnce": "Generated password (shown once): {{password}}"
|
|
10525
10669
|
},
|
|
10526
10670
|
"resources": {
|
|
10527
10671
|
"created": "已创建",
|
|
@@ -11571,7 +11715,9 @@
|
|
|
11571
11715
|
"policyNeedSelf2fa": "首先在此帐户上启用 2FA,然后使用 TOTP 代码进行确认",
|
|
11572
11716
|
"revokeAllDevicesTitle": "撤销每个记住的设备 - 您和其他管理员必须再次验证 2FA",
|
|
11573
11717
|
"statSshValue": "{{keys}} keys · {{auth}} authorized",
|
|
11574
|
-
"statSshHint": "Outbound identities / authorized login keys"
|
|
11718
|
+
"statSshHint": "Outbound identities / authorized login keys",
|
|
11719
|
+
"needCurrentPassword": "Enter the current password first",
|
|
11720
|
+
"passwordMin8": "New password must be at least 8 characters"
|
|
11575
11721
|
},
|
|
11576
11722
|
"serviceExposure": {
|
|
11577
11723
|
"title": "网络访问",
|
|
@@ -11712,7 +11858,15 @@
|
|
|
11712
11858
|
"tool": "Tool",
|
|
11713
11859
|
"activating": "Starting"
|
|
11714
11860
|
},
|
|
11715
|
-
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path."
|
|
11861
|
+
"sshdBootOffWarn": "sshd is not enabled on boot. After reboot this host will have no SSH rescue path.",
|
|
11862
|
+
"restartConfirmTitle": "Restart {{label}}?",
|
|
11863
|
+
"restartConfirmDesc": "Restart {{label}} now. Active connections may drop.",
|
|
11864
|
+
"startVerifyFailed": "{{label}} start did not stay healthy.",
|
|
11865
|
+
"stopNeedConfirmImpact": "Stop {{label}}? Active connections to this service will drop.",
|
|
11866
|
+
"reloadTitle": "Reload {{label}} configuration without a full restart",
|
|
11867
|
+
"stopConfirmPanelSshdOffDesc": "The panel and API will go offline. sshd is not enabled on boot, so SSH may not be a rescue path after reboot.",
|
|
11868
|
+
"stopConfirmPanelSshdOffConsequence": "sshd is not enabled on boot. After reboot you may have no SSH rescue path.",
|
|
11869
|
+
"ufwNoLifecycle": "UFW is not started or stopped from this matrix."
|
|
11716
11870
|
},
|
|
11717
11871
|
"software": {
|
|
11718
11872
|
"title": "软件中心",
|
|
@@ -12308,7 +12462,8 @@
|
|
|
12308
12462
|
"cliNoSocket": "CLI 没有实时 HTTP 套接字; servingHttps 是从配置和监听套接字 (ss) 推断出来的。",
|
|
12309
12463
|
"listenHost": "收听地址",
|
|
12310
12464
|
"currentHost": "本次会议",
|
|
12311
|
-
"replaceCert": "替换为受信任的证书"
|
|
12465
|
+
"replaceCert": "替换为受信任的证书",
|
|
12466
|
+
"needFqdn": "Need a FQDN (example.com), not a bare hostname"
|
|
12312
12467
|
},
|
|
12313
12468
|
"timeNtp": "时间与 NTP",
|
|
12314
12469
|
"clockStatus": "系统时钟状态",
|
|
@@ -12427,7 +12582,11 @@
|
|
|
12427
12582
|
"noScheduledPower": "未安排重新启动或关机",
|
|
12428
12583
|
"timezoneNow": "Host time now: {{time}} ({{tz}})",
|
|
12429
12584
|
"timezoneBrowserDiff": "This host uses {{host}}; your browser uses {{browser}}. Changing timezone here changes the host clock, not the browser.",
|
|
12430
|
-
"notExported": "Not exported yet"
|
|
12585
|
+
"notExported": "Not exported yet",
|
|
12586
|
+
"nginxRemoveLeftover": "Remove leftover",
|
|
12587
|
+
"nginxRemoveLeftoverTitle": "Remove leftover nginx conf?",
|
|
12588
|
+
"nginxRemoveLeftoverDesc": "Deletes {{name}} from the panel inventory. The live /etc/nginx copy is removed only with YSK_EXECUTE + root. 000-default is not leftover and cannot be deleted here.",
|
|
12589
|
+
"needExecuteRoot": "Needs YSK_EXECUTE + root"
|
|
12431
12590
|
},
|
|
12432
12591
|
"systemd": {
|
|
12433
12592
|
"enabled": "已启用",
|
|
@@ -13022,7 +13181,8 @@
|
|
|
13022
13181
|
"panelRestartWait": "已套用更新。若本页未刷新,请数秒后重新加载。",
|
|
13023
13182
|
"cveNotChecked": "Not checked",
|
|
13024
13183
|
"cveLabel": "CVE",
|
|
13025
|
-
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
13184
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13185
|
+
"footerNewVersion": "New version {{version}}"
|
|
13026
13186
|
},
|
|
13027
13187
|
"users": {
|
|
13028
13188
|
"userCount": "{{count}} 用户",
|
|
@@ -13171,7 +13331,8 @@
|
|
|
13171
13331
|
"tab": {
|
|
13172
13332
|
"nodes": "节点",
|
|
13173
13333
|
"disk": "磁盘",
|
|
13174
|
-
"about": "说明"
|
|
13334
|
+
"about": "说明",
|
|
13335
|
+
"stack": "Software"
|
|
13175
13336
|
},
|
|
13176
13337
|
"empty": {
|
|
13177
13338
|
"title": "尚未建立验证者节点",
|
|
@@ -13189,7 +13350,18 @@
|
|
|
13189
13350
|
"autoClear": "磁盘危急时自动清空最大的已停止实例(默认关闭)",
|
|
13190
13351
|
"autoClearRisk": "Destructive: the largest stopped instance is deleted without a further prompt. Default is off. Check audit / logs after it fires.",
|
|
13191
13352
|
"autoClearConfirmTitle": "Enable auto-clear?",
|
|
13192
|
-
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again."
|
|
13353
|
+
"autoClearC1": "When disk is critical, the largest stopped instance is deleted without asking again.",
|
|
13354
|
+
"fsUsed": "Filesystem used",
|
|
13355
|
+
"leftoverTitle": "Leftover data ({{count}})",
|
|
13356
|
+
"leftoverDesc": "Directories under the validators root that are not a store instance. Remove only after you confirm they are unused.",
|
|
13357
|
+
"leftoverRemove": "Remove",
|
|
13358
|
+
"leftoverRemoveTitle": "Delete leftover validator data?",
|
|
13359
|
+
"leftoverRemoveDesc": "Permanently delete {{path}} from disk. This is not a listed node.",
|
|
13360
|
+
"autoClearThreshold": "Trigger: filesystem use at or above 85%.",
|
|
13361
|
+
"autoClearCandidate": "Current candidate: {{id}}",
|
|
13362
|
+
"autoClearNone": "No stopped instance is a candidate right now.",
|
|
13363
|
+
"browseRoot": "Open in file browser",
|
|
13364
|
+
"leftoverEmpty": "No leftover instance directories"
|
|
13193
13365
|
},
|
|
13194
13366
|
"chain": {
|
|
13195
13367
|
"eth": "Ethereum",
|
|
@@ -13224,6 +13396,14 @@
|
|
|
13224
13396
|
"validator-ready": "验证者就绪",
|
|
13225
13397
|
"rpc": "RPC"
|
|
13226
13398
|
},
|
|
13399
|
+
"profileHelp": {
|
|
13400
|
+
"title": "配置档说明",
|
|
13401
|
+
"desc": "创建向导第三步的四个选项,主要差别是磁盘预算与用途。各链建议容量会在向导显示;面板不会保管质押私钥。",
|
|
13402
|
+
"minimal": "占用磁盘最少。适合测试网或先试安装。不是完整历史,也不适合作为正式验证者。",
|
|
13403
|
+
"pruned": "保留近期链状态,删除过旧区块数据(Pruned)。磁盘多于精简、少于完整节点。适合长期跟随链头。",
|
|
13404
|
+
"validatorReady": "预留较大磁盘,供日后以验证者身份出块。密钥须自行离线生成;离线或设置错误可能损失质押金。",
|
|
13405
|
+
"rpc": "供本机或其他服务查询链数据。RPC 默认只监听 127.0.0.1,不会公开到互联网。"
|
|
13406
|
+
},
|
|
13227
13407
|
"col": {
|
|
13228
13408
|
"id": "标识",
|
|
13229
13409
|
"chain": "链",
|
|
@@ -13299,7 +13479,8 @@
|
|
|
13299
13479
|
"snapshotNear": "已清空 NEAR 数据;compose 会重新用官方 genesis 与 epoch sync 初始化",
|
|
13300
13480
|
"nativePrune": "已执行客户端原生清理命令",
|
|
13301
13481
|
"dryDelete": "删除属预演。真正套用须 --execute 与 YSK_EXECUTE=1。",
|
|
13302
|
-
"deleted": "已删除节点"
|
|
13482
|
+
"deleted": "已删除节点",
|
|
13483
|
+
"leftoverRemoved": "Removed leftover {{path}}"
|
|
13303
13484
|
},
|
|
13304
13485
|
"create": "建立节点",
|
|
13305
13486
|
"wizard": {
|
|
@@ -13308,7 +13489,8 @@
|
|
|
13308
13489
|
"next": "下一步",
|
|
13309
13490
|
"install": "安装",
|
|
13310
13491
|
"mainnetWarn": "主网需要大量可用磁盘(ETH 常达 800 GiB 或以上)。建议先用测试网。",
|
|
13311
|
-
"mainnetAck": "
|
|
13492
|
+
"mainnetAck": "确认建立主网节点。我已了解主网会占用大量磁盘;若以验证者身份出块,离线或设置错误可能损失质押金。",
|
|
13493
|
+
"lowDiskAcked": "可用磁盘低于建议值。你已确认仍要建立;空间不足时同步可能中断。",
|
|
13312
13494
|
"heavyWarn": "此链负载很重(大量磁盘与高 IOPS)。Solana 主网通常需要 2 TiB 或以上。",
|
|
13313
13495
|
"memory": "内存上限(例如 4g)",
|
|
13314
13496
|
"cpus": "CPU 上限(例如 2.0)",
|
|
@@ -13328,7 +13510,26 @@
|
|
|
13328
13510
|
"installConfirmTitle": "Install this node?",
|
|
13329
13511
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}. About {{disk}} of disk. The image pull can take a long time.",
|
|
13330
13512
|
"installC1": "Several gigabytes of images may be downloaded.",
|
|
13331
|
-
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically."
|
|
13513
|
+
"installC2": "You can cancel the panel task; already-pulled images are not deleted automatically.",
|
|
13514
|
+
"diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
|
|
13515
|
+
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13516
|
+
"needCustomPath": "Enter an absolute data path",
|
|
13517
|
+
"previewId": "Node id",
|
|
13518
|
+
"previewCompose": "Compose project",
|
|
13519
|
+
"profileSeeAbout": "What each profile means is on the About tab.",
|
|
13520
|
+
"dockerAbout": "Docker Engine is required to install and start nodes.",
|
|
13521
|
+
"dockerAboutOk": "Docker Engine is installed.",
|
|
13522
|
+
"dockerAboutMissing": "Docker Engine is not installed. Open Docker to install it.",
|
|
13523
|
+
"rewriteCompose": "Rewrite compose",
|
|
13524
|
+
"rewriteComposeTitle": "Rewrite compose.yml from the current adapter?",
|
|
13525
|
+
"rewriteComposeDesc": "Overwrites the generated compose for {{id}} using the shipped flags for this chain.",
|
|
13526
|
+
"chainMeta": "{{disk}} min · {{clients}} clients",
|
|
13527
|
+
"profileHint": {
|
|
13528
|
+
"minimal": "Smallest sync — light disk, not for staking.",
|
|
13529
|
+
"pruned": "Keeps recent history only (Pruned). Smaller than archive, still usable for RPC.",
|
|
13530
|
+
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13531
|
+
"rpc": "Public RPC node — not a staking validator."
|
|
13532
|
+
}
|
|
13332
13533
|
},
|
|
13333
13534
|
"actions": {
|
|
13334
13535
|
"detail": "详情",
|
|
@@ -13425,9 +13626,27 @@
|
|
|
13425
13626
|
"state": {
|
|
13426
13627
|
"unknown": "未知",
|
|
13427
13628
|
"stopped": "已停止",
|
|
13629
|
+
"starting": "启动中",
|
|
13428
13630
|
"running": "运行中",
|
|
13429
13631
|
"syncing": "同步中",
|
|
13430
13632
|
"error": "错误"
|
|
13633
|
+
},
|
|
13634
|
+
"software": {
|
|
13635
|
+
"engine": "Docker Engine",
|
|
13636
|
+
"engineDesc": "Validator nodes run as Compose projects. Install Docker here if it is missing. Image prune stays on the Docker page.",
|
|
13637
|
+
"client": "Client",
|
|
13638
|
+
"image": "Image",
|
|
13639
|
+
"present": "Local",
|
|
13640
|
+
"local": "Pulled",
|
|
13641
|
+
"missing": "Not pulled",
|
|
13642
|
+
"size": "Size",
|
|
13643
|
+
"usedBy": "Used by",
|
|
13644
|
+
"unused": "No instance",
|
|
13645
|
+
"pull": "Pull",
|
|
13646
|
+
"pulling": "Pull {{ref}}",
|
|
13647
|
+
"empty": "No pinned client images",
|
|
13648
|
+
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13649
|
+
"daemonDown": "Docker Engine is not running"
|
|
13431
13650
|
}
|
|
13432
13651
|
},
|
|
13433
13652
|
"vnc": {
|
|
@@ -13683,7 +13902,14 @@
|
|
|
13683
13902
|
"deleteKeepUserWarn": "The Linux user will stay on the host as an orphan. You must clean it up later.",
|
|
13684
13903
|
"bindRfbLine": "RFB {{bind}} :{{port}}",
|
|
13685
13904
|
"bindNovncLine": "noVNC 127.0.0.1:{{port}}",
|
|
13686
|
-
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces."
|
|
13905
|
+
"bindNovncHint": "noVNC listens on localhost. The desktop is reached through this panel, not the public internet, unless RFB bind is all interfaces.",
|
|
13906
|
+
"hostnameBroken": "This host cannot resolve its own hostname ({{hostname}}). Session start will fail.",
|
|
13907
|
+
"hostnameFix": "Write hostname to /etc/hosts",
|
|
13908
|
+
"hostnameFixTitle": "Append this line to /etc/hosts?",
|
|
13909
|
+
"hostnameFixDesc": "{{line}}",
|
|
13910
|
+
"hostnameFixDone": "Hostname /etc/hosts updated",
|
|
13911
|
+
"startAfterCreateBlocked": "Disabled until the hostname resolves",
|
|
13912
|
+
"hostnameBrokenIdle": "Hostname {{hostname}} does not resolve on this host. Fix /etc/hosts before you create a session."
|
|
13687
13913
|
},
|
|
13688
13914
|
"vpn": {
|
|
13689
13915
|
"pageDesc": "VPN 服务器/客户端",
|
|
@@ -235,5 +235,6 @@
|
|
|
235
235
|
"panelRestartWait": "已套用更新。若本页未刷新,请数秒后重新加载。",
|
|
236
236
|
"cveNotChecked": "Not checked",
|
|
237
237
|
"cveLabel": "CVE",
|
|
238
|
-
"riskUnevaluated": "Not evaluated — run Scan + OSV"
|
|
238
|
+
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
|
+
"footerNewVersion": "New version {{version}}"
|
|
239
240
|
}
|