ysk-server-shared 1.1.18 → 1.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/docker.d.ts +18 -0
  2. package/dist/docker.d.ts.map +1 -1
  3. package/dist/docker.js +53 -0
  4. package/dist/docker.js.map +1 -1
  5. package/dist/validators.d.ts +47 -0
  6. package/dist/validators.d.ts.map +1 -1
  7. package/dist/validators.js +15 -1
  8. package/dist/validators.js.map +1 -1
  9. package/locales/ar/softwareLifecycle.json +2 -0
  10. package/locales/ar/translation.json +45 -8
  11. package/locales/ar/validators.json +43 -8
  12. package/locales/bn/softwareLifecycle.json +2 -0
  13. package/locales/bn/translation.json +45 -8
  14. package/locales/bn/validators.json +43 -8
  15. package/locales/en/softwareLifecycle.json +2 -0
  16. package/locales/en/translation.json +41 -4
  17. package/locales/en/validators.json +39 -4
  18. package/locales/es/softwareLifecycle.json +2 -0
  19. package/locales/es/translation.json +45 -8
  20. package/locales/es/validators.json +43 -8
  21. package/locales/fr/softwareLifecycle.json +2 -0
  22. package/locales/fr/translation.json +45 -8
  23. package/locales/fr/validators.json +43 -8
  24. package/locales/hi/softwareLifecycle.json +2 -0
  25. package/locales/hi/translation.json +45 -8
  26. package/locales/hi/validators.json +43 -8
  27. package/locales/id/softwareLifecycle.json +2 -0
  28. package/locales/id/translation.json +45 -8
  29. package/locales/id/validators.json +43 -8
  30. package/locales/ja/softwareLifecycle.json +2 -0
  31. package/locales/ja/translation.json +45 -8
  32. package/locales/ja/validators.json +43 -8
  33. package/locales/ko/softwareLifecycle.json +2 -0
  34. package/locales/ko/translation.json +45 -8
  35. package/locales/ko/validators.json +43 -8
  36. package/locales/pt/softwareLifecycle.json +2 -0
  37. package/locales/pt/translation.json +45 -8
  38. package/locales/pt/validators.json +43 -8
  39. package/locales/ur/softwareLifecycle.json +2 -0
  40. package/locales/ur/translation.json +45 -8
  41. package/locales/ur/validators.json +43 -8
  42. package/locales/zh-CN/softwareLifecycle.json +2 -0
  43. package/locales/zh-CN/translation.json +45 -8
  44. package/locales/zh-CN/validators.json +43 -8
  45. package/locales/zh-HK/softwareLifecycle.json +2 -0
  46. package/locales/zh-HK/translation.json +41 -4
  47. package/locales/zh-HK/validators.json +39 -4
  48. package/package.json +1 -1
@@ -77,14 +77,22 @@
77
77
  "network": "Red",
78
78
  "profile": "Perfil",
79
79
  "status": "Estado",
80
- "disk": "Disco"
80
+ "disk": "Disco",
81
+ "traffic": "Traffic"
81
82
  },
82
83
  "cli": {
83
84
  "usage": "Uso: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
84
85
  },
85
86
  "clients": {
86
87
  "el": "Cliente de ejecución",
87
- "cl": "Cliente de consenso"
88
+ "cl": "Cliente de consenso",
89
+ "version": "Version",
90
+ "pin": "Panel pin (tested with this release)",
91
+ "officialNewer": "Official newer",
92
+ "olderThanPin": "Older than the panel pin",
93
+ "prerelease": "Prerelease",
94
+ "current": "Running now",
95
+ "source": "Image source"
88
96
  },
89
97
  "mithril": {
90
98
  "label": "Restaurar primero desde instantánea Mithril (recomendado en testnet)",
@@ -122,7 +130,11 @@
122
130
  "restarting": "Container is restarting. Check logs on this page.",
123
131
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
132
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
133
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
134
+ "memLow": "Not enough free RAM for this chain's memory cap",
135
+ "badTag": "That client version is not an official tag for this image",
136
+ "needVersionConfirm": "Changing version requires confirm=instance id",
137
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
126
138
  },
