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.
@@ -13603,7 +13603,7 @@
13603
13603
  "el": "실행 클라이언트",
13604
13604
  "cl": "합의 클라이언트",
13605
13605
  "version": "Version",
13606
- "pin": "Panel pin (tested with this release)",
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 (tested with this release)",
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": "Cliente de execução",
13604
13604
  "cl": "Cliente de consenso",
13605
13605
  "version": "Version",
13606
- "pin": "Panel pin (tested with this release)",
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": "Esta funcionalidade é Beta. Alterações no anfitrião precisam de root e YSK_EXECUTE=1.",
@@ -13683,7 +13691,12 @@
13683
13691
  "nativePrune": "Comando de poda nativa do cliente executado",
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": "Criar nó",
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": "Cliente de execução",
88
88
  "cl": "Cliente de consenso",
89
89
  "version": "Version",
90
- "pin": "Panel pin (tested with this release)",
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 funcionalidade é Beta. Alterações no anfitrião precisam de root e YSK_EXECUTE=1.",
@@ -167,7 +175,12 @@
167
175
  "nativePrune": "Comando de poda nativa do cliente executado",
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": "Criar nó",
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 (tested with this release)",
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 (tested with this release)",
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
  }
@@ -13626,7 +13626,7 @@
13626
13626
  "el": "执行层客户端",
13627
13627
  "cl": "共识层客户端",
13628
13628
  "version": "Version",
13629
- "pin": "Panel pin (tested with this release)",
13629
+ "pin": "Panel pin",
13630
13630
  "officialNewer": "Official newer",
13631
13631
  "olderThanPin": "Older than the panel pin",
13632
13632
  "prerelease": "Prerelease",
@@ -13673,7 +13673,15 @@
13673
13673
  "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13674
13674
  "badTag": "That client version is not an official tag for this image",
13675
13675
  "needVersionConfirm": "Changing version requires confirm=instance id",
13676
- "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
13676
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
13677
+ "producerAdaOnly": "Producer keys are only for Cardano",
13678
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
13679
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
13680
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
13681
+ "producerTooLarge": "That key file is larger than 64 KiB",
13682
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
13683
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
13684
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
13677
13685
  },
13678
13686
  "notes": {
13679
13687
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -13706,7 +13714,12 @@
13706
13714
  "nativePrune": "已执行客户端原生清理命令",
13707
13715
  "dryDelete": "删除属预演。真正套用须 --execute 与 YSK_EXECUTE=1。",
13708
13716
  "deleted": "已删除节点",
13709
- "leftoverRemoved": "Removed leftover {{path}}"
13717
+ "leftoverRemoved": "Removed leftover {{path}}",
13718
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
13719
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
13720
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
13721
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
13722
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
13710
13723
  },
13711
13724
  "create": "建立节点",
13712
13725
  "wizard": {
@@ -14138,6 +14151,28 @@
14138
14151
  "Do not look for a staking wallet on this page."
14139
14152
  ]
14140
14153
  }
14154
+ },
14155
+ "producer": {
14156
+ "title": "Block producer hot keys",
14157
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
14158
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
14159
+ "kes": "KES",
14160
+ "vrf": "VRF",
14161
+ "opcert": "opcert",
14162
+ "missing": "Not attached",
14163
+ "present": "Attached {{fp}}",
14164
+ "choose": "Choose file",
14165
+ "apply": "Apply and restart as block producer",
14166
+ "detach": "Detach and run as relay",
14167
+ "applyTitle": "Attach hot keys to {{id}}?",
14168
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
14169
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
14170
+ "applyC2": "The running node can sign blocks if these files are valid.",
14171
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
14172
+ "detachTitle": "Detach producer keys from {{id}}?",
14173
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
14174
+ "detachC1": "The node will no longer produce blocks.",
14175
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
14141
14176
  }
14142
14177
  },
