ysk-server-shared 1.1.18 → 1.1.20

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.
Files changed (48) hide show
  1. package/dist/docker.d.ts +18 -0
  2. package/dist/docker.d.ts.map +1 -1
  3. package/dist/docker.js +53 -0
  4. package/dist/docker.js.map +1 -1
  5. package/dist/validators.d.ts +60 -0
  6. package/dist/validators.d.ts.map +1 -1
  7. package/dist/validators.js +15 -1
  8. package/dist/validators.js.map +1 -1
  9. package/locales/ar/softwareLifecycle.json +2 -0
  10. package/locales/ar/translation.json +81 -9
  11. package/locales/ar/validators.json +79 -9
  12. package/locales/bn/softwareLifecycle.json +2 -0
  13. package/locales/bn/translation.json +81 -9
  14. package/locales/bn/validators.json +79 -9
  15. package/locales/en/softwareLifecycle.json +2 -0
  16. package/locales/en/translation.json +78 -6
  17. package/locales/en/validators.json +76 -6
  18. package/locales/es/softwareLifecycle.json +2 -0
  19. package/locales/es/translation.json +81 -9
  20. package/locales/es/validators.json +79 -9
  21. package/locales/fr/softwareLifecycle.json +2 -0
  22. package/locales/fr/translation.json +81 -9
  23. package/locales/fr/validators.json +79 -9
  24. package/locales/hi/softwareLifecycle.json +2 -0
  25. package/locales/hi/translation.json +81 -9
  26. package/locales/hi/validators.json +79 -9
  27. package/locales/id/softwareLifecycle.json +2 -0
  28. package/locales/id/translation.json +81 -9
  29. package/locales/id/validators.json +79 -9
  30. package/locales/ja/softwareLifecycle.json +2 -0
  31. package/locales/ja/translation.json +81 -9
  32. package/locales/ja/validators.json +79 -9
  33. package/locales/ko/softwareLifecycle.json +2 -0
  34. package/locales/ko/translation.json +81 -9
  35. package/locales/ko/validators.json +79 -9
  36. package/locales/pt/softwareLifecycle.json +2 -0
  37. package/locales/pt/translation.json +81 -9
  38. package/locales/pt/validators.json +79 -9
  39. package/locales/ur/softwareLifecycle.json +2 -0
  40. package/locales/ur/translation.json +81 -9
  41. package/locales/ur/validators.json +79 -9
  42. package/locales/zh-CN/softwareLifecycle.json +2 -0
  43. package/locales/zh-CN/translation.json +81 -9
  44. package/locales/zh-CN/validators.json +79 -9
  45. package/locales/zh-HK/softwareLifecycle.json +2 -0
  46. package/locales/zh-HK/translation.json +78 -6
  47. package/locales/zh-HK/validators.json +76 -6
  48. package/package.json +1 -1
@@ -12180,6 +12180,8 @@
12180
12180
  "dockFail": "ناکام · {{title}}",
12181
12181
  "dockDone": "ہو گیا · {{title}}",
12182
12182
  "minimize": "کم سے کم کرنا",
12183
+ "maximize": "بڑا کریں",
12184
+ "restore": "بحال",
12183
12185
  "liveLog": "لائیو لاگ",
12184
12186
  "uninstall": "ان انسٹال کریں…",
12185
12187
  "uninstallTitle": "اَن انسٹال کریں {{name}}",
@@ -13591,14 +13593,22 @@
13591
13593
  "network": "نیٹ ورک",
13592
13594
  "profile": "پروفائل",
13593
13595
  "status": "حالت",
13594
- "disk": "ڈسک"
13596
+ "disk": "ڈسک",
13597
+ "traffic": "Traffic"
13595
13598
  },
13596
13599
  "cli": {
13597
13600
  "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]"
13598
13601
  },
13599
13602
  "clients": {
13600
13603
  "el": "عمل درآمد کلائنٹ",
13601
- "cl": "اتفاق رائے کلائنٹ"
13604
+ "cl": "اتفاق رائے کلائنٹ",
13605
+ "version": "Version",
13606
+ "pin": "Panel pin",
13607
+ "officialNewer": "Official newer",
13608
+ "olderThanPin": "Older than the panel pin",
13609
+ "prerelease": "Prerelease",
13610
+ "current": "Running now",
13611
+ "source": "Image source"
13602
13612
  },
