ysk-server-shared 1.1.18 → 1.1.19
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 +47 -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 +45 -8
- package/locales/ar/validators.json +43 -8
- package/locales/bn/softwareLifecycle.json +2 -0
- package/locales/bn/translation.json +45 -8
- package/locales/bn/validators.json +43 -8
- package/locales/en/softwareLifecycle.json +2 -0
- package/locales/en/translation.json +41 -4
- package/locales/en/validators.json +39 -4
- package/locales/es/softwareLifecycle.json +2 -0
- package/locales/es/translation.json +45 -8
- package/locales/es/validators.json +43 -8
- package/locales/fr/softwareLifecycle.json +2 -0
- package/locales/fr/translation.json +45 -8
- package/locales/fr/validators.json +43 -8
- package/locales/hi/softwareLifecycle.json +2 -0
- package/locales/hi/translation.json +45 -8
- package/locales/hi/validators.json +43 -8
- package/locales/id/softwareLifecycle.json +2 -0
- package/locales/id/translation.json +45 -8
- package/locales/id/validators.json +43 -8
- package/locales/ja/softwareLifecycle.json +2 -0
- package/locales/ja/translation.json +45 -8
- package/locales/ja/validators.json +43 -8
- package/locales/ko/softwareLifecycle.json +2 -0
- package/locales/ko/translation.json +45 -8
- package/locales/ko/validators.json +43 -8
- package/locales/pt/softwareLifecycle.json +2 -0
- package/locales/pt/translation.json +45 -8
- package/locales/pt/validators.json +43 -8
- package/locales/ur/softwareLifecycle.json +2 -0
- package/locales/ur/translation.json +45 -8
- package/locales/ur/validators.json +43 -8
- package/locales/zh-CN/softwareLifecycle.json +2 -0
- package/locales/zh-CN/translation.json +45 -8
- package/locales/zh-CN/validators.json +43 -8
- package/locales/zh-HK/softwareLifecycle.json +2 -0
- package/locales/zh-HK/translation.json +41 -4
- package/locales/zh-HK/validators.json +39 -4
- 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 (tested with this release)",
|
|
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,11 @@
|
|
|
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"
|
|
13640
13654
|
},
|
|
13641
13655
|
"notes": {
|
|
13642
13656
|
"beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
|
|
@@ -13719,7 +13733,9 @@
|
|
|
13719
13733
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13720
13734
|
"rpc": "Public RPC node — not a staking validator."
|
|
13721
13735
|
},
|
|
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."
|
|
13736
|
+
"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.",
|
|
13737
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
13738
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
|
|
13723
13739
|
},
|
|
13724
13740
|
"actions": {
|
|
13725
13741
|
"detail": "বিস্তারিত",
|
|
@@ -13746,7 +13762,8 @@
|
|
|
13746
13762
|
"clearC1": "Chain data on disk is deleted.",
|
|
13747
13763
|
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
13748
13764
|
"switchTitle": "Switch network",
|
|
13749
|
-
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
13765
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written.",
|
|
13766
|
+
"setVersion": "Change version"
|
|
13750
13767
|
},
|
|
13751
13768
|
"policy": {
|
|
13752
13769
|
"label": "আপগ্রেড নীতি",
|
|
@@ -13811,7 +13828,16 @@
|
|
|
13811
13828
|
"danger": "Clear data",
|
|
13812
13829
|
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
13813
13830
|
"compose": "Compose",
|
|
13814
|
-
"logs": "Logs"
|
|
13831
|
+
"logs": "Logs",
|
|
13832
|
+
"traffic": "Traffic",
|
|
13833
|
+
"setVersion": "Change version",
|
|
13834
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
13835
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
13836
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
13837
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
13838
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
13839
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
13840
|
+
"releaseNotes": "Release notes"
|
|
13815
13841
|
},
|
|
13816
13842
|
"state": {
|
|
13817
13843
|
"unknown": "Unknown",
|
|
@@ -13862,7 +13888,16 @@
|
|
|
13862
13888
|
"pulling": "Pull {{ref}}",
|
|
13863
13889
|
"empty": "No pinned client images",
|
|
13864
13890
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13865
|
-
"daemonDown": "Docker Engine is not running"
|
|
13891
|
+
"daemonDown": "Docker Engine is not running",
|
|
13892
|
+
"pulled": "On this host",
|
|
13893
|
+
"source": "Source",
|
|
13894
|
+
"official": "Official latest",
|
|
13895
|
+
"officialNewer": "Official newer",
|
|
13896
|
+
"stale": "Behind pin",
|
|
13897
|
+
"staleItem": "{{id}} ({{tag}})",
|
|
13898
|
+
"pin": "Panel pin",
|
|
13899
|
+
"openRelease": "Release notes",
|
|
13900
|
+
"chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
|
|
13866
13901
|
},
|
|
13867
13902
|
"playbook": {
|
|
13868
13903
|
"overviewTitle": "How staking works on each chain",
|
|
@@ -14100,7 +14135,9 @@
|
|
|
14100
14135
|
"never": [
|
|
14101
14136
|
"Do not look for a staking wallet on this page."
|
|
14102
14137
|
]
|
|
14103
|
-
}
|
|
14138
|
+
},
|
|
14139
|
+
"copyAll": "Copy all",
|
|
14140
|
+
"copyNamed": "Copy {{label}}"
|
|
14104
14141
|
}
|
|
14105
14142
|
},
|
|
14106
14143
|
"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 (tested with this release)",
|
|
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,11 @@
|
|
|
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"
|
|
126
138
|
},
|
|
127
139
|
"notes": {
|
|
128
140
|
"beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
|
|
@@ -205,7 +217,9 @@
|
|
|
205
217
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
206
218
|
"rpc": "Public RPC node — not a staking validator."
|
|
207
219
|
},
|
|
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."
|
|
220
|
+
"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.",
|
|
221
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
222
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
|
|
209
223
|
},
|
|
210
224
|
"actions": {
|
|
211
225
|
"detail": "বিস্তারিত",
|
|
@@ -232,7 +246,8 @@
|
|
|
232
246
|
"clearC1": "Chain data on disk is deleted.",
|
|
233
247
|
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
234
248
|
"switchTitle": "Switch network",
|
|
235
|
-
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
249
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written.",
|
|
250
|
+
"setVersion": "Change version"
|
|
236
251
|
},
|
|
237
252
|
"policy": {
|
|
238
253
|
"label": "আপগ্রেড নীতি",
|
|
@@ -297,7 +312,16 @@
|
|
|
297
312
|
"danger": "Clear data",
|
|
298
313
|
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
299
314
|
"compose": "Compose",
|
|
300
|
-
"logs": "Logs"
|
|
315
|
+
"logs": "Logs",
|
|
316
|
+
"traffic": "Traffic",
|
|
317
|
+
"setVersion": "Change version",
|
|
318
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
319
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
320
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
321
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
322
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
323
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
324
|
+
"releaseNotes": "Release notes"
|
|
301
325
|
},
|
|
302
326
|
"state": {
|
|
303
327
|
"unknown": "Unknown",
|
|
@@ -348,7 +372,16 @@
|
|
|
348
372
|
"pulling": "Pull {{ref}}",
|
|
349
373
|
"empty": "No pinned client images",
|
|
350
374
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
351
|
-
"daemonDown": "Docker Engine is not running"
|
|
375
|
+
"daemonDown": "Docker Engine is not running",
|
|
376
|
+
"pulled": "On this host",
|
|
377
|
+
"source": "Source",
|
|
378
|
+
"official": "Official latest",
|
|
379
|
+
"officialNewer": "Official newer",
|
|
380
|
+
"stale": "Behind pin",
|
|
381
|
+
"staleItem": "{{id}} ({{tag}})",
|
|
382
|
+
"pin": "Panel pin",
|
|
383
|
+
"openRelease": "Release notes",
|
|
384
|
+
"chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
|
|
352
385
|
},
|
|
353
386
|
"playbook": {
|
|
354
387
|
"overviewTitle": "How staking works on each chain",
|
|
@@ -586,6 +619,8 @@
|
|
|
586
619
|
"never": [
|
|
587
620
|
"Do not look for a staking wallet on this page."
|
|
588
621
|
]
|
|
589
|
-
}
|
|
622
|
+
},
|
|
623
|
+
"copyAll": "Copy all",
|
|
624
|
+
"copyNamed": "Copy {{label}}"
|
|
590
625
|
}
|
|
591
626
|
}
|
|
@@ -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 [--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] [--accept-low-disk] [--accept-mainnet] [--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 (tested with this release)",
|
|
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,6 +13692,9 @@
|
|
|
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",
|
|
@@ -13730,6 +13753,8 @@
|
|
|
13730
13753
|
},
|
|
13731
13754
|
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
13732
13755
|
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13756
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
13757
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
13733
13758
|
"needCustomPath": "Enter an absolute data path",
|
|
13734
13759
|
"previewId": "Node id",
|
|
13735
13760
|
"previewCompose": "Compose project",
|
|
@@ -13768,6 +13793,7 @@
|
|
|
13768
13793
|
"restart": "Restart",
|
|
13769
13794
|
"clear": "Clear",
|
|
13770
13795
|
"upgrade": "Upgrade",
|
|
13796
|
+
"setVersion": "Change version",
|
|
13771
13797
|
"clearConfirm": "Type instance id or CLEAR",
|
|
13772
13798
|
"prune": "Prune",
|
|
13773
13799
|
"switchNetwork": "Switch network",
|
|
@@ -13838,6 +13864,8 @@
|
|
|
13838
13864
|
"blsReady": "BLS public key",
|
|
13839
13865
|
"blsProof": "BLS proof of possession",
|
|
13840
13866
|
"blsPending": "BLS credentials appear after the node answers RPC.",
|
|
13867
|
+
"copyAll": "Copy all",
|
|
13868
|
+
"copyNamed": "Copy {{label}}",
|
|
13841
13869
|
"notPosTitle": "Not proof-of-stake",
|
|
13842
13870
|
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
13843
13871
|
"eth": {
|
|
@@ -14079,10 +14107,19 @@
|
|
|
14079
14107
|
"status": "Status",
|
|
14080
14108
|
"sync": "Sync",
|
|
14081
14109
|
"peers": "Peers",
|
|
14110
|
+
"traffic": "Traffic",
|
|
14082
14111
|
"version": "Version",
|
|
14083
14112
|
"access": "Access",
|
|
14084
14113
|
"upgrade": "Updates",
|
|
14085
14114
|
"upgradeHint": "How this node tracks client versions.",
|
|
14115
|
+
"setVersion": "Change version",
|
|
14116
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
14117
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
14118
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
14119
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
14120
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
14121
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
14122
|
+
"releaseNotes": "Release notes",
|
|
14086
14123
|
"network": "Network",
|
|
14087
14124
|
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
14088
14125
|
"maintain": "Maintenance",
|
|
@@ -24,11 +24,20 @@
|
|
|
24
24
|
"size": "Size",
|
|
25
25
|
"usedBy": "Used by",
|
|
26
26
|
"unused": "No instance",
|
|
27
|
-
"pull": "Pull",
|
|
27
|
+
"pull": "Pull pin",
|
|
28
|
+
"pulled": "On this host",
|
|
28
29
|
"pulling": "Pull {{ref}}",
|
|
29
30
|
"empty": "No pinned client images",
|
|
30
31
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
31
|
-
"daemonDown": "Docker Engine is not running"
|
|
32
|
+
"daemonDown": "Docker Engine is not running",
|
|
33
|
+
"source": "Source",
|
|
34
|
+
"official": "Official latest",
|
|
35
|
+
"officialNewer": "Official newer",
|
|
36
|
+
"stale": "Behind pin",
|
|
37
|
+
"staleItem": "{{id}} ({{tag}})",
|
|
38
|
+
"pin": "Panel pin",
|
|
39
|
+
"openRelease": "Release notes",
|
|
40
|
+
"chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
|
|
32
41
|
},
|
|
33
42
|
"disk": {
|
|
34
43
|
"title": "Validator disk",
|
|
@@ -117,14 +126,22 @@
|
|
|
117
126
|
"network": "Network",
|
|
118
127
|
"profile": "Profile",
|
|
119
128
|
"status": "Status",
|
|
129
|
+
"traffic": "Traffic",
|
|
120
130
|
"disk": "Disk"
|
|
121
131
|
},
|
|
122
132
|
"cli": {
|
|
123
|
-
"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]"
|
|
133
|
+
"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 [--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] [--accept-low-disk] [--accept-mainnet] [--execute] [--json]"
|
|
124
134
|
},
|
|
125
135
|
"clients": {
|
|
126
136
|
"el": "Execution client",
|
|
127
|
-
"cl": "Consensus client"
|
|
137
|
+
"cl": "Consensus client",
|
|
138
|
+
"version": "Version",
|
|
139
|
+
"pin": "Panel pin (tested with this release)",
|
|
140
|
+
"officialNewer": "Official newer",
|
|
141
|
+
"olderThanPin": "Older than the panel pin",
|
|
142
|
+
"prerelease": "Prerelease",
|
|
143
|
+
"current": "Running now",
|
|
144
|
+
"source": "Image source"
|
|
128
145
|
},
|
|
129
146
|
"mithril": {
|
|
130
147
|
"label": "After the node is up, restore from a Mithril snapshot",
|
|
@@ -135,6 +152,7 @@
|
|
|
135
152
|
"notFound": "Validator instance not found",
|
|
136
153
|
"invalidId": "Invalid instance id",
|
|
137
154
|
"diskLow": "Not enough free disk for this chain, network, and profile",
|
|
155
|
+
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
138
156
|
"diskUnknownMainnet": "Cannot measure free disk; refusing mainnet create",
|
|
139
157
|
"needDocker": "Docker Compose is required and was not found",
|
|
140
158
|
"composeFailed": "docker compose failed",
|
|
@@ -158,6 +176,9 @@
|
|
|
158
176
|
"composeNotManaged": "Refusing to write a compose file that is not YSK-managed",
|
|
159
177
|
"badDataPath": "Data path must be an absolute directory outside system paths",
|
|
160
178
|
"portInUse": "That RPC port is already used by another validator instance",
|
|
179
|
+
"badTag": "That client version is not an official tag for this image",
|
|
180
|
+
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
181
|
+
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
|
|
161
182
|
"snapshotUnsupported": "No allowlisted snapshot source for this chain",
|
|
162
183
|
"snapshotLookup": "Could not resolve the official snapshot pointer",
|
|
163
184
|
"needSnapshotConfirm": "Snapshot restore requires confirm=instance id or SNAPSHOT",
|
|
@@ -216,6 +237,8 @@
|
|
|
216
237
|
},
|
|
217
238
|
"diskShort": "Not enough free disk for this chain / network / profile",
|
|
218
239
|
"diskShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
240
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
241
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}",
|
|
219
242
|
"needCustomPath": "Enter an absolute data path",
|
|
220
243
|
"previewId": "Node id",
|
|
221
244
|
"previewCompose": "Compose project",
|
|
@@ -254,6 +277,7 @@
|
|
|
254
277
|
"restart": "Restart",
|
|
255
278
|
"clear": "Clear",
|
|
256
279
|
"upgrade": "Upgrade",
|
|
280
|
+
"setVersion": "Change version",
|
|
257
281
|
"clearConfirm": "Type instance id or CLEAR",
|
|
258
282
|
"prune": "Prune",
|
|
259
283
|
"switchNetwork": "Switch network",
|
|
@@ -324,6 +348,8 @@
|
|
|
324
348
|
"blsReady": "BLS public key",
|
|
325
349
|
"blsProof": "BLS proof of possession",
|
|
326
350
|
"blsPending": "BLS credentials appear after the node answers RPC.",
|
|
351
|
+
"copyAll": "Copy all",
|
|
352
|
+
"copyNamed": "Copy {{label}}",
|
|
327
353
|
"notPosTitle": "Not proof-of-stake",
|
|
328
354
|
"notPosBody": "Bitcoin here is a full or pruned node. There is no staking wallet on this page.",
|
|
329
355
|
"eth": {
|
|
@@ -525,10 +551,19 @@
|
|
|
525
551
|
"status": "Status",
|
|
526
552
|
"sync": "Sync",
|
|
527
553
|
"peers": "Peers",
|
|
554
|
+
"traffic": "Traffic",
|
|
528
555
|
"version": "Version",
|
|
529
556
|
"access": "Access",
|
|
530
557
|
"upgrade": "Updates",
|
|
531
558
|
"upgradeHint": "How this node tracks client versions.",
|
|
559
|
+
"setVersion": "Change version",
|
|
560
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
561
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
562
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
563
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
564
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
565
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
566
|
+
"releaseNotes": "Release notes",
|
|
532
567
|
"network": "Network",
|
|
533
568
|
"networkHint": "Switching network stops the node and clears chain data. Confirm under Clear data first.",
|
|
534
569
|
"maintain": "Maintenance",
|
|
@@ -12180,6 +12180,8 @@
|
|
|
12180
12180
|
"dockFail": "Fallido · {{title}}",
|
|
12181
12181
|
"dockDone": "Listo · {{title}}",
|
|
12182
12182
|
"minimize": "Minimizar",
|
|
12183
|
+
"maximize": "Ampliar",
|
|
12184
|
+
"restore": "Restaurar",
|
|
12183
12185
|
"liveLog": "Registro en vivo",
|
|
12184
12186
|
"uninstall": "Desinstalar…",
|
|
12185
12187
|
"uninstallTitle": "Desinstalar {{name}}",
|
|
@@ -13591,14 +13593,22 @@
|
|
|
13591
13593
|
"network": "Red",
|
|
13592
13594
|
"profile": "Perfil",
|
|
13593
13595
|
"status": "Estado",
|
|
13594
|
-
"disk": "Disco"
|
|
13596
|
+
"disk": "Disco",
|
|
13597
|
+
"traffic": "Traffic"
|
|
13595
13598
|
},
|
|
13596
13599
|
"cli": {
|
|
13597
13600
|
"usage": "Uso: 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": "Cliente de ejecución",
|
|
13601
|
-
"cl": "Cliente de consenso"
|
|
13604
|
+
"cl": "Cliente de consenso",
|
|
13605
|
+
"version": "Version",
|
|
13606
|
+
"pin": "Panel pin (tested with this release)",
|
|
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": "Restaurar primero desde instantánea Mithril (recomendado en testnet)",
|
|
@@ -13636,7 +13646,11 @@
|
|
|
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"
|
|
13640
13654
|
},
|
|
13641
13655
|
"notes": {
|
|
13642
13656
|
"beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
|
|
@@ -13719,7 +13733,9 @@
|
|
|
13719
13733
|
"validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
|
|
13720
13734
|
"rpc": "Public RPC node — not a staking validator."
|
|
13721
13735
|
},
|
|
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."
|
|
13736
|
+
"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.",
|
|
13737
|
+
"memShort": "Not enough free RAM for this chain's memory cap",
|
|
13738
|
+
"memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
|
|
13723
13739
|
},
|
|
13724
13740
|
"actions": {
|
|
13725
13741
|
"detail": "Detalles",
|
|
@@ -13746,7 +13762,8 @@
|
|
|
13746
13762
|
"clearC1": "Chain data on disk is deleted.",
|
|
13747
13763
|
"clearC2": "The instance stays in the panel, stopped and empty.",
|
|
13748
13764
|
"switchTitle": "Switch network",
|
|
13749
|
-
"switchC1": "The node is stopped and chain data is wiped before the new network is written."
|
|
13765
|
+
"switchC1": "The node is stopped and chain data is wiped before the new network is written.",
|
|
13766
|
+
"setVersion": "Change version"
|
|
13750
13767
|
},
|
|
13751
13768
|
"policy": {
|
|
13752
13769
|
"label": "Política de actualización",
|
|
@@ -13811,7 +13828,16 @@
|
|
|
13811
13828
|
"danger": "Clear data",
|
|
13812
13829
|
"dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
|
|
13813
13830
|
"compose": "Compose",
|
|
13814
|
-
"logs": "Logs"
|
|
13831
|
+
"logs": "Logs",
|
|
13832
|
+
"traffic": "Traffic",
|
|
13833
|
+
"setVersion": "Change version",
|
|
13834
|
+
"setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
|
|
13835
|
+
"setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
|
|
13836
|
+
"setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
|
|
13837
|
+
"setVersionC1": "The running container is replaced with the selected tag.",
|
|
13838
|
+
"setVersionC2": "Type the instance id to confirm.",
|
|
13839
|
+
"setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
|
|
13840
|
+
"releaseNotes": "Release notes"
|
|
13815
13841
|
},
|
|
13816
13842
|
"state": {
|
|
13817
13843
|
"unknown": "Unknown",
|
|
@@ -13862,7 +13888,16 @@
|
|
|
13862
13888
|
"pulling": "Pull {{ref}}",
|
|
13863
13889
|
"empty": "No pinned client images",
|
|
13864
13890
|
"emptyDesc": "The catalog is empty. This should not happen.",
|
|
13865
|
-
"daemonDown": "Docker Engine is not running"
|
|
13891
|
+
"daemonDown": "Docker Engine is not running",
|
|
13892
|
+
"pulled": "On this host",
|
|
13893
|
+
"source": "Source",
|
|
13894
|
+
"official": "Official latest",
|
|
13895
|
+
"officialNewer": "Official newer",
|
|
13896
|
+
"stale": "Behind pin",
|
|
13897
|
+
"staleItem": "{{id}} ({{tag}})",
|
|
13898
|
+
"pin": "Panel pin",
|
|
13899
|
+
"openRelease": "Release notes",
|
|
13900
|
+
"chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
|
|
13866
13901
|
},
|
|
13867
13902
|
"playbook": {
|
|
13868
13903
|
"overviewTitle": "How staking works on each chain",
|
|
@@ -14100,7 +14135,9 @@
|
|
|
14100
14135
|
"never": [
|
|
14101
14136
|
"Do not look for a staking wallet on this page."
|
|
14102
14137
|
]
|
|
14103
|
-
}
|
|
14138
|
+
},
|
|
14139
|
+
"copyAll": "Copy all",
|
|
14140
|
+
"copyNamed": "Copy {{label}}"
|
|
14104
14141
|
}
|
|
14105
14142
|
},
|
|
14106
14143
|
"vnc": {
|