127
139
  "notes": {
128
140
  "beta": "Esta función es Beta. Los cambios de host necesitan root y YSK_EXECUTE=1.",
@@ -205,7 +217,9 @@
205
217
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
206
218
  "rpc": "Public RPC node — not a staking validator."
207
219
  },
208
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
220
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
221
+ "memShort": "Not enough free RAM for this chain's memory cap",
222
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
209
223
  },
210
224
  "actions": {
211
225
  "detail": "Detalles",
@@ -232,7 +246,8 @@
232
246
  "clearC1": "Chain data on disk is deleted.",
233
247
  "clearC2": "The instance stays in the panel, stopped and empty.",
234
248
  "switchTitle": "Switch network",
235
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
249
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
250
+ "setVersion": "Change version"
236
251
  },
237
252
  "policy": {
238
253
  "label": "Política de actualización",
@@ -297,7 +312,16 @@
297
312
  "danger": "Clear data",
298
313
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
299
314
  "compose": "Compose",
300
- "logs": "Logs"
315
+ "logs": "Logs",
316
+ "traffic": "Traffic",
317
+ "setVersion": "Change version",
318
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
319
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
320
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
321
+ "setVersionC1": "The running container is replaced with the selected tag.",
322
+ "setVersionC2": "Type the instance id to confirm.",
323
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
324
+ "releaseNotes": "Release notes"
301
325
  },
302
326
  "state": {
303
327
  "unknown": "Unknown",
@@ -348,7 +372,16 @@
348
372
  "pulling": "Pull {{ref}}",
349
373
  "empty": "No pinned client images",
350
374
  "emptyDesc": "The catalog is empty. This should not happen.",
351
- "daemonDown": "Docker Engine is not running"
375
+ "daemonDown": "Docker Engine is not running",
376
+ "pulled": "On this host",
377
+ "source": "Source",
378
+ "official": "Official latest",
379
+ "officialNewer": "Official newer",
380
+ "stale": "Behind pin",
381
+ "staleItem": "{{id}} ({{tag}})",
382
+ "pin": "Panel pin",
383
+ "openRelease": "Release notes",
384
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
352
385
  },
353
386
  "playbook": {
354
387
  "overviewTitle": "How staking works on each chain",
@@ -586,6 +619,8 @@
586
619
  "never": [
587
620
  "Do not look for a staking wallet on this page."
588
621
  ]
589
- }
622
+ },
623
+ "copyAll": "Copy all",
624
+ "copyNamed": "Copy {{label}}"
590
625
  }
591
626
  }
@@ -5,6 +5,8 @@
5
5
  "dockFail": "Échec · {{title}}",
6
6
  "dockDone": "Terminé · {{title}}",
7
7
  "minimize": "Minimiser",
8
+ "maximize": "Agrandir",
9
+ "restore": "Restaurer",
8
10
  "liveLog": "Journal en direct",
9
11
  "uninstall": "Désinstaller…",
10
12
  "uninstallTitle": "Désinstaller {{name}}",
@@ -12180,6 +12180,8 @@
12180
12180
  "dockFail": "Échec · {{title}}",
12181
12181
  "dockDone": "Terminé · {{title}}",
12182
12182
  "minimize": "Minimiser",
12183
+ "maximize": "Agrandir",
12184
+ "restore": "Restaurer",
12183
12185
  "liveLog": "Journal en direct",
12184
12186
  "uninstall": "Désinstaller…",
12185
12187
  "uninstallTitle": "Désinstaller {{name}}",
@@ -13591,14 +13593,22 @@
13591
13593
  "network": "Réseau",
13592
13594
  "profile": "Profil",
13593
13595
  "status": "État",