13603
13613
  "mithril": {
13604
13614
  "label": "پہلے Mithril اسنیپ شاٹ سے بحال کریں (ٹیسٹ نیٹ پر تجویز)",
@@ -13636,7 +13646,19 @@
13636
13646
  "restarting": "Container is restarting. Check logs on this page.",
13637
13647
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13638
13648
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13649
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13650
+ "memLow": "Not enough free RAM for this chain's memory cap",
13651
+ "badTag": "That client version is not an official tag for this image",
13652
+ "needVersionConfirm": "Changing version requires confirm=instance id",
13653
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
13654
+ "producerAdaOnly": "Producer keys are only for Cardano",
13655
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
13656
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
13657
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
13658
+ "producerTooLarge": "That key file is larger than 64 KiB",
13659
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
13660
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
13661
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
13640
13662
  },
13641
13663
  "notes": {
13642
13664
  "beta": "یہ خصوصیت Beta ہے۔ میزبان تبدیلی کے لیے root اور YSK_EXECUTE=1 چاہیے۔",
@@ -13669,7 +13691,12 @@
13669
13691
  "nativePrune": "کلائنٹ مقامی صفائی حکم چلا",
13670
13692
  "dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
13671
13693
  "deleted": "Node deleted",
13672
- "leftoverRemoved": "Removed leftover {{path}}"
13694
+ "leftoverRemoved": "Removed leftover {{path}}",
13695
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
13696
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
13697
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
13698
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
13699
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
13673
13700
  },
13674
13701
  "create": "نوڈ بنائیں",
13675
13702
  "wizard": {
@@ -13719,7 +13746,9 @@
13719
13746
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
13720
13747
  "rpc": "Public RPC node — not a staking validator."
13721
13748
  },
13722
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
13749
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
13750
+ "memShort": "Not enough free RAM for this chain's memory cap",
13751
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
13723
13752
  },
13724
13753
  "actions": {
13725
13754
  "detail": "تفصیل",
@@ -13746,7 +13775,8 @@
13746
13775
  "clearC1": "Chain data on disk is deleted.",
13747
13776
  "clearC2": "The instance stays in the panel, stopped and empty.",
13748
13777
  "switchTitle": "Switch network",
13749
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
13778
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
13779
+ "setVersion": "Change version"
13750
13780
  },
13751
13781
  "policy": {
13752
13782
  "label": "اپ گریڈ پالیسی",
@@ -13811,7 +13841,16 @@
13811
13841
  "danger": "Clear data",
13812
13842
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
13813
13843
  "compose": "Compose",
13814
- "logs": "Logs"
13844
+ "logs": "Logs",
13845
+ "traffic": "Traffic",
13846
+ "setVersion": "Change version",
13847
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
13848
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
13849
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
13850
+ "setVersionC1": "The running container is replaced with the selected tag.",
13851
+ "setVersionC2": "Type the instance id to confirm.",
13852
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
13853
+ "releaseNotes": "Release notes"
13815
13854
  },
13816
13855
  "state": {
13817
13856
  "unknown": "Unknown",
@@ -13862,7 +13901,16 @@
13862
13901
  "pulling": "Pull {{ref}}",
13863
13902
  "empty": "No pinned client images",
13864
13903
  "emptyDesc": "The catalog is empty. This should not happen.",
13865
- "daemonDown": "Docker Engine is not running"
13904
+ "daemonDown": "Docker Engine is not running",
13905
+ "pulled": "On this host",
13906
+ "source": "Source",
13907
+ "official": "Official latest",
13908
+ "officialNewer": "Official newer",
13909
+ "stale": "Behind pin",
13910
+ "staleItem": "{{id}} ({{tag}})",
13911
+ "pin": "Panel pin",
13912
+ "openRelease": "Release notes",
13913
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
13866
13914
  },
