ysk-server-shared 1.1.19 → 1.1.21
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/LICENSE +21 -0
- package/dist/browser.d.ts +2 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/browser.js +2 -0
- package/dist/browser.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/legal/en.d.ts +3 -0
- package/dist/legal/en.d.ts.map +1 -0
- package/dist/legal/en.js +545 -0
- package/dist/legal/en.js.map +1 -0
- package/dist/legal/index.d.ts +8 -0
- package/dist/legal/index.d.ts.map +1 -0
- package/dist/legal/index.js +16 -0
- package/dist/legal/index.js.map +1 -0
- package/dist/legal/types.d.ts +49 -0
- package/dist/legal/types.d.ts.map +1 -0
- package/dist/legal/types.js +103 -0
- package/dist/legal/types.js.map +1 -0
- package/dist/legal/zh-HK.d.ts +3 -0
- package/dist/legal/zh-HK.d.ts.map +1 -0
- package/dist/legal/zh-HK.js +545 -0
- package/dist/legal/zh-HK.js.map +1 -0
- 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/legal.json +16 -0
- package/locales/ar/translation.json +66 -4
- package/locales/ar/updates.json +4 -1
- package/locales/ar/validators.json +46 -3
- package/locales/bn/legal.json +16 -0
- package/locales/bn/translation.json +66 -4
- package/locales/bn/updates.json +4 -1
- package/locales/bn/validators.json +46 -3
- package/locales/en/legal.json +16 -0
- package/locales/en/translation.json +66 -4
- package/locales/en/updates.json +3 -0
- package/locales/en/validators.json +47 -4
- package/locales/es/legal.json +16 -0
- package/locales/es/translation.json +66 -4
- package/locales/es/updates.json +4 -1
- package/locales/es/validators.json +46 -3
- package/locales/fr/legal.json +16 -0
- package/locales/fr/translation.json +66 -4
- package/locales/fr/updates.json +4 -1
- package/locales/fr/validators.json +46 -3
- package/locales/hi/legal.json +16 -0
- package/locales/hi/translation.json +66 -4
- package/locales/hi/updates.json +4 -1
- package/locales/hi/validators.json +46 -3
- package/locales/id/legal.json +16 -0
- package/locales/id/translation.json +66 -4
- package/locales/id/updates.json +4 -1
- package/locales/id/validators.json +46 -3
- package/locales/ja/legal.json +16 -0
- package/locales/ja/translation.json +66 -4
- package/locales/ja/updates.json +4 -1
- package/locales/ja/validators.json +46 -3
- package/locales/ko/legal.json +16 -0
- package/locales/ko/translation.json +66 -4
- package/locales/ko/updates.json +4 -1
- package/locales/ko/validators.json +46 -3
- package/locales/pt/legal.json +16 -0
- package/locales/pt/translation.json +66 -4
- package/locales/pt/updates.json +4 -1
- package/locales/pt/validators.json +46 -3
- package/locales/ur/legal.json +16 -0
- package/locales/ur/translation.json +66 -4
- package/locales/ur/updates.json +4 -1
- package/locales/ur/validators.json +46 -3
- package/locales/zh-CN/legal.json +16 -0
- package/locales/zh-CN/translation.json +66 -4
- package/locales/zh-CN/updates.json +4 -1
- package/locales/zh-CN/validators.json +46 -3
- package/locales/zh-HK/legal.json +16 -0
- package/locales/zh-HK/translation.json +66 -4
- package/locales/zh-HK/updates.json +3 -0
- package/locales/zh-HK/validators.json +47 -4
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "قانوني",
|
|
3
|
+
"hubSub": "شروط الاستخدام وسياسة الخصوصية وإخلاء المسؤولية لـ YSK Server",
|
|
4
|
+
"terms": "شروط الاستخدام",
|
|
5
|
+
"privacy": "سياسة الخصوصية",
|
|
6
|
+
"disclaimer": "إخلاء المسؤولية",
|
|
7
|
+
"updated": "آخر تحديث {{date}}",
|
|
8
|
+
"englishPrevails": "اللغتان الرسميتان: الإنجليزية والصينية المكتوبة في هونغ كونغ. عند الاختلاف تُعتمد الإنجليزية.",
|
|
9
|
+
"notOfficialLocale": "لغة العرض ليست لغة قانونية رسمية. النص الملزم أدناه بالإنجليزية ما لم تغيّره.",
|
|
10
|
+
"officialLang": "النص الرسمي",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "تسجيل الدخول",
|
|
14
|
+
"mitNote": "الشفرة المصدرية مرخّصة برخصة MIT. هذه الصفحات شروط استخدام إضافية.",
|
|
15
|
+
"backToIndex": "جميع الوثائق القانونية"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "قانوني",
|
|
5111
|
+
"hubSub": "شروط الاستخدام وسياسة الخصوصية وإخلاء المسؤولية لـ YSK Server",
|
|
5112
|
+
"terms": "شروط الاستخدام",
|
|
5113
|
+
"privacy": "سياسة الخصوصية",
|
|
5114
|
+
"disclaimer": "إخلاء المسؤولية",
|
|
5115
|
+
"updated": "آخر تحديث {{date}}",
|
|
5116
|
+
"englishPrevails": "اللغتان الرسميتان: الإنجليزية والصينية المكتوبة في هونغ كونغ. عند الاختلاف تُعتمد الإنجليزية.",
|
|
5117
|
+
"notOfficialLocale": "لغة العرض ليست لغة قانونية رسمية. النص الملزم أدناه بالإنجليزية ما لم تغيّره.",
|
|
5118
|
+
"officialLang": "النص الرسمي",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "تسجيل الدخول",
|
|
5122
|
+
"mitNote": "الشفرة المصدرية مرخّصة برخصة MIT. هذه الصفحات شروط استخدام إضافية.",
|
|
5123
|
+
"backToIndex": "جميع الوثائق القانونية"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "يبحث…",
|
|
5111
5127
|
"searchAria": "قائمة البحث",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} المستخدمين",
|
|
@@ -13603,7 +13622,7 @@
|
|
|
13603
13622
|
"el": "عميل التنفيذ",
|
|
13604
13623
|
"cl": "عميل الإجماع",
|
|
13605
13624
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13625
|
+
"pin": "Panel pin",
|
|
13607
13626
|
"officialNewer": "Official newer",
|
|
13608
13627
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13628
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13669,15 @@
|
|
|
13650
13669
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13670
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13671
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
13672
|
+
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
|
|
13673
|
+
"producerAdaOnly": "Producer keys are only for Cardano",
|
|
13674
|
+
"needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
|
|
13675
|
+
"needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
|
|
13676
|
+
"producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
|
|
13677
|
+
"producerTooLarge": "That key file is larger than 64 KiB",
|
|
13678
|
+
"producerBadType": "That file is not a KES key, VRF key, or operational certificate",
|
|
13679
|
+
"producerEmpty": "Provide at least one of kes, vrf, or opcert",
|
|
13680
|
+
"switchNeedDetachProducer": "Detach producer keys before switching network"
|
|
13654
13681
|
},
|
|
13655
13682
|
"notes": {
|
|
13656
13683
|
"beta": "هذه الميزة Beta. تغييرات المضيف تحتاج root و YSK_EXECUTE=1.",
|
|
@@ -13683,7 +13710,12 @@
|
|
|
13683
13710
|
"nativePrune": "شُغّل أمر التقليم الأصلي للعميل",
|
|
13684
13711
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13712
|
"deleted": "Node deleted",
|
|
13686
|
-
"leftoverRemoved": "Removed leftover {{path}}"
|
|
13713
|
+
"leftoverRemoved": "Removed leftover {{path}}",
|
|
13714
|
+
"dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13715
|
+
"dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13716
|
+
"producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
|
|
13717
|
+
"producerAttached": "Hot keys attached; compose rewritten as block producer",
|
|
13718
|
+
"producerDetached": "Hot keys removed; compose rewritten as relay"
|
|
13687
13719
|
},
|
|
13688
13720
|
"create": "إنشاء عقدة",
|
|
13689
13721
|
"wizard": {
|
|
@@ -14138,6 +14170,36 @@
|
|
|
14138
14170
|
},
|
|
14139
14171
|
"copyAll": "Copy all",
|
|
14140
14172
|
"copyNamed": "Copy {{label}}"
|
|
14173
|
+
},
|
|
14174
|
+
"producer": {
|
|
14175
|
+
"title": "Block producer hot keys",
|
|
14176
|
+
"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.",
|
|
14177
|
+
"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.",
|
|
14178
|
+
"kes": "KES",
|
|
14179
|
+
"vrf": "VRF",
|
|
14180
|
+
"opcert": "opcert",
|
|
14181
|
+
"missing": "Not attached",
|
|
14182
|
+
"present": "Attached {{fp}}",
|
|
14183
|
+
"choose": "Choose file",
|
|
14184
|
+
"apply": "Apply and restart as block producer",
|
|
14185
|
+
"detach": "Detach and run as relay",
|
|
14186
|
+
"applyTitle": "Attach hot keys to {{id}}?",
|
|
14187
|
+
"applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
|
|
14188
|
+
"applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
|
|
14189
|
+
"applyC2": "The running node can sign blocks if these files are valid.",
|
|
14190
|
+
"applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
|
|
14191
|
+
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14192
|
+
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14193
|
+
"detachC1": "The node will no longer produce blocks.",
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14141
14203
|
}
|
|
14142
14204
|
},
|
|
14143
14205
|
"vnc": {
|
package/locales/ar/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -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,35 @@
|
|
|
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.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
625
668
|
}
|
|
626
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "আইনগত",
|
|
3
|
+
"hubSub": "YSK Server-এর ব্যবহারের শর্তাবলি, গোপনীয়তা নীতি ও দাবিত্যাগ",
|
|
4
|
+
"terms": "ব্যবহারের শর্তাবলি",
|
|
5
|
+
"privacy": "গোপনীয়তা নীতি",
|
|
6
|
+
"disclaimer": "দাবিত্যাগ",
|
|
7
|
+
"updated": "শেষ হালনাগাদ {{date}}",
|
|
8
|
+
"englishPrevails": "দাপ্তরিক ভাষা: ইংরেজি ও হংকং লিখিত চীনা। পার্থক্য হলে ইংরেজি প্রাধান্য পাবে।",
|
|
9
|
+
"notOfficialLocale": "প্রদর্শন ভাষা দাপ্তরিক আইনগত ভাষা নয়। না বদলালে নিচের বাধ্যতামূলক পাঠ ইংরেজি।",
|
|
10
|
+
"officialLang": "দাপ্তরিক পাঠ",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "সাইন ইন",
|
|
14
|
+
"mitNote": "সোর্স কোড MIT লাইসেন্সের অধীন। এই পাতা অতিরিক্ত ব্যবহারের শর্ত।",
|
|
15
|
+
"backToIndex": "সব আইনগত নথি"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"clearSessionConfirm": "This discards the resume snapshot for the previous browse session. You cannot restore those tabs afterwards.",
|
|
5107
5107
|
"clearCookiesConfirm": "This clears cookies stored on the host for this browse session. Sites that were signed in will need to be signed in again."
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "আইনগত",
|
|
5111
|
+
"hubSub": "YSK Server-এর ব্যবহারের শর্তাবলি, গোপনীয়তা নীতি ও দাবিত্যাগ",
|
|
5112
|
+
"terms": "ব্যবহারের শর্তাবলি",
|
|
5113
|
+
"privacy": "গোপনীয়তা নীতি",
|
|
5114
|
+
"disclaimer": "দাবিত্যাগ",
|
|
5115
|
+
"updated": "শেষ হালনাগাদ {{date}}",
|
|
5116
|
+
"englishPrevails": "দাপ্তরিক ভাষা: ইংরেজি ও হংকং লিখিত চীনা। পার্থক্য হলে ইংরেজি প্রাধান্য পাবে।",
|
|
5117
|
+
"notOfficialLocale": "প্রদর্শন ভাষা দাপ্তরিক আইনগত ভাষা নয়। না বদলালে নিচের বাধ্যতামূলক পাঠ ইংরেজি।",
|
|
5118
|
+
"officialLang": "দাপ্তরিক পাঠ",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "সাইন ইন",
|
|
5122
|
+
"mitNote": "সোর্স কোড MIT লাইসেন্সের অধীন। এই পাতা অতিরিক্ত ব্যবহারের শর্ত।",
|
|
5123
|
+
"backToIndex": "সব আইনগত নথি"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "অনুসন্ধান…",
|
|
5111
5127
|
"searchAria": "অনুসন্ধান তালিকা",
|
|
@@ -13371,7 +13387,10 @@
|
|
|
13371
13387
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
13372
13388
|
"footerNewVersion": "New version {{version}}",
|
|
13373
13389
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
13374
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
13390
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
13391
|
+
"reloadUi": "Reload UI",
|
|
13392
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13393
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
13375
13394
|
},
|
|
13376
13395
|
"users": {
|
|
13377
13396
|
"userCount": "{{count}} ব্যবহারকারী",
|
|
@@ -13603,7 +13622,7 @@
|
|
|
13603
13622
|
"el": "এক্সিকিউশন ক্লায়েন্ট",
|
|
13604
13623
|
"cl": "কনসেনসাস ক্লায়েন্ট",
|
|
13605
13624
|
"version": "Version",
|
|
13606
|
-
"pin": "Panel pin
|
|
13625
|
+
"pin": "Panel pin",
|
|
13607
13626
|
"officialNewer": "Official newer",
|
|
13608
13627
|
"olderThanPin": "Older than the panel pin",
|
|
13609
13628
|
"prerelease": "Prerelease",
|
|
@@ -13650,7 +13669,15 @@
|
|
|
13650
13669
|
"memLow": "Not enough free RAM for this chain's memory cap",
|
|
13651
13670
|
"badTag": "That client version is not an official tag for this image",
|
|
13652
13671
|
"needVersionConfirm": "Changing version requires confirm=instance id",
|
|
13653
|
-
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
|
|
13672
|
+
"needMainnetVersionAck": "Mainnet version changes require acceptMainnet",
|
|
13673
|
+
"producerAdaOnly": "Producer keys are only for Cardano",
|
|
13674
|
+
"needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
|
|
13675
|
+
"needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
|
|
13676
|
+
"producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
|
|
13677
|
+
"producerTooLarge": "That key file is larger than 64 KiB",
|
|
13678
|
+
"producerBadType": "That file is not a KES key, VRF key, or operational certificate",
|
|
13679
|
+
"producerEmpty": "Provide at least one of kes, vrf, or opcert",
|
|
13680
|
+
"switchNeedDetachProducer": "Detach producer keys before switching network"
|
|
13654
13681
|
},
|
|
13655
13682
|
"notes": {
|
|
13656
13683
|
"beta": "এই বৈশিষ্ট্য Beta। হোস্ট পরিবর্তনে root ও YSK_EXECUTE=1 লাগে।",
|
|
@@ -13683,7 +13710,12 @@
|
|
|
13683
13710
|
"nativePrune": "ক্লায়েন্ট-নেটিভ পরিষ্কার কমান্ড চালানো হয়েছে",
|
|
13684
13711
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13685
13712
|
"deleted": "Node deleted",
|
|
13686
|
-
"leftoverRemoved": "Removed leftover {{path}}"
|
|
13713
|
+
"leftoverRemoved": "Removed leftover {{path}}",
|
|
13714
|
+
"dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13715
|
+
"dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13716
|
+
"producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
|
|
13717
|
+
"producerAttached": "Hot keys attached; compose rewritten as block producer",
|
|
13718
|
+
"producerDetached": "Hot keys removed; compose rewritten as relay"
|
|
13687
13719
|
},
|
|
13688
13720
|
"create": "নোড তৈরি",
|
|
13689
13721
|
"wizard": {
|
|
@@ -14138,6 +14170,36 @@
|
|
|
14138
14170
|
},
|
|
14139
14171
|
"copyAll": "Copy all",
|
|
14140
14172
|
"copyNamed": "Copy {{label}}"
|
|
14173
|
+
},
|
|
14174
|
+
"producer": {
|
|
14175
|
+
"title": "Block producer hot keys",
|
|
14176
|
+
"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.",
|
|
14177
|
+
"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.",
|
|
14178
|
+
"kes": "KES",
|
|
14179
|
+
"vrf": "VRF",
|
|
14180
|
+
"opcert": "opcert",
|
|
14181
|
+
"missing": "Not attached",
|
|
14182
|
+
"present": "Attached {{fp}}",
|
|
14183
|
+
"choose": "Choose file",
|
|
14184
|
+
"apply": "Apply and restart as block producer",
|
|
14185
|
+
"detach": "Detach and run as relay",
|
|
14186
|
+
"applyTitle": "Attach hot keys to {{id}}?",
|
|
14187
|
+
"applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
|
|
14188
|
+
"applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
|
|
14189
|
+
"applyC2": "The running node can sign blocks if these files are valid.",
|
|
14190
|
+
"applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
|
|
14191
|
+
"detachTitle": "Detach producer keys from {{id}}?",
|
|
14192
|
+
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
14193
|
+
"detachC1": "The node will no longer produce blocks.",
|
|
14194
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks.",
|
|
14195
|
+
"presentShort": "On host",
|
|
14196
|
+
"queuedShort": "Ready",
|
|
14197
|
+
"queued": "Selected · {{name}}",
|
|
14198
|
+
"fileHint": "Typical name {{file}}",
|
|
14199
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
14200
|
+
"dropping": "Drop to attach {{label}}",
|
|
14201
|
+
"browse": "Browse",
|
|
14202
|
+
"clearFile": "Remove"
|
|
14141
14203
|
}
|
|
14142
14204
|
},
|
|
14143
14205
|
"vnc": {
|
package/locales/bn/updates.json
CHANGED
|
@@ -238,5 +238,8 @@
|
|
|
238
238
|
"riskUnevaluated": "Not evaluated — run Scan + OSV",
|
|
239
239
|
"footerNewVersion": "New version {{version}}",
|
|
240
240
|
"applySelfConfirmTitle": "Apply panel update?",
|
|
241
|
-
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run."
|
|
241
|
+
"applySelfConfirmDesc": "Install {{from}} → {{to}} and restart the panel service. There is no dry-run.",
|
|
242
|
+
"reloadUi": "Reload UI",
|
|
243
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
244
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost."
|
|
242
245
|
}
|
|
@@ -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,35 @@
|
|
|
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.",
|
|
660
|
+
"presentShort": "On host",
|
|
661
|
+
"queuedShort": "Ready",
|
|
662
|
+
"queued": "Selected · {{name}}",
|
|
663
|
+
"fileHint": "Typical name {{file}}",
|
|
664
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
665
|
+
"dropping": "Drop to attach {{label}}",
|
|
666
|
+
"browse": "Browse",
|
|
667
|
+
"clearFile": "Remove"
|
|
625
668
|
}
|
|
626
669
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hubTitle": "Legal",
|
|
3
|
+
"hubSub": "Terms of Use, Privacy Policy, and Disclaimer for YSK Server",
|
|
4
|
+
"terms": "Terms of Use",
|
|
5
|
+
"privacy": "Privacy Policy",
|
|
6
|
+
"disclaimer": "Disclaimer",
|
|
7
|
+
"updated": "Last updated {{date}}",
|
|
8
|
+
"englishPrevails": "Official languages: English and Hong Kong written Chinese. If they differ, the English version controls.",
|
|
9
|
+
"notOfficialLocale": "Your display language is not an official legal language. The binding text below is English unless you switch it.",
|
|
10
|
+
"officialLang": "Official text",
|
|
11
|
+
"officialEn": "English",
|
|
12
|
+
"officialZh": "繁體中文(香港)",
|
|
13
|
+
"signIn": "Sign in",
|
|
14
|
+
"mitNote": "Source code is licensed under MIT. These pages are additional conditions of use.",
|
|
15
|
+
"backToIndex": "All legal documents"
|
|
16
|
+
}
|
|
@@ -5106,6 +5106,22 @@
|
|
|
5106
5106
|
"settingsDangerDlWarn": "Allows executable and script downloads through the host browser. Confirm you need this.",
|
|
5107
5107
|
"settingsDangerConfirmTitle": "Enable a high-risk browse setting?"
|
|
5108
5108
|
},
|
|
5109
|
+
"legal": {
|
|
5110
|
+
"hubTitle": "Legal",
|
|
5111
|
+
"hubSub": "Terms of Use, Privacy Policy, and Disclaimer for YSK Server",
|
|
5112
|
+
"terms": "Terms of Use",
|
|
5113
|
+
"privacy": "Privacy Policy",
|
|
5114
|
+
"disclaimer": "Disclaimer",
|
|
5115
|
+
"updated": "Last updated {{date}}",
|
|
5116
|
+
"englishPrevails": "Official languages: English and Hong Kong written Chinese. If they differ, the English version controls.",
|
|
5117
|
+
"notOfficialLocale": "Your display language is not an official legal language. The binding text below is English unless you switch it.",
|
|
5118
|
+
"officialLang": "Official text",
|
|
5119
|
+
"officialEn": "English",
|
|
5120
|
+
"officialZh": "繁體中文(香港)",
|
|
5121
|
+
"signIn": "Sign in",
|
|
5122
|
+
"mitNote": "Source code is licensed under MIT. These pages are additional conditions of use.",
|
|
5123
|
+
"backToIndex": "All legal documents"
|
|
5124
|
+
},
|
|
5109
5125
|
"listToolbar": {
|
|
5110
5126
|
"searchPlaceholder": "Search…",
|
|
5111
5127
|
"searchAria": "Search list",
|
|
@@ -13311,6 +13327,9 @@
|
|
|
13311
13327
|
"panelRestarting": "Panel is restarting to load the new version…",
|
|
13312
13328
|
"panelRestarted": "Panel is back · {{version}}",
|
|
13313
13329
|
"panelRestartWait": "Panel apply finished. If this page does not refresh, reload after a few seconds.",
|
|
13330
|
+
"reloadUi": "Reload UI",
|
|
13331
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
13332
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost.",
|
|
13314
13333
|
"aptCandidate": "apt Candidate",
|
|
13315
13334
|
"advice": {
|
|
13316
13335
|
"update": "Update recommended",
|
|
@@ -13646,13 +13665,13 @@
|
|
|
13646
13665
|
"disk": "Disk"
|
|
13647
13666
|
},
|
|
13648
13667
|
"cli": {
|
|
13649
|
-
"usage": "Usage: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--accept-low-disk] [--accept-mainnet] [--execute] [--json]"
|
|
13668
|
+
"usage": "Usage: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|set-version|versions|policy|mithril|prune|switch-network|snapshot|compose|settings|producer-keys|producer-detach [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--el-tag T] [--cl-tag T] [--node-tag T] [--client ID] [--tag T] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--kes-file P] [--vrf-file P] [--opcert-file P] [--accept-low-disk] [--accept-mainnet] [--refresh] [--execute] [--json]"
|
|
13650
13669
|
},
|
|
13651
13670
|
"clients": {
|
|
13652
13671
|
"el": "Execution client",
|
|
13653
13672
|
"cl": "Consensus client",
|
|
13654
13673
|
"version": "Version",
|
|
13655
|
-
"pin": "Panel pin
|
|
13674
|
+
"pin": "Panel pin",
|
|
13656
13675
|
"officialNewer": "Official newer",
|
|
13657
13676
|
"olderThanPin": "Older than the panel pin",
|
|
13658
13677
|
"prerelease": "Prerelease",
|
|
@@ -13699,7 +13718,15 @@
|
|
|
13699
13718
|
"snapshotLookup": "Could not resolve the official snapshot pointer",
|
|
13700
13719
|
"needSnapshotConfirm": "Snapshot restore requires confirm=instance id or SNAPSHOT",
|
|
13701
13720
|
"snapshotBlocked": "Snapshot docker run was blocked by the allowlist",
|
|
13702
|
-
"snapshotFailed": "Snapshot download or extract failed"
|
|
13721
|
+
"snapshotFailed": "Snapshot download or extract failed",
|
|
13722
|
+
"producerAdaOnly": "Producer keys are only for Cardano",
|
|
13723
|
+
"needProducerConfirm": "Attaching producer keys requires confirm=instance id or PRODUCER",
|
|
13724
|
+
"needMainnetProducerAck": "Mainnet producer attach requires acceptMainnet",
|
|
13725
|
+
"producerColdRejected": "Cold or pool-owner signing keys are refused. Keep cold keys offline.",
|
|
13726
|
+
"producerTooLarge": "That key file is larger than 64 KiB",
|
|
13727
|
+
"producerBadType": "That file is not a KES key, VRF key, or operational certificate",
|
|
13728
|
+
"producerEmpty": "Provide at least one of kes, vrf, or opcert",
|
|
13729
|
+
"switchNeedDetachProducer": "Detach producer keys before switching network"
|
|
13703
13730
|
},
|
|
13704
13731
|
"notes": {
|
|
13705
13732
|
"beta": "This feature is Beta. Host changes need root and YSK_EXECUTE=1.",
|
|
@@ -13730,6 +13757,11 @@
|
|
|
13730
13757
|
"snapshotEthCl": "Reset CL data for official checkpoint sync",
|
|
13731
13758
|
"snapshotNear": "Wiped NEAR data; compose will re-init official genesis and epoch sync",
|
|
13732
13759
|
"nativePrune": "Ran the client-native prune command",
|
|
13760
|
+
"dryProducer": "Producer keys are dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13761
|
+
"dryProducerDetach": "Producer detach is dry-run. Add --execute and YSK_EXECUTE=1.",
|
|
13762
|
+
"producerPartial": "Wrote hot keys. Attach KES, VRF, and opcert before the node starts as a block producer.",
|
|
13763
|
+
"producerAttached": "Hot keys attached; compose rewritten as block producer",
|
|
13764
|
+
"producerDetached": "Hot keys removed; compose rewritten as relay",
|
|
13733
13765
|
"dryDelete": "Delete is dry-run. Pass --execute and YSK_EXECUTE=1.",
|
|
13734
13766
|
"deleted": "Node deleted",
|
|
13735
13767
|
"leftoverRemoved": "Removed leftover {{path}}"
|
|
@@ -13838,6 +13870,36 @@
|
|
|
13838
13870
|
"near": "Official free NEAR tarball snapshots were retired. Restore wipes data and uses official genesis plus epoch sync.",
|
|
13839
13871
|
"none": "No snapshot source is configured for this chain."
|
|
13840
13872
|
},
|
|
13873
|
+
"producer": {
|
|
13874
|
+
"title": "Block producer hot keys",
|
|
13875
|
+
"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.",
|
|
13876
|
+
"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.",
|
|
13877
|
+
"kes": "KES",
|
|
13878
|
+
"vrf": "VRF",
|
|
13879
|
+
"opcert": "opcert",
|
|
13880
|
+
"missing": "Not attached",
|
|
13881
|
+
"present": "Attached {{fp}}",
|
|
13882
|
+
"presentShort": "On host",
|
|
13883
|
+
"queuedShort": "Ready",
|
|
13884
|
+
"queued": "Selected · {{name}}",
|
|
13885
|
+
"fileHint": "Typical name {{file}}",
|
|
13886
|
+
"dropOrBrowse": "Drop {{file}} here or browse",
|
|
13887
|
+
"dropping": "Drop to attach {{label}}",
|
|
13888
|
+
"browse": "Browse",
|
|
13889
|
+
"clearFile": "Remove",
|
|
13890
|
+
"choose": "Choose file",
|
|
13891
|
+
"apply": "Apply and restart as block producer",
|
|
13892
|
+
"detach": "Detach and run as relay",
|
|
13893
|
+
"applyTitle": "Attach hot keys to {{id}}?",
|
|
13894
|
+
"applyDesc": "KES, VRF, and opcert are written under the instance keys directory. Compose is rewritten. The container restarts as a block producer.",
|
|
13895
|
+
"applyC1": "Cold keys must stay offline. Do not upload cold.skey.",
|
|
13896
|
+
"applyC2": "The running node can sign blocks if these files are valid.",
|
|
13897
|
+
"applyC3": "Mainnet: an offline or misconfigured producer misses blocks.",
|
|
13898
|
+
"detachTitle": "Detach producer keys from {{id}}?",
|
|
13899
|
+
"detachDesc": "Hot keys are deleted from this host. Compose goes back to relay.",
|
|
13900
|
+
"detachC1": "The node will no longer produce blocks.",
|
|
13901
|
+
"mainnet": "Mainnet: I understand this host will hold hot keys and sign blocks."
|
|
13902
|
+
},
|
|
13841
13903
|
"stake": {
|
|
13842
13904
|
"title": "Prepare for staking (you keep the keys)",
|
|
13843
13905
|
"offlineKeys": "Generate keys offline. The panel never stores them.",
|
|
@@ -13933,7 +13995,7 @@
|
|
|
13933
13995
|
"Read the official operate-a-stake-pool guide.",
|
|
13934
13996
|
"Generate cold, KES, and VRF keys on an offline machine.",
|
|
13935
13997
|
"Register the pool on-chain from those keys.",
|
|
13936
|
-
"
|
|
13998
|
+
"On this instance page, attach KES, VRF, and the operational certificate. Do not upload cold keys."
|
|
13937
13999
|
],
|
|
13938
14000
|
"never": [
|
|
13939
14001
|
"Do not treat this as a MetaMask one-click stake.",
|
package/locales/en/updates.json
CHANGED
|
@@ -151,6 +151,9 @@
|
|
|
151
151
|
"panelRestarting": "Panel is restarting to load the new version…",
|
|
152
152
|
"panelRestarted": "Panel is back · {{version}}",
|
|
153
153
|
"panelRestartWait": "Panel apply finished. If this page does not refresh, reload after a few seconds.",
|
|
154
|
+
"reloadUi": "Reload UI",
|
|
155
|
+
"reloadUiTitle": "Reload the panel UI?",
|
|
156
|
+
"reloadUiDesc": "The panel service is {{version}}. This tab still has the previous frontend until you reload. Unsaved fields on this page will be lost.",
|
|
154
157
|
"aptCandidate": "apt Candidate",
|
|
155
158
|
"advice": {
|
|
156
159
|
"update": "Update recommended",
|