13594
- "disk": "Disque"
13596
+ "disk": "Disque",
13597
+ "traffic": "Traffic"
13595
13598
  },
13596
13599
  "cli": {
13597
13600
  "usage": "Utilisation : ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
13598
13601
  },
13599
13602
  "clients": {
13600
13603
  "el": "Client d’exécution",
13601
- "cl": "Client de consensus"
13604
+ "cl": "Client de consensus",
13605
+ "version": "Version",
13606
+ "pin": "Panel pin (tested with this release)",
13607
+ "officialNewer": "Official newer",
13608
+ "olderThanPin": "Older than the panel pin",
13609
+ "prerelease": "Prerelease",
13610
+ "current": "Running now",
13611
+ "source": "Image source"
13602
13612
  },
13603
13613
  "mithril": {
13604
13614
  "label": "Restaurer d’abord depuis un instantané Mithril (recommandé en testnet)",
@@ -13636,7 +13646,11 @@
13636
13646
  "restarting": "Container is restarting. Check logs on this page.",
13637
13647
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13638
13648
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13649
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13650
+ "memLow": "Not enough free RAM for this chain's memory cap",
13651
+ "badTag": "That client version is not an official tag for this image",
13652
+ "needVersionConfirm": "Changing version requires confirm=instance id",
13653
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
13640
13654
  },
13641
13655
  "notes": {
13642
13656
  "beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
@@ -13719,7 +13733,9 @@
13719
13733
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
13720
13734
  "rpc": "Public RPC node — not a staking validator."
13721
13735
  },
13722
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
13736
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
13737
+ "memShort": "Not enough free RAM for this chain's memory cap",
13738
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
13723
13739
  },
13724
13740
  "actions": {
13725
13741
  "detail": "Détails",
@@ -13746,7 +13762,8 @@
13746
13762
  "clearC1": "Chain data on disk is deleted.",
13747
13763
  "clearC2": "The instance stays in the panel, stopped and empty.",
13748
13764
  "switchTitle": "Switch network",
13749
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
13765
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
13766
+ "setVersion": "Change version"
13750
13767
  },
13751
13768
  "policy": {
13752
13769
  "label": "Politique de mise à jour",
@@ -13811,7 +13828,16 @@
13811
13828
  "danger": "Clear data",
13812
13829
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
13813
13830
  "compose": "Compose",
13814
- "logs": "Logs"
13831
+ "logs": "Logs",
13832
+ "traffic": "Traffic",
13833
+ "setVersion": "Change version",
13834
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
13835
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
13836
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
13837
+ "setVersionC1": "The running container is replaced with the selected tag.",
13838
+ "setVersionC2": "Type the instance id to confirm.",
13839
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
13840
+ "releaseNotes": "Release notes"
13815
13841
  },
13816
13842
  "state": {
13817
13843
  "unknown": "Unknown",
@@ -13862,7 +13888,16 @@
13862
13888
  "pulling": "Pull {{ref}}",
13863
13889
  "empty": "No pinned client images",
13864
13890
  "emptyDesc": "The catalog is empty. This should not happen.",
13865
- "daemonDown": "Docker Engine is not running"
13891
+ "daemonDown": "Docker Engine is not running",
13892
+ "pulled": "On this host",
13893
+ "source": "Source",
13894
+ "official": "Official latest",
13895
+ "officialNewer": "Official newer",
13896
+ "stale": "Behind pin",
13897
+ "staleItem": "{{id}} ({{tag}})",
13898
+ "pin": "Panel pin",
13899
+ "openRelease": "Release notes",
13900
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
13866
13901
  },
13867
13902
  "playbook": {
13868
13903
  "overviewTitle": "How staking works on each chain",
@@ -14100,7 +14135,9 @@
14100
14135
  "never": [
14101
14136
  "Do not look for a staking wallet on this page."
14102
14137
  ]
14103
- }
14138
+ },
14139
+ "copyAll": "Copy all",
14140
+ "copyNamed": "Copy {{label}}"
14104
14141
  }