13867
13915
  "playbook": {
13868
13916
  "overviewTitle": "How staking works on each chain",
@@ -14100,7 +14148,31 @@
14100
14148
  "never": [
14101
14149
  "Do not look for a staking wallet on this page."
14102
14150
  ]
14103
- }
14151
+ },
14152
+ "copyAll": "Copy all",
14153
+ "copyNamed": "Copy {{label}}"
14154
+ },
14155
+ "producer": {
14156
+ "title": "Block producer hot keys",
14157
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
14158
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
14159
+ "kes": "KES",
14160
+ "vrf": "VRF",
14161
+ "opcert": "opcert",
14162
+ "missing": "Not attached",
14163
+ "present": "Attached {{fp}}",
14164
+ "choose": "Choose file",
14165
+ "apply": "Apply and restart as block producer",
14166
+ "detach": "Detach and run as relay",
14167
+ "applyTitle": "Attach hot keys to {{id}}?",
14168
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
14169
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
14170
+ "applyC2": "The running node can sign blocks if these files are valid.",
14171
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
14172
+ "detachTitle": "Detach producer keys from {{id}}?",
14173
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
14174
+ "detachC1": "The node will no longer produce blocks.",
14175
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
14104
14176
  }
14105
14177
  },
14106
14178
  "vnc": {
@@ -77,14 +77,22 @@
77
77
  "network": "نیٹ ورک",
78
78
  "profile": "پروفائل",
79
79
  "status": "حالت",
80
- "disk": "ڈسک"
80
+ "disk": "ڈسک",
81
+ "traffic": "Traffic"
81
82
  },
82
83
  "cli": {
83
84
  "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]"
84
85
  },
85
86
  "clients": {
86
87
  "el": "عمل درآمد کلائنٹ",
87
- "cl": "اتفاق رائے کلائنٹ"
88
+ "cl": "اتفاق رائے کلائنٹ",
89
+ "version": "Version",
90
+ "pin": "Panel pin",
91
+ "officialNewer": "Official newer",
92
+ "olderThanPin": "Older than the panel pin",
93
+ "prerelease": "Prerelease",
94
+ "current": "Running now",
95
+ "source": "Image source"
88
96
  },
89
97
  "mithril": {
90
98
  "label": "پہلے Mithril اسنیپ شاٹ سے بحال کریں (ٹیسٹ نیٹ پر تجویز)",
@@ -122,7 +130,19 @@
122
130
  "restarting": "Container is restarting. Check logs on this page.",
123
131
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
132
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
133
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
134
+ "memLow": "Not enough free RAM for this chain's memory cap",
135
+ "badTag": "That client version is not an official tag for this image",
136
+ "needVersionConfirm": "Changing version requires confirm=instance id",
137
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
138
+ "producerAdaOnly": "Producer keys are only for Cardano",
139
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
140
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
141
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
142
+ "producerTooLarge": "That key file is larger than 64 KiB",
143
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
144
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
145
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
126
146
  },
127
147
  "notes": {
128
148
  "beta": "یہ خصوصیت Beta ہے۔ میزبان تبدیلی کے لیے root اور YSK_EXECUTE=1 چاہیے۔",
@@ -155,7 +175,12 @@
155
175
  "nativePrune": "کلائنٹ مقامی صفائی حکم چلا",
156
176
  "dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
157
177
  "deleted": "Node deleted",
158
- "leftoverRemoved": "Removed leftover {{path}}"
178
+ "leftoverRemoved": "Removed leftover {{path}}",
179
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
180
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
181
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
182
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
183
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
159
184
  },
160
185
  "create": "نوڈ بنائیں",
161
186
  "wizard": {
@@ -205,7 +230,9 @@
205
230
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
206
231
  "rpc": "Public RPC node — not a staking validator."
207
232
  },
208
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
233
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
234
+ "memShort": "Not enough free RAM for this chain's memory cap",
235
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
209
236
  },
210
237
  "actions": {
211
238
  "detail": "تفصیل",
@@ -232,7 +259,8 @@
232
259
  "clearC1": "Chain data on disk is deleted.",
233
260
  "clearC2": "The instance stays in the panel, stopped and empty.",
234
261
  "switchTitle": "Switch network",
235
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
262
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
263
+ "setVersion": "Change version"
236
264
  },
237
265
  "policy": {
238
266
  "label": "اپ گریڈ پالیسی",
@@ -297,7 +325,16 @@
297
325
  "danger": "Clear data",
298
326
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
299
327
  "compose": "Compose",
300
- "logs": "Logs"
328
+ "logs": "Logs",
329
+ "traffic": "Traffic",
330
+ "setVersion": "Change version",
331
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
332
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
333
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
334
+ "setVersionC1": "The running container is replaced with the selected tag.",
335
+ "setVersionC2": "Type the instance id to confirm.",
336
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
337
+ "releaseNotes": "Release notes"
301
338
  },