14143
14178
  "vnc": {
@@ -110,7 +110,7 @@
110
110
  "el": "执行层客户端",
111
111
  "cl": "共识层客户端",
112
112
  "version": "Version",
113
- "pin": "Panel pin (tested with this release)",
113
+ "pin": "Panel pin",
114
114
  "officialNewer": "Official newer",
115
115
  "olderThanPin": "Older than the panel pin",
116
116
  "prerelease": "Prerelease",
@@ -157,7 +157,15 @@
157
157
  "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
158
158
  "badTag": "That client version is not an official tag for this image",
159
159
  "needVersionConfirm": "Changing version requires confirm=instance id",
160
- "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
160
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
161
+ "producerAdaOnly": "Producer keys are only for Cardano",
162
+ "needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
163
+ "needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
164
+ "producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
165
+ "producerTooLarge": "That key file is larger than 64 KiB",
166
+ "producerBadType": "That file is not a KES key, VRF key, or operational certificate",
167
+ "producerEmpty": "Provide at least one of kes, vrf, or opcert",
168
+ "switchNeedDetachProducer": "Detach producer keys before switching network"
161
169
  },
162
170
  "notes": {
163
171
  "beta": "此功能属 Beta。变更主机须 root 及 YSK_EXECUTE=1。",
@@ -190,7 +198,12 @@
190
198
  "nativePrune": "已执行客户端原生清理命令",
191
199
  "dryDelete": "删除属预演。真正套用须 --execute 与 YSK_EXECUTE=1。",
192
200
  "deleted": "已删除节点",
193
- "leftoverRemoved": "Removed leftover {{path}}"
201
+ "leftoverRemoved": "Removed leftover {{path}}",
202
+ "dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
203
+ "dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
204
+ "producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
205
+ "producerAttached": "Hot keys attached; compose rewritten as block producer",
206
+ "producerDetached": "Hot keys removed; compose rewritten as relay"
194
207
  },
195
208
  "create": "建立节点",
196
209
  "wizard": {
@@ -622,5 +635,27 @@
622
635
  "Do not look for a staking wallet on this page."
623
636
  ]
624
637
  }
638
+ },
639
+ "producer": {
640
+ "title": "Block producer hot keys",
641
+ "hint": "This is not an IP address. Upload the KES key, VRF key, and operational certificate from an offline machine. Keep cold keys off this host.",
642
+ "warn": "The same node with a public P2P port will sign blocks. Official topology keeps the producer off the public internet. These three files are hot keys.",
643
+ "kes": "KES",
644
+ "vrf": "VRF",
645
+ "opcert": "opcert",
646
+ "missing": "Not attached",
647
+ "present": "Attached {{fp}}",
648
+ "choose": "Choose file",
649
+ "apply": "Apply and restart as block producer",
650
+ "detach": "Detach and run as relay",
651
+ "applyTitle": "Attach hot keys to {{id}}?",
652
+ "applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
653
+ "applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
654
+ "applyC2": "The running node can sign blocks if these files are valid.",
655
+ "applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
656
+ "detachTitle": "Detach producer keys from {{id}}?",
657
+ "detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
658
+ "detachC1": "The node will no longer produce blocks.",
659
+ "mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
625
660
  }
626
661
  }
@@ -13646,13 +13646,13 @@
13646
13646
  "disk": "磁碟"
13647
13647
  },
13648
13648
  "cli": {
13649
- "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]"
13649
+ "usage": "用法:ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|settings|producer-keys|producer-detach [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-mainnet] [--refresh] [--execute] [--json]"
13650
13650
  },
13651
13651
  "clients": {
13652
13652
  "el": "執行層客戶端",
13653
13653
  "cl": "共識層客戶端",
13654
13654
  "version": "版本",
13655
- "pin": "本面板釘選(此版本已測過)",
13655
+ "pin": "本面板釘選",
13656
13656
  "officialNewer": "官方較新",
13657
13657
  "olderThanPin": "舊於本面板釘選",
13658
13658
  "prerelease": "預發佈",
@@ -13699,7 +13699,15 @@
13699
13699
  "snapshotLookup": "無法解析官方快照指標",
13700
13700
  "needSnapshotConfirm": "還原快照須 confirm=實例識別碼 或 SNAPSHOT",
13701
13701
  "snapshotBlocked": "快照的 docker run 被允許清單拒絕",
13702
- "snapshotFailed": "快照下載或解壓失敗"
13702
+ "snapshotFailed": "快照下載或解壓失敗",
13703
+ "producerAdaOnly": "營運憑證只適用於 Cardano",
13704
+ "needProducerConfirm": "掛上營運憑證須 confirm=實例識別碼 或 PRODUCER",
13705
+ "needMainnetProducerAck": "主網掛上營運憑證須 acceptMainnet",
13706
+ "producerColdRejected": "拒絕 cold 或 pool 擁有者簽名金鑰。cold 金鑰須保持離線。",
13707
+ "producerTooLarge": "金鑰檔大於 64 KiB",
13708
+ "producerBadType": "此檔不是 KES 金鑰、VRF 金鑰或 operational certificate",
13709
+ "producerEmpty": "請至少提供 kes、vrf 或 opcert 其中一份",
13710
+ "switchNeedDetachProducer": "轉網絡前請先卸下營運憑證"
13703
13711
  },