14105
14142
  },
14106
14143
  "vnc": {
@@ -77,14 +77,22 @@
77
77
  "network": "Réseau",
78
78
  "profile": "Profil",
79
79
  "status": "État",
80
- "disk": "Disque"
80
+ "disk": "Disque",
81
+ "traffic": "Traffic"
81
82
  },
82
83
  "cli": {
83
84
  "usage": "Utilisation : ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
84
85
  },
85
86
  "clients": {
86
87
  "el": "Client d’exécution",
87
- "cl": "Client de consensus"
88
+ "cl": "Client de consensus",
89
+ "version": "Version",
90
+ "pin": "Panel pin (tested with this release)",
91
+ "officialNewer": "Official newer",
92
+ "olderThanPin": "Older than the panel pin",
93
+ "prerelease": "Prerelease",
94
+ "current": "Running now",
95
+ "source": "Image source"
88
96
  },
89
97
  "mithril": {
90
98
  "label": "Restaurer d’abord depuis un instantané Mithril (recommandé en testnet)",
@@ -122,7 +130,11 @@
122
130
  "restarting": "Container is restarting. Check logs on this page.",
123
131
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
132
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
133
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
134
+ "memLow": "Not enough free RAM for this chain's memory cap",
135
+ "badTag": "That client version is not an official tag for this image",
136
+ "needVersionConfirm": "Changing version requires confirm=instance id",
137
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
126
138
  },
127
139
  "notes": {
128
140
  "beta": "Cette fonction est Beta. Les changements d’hôte nécessitent root et YSK_EXECUTE=1.",
@@ -205,7 +217,9 @@
205
217
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
206
218
  "rpc": "Public RPC node — not a staking validator."
207
219
  },
208
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
220
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
221
+ "memShort": "Not enough free RAM for this chain's memory cap",
222
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
209
223
  },
210
224
  "actions": {
211
225
  "detail": "Détails",
@@ -232,7 +246,8 @@
232
246
  "clearC1": "Chain data on disk is deleted.",
233
247
  "clearC2": "The instance stays in the panel, stopped and empty.",
234
248
  "switchTitle": "Switch network",
235
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
249
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
250
+ "setVersion": "Change version"
236
251
  },
237
252
  "policy": {
238
253
  "label": "Politique de mise à jour",
@@ -297,7 +312,16 @@
297
312
  "danger": "Clear data",
298
313
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
299
314
  "compose": "Compose",
300
- "logs": "Logs"
315
+ "logs": "Logs",
316
+ "traffic": "Traffic",
317
+ "setVersion": "Change version",
318
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
319
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
320
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
321
+ "setVersionC1": "The running container is replaced with the selected tag.",
322
+ "setVersionC2": "Type the instance id to confirm.",
323
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
324
+ "releaseNotes": "Release notes"
301
325
  },
302
326
  "state": {
303
327
  "unknown": "Unknown",
@@ -348,7 +372,16 @@
348
372
  "pulling": "Pull {{ref}}",
349
373
  "empty": "No pinned client images",
350
374
  "emptyDesc": "The catalog is empty. This should not happen.",
351
- "daemonDown": "Docker Engine is not running"
375
+ "daemonDown": "Docker Engine is not running",
376
+ "pulled": "On this host",
377
+ "source": "Source",
378
+ "official": "Official latest",
379
+ "officialNewer": "Official newer",
380
+ "stale": "Behind pin",
381
+ "staleItem": "{{id}} ({{tag}})",
382
+ "pin": "Panel pin",
383
+ "openRelease": "Release notes",
384
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
352
385
  },
353
386
  "playbook": {
354
387
  "overviewTitle": "How staking works on each chain",
@@ -586,6 +619,8 @@
586
619
  "never": [
587
620
  "Do not look for a staking wallet on this page."
588
621
  ]
589
- }
622
+ },
623
+ "copyAll": "Copy all",
624
+ "copyNamed": "Copy {{label}}"
590
625
  }