302
339
  "state": {
303
340
  "unknown": "Unknown",
@@ -348,7 +385,16 @@
348
385
  "pulling": "Pull {{ref}}",
349
386
  "empty": "No pinned client images",
350
387
  "emptyDesc": "The catalog is empty. This should not happen.",
351
- "daemonDown": "Docker Engine is not running"
388
+ "daemonDown": "Docker Engine is not running",
389
+ "pulled": "On this host",
390
+ "source": "Source",
391
+ "official": "Official latest",
392
+ "officialNewer": "Official newer",
393
+ "stale": "Behind pin",
394
+ "staleItem": "{{id}} ({{tag}})",
395
+ "pin": "Panel pin",
396
+ "openRelease": "Release notes",
397
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
352
398
  },
353
399
  "playbook": {
354
400
  "overviewTitle": "How staking works on each chain",
@@ -586,6 +632,30 @@
586
632
  "never": [
587
633
  "Do not look for a staking wallet on this page."
588
634
  ]
589
- }
635
+ },
636
+ "copyAll": "Copy all",
637
+ "copyNamed": "Copy {{label}}"
638
+ },
639
+ "producer": {
640
+ "title": "Block producer hot keys",
641
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
642
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
643
+ "kes": "KES",
644
+ "vrf": "VRF",
645
+ "opcert": "opcert",
646
+ "missing": "Not attached",
647
+ "present": "Attached {{fp}}",
648
+ "choose": "Choose file",
649
+ "apply": "Apply and restart as block producer",
650
+ "detach": "Detach and run as relay",
651
+ "applyTitle": "Attach hot keys to {{id}}?",
652
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
653
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
654
+ "applyC2": "The running node can sign blocks if these files are valid.",
655
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
656
+ "detachTitle": "Detach producer keys from {{id}}?",
657
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
658
+ "detachC1": "The node will no longer produce blocks.",
659
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
590
660
  }
591
661
  }
@@ -5,6 +5,8 @@
5
5
  "dockFail": "失败 · {{title}}",
6
6
  "dockDone": "完成 · {{title}}",
7
7
  "minimize": "最小化",
8
+ "maximize": "放大",
9
+ "restore": "还原",
8
10
  "liveLog": "实时日志",
9
11
  "uninstall": "卸载…",
10
12
  "uninstallTitle": "卸载「{{name}}」",
@@ -12180,6 +12180,8 @@
12180
12180
  "dockFail": "失败 · {{title}}",
12181
12181
  "dockDone": "完成 · {{title}}",
12182
12182
  "minimize": "最小化",
12183
+ "maximize": "放大",
12184
+ "restore": "还原",
12183
12185
  "liveLog": "实时日志",
12184
12186
  "uninstall": "卸载…",
12185
12187
  "uninstallTitle": "卸载「{{name}}」",
@@ -13614,14 +13616,22 @@
13614
13616
  "network": "网络",
13615
13617
  "profile": "配置档",
13616
13618
  "status": "状态",
13617
- "disk": "磁盘"
13619
+ "disk": "磁盘",
13620
+ "traffic": "流量"
13618
13621
  },
13619
13622
  "cli": {
13620
13623
  "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]"
13621
13624
  },
13622
13625
  "clients": {
13623
13626
  "el": "执行层客户端",
13624
- "cl": "共识层客户端"
13627
+ "cl": "共识层客户端",
13628
+ "version": "Version",
13629
+ "pin": "Panel pin",
13630
+ "officialNewer": "Official newer",
13631
+ "olderThanPin": "Older than the panel pin",
13632
+ "prerelease": "Prerelease",
13633
+ "current": "Running now",
13634
+ "source": "Image source"
13625
13635
  },
