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.
- package/dist/docker.d.ts +18 -0
- package/dist/docker.d.ts.map +1 -1
- package/dist/docker.js +53 -0
- package/dist/docker.js.map +1 -1
- package/dist/validators.d.ts +60 -0
- package/dist/validators.d.ts.map +1 -1
- package/dist/validators.js +15 -1
- package/dist/validators.js.map +1 -1
- package/locales/ar/softwareLifecycle.json +2 -0
- package/locales/ar/translation.json +81 -9
- package/locales/ar/validators.json +79 -9
- package/locales/bn/softwareLifecycle.json +2 -0
- package/locales/bn/translation.json +81 -9
- package/locales/bn/validators.json +79 -9
- package/locales/en/softwareLifecycle.json +2 -0
- package/locales/en/translation.json +78 -6
- package/locales/en/validators.json +76 -6
- package/locales/es/softwareLifecycle.json +2 -0
- package/locales/es/translation.json +81 -9
- package/locales/es/validators.json +79 -9
- package/locales/fr/softwareLifecycle.json +2 -0
- package/locales/fr/translation.json +81 -9
- package/locales/fr/validators.json +79 -9
- package/locales/hi/softwareLifecycle.json +2 -0
- package/locales/hi/translation.json +81 -9
- package/locales/hi/validators.json +79 -9
- package/locales/id/softwareLifecycle.json +2 -0
- package/locales/id/translation.json +81 -9
- package/locales/id/validators.json +79 -9
- package/locales/ja/softwareLifecycle.json +2 -0
- package/locales/ja/translation.json +81 -9
- package/locales/ja/validators.json +79 -9
- package/locales/ko/softwareLifecycle.json +2 -0
- package/locales/ko/translation.json +81 -9
- package/locales/ko/validators.json +79 -9
- package/locales/pt/softwareLifecycle.json +2 -0
- package/locales/pt/translation.json +81 -9
- package/locales/pt/validators.json +79 -9
- package/locales/ur/softwareLifecycle.json +2 -0
- package/locales/ur/translation.json +81 -9
- package/locales/ur/validators.json +79 -9
- package/locales/zh-CN/softwareLifecycle.json +2 -0
- package/locales/zh-CN/translation.json +81 -9
- package/locales/zh-CN/validators.json +79 -9
- package/locales/zh-HK/softwareLifecycle.json +2 -0
- package/locales/zh-HK/translation.json +78 -6
- package/locales/zh-HK/validators.json +76 -6
- 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
|
}
|
|
@@ -12180,6 +12180,8 @@
|
|
|
12180
12180
|
"dockFail": "Failed · {{title}}",
|
|
12181
12181
|
"dockDone": "Done · {{title}}",
|
|
12182
12182
|
"minimize": "Minimize",
|
|
12183
|
+
"maximize": "Maximize",
|
|
12184
|
+
"restore": "Restore",
|
|
12183
12185
|
"liveLog": "Live log",
|
|
12184
12186
|
"uninstall": "Uninstall…",
|
|
12185
12187
|
"uninstallTitle": "Uninstall {{name}}",
|
|
@@ -13538,11 +13540,20 @@
|
|
|
13538
13540
|
"size": "Size",
|
|
13539
13541
|
"usedBy": "Used by",
|
|
13540
13542
|
"unused": "No instance",
|
|
13541
|
-
"pull": "Pull",
|
|
13543
|
+
"pull": "Pull pin",
|
|
13544
|
+
"pulled": "On this host",
|
|
13542
13545
|
"pulling": "Pull {{ref}}",
|
|
13543
13546
|
"empty": "No pinned client images",
|
|
13544
13547
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13545
|
-
"daemonDown": "Docker Engine is not running"
|
|
13548
|
+
"daemonDown": "Docker Engine is not running",
|
|
13549
|
+
"source": "Source",
|
|
13550
|
+
"official": "Official latest",
|
|
13551
|
+
"officialNewer": "Official newer",
|
|
13552
|
+
"stale": "Behind pin",
|
|
13553
|
+
"staleItem": "{{id}} ({{tag}})",
|
|
13554
|
+
"pin": "Panel pin",
|
|
13555
|
+
"openRelease": "Release notes",
|
|
13556
|
+
"chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
|
|
13546
13557
|
},
|
|
13547
13558
|
"disk": {
|
|
13548
13559
|
"title": "Validator disk",
|
|
@@ -13631,14 +13642,22 @@
|
|
|
13631
13642
|
"network": "Network",
|
|
13632
13643
|
"profile": "Profile",
|
|
13633
13644
|
"status": "Status",
|
|
13645
|
+
"traffic": "Traffic",
|
|
13634
13646
|
"disk": "Disk"
|
|
13635
13647
|
},
|
|
13636
13648
|
"cli": {
|
|
13637
|
-
"usage": "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]"
|
|
13649
|
+
"usage": "Usage: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|settings|producer-keys|producer-detach [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
13638
13650
|
},
|
|
13639
13651
|
"clients": {
|
|
13640
13652
|
"el": "Execution client",
|
|
13641
|
-
"cl": "Consensus client"
|
|
13653
|
+
"cl": "Consensus client",
|
|
13654
|
+
"version": "Version",
|
|
13655
|
+
"pin": "Panel pin",
|
|
13656
|
+
"officialNewer": "Official newer",
|
|
13657
|
+
"olderThanPin": "Older than the panel pin",
|
|
13658
|
+
"prerelease": "Prerelease",
|
|
13659
|
+
"current": "Running now",
|
|
13660
|
+
"source": "Image source"
|
|
13642
13661
|
},
|
|
13643
13662
|
"mithril": {
|
|
13644
13663
|
"label": "After the node is up, restore from a Mithril snapshot",
|
|
@@ -13649,6 +13668,7 @@
|
|
|
13649
13668
|
"notFound": "Validator instance not found",
|
|
13650
13669
|
"invalidId": "Invalid instance id",
|
|
13651
13670
|
"diskLow": "Not enough free disk for this chain, network, and profile",
|
|
13671
|
+
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13652
13672
|
"diskUnknownMainnet": "Cannot measure free disk; refusing mainnet create",
|
|
13653
13673
|
"needDocker": "Docker Compose is required and was not found",
|
|
13654
13674
|
"composeFailed": "docker compose failed",
|
|
@@ -13672,11 +13692,22 @@
|
|
|
13672
13692
|
"composeNotManaged": "Refusing to write a compose file that is not YSK-managed",
|
|
13673
13693
|
"badDataPath": "Data path must be an absolute directory outside system paths",
|
|
13674
13694
|
"portInUse": "That RPC port is already used by another validator instance",
|
|
13695
|
+
"badTag": "That client version is not an official tag for this image",
|
|
13696
|
+
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13697
|
+
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
|
|
13675
13698
|
"snapshotUnsupported": "No allowlisted snapshot source for this chain",
|
|
13676
13699
|
"snapshotLookup": "Could not resolve the official snapshot pointer",
|
|
13677
13700
|
"needSnapshotConfirm": "Snapshot restore requires confirm=instance id or SNAPSHOT",
|
|
13678
13701
|
"snapshotBlocked": "Snapshot docker run was blocked by the allowlist",
|
|
13679
|
-
"snapshotFailed": "Snapshot download or extract failed"
|
|
13702
|
+
"snapshotFailed": "Snapshot download or extract failed",
|
|
13703
|
+
"producerAdaOnly": "Producer keys are only for Cardano",
|
|
13704
|
+
"needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
|
|
13705
|
+
"needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
|
|
13706
|
+
"producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
|
|
13707
|
+
"producerTooLarge": "That key file is larger than 64 KiB",
|
|
13708
|
+
"producerBadType": "That file is not a KES key, VRF key, or operational certificate",
|
|
13709
|
+
"producerEmpty": "Provide at least one of kes, vrf, or opcert",
|
|
13710
|
+
"switchNeedDetachProducer": "Detach producer keys before switching network"
|
|
13680
13711
|
},
|
|
13681
13712
|
"notes": {
|
|
13682
13713
|
"beta": "This feature is Beta. Host changes need root and YSK_EXECUTE=1.",
|
|
@@ -13707,6 +13738,11 @@
|
|
|
13707
13738
|
"snapshotEthCl": "Reset CL data for official checkpoint sync",
|
|
13708
13739
|
"snapshotNear": "Wiped NEAR data; compose will re-init official genesis and epoch sync",
|
|
13709
13740
|
"nativePrune": "Ran the client-native prune command",
|
|
13741
|
+
"dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13742
|
+
"dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13743
|
+
"producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
|
|
13744
|
+
"producerAttached": "Hot keys attached; compose rewritten as block producer",
|
|
13745
|
+
"producerDetached": "Hot keys removed; compose rewritten as relay",
|
|
13710
13746
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13711
13747
|
"deleted": "Node deleted",
|
|
13712
13748
|
"leftoverRemoved": "Removed leftover {{path}}"
|
|
@@ -13730,6 +13766,8 @@
|
|
|
13730
13766
|
},
|
|
13731
13767
|
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
13732
13768
|
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13769
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
13770
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13733
13771
|
"needCustomPath": "Enter an absolute data path",
|
|
13734
13772
|
"previewId": "Node id",
|
|
13735
13773
|
"previewCompose": "Compose project",
|
|
@@ -13768,6 +13806,7 @@
|
|
|
13768
13806
|
"restart": "Restart",
|
|
13769
13807
|
"clear": "Clear",
|
|
13770
13808
|
"upgrade": "Upgrade",
|
|
13809
|
+
"setVersion": "Change version",
|
|
13771
13810
|
"clearConfirm": "Type instance id or CLEAR",
|
|
13772
13811
|
"prune": "Prune",
|
|
13773
13812
|
"switchNetwork": "Switch network",
|
|
@@ -13812,6 +13851,28 @@
|
|
|
13812
13851
|
"near": "Official free NEAR tarball snapshots were retired. Restore wipes data and uses official genesis plus epoch sync.",
|
|
13813
13852
|
"none": "No snapshot source is configured for this chain."
|
|
13814
13853
|
},
|
|
13854
|
+
"producer": {
|
|
13855
|
+
"title": "Block producer hot keys",
|
|
13856
|
+
"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.",
|
|
13857
|
+
"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.",
|
|
13858
|
+
"kes": "KES",
|
|
13859
|
+
"vrf": "VRF",
|
|
13860
|
+
"opcert": "opcert",
|
|
13861
|
+
"missing": "Not attached",
|
|
13862
|
+
"present": "Attached {{fp}}",
|
|
13863
|
+
"choose": "Choose file",
|
|
13864
|
+
"apply": "Apply and restart as block producer",
|
|
13865
|
+
"detach": "Detach and run as relay",
|
|
13866
|
+
"applyTitle": "Attach hot keys to {{id}}?",
|
|
13867
|
+
"applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
|
|
13868
|
+
"applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
|
|
13869
|
+
"applyC2": "The running node can sign blocks if these files are valid.",
|
|
13870
|
+
"applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
|
|
13871
|
+
"detachTitle": "Detach producer keys from {{id}}?",
|
|
13872
|
+
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
13873
|
+
"detachC1": "The node will no longer produce blocks.",
|
|
13874
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
13875
|
+
},
|
|
13815
13876
|
"stake": {
|
|
13816
13877
|
"title": "Prepare for staking (you keep the keys)",
|
|
13817
13878
|
"offlineKeys": "Generate keys offline. The panel never stores them.",
|
|
@@ -13838,6 +13899,8 @@
|
|
|
13838
13899
|
"blsReady": "BLS public key",
|
|
13839
13900
|
"blsProof": "BLS proof of possession",
|
|
13840
13901
|
"blsPending": "BLS credentials appear after the node answers RPC.",
|
|
13902
|
+
"copyAll": "Copy all",
|
|
13903
|
+
"copyNamed": "Copy {{label}}",
|
|
13841
13904
|
"notPosTitle": "Not proof-of-stake",
|
|
13842
13905
|
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
13843
13906
|
"eth": {
|
|
@@ -13905,7 +13968,7 @@
|
|
|
13905
13968
|
"Read the official operate-a-stake-pool guide.",
|
|
13906
13969
|
"Generate cold, KES, and VRF keys on an offline machine.",
|
|
13907
13970
|
"Register the pool on-chain from those keys.",
|
|
13908
|
-
"
|
|
13971
|
+
"On this instance page, attach KES, VRF, and the operational certificate. Do not upload cold keys."
|
|
13909
13972
|
],
|
|
13910
13973
|
"never": [
|
|
13911
13974
|
"Do not treat this as a MetaMask one-click stake.",
|
|
@@ -14079,10 +14142,19 @@
|
|
|
14079
14142
|
"status": "Status",
|
|
14080
14143
|
"sync": "Sync",
|
|
14081
14144
|
"peers": "Peers",
|
|
14145
|
+
"traffic": "Traffic",
|
|
14082
14146
|
"version": "Version",
|
|
14083
14147
|
"access": "Access",
|
|
14084
14148
|
"upgrade": "Updates",
|
|
14085
14149
|
"upgradeHint": "How this node tracks client versions.",
|
|
14150
|
+
"setVersion": "Change version",
|
|
14151
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
14152
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
14153
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
14154
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
14155
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
14156
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
14157
|
+
"releaseNotes": "Release notes",
|
|
14086
14158
|
"network": "Network",
|
|
14087
14159
|
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
14088
14160
|
"maintain": "Maintenance",
|