13704
13712
  "notes": {
13705
13713
  "beta": "此功能屬 Beta。變更主機須 root 及 YSK_EXECUTE=1。",
@@ -13730,6 +13738,11 @@
13730
13738
  "snapshotEthCl": "已重設共識層資料,使用官方 checkpoint sync",
13731
13739
  "snapshotNear": "已清空 NEAR 資料;compose 會重新用官方 genesis 與 epoch sync 初始化",
13732
13740
  "nativePrune": "已執行客戶端原生清理指令",
13741
+ "dryProducer": "掛上營運憑證為試行。請加 --execute 及 YSK_EXECUTE=1。",
13742
+ "dryProducerDetach": "卸下營運憑證為試行。請加 --execute 及 YSK_EXECUTE=1。",
13743
+ "producerPartial": "已寫入熱金鑰。KES、VRF、opcert 齊了才會以 block producer 啟動。",
13744
+ "producerAttached": "已掛上熱金鑰,compose 改為 block producer",
13745
+ "producerDetached": "已卸下熱金鑰,compose 改回 relay",
13733
13746
  "dryDelete": "刪除屬預演。要真正套用須 --execute 與 YSK_EXECUTE=1。",
13734
13747
  "deleted": "已刪除節點",
13735
13748
  "leftoverRemoved": "已刪除殘留 {{path}}"
@@ -13838,6 +13851,28 @@
13838
13851
  "near": "官方免費 NEAR tar 快照已停用。還原會清空資料,再用官方 genesis 與 epoch sync。",
13839
13852
  "none": "此鏈未設定快照來源。"
13840
13853
  },
13854
+ "producer": {
13855
+ "title": "Block producer 熱金鑰",
13856
+ "hint": "不是填 IP。請上傳離線機產生的 KES、VRF 與 operational certificate。cold 金鑰不要放在此主機。",
13857
+ "warn": "此節點已公開 P2P,掛上後會出塊。官方拓撲把 producer 放在內網。這三份檔是熱金鑰。",
13858
+ "kes": "KES",
13859
+ "vrf": "VRF",
13860
+ "opcert": "opcert",
13861
+ "missing": "未掛上",
13862
+ "present": "已掛上 {{fp}}",
13863
+ "choose": "選擇檔案",
13864
+ "apply": "套用並以 block producer 重啟",
13865
+ "detach": "卸下並改回 relay",
13866
+ "applyTitle": "將熱金鑰掛到 {{id}}?",
13867
+ "applyDesc": "KES、VRF、opcert 會寫入實例 keys 目錄,並重寫 compose。容器會以 block producer 重啟。",
13868
+ "applyC1": "cold 金鑰須保持離線。不要上傳 cold.skey。",
13869
+ "applyC2": "檔案有效時,運行中的節點可以出塊。",
13870
+ "applyC3": "主網:離線或設定錯誤會錯過出塊。",
13871
+ "detachTitle": "從 {{id}} 卸下營運憑證?",
13872
+ "detachDesc": "會從此主機刪除熱金鑰,compose 改回 relay。",
13873
+ "detachC1": "節點將不再出塊。",
13874
+ "mainnet": "主網:我明白此主機會保存熱金鑰並出塊。"
13875
+ },
13841
13876
  "stake": {
13842
13877
  "title": "準備質押(私鑰由你保管)",
13843
13878
  "offlineKeys": "離線產生金鑰。面板永不保存。",
@@ -13933,7 +13968,7 @@
13933
13968
  "閱讀官方 operate-a-stake-pool 指南。",
13934
13969
  "在離線機器產生 cold、KES、VRF 金鑰。",
13935
13970
  "用該等金鑰在鏈上登記 stake pool。",
13936
- "把運行中的 cardano-node 指向你的營運憑證。"
13971
+ "在此實例頁掛上 KES、VRF 與 operational certificate。不要上傳 cold 金鑰。"
13937
13972
  ],
13938
13973
  "never": [
13939
13974
  "不要當成 MetaMask 一鍵質押。",