13626
13636
  "mithril": {
13627
13637
  "label": "先用 Mithril 快照还原(测试网建议)",
@@ -13632,6 +13642,7 @@
13632
13642
  "notFound": "找不到验证者节点实例",
13633
13643
  "invalidId": "实例标识无效",
13634
13644
  "diskLow": "此链、网络与配置档所需的可用磁盘空间不足",
13645
+ "memLow": "可用内存不足以满足此链的内存上限",
13635
13646
  "diskUnknownMainnet": "无法测量可用磁盘,拒绝建立主网节点",
13636
13647
  "needDocker": "需要 Docker Compose,但找不到",
13637
13648
  "composeFailed": "docker compose 失败",
@@ -13659,7 +13670,18 @@
13659
13670
  "restarting": "Container is restarting. Check logs on this page.",
13660
13671
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13661
13672
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13662
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13673
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13674
+ "badTag": "That client version is not an official tag for this image",
13675
+ "needVersionConfirm": "Changing version requires confirm=instance id",
13676
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
13677
+ "producerAdaOnly": "Producer keys are only for Cardano",
13678
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
13679
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
13680
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
13681
+ "producerTooLarge": "That key file is larger than 64 KiB",
13682
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
13683
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
13684
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
13663
13685
  },
13664
13686
  "notes": {
13665
13687
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -13692,7 +13714,12 @@
13692
13714
  "nativePrune": "已执行客户端原生清理命令",
13693
13715
  "dryDelete": "删除属预演。真正套用须 --execute 与 YSK_EXECUTE=1。",
13694
13716
  "deleted": "已删除节点",
13695
- "leftoverRemoved": "Removed leftover {{path}}"
13717
+ "leftoverRemoved": "Removed leftover {{path}}",
13718
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
13719
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
13720
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
13721
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
13722
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
13696
13723
  },
13697
13724
  "create": "建立节点",
13698
13725
  "wizard": {
@@ -13726,6 +13753,8 @@
13726
13753
  "installC3": "主网会占用很多磁盘。若当验证者,离线或设置错误,质押的币可能被罚走。请输入节点识别码以确认。",
13727
13754
  "diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
13728
13755
  "diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
13756
+ "memShort": "可用内存不足以满足此链的内存上限",
13757
+ "memShortDetail": "需要 {{need}} · 可用 {{free}} · 还差 {{short}}",
13729
13758
  "needCustomPath": "Enter an absolute data path",
13730
13759
  "previewId": "Node id",
13731
13760
  "previewCompose": "Compose project",
@@ -13769,7 +13798,8 @@
13769
13798
  "clearC1": "会删除磁盘上的链数据。",
13770
13799
  "clearC2": "实例仍留在面板,状态为已停止、无数据。",
13771
13800
  "switchTitle": "转网络",
13772
- "switchC1": "会先停机并清空链数据,再写入新网络。"
13801
+ "switchC1": "会先停机并清空链数据,再写入新网络。",
13802
+ "setVersion": "Change version"
13773
13803
  },
13774
13804
  "policy": {
13775
13805
  "label": "升级策略",
@@ -13834,7 +13864,16 @@
13834
13864
  "danger": "清空数据",
13835
13865
  "dangerHint": "输入实例标识或 CLEAR。此操作会删除磁盘上的链数据。",
13836
13866
  "compose": "Compose",
13837
- "logs": "日志"
13867
+ "logs": "日志",
13868
+ "traffic": "流量",
13869
+ "setVersion": "Change version",
13870
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
13871
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
13872
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
13873
+ "setVersionC1": "The running container is replaced with the selected tag.",
13874
+ "setVersionC2": "Type the instance id to confirm.",
13875
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
13876
+ "releaseNotes": "Release notes"
13838
13877
  },
13839
13878
  "state": {
13840
13879
  "unknown": "未知",
@@ -13862,7 +13901,16 @@
13862
13901
  "pulling": "Pull {{ref}}",
13863
13902
  "empty": "No pinned client images",
13864
13903
  "emptyDesc": "The catalog is empty. This should not happen.",
13865
- "daemonDown": "Docker Engine is not running"
13904
+ "daemonDown": "Docker Engine is not running",
13905
+ "pulled": "On this host",
13906
+ "source": "Source",
13907
+ "official": "Official latest",
13908
+ "officialNewer": "Official newer",
13909
+ "stale": "Behind pin",
13910
+ "staleItem": "{{id}} ({{tag}})",
13911
+ "pin": "Panel pin",
13912
+ "openRelease": "Release notes",
13913
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
13866
13914
  },
