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
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"tab": {
|
|
6
6
|
"nodes": "節點",
|
|
7
7
|
"disk": "磁碟",
|
|
8
|
+
"stack": "軟件",
|
|
8
9
|
"about": "說明"
|
|
9
10
|
},
|
|
10
11
|
"empty": {
|
|
@@ -12,18 +13,46 @@
|
|
|
12
13
|
"desc": "用建立精靈幾個步驟即可建立測試網節點。"
|
|
13
14
|
},
|
|
14
15
|
"refresh": "重新整理",
|
|
16
|
+
"software": {
|
|
17
|
+
"engine": "Docker Engine",
|
|
18
|
+
"engineDesc": "驗證者節點以 Compose 專案運行。引擎未裝可在此安裝。映像清理請到 Docker 頁。",
|
|
19
|
+
"client": "客戶端",
|
|
20
|
+
"image": "映像",
|
|
21
|
+
"present": "本機",
|
|
22
|
+
"local": "已拉取",
|
|
23
|
+
"missing": "未拉取",
|
|
24
|
+
"size": "大小",
|
|
25
|
+
"usedBy": "使用中",
|
|
26
|
+
"unused": "無實例",
|
|
27
|
+
"pull": "拉取",
|
|
28
|
+
"pulling": "正在拉取 {{ref}}",
|
|
29
|
+
"empty": "沒有釘選客戶端映像",
|
|
30
|
+
"emptyDesc": "目錄不應為空。",
|
|
31
|
+
"daemonDown": "Docker Engine 未運行"
|
|
32
|
+
},
|
|
15
33
|
"disk": {
|
|
16
34
|
"title": "驗證者節點磁碟",
|
|
17
35
|
"root": "資料目錄",
|
|
18
36
|
"free": "可用",
|
|
19
|
-
"used": "
|
|
37
|
+
"used": "驗證者目錄",
|
|
38
|
+
"fsUsed": "檔案系統已用",
|
|
39
|
+
"leftoverTitle": "殘留資料({{count}})",
|
|
40
|
+
"leftoverEmpty": "沒有孤立實例目錄",
|
|
41
|
+
"leftoverDesc": "驗證者根目錄下、不在 store 的資料夾。確認無用後再刪。",
|
|
42
|
+
"leftoverRemove": "刪除",
|
|
43
|
+
"leftoverRemoveTitle": "刪除此殘留驗證者資料?",
|
|
44
|
+
"leftoverRemoveDesc": "將永久刪除磁碟上的 {{path}}。這不是列表中的節點。",
|
|
45
|
+
"browseRoot": "在檔案瀏覽開啟",
|
|
20
46
|
"none": "尚未有實例資料",
|
|
21
47
|
"warn": "磁碟用量偏高(70% 或以上)",
|
|
22
48
|
"danger": "磁碟用量危急(85% 或以上)",
|
|
23
49
|
"autoClear": "磁碟危急時自動清空最大的已停止實例(預設關閉)",
|
|
24
50
|
"autoClearRisk": "破壞性:會刪除最大的已停止實例,不會再詢問。預設關閉。觸發後請查審計/日誌。",
|
|
25
51
|
"autoClearConfirmTitle": "啟用自動清空?",
|
|
26
|
-
"autoClearC1": "磁碟危急時會刪除最大的已停止實例,不會再詢問。"
|
|
52
|
+
"autoClearC1": "磁碟危急時會刪除最大的已停止實例,不會再詢問。",
|
|
53
|
+
"autoClearThreshold": "觸發條件:檔案系統用量達 85% 或以上。",
|
|
54
|
+
"autoClearCandidate": "目前候選:{{id}}",
|
|
55
|
+
"autoClearNone": "目前沒有已停止實例可作為候選。"
|
|
27
56
|
},
|
|
28
57
|
"chain": {
|
|
29
58
|
"eth": "Ethereum",
|
|
@@ -58,6 +87,14 @@
|
|
|
58
87
|
"validator-ready": "驗證者就緒",
|
|
59
88
|
"rpc": "RPC"
|
|
60
89
|
},
|
|
90
|
+
"profileHelp": {
|
|
91
|
+
"title": "設定檔說明",
|
|
92
|
+
"desc": "建立精靈第三步的四個選項,主要分別是磁碟預算與用途。各鏈建議容量會在精靈顯示;面板不會保管質押私鑰。",
|
|
93
|
+
"minimal": "佔用磁碟最少。適合測試網或先試安裝。不是完整歷史,也不適合作為正式驗證者。",
|
|
94
|
+
"pruned": "保留近期鏈狀態,刪去過舊區塊資料(Pruned)。磁碟多於精簡、少於完整節點。適合長期跟隨鏈頭。",
|
|
95
|
+
"validatorReady": "預留較大磁碟,供日後以驗證者身分出塊。金鑰須自行離線產生;離線或設定錯誤可能損失質押金。",
|
|
96
|
+
"rpc": "供本機或其他服務查詢鏈資料。RPC 預設只聽 127.0.0.1,不會公開到互聯網。"
|
|
97
|
+
},
|
|
61
98
|
"col": {
|
|
62
99
|
"id": "識別碼",
|
|
63
100
|
"chain": "鏈",
|
|
@@ -67,7 +104,7 @@
|
|
|
67
104
|
"disk": "磁碟"
|
|
68
105
|
},
|
|
69
106
|
"cli": {
|
|
70
|
-
"usage": "用法:ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
|
|
107
|
+
"usage": "用法:ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--accept-low-disk] [--execute] [--json]"
|
|
71
108
|
},
|
|
72
109
|
"clients": {
|
|
73
110
|
"el": "執行層客戶端",
|
|
@@ -133,7 +170,8 @@
|
|
|
133
170
|
"snapshotNear": "已清空 NEAR 資料;compose 會重新用官方 genesis 與 epoch sync 初始化",
|
|
134
171
|
"nativePrune": "已執行客戶端原生清理指令",
|
|
135
172
|
"dryDelete": "刪除屬預演。要真正套用須 --execute 與 YSK_EXECUTE=1。",
|
|
136
|
-
"deleted": "已刪除節點"
|
|
173
|
+
"deleted": "已刪除節點",
|
|
174
|
+
"leftoverRemoved": "已刪除殘留 {{path}}"
|
|
137
175
|
},
|
|
138
176
|
"create": "建立節點",
|
|
139
177
|
"wizard": {
|
|
@@ -145,12 +183,25 @@
|
|
|
145
183
|
"stepSummary": "摘要",
|
|
146
184
|
"needDocker": "未安裝 Docker Engine。請先安裝 — 此按鈕保持停用。",
|
|
147
185
|
"diskNeed": "此設定檔約需 {{need}} · 可用 {{free}}",
|
|
186
|
+
"diskNeedNetwork": "此網絡預設精簡(Minimal)約需 {{need}} · 可用 {{free}}",
|
|
187
|
+
"profileHint": {
|
|
188
|
+
"minimal": "最小同步——磁碟最輕,不適合質押。",
|
|
189
|
+
"pruned": "只保留近期歷史(Pruned)。比完整存檔小,仍可用作 RPC。",
|
|
190
|
+
"validator-ready": "按驗證者角色預留磁碟。比精簡佔用更多空間。",
|
|
191
|
+
"rpc": "公開 RPC 節點——不是質押驗證者。"
|
|
192
|
+
},
|
|
148
193
|
"diskShort": "可用磁碟不足以建立此鏈/網絡/設定檔",
|
|
194
|
+
"diskShortDetail": "需要 {{need}} · 可用 {{free}} · 還差 {{short}}",
|
|
195
|
+
"needCustomPath": "請輸入絕對資料路徑",
|
|
196
|
+
"previewId": "節點識別碼",
|
|
197
|
+
"previewCompose": "Compose 專案",
|
|
198
|
+
"profileSeeAbout": "各設定檔含義見「說明」分頁。",
|
|
149
199
|
"back": "上一步",
|
|
150
200
|
"next": "下一步",
|
|
151
201
|
"install": "安裝",
|
|
152
202
|
"mainnetWarn": "主網需要大量可用磁碟(ETH 常達 800 GiB 或以上)。建議先用測試網。",
|
|
153
|
-
"mainnetAck": "
|
|
203
|
+
"mainnetAck": "確認建立主網節點。我已了解主網會佔用大量磁碟;若以驗證者身分出塊,離線或設定錯誤可能損失質押金。",
|
|
204
|
+
"lowDiskAcked": "可用磁碟低於建議值。你已確認仍要建立;空間不足時同步可能中斷。",
|
|
154
205
|
"heavyWarn": "此鏈負載很重(大量磁碟與高 IOPS)。Solana 主網通常需要 2 TiB 或以上。",
|
|
155
206
|
"memory": "記憶體上限",
|
|
156
207
|
"cpus": "CPU 上限",
|
|
@@ -162,7 +213,14 @@
|
|
|
162
213
|
"installConfirmTitle": "安裝此節點?",
|
|
163
214
|
"installConfirmDesc": "{{chain}} · {{network}} · {{profile}}。約需 {{disk}} 磁碟。拉取映像可能需時頗長。",
|
|
164
215
|
"installC1": "可能下載數 GiB 映像。",
|
|
165
|
-
"installC2": "可取消面板任務;已拉取的映像不會自動刪除。"
|
|
216
|
+
"installC2": "可取消面板任務;已拉取的映像不會自動刪除。",
|
|
217
|
+
"dockerAbout": "安裝與啟動節點需要 Docker Engine。",
|
|
218
|
+
"dockerAboutOk": "已安裝 Docker Engine。",
|
|
219
|
+
"dockerAboutMissing": "未安裝 Docker Engine。請到 Docker 頁安裝。",
|
|
220
|
+
"rewriteCompose": "重寫 compose",
|
|
221
|
+
"rewriteComposeTitle": "用目前 adapter 重寫 compose.yml?",
|
|
222
|
+
"rewriteComposeDesc": "會覆寫 {{id}} 的產生檔,只使用本產品為此鏈附帶的旗標。",
|
|
223
|
+
"chainMeta": "最少 {{disk}} · {{clients}} 個客戶端"
|
|
166
224
|
},
|
|
167
225
|
"actions": {
|
|
168
226
|
"detail": "詳情",
|
|
@@ -259,6 +317,7 @@
|
|
|
259
317
|
"state": {
|
|
260
318
|
"unknown": "未知",
|
|
261
319
|
"stopped": "已停止",
|
|
320
|
+
"starting": "啟動中",
|
|
262
321
|
"running": "運行中",
|
|
263
322
|
"syncing": "同步中",
|
|
264
323
|
"error": "錯誤"
|
package/locales/zh-HK/vnc.json
CHANGED
|
@@ -173,6 +173,13 @@
|
|
|
173
173
|
"start": "啟動",
|
|
174
174
|
"stop": "停止",
|
|
175
175
|
"startAfterCreate": "建立後啟動",
|
|
176
|
+
"hostnameBrokenIdle": "尚無 VNC 工作階段。主機名 {{hostname}} 目前未能解析;若之後建立工作階段,可選擇寫入 /etc/hosts。",
|
|
177
|
+
"hostnameBroken": "此主機無法解析自己的主機名({{hostname}})。工作階段會啟動失敗。",
|
|
178
|
+
"hostnameFix": "把主機名寫入 /etc/hosts",
|
|
179
|
+
"hostnameFixTitle": "附加此行到 /etc/hosts?",
|
|
180
|
+
"hostnameFixDesc": "{{line}}",
|
|
181
|
+
"hostnameFixDone": "已更新 /etc/hosts 主機名",
|
|
182
|
+
"startAfterCreateBlocked": "主機名可解析後才可啟用",
|
|
176
183
|
"colName": "名稱",
|
|
177
184
|
"colLinuxUser": "Linux 用戶",
|
|
178
185
|
"colDisplay": "Display/埠",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ysk-server-shared",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Shared types, DTOs, and interfaces for YSK Server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,17 +29,16 @@
|
|
|
29
29
|
"url": "https://github.com/yanshekki/ysk-server.git",
|
|
30
30
|
"directory": "packages/shared"
|
|
31
31
|
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsc -p tsconfig.json",
|
|
34
|
-
"test": "vitest run",
|
|
35
|
-
"test:coverage": "vitest run --coverage",
|
|
36
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
37
|
-
"prepack": "pnpm run build"
|
|
38
|
-
},
|
|
39
32
|
"devDependencies": {
|
|
40
33
|
"@types/node": "^22.10.2",
|
|
41
34
|
"@vitest/coverage-v8": "^2.1.8",
|
|
42
35
|
"typescript": "^5.7.2",
|
|
43
36
|
"vitest": "^2.1.8"
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "tsc -p tsconfig.json",
|
|
40
|
+
"test": "vitest run",
|
|
41
|
+
"test:coverage": "vitest run --coverage",
|
|
42
|
+
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
44
43
|
}
|
|
45
|
-
}
|
|
44
|
+
}
|