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": "Échec · {{title}}",
|
|
12181
12181
|
"dockDone": "Terminé · {{title}}",
|
|
12182
12182
|
"minimize": "Minimiser",
|
|
12183
|
+
"maximize": "Agrandir",
|
|
12184
|
+
"restore": "Restaurer",
|
|
12183
12185
|
"liveLog": "Journal en direct",
|
|
12184
12186
|
"uninstall": "Désinstaller…",
|
|
12185
12187
|
"uninstallTitle": "Désinstaller {{name}}",
|
|
@@ -13591,14 +13593,22 @@
|
|
|
13591
13593
|
"network": "Réseau",
|
|
13592
13594
|
"profile": "Profil",
|
|
13593
13595
|
"status": "État",
|
|
13594
|
-
"disk": "Disque"
|
|
13596
|
+
"disk": "Disque",
|
|
13597
|
+
"traffic": "Traffic"
|
|
13595
13598
|
},
|
|
13596
13599
|
"cli": {
|
|
13597
13600
|
"usage": "Utilisation : 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": "Client d’exécution",
|
|
13601
|
-
"cl": "Client de consensus"
|
|
13604
|
+
"cl": "Client de consensus",
|
|
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": "Restaurer d’abord depuis un instantané Mithril (recommandé en testnet)",
|
|
@@ -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": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -13669,7 +13691,12 @@
|
|
|
13669
13691
|
"nativePrune": "Commande d’élagage native du client exécutée",
|
|
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": "Créer un nœud",
|
|
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": "Détails",
|
|
@@ -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": "Politique de mise à jour",
|
|
@@ -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": "Réseau",
|
|
78
78
|
"profile": "Profil",
|
|
79
79
|
"status": "État",
|
|
80
|
-
"disk": "Disque"
|
|
80
|
+
"disk": "Disque",
|
|
81
|
+
"traffic": "Traffic"
|
|
81
82
|
},
|
|
82
83
|
"cli": {
|
|
83
84
|
"usage": "Utilisation : 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": "Client d’exécution",
|
|
87
|
-
"cl": "Client de consensus"
|
|
88
|
+
"cl": "Client de consensus",
|
|
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": "Restaurer d’abord depuis un instantané Mithril (recommandé en testnet)",
|
|
@@ -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": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -155,7 +175,12 @@
|
|
|
155
175
|
"nativePrune": "Commande d’élagage native du client exécutée",
|
|
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": "Créer un nœud",
|
|
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": "Détails",
|
|
@@ -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": "Politique de mise à jour",
|
|
@@ -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": "विफल · {{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": "Gagal · {{title}}",
|
|
6
6
|
"dockDone": "Selesai · {{title}}",
|
|
7
7
|
"minimize": "Memperkecil",
|
|
8
|
+
"maximize": "Perbesar",
|
|
9
|
+
"restore": "Pulihkan",
|
|
8
10
|
"liveLog": "Catatan langsung",
|
|
9
11
|
"uninstall": "Copot pemasangan…",
|
|
10
12
|
"uninstallTitle": "Copot pemasangan {{name}}",
|