591
626
  }
@@ -5,6 +5,8 @@
5
5
  "dockFail": "विफल · {{title}}",
6
6
  "dockDone": "हो गया · {{title}}",
7
7
  "minimize": "छोटा करना",
8
+ "maximize": "बड़ा करें",
9
+ "restore": "पुनर्स्थापित",
8
10
  "liveLog": "लाइव लॉग",
9
11
  "uninstall": "अनइंस्टॉल करें...",
10
12
  "uninstallTitle": "अनइंस्टॉल करें {{name}}",
@@ -12180,6 +12180,8 @@
12180
12180
  "dockFail": "विफल · {{title}}",
12181
12181
  "dockDone": "हो गया · {{title}}",
12182
12182
  "minimize": "छोटा करना",
12183
+ "maximize": "बड़ा करें",
12184
+ "restore": "पुनर्स्थापित",
12183
12185
  "liveLog": "लाइव लॉग",
12184
12186
  "uninstall": "अनइंस्टॉल करें...",
12185
12187
  "uninstallTitle": "अनइंस्टॉल करें {{name}}",
@@ -13591,14 +13593,22 @@
13591
13593
  "network": "नेटवर्क",
13592
13594
  "profile": "प्रोफ़ाइल",
13593
13595
  "status": "स्थिति",
13594
- "disk": "डिस्क"
13596
+ "disk": "डिस्क",
13597
+ "traffic": "Traffic"
13595
13598
  },
13596
13599
  "cli": {
13597
13600
  "usage": "उपयोग: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
13598
13601
  },
13599
13602
  "clients": {
13600
13603
  "el": "निष्पादन क्लाइंट",
13601
- "cl": "सहमति क्लाइंट"
13604
+ "cl": "सहमति क्लाइंट",
13605
+ "version": "Version",
13606
+ "pin": "Panel pin (tested with this release)",
13607
+ "officialNewer": "Official newer",
13608
+ "olderThanPin": "Older than the panel pin",
13609
+ "prerelease": "Prerelease",
13610
+ "current": "Running now",
13611
+ "source": "Image source"
13602
13612
  },
13603
13613
  "mithril": {
13604
13614
  "label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
@@ -13636,7 +13646,11 @@
13636
13646
  "restarting": "Container is restarting. Check logs on this page.",
13637
13647
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
13638
13648
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
13639
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
13649
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
13650
+ "memLow": "Not enough free RAM for this chain's memory cap",
13651
+ "badTag": "That client version is not an official tag for this image",
13652
+ "needVersionConfirm": "Changing version requires confirm=instance id",
13653
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
13640
13654
  },
13641
13655
  "notes": {
13642
13656
  "beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
@@ -13719,7 +13733,9 @@
13719
13733
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
13720
13734
  "rpc": "Public RPC node — not a staking validator."
13721
13735
  },
13722
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
13736
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
13737
+ "memShort": "Not enough free RAM for this chain's memory cap",
13738
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
13723
13739
  },
13724
13740
  "actions": {
13725
13741
  "detail": "विवरण",
@@ -13746,7 +13762,8 @@
13746
13762
  "clearC1": "Chain data on disk is deleted.",
13747
13763
  "clearC2": "The instance stays in the panel, stopped and empty.",
13748
13764
  "switchTitle": "Switch network",
13749
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
13765
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
13766
+ "setVersion": "Change version"
13750
13767
  },
13751
13768
  "policy": {
13752
13769
  "label": "उन्नयन नीति",
@@ -13811,7 +13828,16 @@
13811
13828
  "danger": "Clear data",
13812
13829
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
13813
13830
  "compose": "Compose",
13814
- "logs": "Logs"
13831
+ "logs": "Logs",
13832
+ "traffic": "Traffic",
13833
+ "setVersion": "Change version",
13834
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
13835
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
13836
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
13837
+ "setVersionC1": "The running container is replaced with the selected tag.",
13838
+ "setVersionC2": "Type the instance id to confirm.",
13839
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
13840
+ "releaseNotes": "Release notes"
13815
13841
  },