13867
13915
  "playbook": {
13868
13916
  "overviewTitle": "How staking works on each chain",
@@ -13881,8 +13929,10 @@
13881
13929
  "nodeIdReady": "NodeID (from this node)",
13882
13930
  "nodeIdPending": "NodeID appears after the node is synced and answering RPC.",
13883
13931
  "blsReady": "BLS public key",
13884
- "blsProof": "BLS proof of possession",
13885
- "blsPending": "BLS credentials appear after the node answers RPC.",
13932
+ "blsProof": "BLS 持有证明",
13933
+ "blsPending": "节点回应 RPC 后,才会显示 BLS 凭证。",
13934
+ "copyAll": "全部复制",
13935
+ "copyNamed": "复制「{{label}}」",
13886
13936
  "notPosTitle": "Not proof-of-stake",
13887
13937
  "notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
13888
13938
  "eth": {
@@ -14101,6 +14151,28 @@
14101
14151
  "Do not look for a staking wallet on this page."
14102
14152
  ]
14103
14153
  }
14154
+ },
14155
+ "producer": {
14156
+ "title": "Block producer hot keys",
14157
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
14158
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
14159
+ "kes": "KES",
14160
+ "vrf": "VRF",
14161
+ "opcert": "opcert",
14162
+ "missing": "Not attached",
14163
+ "present": "Attached {{fp}}",
14164
+ "choose": "Choose file",
14165
+ "apply": "Apply and restart as block producer",
14166
+ "detach": "Detach and run as relay",
14167
+ "applyTitle": "Attach hot keys to {{id}}?",
14168
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
14169
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
14170
+ "applyC2": "The running node can sign blocks if these files are valid.",
14171
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
14172
+ "detachTitle": "Detach producer keys from {{id}}?",
14173
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
14174
+ "detachC1": "The node will no longer produce blocks.",
14175
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
14104
14176
  }
14105
14177
  },
14106
14178
  "vnc": {
@@ -100,14 +100,22 @@
100
100
  "network": "网络",
101
101
  "profile": "配置档",
102
102
  "status": "状态",
103
- "disk": "磁盘"
103
+ "disk": "磁盘",
104
+ "traffic": "流量"
104
105
  },
105
106
  "cli": {
106
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] [--execute] [--json]"
107
108
  },
108
109
  "clients": {
109
110
  "el": "执行层客户端",
110
- "cl": "共识层客户端"
111
+ "cl": "共识层客户端",
112
+ "version": "Version",
113
+ "pin": "Panel pin",
114
+ "officialNewer": "Official newer",
115
+ "olderThanPin": "Older than the panel pin",
116
+ "prerelease": "Prerelease",
117
+ "current": "Running now",
118
+ "source": "Image source"
111
119
  },
112
120
  "mithril": {
113
121
  "label": "先用 Mithril 快照还原(测试网建议)",
@@ -118,6 +126,7 @@
118
126
  "notFound": "找不到验证者节点实例",
119
127
  "invalidId": "实例标识无效",
120
128
  "diskLow": "此链、网络与配置档所需的可用磁盘空间不足",
129
+ "memLow": "可用内存不足以满足此链的内存上限",
121
130
  "diskUnknownMainnet": "无法测量可用磁盘,拒绝建立主网节点",
122
131
  "needDocker": "需要 Docker Compose,但找不到",
123
132
  "composeFailed": "docker compose 失败",
@@ -145,7 +154,18 @@
145
154
  "restarting": "Container is restarting. Check logs on this page.",
146
155
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
147
156
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
148
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
157
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
158
+ "badTag": "That client version is not an official tag for this image",
159
+ "needVersionConfirm": "Changing version requires confirm=instance id",
160
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
161
+ "producerAdaOnly": "Producer keys are only for Cardano",
162
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
163
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
164
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
165
+ "producerTooLarge": "That key file is larger than 64 KiB",
166
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
167
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
168
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
149
169
  },
150
170
  "notes": {
151
171
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -178,7 +198,12 @@
178
198
  "nativePrune": "已执行客户端原生清理命令",
179
199
  "dryDelete": "删除属预演。真正套用须 --execute 与 YSK_EXECUTE=1。",
180
200
  "deleted": "已删除节点",
181
- "leftoverRemoved": "Removed leftover {{path}}"
201
+ "leftoverRemoved": "Removed leftover {{path}}",
202
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
203
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
204
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
205
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
206
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
182
207
  },
183
208
  "create": "建立节点",
