ysk-server-shared 1.1.19 → 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/validators.d.ts +13 -0
- package/dist/validators.d.ts.map +1 -1
- package/dist/validators.js.map +1 -1
- package/locales/ar/translation.json +38 -3
- package/locales/ar/validators.json +38 -3
- package/locales/bn/translation.json +38 -3
- package/locales/bn/validators.json +38 -3
- package/locales/en/translation.json +39 -4
- package/locales/en/validators.json +39 -4
- package/locales/es/translation.json +38 -3
- package/locales/es/validators.json +38 -3
- package/locales/fr/translation.json +38 -3
- package/locales/fr/validators.json +38 -3
- package/locales/hi/translation.json +38 -3
- package/locales/hi/validators.json +38 -3
- package/locales/id/translation.json +38 -3
- package/locales/id/validators.json +38 -3
- package/locales/ja/translation.json +38 -3
- package/locales/ja/validators.json +38 -3
- package/locales/ko/translation.json +38 -3
- package/locales/ko/validators.json +38 -3
- package/locales/pt/translation.json +38 -3
- package/locales/pt/validators.json +38 -3
- package/locales/ur/translation.json +38 -3
- package/locales/ur/validators.json +38 -3
- package/locales/zh-CN/translation.json +38 -3
- package/locales/zh-CN/validators.json +38 -3
- package/locales/zh-HK/translation.json +39 -4
- package/locales/zh-HK/validators.json +39 -4
- package/package.json +1 -1
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"el": "Cliente de ejecución",
|
|
88
88
|
"cl": "Cliente de consenso",
|
|
89
89
|
"version": "Version",
|
|
90
|
-
"pin": "Panel pin
|
|
90
|
+
"pin": "Panel pin",
|
|
91
91
|
"officialNewer": "Official newer",
|
|
92
92
|
"olderThanPin": "Older than the panel pin",
|
|
93
93
|
"prerelease": "Prerelease",
|
|
@@ -134,7 +134,15 @@
|
|
|
134
134
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
135
135
|
"badTag": "That client version is not an official tag for this image",
|
|
136
136
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
137
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
138
146
|
},
|
|
139
147
|
"notes": {
|
|
140
148
|
"beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
|
|
@@ -167,7 +175,12 @@
|
|
|
167
175
|
"nativePrune": "Se ejecutó la poda nativa del cliente",
|
|
168
176
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
169
177
|
"deleted": "Node deleted",
|
|
170
|
-
"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"
|
|
171
184
|
},
|
|
172
185
|
"create": "Crear nodo",
|
|
173
186
|
"wizard": {
|
|
@@ -622,5 +635,27 @@
|
|
|
622
635
|
},
|
|
623
636
|
"copyAll": "Copy all",
|
|
624
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."
|
|
625
660
|
}
|
|
626
661
|
}
|
|
@@ -13603,7 +13603,7 @@
|
|
|
13603
13603
|
"el": "Client d’exécution",
|
|
13604
13604
|
"cl": "Client de consensus",
|
|
13605
13605
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13606
|
+
"pin": "Panel pin",
|
|
13607
13607
|
"officialNewer": "Official newer",
|
|
13608
13608
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13609
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13650,15 @@
|
|
|
13650
13650
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13651
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13652
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
13654
13662
|
},
|
|
13655
13663
|
"notes": {
|
|
13656
13664
|
"beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -13683,7 +13691,12 @@
|
|
|
13683
13691
|
"nativePrune": "Commande d’élagage native du client exécutée",
|
|
13684
13692
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13693
|
"deleted": "Node deleted",
|
|
13686
|
-
"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"
|
|
13687
13700
|
},
|
|
13688
13701
|
"create": "Créer un nœud",
|
|
13689
13702
|
"wizard": {
|
|
@@ -14138,6 +14151,28 @@
|
|
|
14138
14151
|
},
|
|
14139
14152
|
"copyAll": "Copy all",
|
|
14140
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."
|
|
14141
14176
|
}
|
|
14142
14177
|
},
|
|
14143
14178
|
"vnc": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"el": "Client d’exécution",
|
|
88
88
|
"cl": "Client de consensus",
|
|
89
89
|
"version": "Version",
|
|
90
|
-
"pin": "Panel pin
|
|
90
|
+
"pin": "Panel pin",
|
|
91
91
|
"officialNewer": "Official newer",
|
|
92
92
|
"olderThanPin": "Older than the panel pin",
|
|
93
93
|
"prerelease": "Prerelease",
|
|
@@ -134,7 +134,15 @@
|
|
|
134
134
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
135
135
|
"badTag": "That client version is not an official tag for this image",
|
|
136
136
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
137
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
138
146
|
},
|
|
139
147
|
"notes": {
|
|
140
148
|
"beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
|
|
@@ -167,7 +175,12 @@
|
|
|
167
175
|
"nativePrune": "Commande d’élagage native du client exécutée",
|
|
168
176
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
169
177
|
"deleted": "Node deleted",
|
|
170
|
-
"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"
|
|
171
184
|
},
|
|
172
185
|
"create": "Créer un nœud",
|
|
173
186
|
"wizard": {
|
|
@@ -622,5 +635,27 @@
|
|
|
622
635
|
},
|
|
623
636
|
"copyAll": "Copy all",
|
|
624
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."
|
|
625
660
|
}
|
|
626
661
|
}
|
|
@@ -13603,7 +13603,7 @@
|
|
|
13603
13603
|
"el": "निष्पादन क्लाइंट",
|
|
13604
13604
|
"cl": "सहमति क्लाइंट",
|
|
13605
13605
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13606
|
+
"pin": "Panel pin",
|
|
13607
13607
|
"officialNewer": "Official newer",
|
|
13608
13608
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13609
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13650,15 @@
|
|
|
13650
13650
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13651
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13652
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
13654
13662
|
},
|
|
13655
13663
|
"notes": {
|
|
13656
13664
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
@@ -13683,7 +13691,12 @@
|
|
|
13683
13691
|
"nativePrune": "क्लाइंट-नेटिव सफ़ाई आदेश चला",
|
|
13684
13692
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13693
|
"deleted": "Node deleted",
|
|
13686
|
-
"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"
|
|
13687
13700
|
},
|
|
13688
13701
|
"create": "नोड बनाएँ",
|
|
13689
13702
|
"wizard": {
|
|
@@ -14138,6 +14151,28 @@
|
|
|
14138
14151
|
},
|
|
14139
14152
|
"copyAll": "Copy all",
|
|
14140
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."
|
|
14141
14176
|
}
|
|
14142
14177
|
},
|
|
14143
14178
|
"vnc": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"el": "निष्पादन क्लाइंट",
|
|
88
88
|
"cl": "सहमति क्लाइंट",
|
|
89
89
|
"version": "Version",
|
|
90
|
-
"pin": "Panel pin
|
|
90
|
+
"pin": "Panel pin",
|
|
91
91
|
"officialNewer": "Official newer",
|
|
92
92
|
"olderThanPin": "Older than the panel pin",
|
|
93
93
|
"prerelease": "Prerelease",
|
|
@@ -134,7 +134,15 @@
|
|
|
134
134
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
135
135
|
"badTag": "That client version is not an official tag for this image",
|
|
136
136
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
137
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
138
146
|
},
|
|
139
147
|
"notes": {
|
|
140
148
|
"beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
|
|
@@ -167,7 +175,12 @@
|
|
|
167
175
|
"nativePrune": "क्लाइंट-नेटिव सफ़ाई आदेश चला",
|
|
168
176
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
169
177
|
"deleted": "Node deleted",
|
|
170
|
-
"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"
|
|
171
184
|
},
|
|
172
185
|
"create": "नोड बनाएँ",
|
|
173
186
|
"wizard": {
|
|
@@ -622,5 +635,27 @@
|
|
|
622
635
|
},
|
|
623
636
|
"copyAll": "Copy all",
|
|
624
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."
|
|
625
660
|
}
|
|
626
661
|
}
|
|
@@ -13603,7 +13603,7 @@
|
|
|
13603
13603
|
"el": "Klien eksekusi",
|
|
13604
13604
|
"cl": "Klien konsensus",
|
|
13605
13605
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13606
|
+
"pin": "Panel pin",
|
|
13607
13607
|
"officialNewer": "Official newer",
|
|
13608
13608
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13609
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13650,15 @@
|
|
|
13650
13650
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13651
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13652
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
13654
13662
|
},
|
|
13655
13663
|
"notes": {
|
|
13656
13664
|
"beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
|
|
@@ -13683,7 +13691,12 @@
|
|
|
13683
13691
|
"nativePrune": "Perintah pangkas native klien dijalankan",
|
|
13684
13692
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13693
|
"deleted": "Node deleted",
|
|
13686
|
-
"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"
|
|
13687
13700
|
},
|
|
13688
13701
|
"create": "Buat node",
|
|
13689
13702
|
"wizard": {
|
|
@@ -14138,6 +14151,28 @@
|
|
|
14138
14151
|
},
|
|
14139
14152
|
"copyAll": "Copy all",
|
|
14140
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."
|
|
14141
14176
|
}
|
|
14142
14177
|
},
|
|
14143
14178
|
"vnc": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"el": "Klien eksekusi",
|
|
88
88
|
"cl": "Klien konsensus",
|
|
89
89
|
"version": "Version",
|
|
90
|
-
"pin": "Panel pin
|
|
90
|
+
"pin": "Panel pin",
|
|
91
91
|
"officialNewer": "Official newer",
|
|
92
92
|
"olderThanPin": "Older than the panel pin",
|
|
93
93
|
"prerelease": "Prerelease",
|
|
@@ -134,7 +134,15 @@
|
|
|
134
134
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
135
135
|
"badTag": "That client version is not an official tag for this image",
|
|
136
136
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
137
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
138
146
|
},
|
|
139
147
|
"notes": {
|
|
140
148
|
"beta": "Fitur ini Beta. Perubahan host membutuhkan root dan YSK_EXECUTE=1.",
|
|
@@ -167,7 +175,12 @@
|
|
|
167
175
|
"nativePrune": "Perintah pangkas native klien dijalankan",
|
|
168
176
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
169
177
|
"deleted": "Node deleted",
|
|
170
|
-
"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"
|
|
171
184
|
},
|
|
172
185
|
"create": "Buat node",
|
|
173
186
|
"wizard": {
|
|
@@ -622,5 +635,27 @@
|
|
|
622
635
|
},
|
|
623
636
|
"copyAll": "Copy all",
|
|
624
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."
|
|
625
660
|
}
|
|
626
661
|
}
|
|
@@ -13603,7 +13603,7 @@
|
|
|
13603
13603
|
"el": "実行クライアント",
|
|
13604
13604
|
"cl": "コンセンサスクライアント",
|
|
13605
13605
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13606
|
+
"pin": "Panel pin",
|
|
13607
13607
|
"officialNewer": "Official newer",
|
|
13608
13608
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13609
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13650,15 @@
|
|
|
13650
13650
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13651
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13652
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
13654
13662
|
},
|
|
13655
13663
|
"notes": {
|
|
13656
13664
|
"beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
|
|
@@ -13683,7 +13691,12 @@
|
|
|
13683
13691
|
"nativePrune": "クライアントネイティブのプルーニングを実行しました",
|
|
13684
13692
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13693
|
"deleted": "Node deleted",
|
|
13686
|
-
"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"
|
|
13687
13700
|
},
|
|
13688
13701
|
"create": "ノードを作成",
|
|
13689
13702
|
"wizard": {
|
|
@@ -14138,6 +14151,28 @@
|
|
|
14138
14151
|
},
|
|
14139
14152
|
"copyAll": "Copy all",
|
|
14140
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."
|
|
14141
14176
|
}
|
|
14142
14177
|
},
|
|
14143
14178
|
"vnc": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"el": "実行クライアント",
|
|
88
88
|
"cl": "コンセンサスクライアント",
|
|
89
89
|
"version": "Version",
|
|
90
|
-
"pin": "Panel pin
|
|
90
|
+
"pin": "Panel pin",
|
|
91
91
|
"officialNewer": "Official newer",
|
|
92
92
|
"olderThanPin": "Older than the panel pin",
|
|
93
93
|
"prerelease": "Prerelease",
|
|
@@ -134,7 +134,15 @@
|
|
|
134
134
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
135
135
|
"badTag": "That client version is not an official tag for this image",
|
|
136
136
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
137
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
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"
|
|
138
146
|
},
|
|
139
147
|
"notes": {
|
|
140
148
|
"beta": "この機能は Beta です。ホスト変更には root と YSK_EXECUTE=1 が必要です。",
|
|
@@ -167,7 +175,12 @@
|
|
|
167
175
|
"nativePrune": "クライアントネイティブのプルーニングを実行しました",
|
|
168
176
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
169
177
|
"deleted": "Node deleted",
|
|
170
|
-
"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"
|
|
171
184
|
},
|
|
172
185
|
"create": "ノードを作成",
|
|
173
186
|
"wizard": {
|
|
@@ -622,5 +635,27 @@
|
|
|
622
635
|
},
|
|
623
636
|
"copyAll": "Copy all",
|
|
624
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."
|
|
625
660
|
}
|
|
626
661
|
}
|