13816
13842
  "state": {
13817
13843
  "unknown": "Unknown",
@@ -13862,7 +13888,16 @@
13862
13888
  "pulling": "Pull {{ref}}",
13863
13889
  "empty": "No pinned client images",
13864
13890
  "emptyDesc": "The catalog is empty. This should not happen.",
13865
- "daemonDown": "Docker Engine is not running"
13891
+ "daemonDown": "Docker Engine is not running",
13892
+ "pulled": "On this host",
13893
+ "source": "Source",
13894
+ "official": "Official latest",
13895
+ "officialNewer": "Official newer",
13896
+ "stale": "Behind pin",
13897
+ "staleItem": "{{id}} ({{tag}})",
13898
+ "pin": "Panel pin",
13899
+ "openRelease": "Release notes",
13900
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
13866
13901
  },
13867
13902
  "playbook": {
13868
13903
  "overviewTitle": "How staking works on each chain",
@@ -14100,7 +14135,9 @@
14100
14135
  "never": [
14101
14136
  "Do not look for a staking wallet on this page."
14102
14137
  ]
14103
- }
14138
+ },
14139
+ "copyAll": "Copy all",
14140
+ "copyNamed": "Copy {{label}}"
14104
14141
  }
14105
14142
  },
14106
14143
  "vnc": {
@@ -77,14 +77,22 @@
77
77
  "network": "नेटवर्क",
78
78
  "profile": "प्रोफ़ाइल",
79
79
  "status": "स्थिति",
80
- "disk": "डिस्क"
80
+ "disk": "डिस्क",
81
+ "traffic": "Traffic"
81
82
  },
82
83
  "cli": {
83
84
  "usage": "उपयोग: ysk-server validators list|chains|disk|get|status|logs|create|start|stop|restart|clear|upgrade|policy|mithril|prune|switch-network|snapshot|compose|settings [--chain C] [--network N] [--profile P] [--el EL] [--cl CL] [--data-path P] [--rpc-port N] [--id ID] [--upgrade POLICY] [--confirm TOKEN] [--execute] [--json]"
84
85
  },
85
86
  "clients": {
86
87
  "el": "निष्पादन क्लाइंट",
87
- "cl": "सहमति क्लाइंट"
88
+ "cl": "सहमति क्लाइंट",
89
+ "version": "Version",
90
+ "pin": "Panel pin (tested with this release)",
91
+ "officialNewer": "Official newer",
92
+ "olderThanPin": "Older than the panel pin",
93
+ "prerelease": "Prerelease",
94
+ "current": "Running now",
95
+ "source": "Image source"
88
96
  },
89
97
  "mithril": {
90
98
  "label": "पहले Mithril स्नैपशॉट से पुनर्स्थापित करें (टेस्टनेट पर अनुशंसित)",
@@ -122,7 +130,11 @@
122
130
  "restarting": "Container is restarting. Check logs on this page.",
123
131
  "restartingCount": "Container is restarting ({{n}}). Check logs on this page.",
124
132
  "oom": "Out of memory. Set a memory limit or add RAM, then restart.",
125
- "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart."
133
+ "nofile": "The process hit the open-files (nofile) limit. Raise ulimits.nofile and restart.",
134
+ "memLow": "Not enough free RAM for this chain's memory cap",
135
+ "badTag": "That client version is not an official tag for this image",
136
+ "needVersionConfirm": "Changing version requires confirm=instance id",
137
+ "needMainnetVersionAck": "Mainnet version changes require acceptMainnet"
126
138
  },