184
209
  "wizard": {
@@ -212,6 +237,8 @@
212
237
  "installC3": "主网会占用很多磁盘。若当验证者,离线或设置错误,质押的币可能被罚走。请输入节点识别码以确认。",
213
238
  "diskNeedNetwork": "Default (Minimal) for this network needs about {{need}} · free {{free}}",
214
239
  "diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
240
+ "memShort": "可用内存不足以满足此链的内存上限",
241
+ "memShortDetail": "需要 {{need}} · 可用 {{free}} · 还差 {{short}}",
215
242
  "needCustomPath": "Enter an absolute data path",
216
243
  "previewId": "Node id",
217
244
  "previewCompose": "Compose project",
@@ -255,7 +282,8 @@
255
282
  "clearC1": "会删除磁盘上的链数据。",
256
283
  "clearC2": "实例仍留在面板,状态为已停止、无数据。",
257
284
  "switchTitle": "转网络",
258
- "switchC1": "会先停机并清空链数据,再写入新网络。"
285
+ "switchC1": "会先停机并清空链数据,再写入新网络。",
286
+ "setVersion": "Change version"
259
287
  },
260
288
  "policy": {
261
289
  "label": "升级策略",
@@ -320,7 +348,16 @@
320
348
  "danger": "清空数据",
321
349
  "dangerHint": "输入实例标识或 CLEAR。此操作会删除磁盘上的链数据。",
322
350
  "compose": "Compose",
323
- "logs": "日志"
351
+ "logs": "日志",
352
+ "traffic": "流量",
353
+ "setVersion": "Change version",
354
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
355
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
356
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
357
+ "setVersionC1": "The running container is replaced with the selected tag.",
358
+ "setVersionC2": "Type the instance id to confirm.",
359
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
360
+ "releaseNotes": "Release notes"
324
361
  },
325
362
  "state": {
326
363
  "unknown": "未知",
@@ -348,7 +385,16 @@
348
385
  "pulling": "Pull {{ref}}",
349
386
  "empty": "No pinned client images",
350
387
  "emptyDesc": "The catalog is empty. This should not happen.",
351
- "daemonDown": "Docker Engine is not running"
388
+ "daemonDown": "Docker Engine is not running",
389
+ "pulled": "On this host",
390
+ "source": "Source",
391
+ "official": "Official latest",
392
+ "officialNewer": "Official newer",
393
+ "stale": "Behind pin",
394
+ "staleItem": "{{id}} ({{tag}})",
395
+ "pin": "Panel pin",
396
+ "openRelease": "Release notes",
397
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
352
398
  },
353
399
  "playbook": {
354
400
  "overviewTitle": "How staking works on each chain",
@@ -367,8 +413,10 @@
367
413
  "nodeIdReady": "NodeID (from this node)",
368
414
  "nodeIdPending": "NodeID appears after the node is synced and answering RPC.",
369
415
  "blsReady": "BLS public key",
370
- "blsProof": "BLS proof of possession",
371
- "blsPending": "BLS credentials appear after the node answers RPC.",
416
+ "blsProof": "BLS 持有证明",
417
+ "blsPending": "节点回应 RPC 后,才会显示 BLS 凭证。",
418
+ "copyAll": "全部复制",
419
+ "copyNamed": "复制「{{label}}」",
372
420
  "notPosTitle": "Not proof-of-stake",
373
421
  "notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
374
422
  "eth": {
@@ -587,5 +635,27 @@
587
635
  "Do not look for a staking wallet on this page."
588
636
  ]
589
637
  }
638
+ },
639
+ "producer": {
640
+ "title": "Block producer hot keys",
641
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
642
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
643
+ "kes": "KES",
644
+ "vrf": "VRF",
645
+ "opcert": "opcert",
646
+ "missing": "Not attached",
647
+ "present": "Attached {{fp}}",
648
+ "choose": "Choose file",
649
+ "apply": "Apply and restart as block producer",
650
+ "detach": "Detach and run as relay",
651
+ "applyTitle": "Attach hot keys to {{id}}?",
652
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
653
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
654
+ "applyC2": "The running node can sign blocks if these files are valid.",
655
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
656
+ "detachTitle": "Detach producer keys from {{id}}?",
657
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
658
+ "detachC1": "The node will no longer produce blocks.",
659
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
590
660
  }
591
661
  }