127
139
  "notes": {
128
140
  "beta": "यह सुविधा Beta है। होस्ट परिवर्तन के लिए root और YSK_EXECUTE=1 चाहिए।",
@@ -205,7 +217,9 @@
205
217
  "validator-ready": "Sized for a staking validator. Needs more disk than Minimal.",
206
218
  "rpc": "Public RPC node — not a staking validator."
207
219
  },
208
- "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm."
220
+ "installC3": "Mainnet uses a lot of disk. A staking validator can lose stake if it is offline or misconfigured. Type the node id to confirm.",
221
+ "memShort": "Not enough free RAM for this chain's memory cap",
222
+ "memShortDetail": "Need {{need}} · free {{free}} · short {{short}}"
209
223
  },
210
224
  "actions": {
211
225
  "detail": "विवरण",
@@ -232,7 +246,8 @@
232
246
  "clearC1": "Chain data on disk is deleted.",
233
247
  "clearC2": "The instance stays in the panel, stopped and empty.",
234
248
  "switchTitle": "Switch network",
235
- "switchC1": "The node is stopped and chain data is wiped before the new network is written."
249
+ "switchC1": "The node is stopped and chain data is wiped before the new network is written.",
250
+ "setVersion": "Change version"
236
251
  },
237
252
  "policy": {
238
253
  "label": "उन्नयन नीति",
@@ -297,7 +312,16 @@
297
312
  "danger": "Clear data",
298
313
  "dangerHint": "Type the instance id or CLEAR. This deletes chain data on disk.",
299
314
  "compose": "Compose",
300
- "logs": "Logs"
315
+ "logs": "Logs",
316
+ "traffic": "Traffic",
317
+ "setVersion": "Change version",
318
+ "setVersionHint": "Pick an official Docker tag for a client on this node. Compose is rewritten, then pulled and restarted.",
319
+ "setVersionConfirmTitle": "Change {{id}} to {{tag}}?",
320
+ "setVersionConfirmDesc": "Rewrites compose, pulls {{ref}}, and restarts the node.",
321
+ "setVersionC1": "The running container is replaced with the selected tag.",
322
+ "setVersionC2": "Type the instance id to confirm.",
323
+ "setVersionMainnet": "Mainnet: a bad version can take the node offline. I understand.",
324
+ "releaseNotes": "Release notes"
301
325
  },
302
326
  "state": {
303
327
  "unknown": "Unknown",
@@ -348,7 +372,16 @@
348
372
  "pulling": "Pull {{ref}}",
349
373
  "empty": "No pinned client images",
350
374
  "emptyDesc": "The catalog is empty. This should not happen.",
351
- "daemonDown": "Docker Engine is not running"
375
+ "daemonDown": "Docker Engine is not running",
376
+ "pulled": "On this host",
377
+ "source": "Source",
378
+ "official": "Official latest",
379
+ "officialNewer": "Official newer",
380
+ "stale": "Behind pin",
381
+ "staleItem": "{{id}} ({{tag}})",
382
+ "pin": "Panel pin",
383
+ "openRelease": "Release notes",
384
+ "chooseOnInstance": "Change the version on the instance page. Pulling an image does not retag a running node."
352
385
  },
353
386
  "playbook": {
354
387
  "overviewTitle": "How staking works on each chain",
@@ -586,6 +619,8 @@
586
619
  "never": [
587
620
  "Do not look for a staking wallet on this page."
588
621
  ]
589
- }
622
+ },
623
+ "copyAll": "Copy all",
624
+ "copyNamed": "Copy {{label}}"
590
625
  }
591
626
  }
@@ -5,6 +5,8 @@
5
5
  "dockFail": "Gagal · {{title}}",
6
6
  "dockDone": "Selesai · {{title}}",
7
7
  "minimize": "Memperkecil",
8
+ "maximize": "Perbesar",
9
+ "restore": "Pulihkan",
8
10
  "liveLog": "Catatan langsung",
9
11
  "uninstall": "Copot pemasangan…",
10
12
  "uninstallTitle": "Copot pemasangan {{name}}",