aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-20 01:52:01 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-20 01:52:01 +0200
commit66abba3d08021b1ff538d6266e4b4e590407bde2 (patch)
tree891999648a9654c84e0590b36e0bc95f17d84c98 /packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
parent6770ed9cd36fe68610b74826520f8c6effc121f6 (diff)
downloadmeshbay-66abba3d08021b1ff538d6266e4b4e590407bde2.tar.gz
feat(hub): show the node's public key in Node → Overview
It was only the Node ID row's fallback, so it vanished the moment the node announced itself — and was labelled Node ID when it did show. Own row, copy button, and the profile's instructions no longer name the node dashboard removed on 2026-09-01. `.node-key` wraps: 44 base64 characters with no break opportunity pushed a 412px document to 417px, which unpins every sticky element on the page. The width probe now measures the Overview table with a real key in it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
index 463a6a9..7f347da 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js
@@ -511,8 +511,9 @@ export default {
'settings.notifications': 'Powiadomienia',
'settings.node_key': 'Powiąż node',
'settings.node_key_desc': 'Osoby prowadzące własny node MeshBay mogą wkleić tutaj '
- + 'jego klucz publiczny Ed25519, aby powiązać go ze swoim kontem. Klucz ten znajduje '
- + 'się w panelu administracyjnym node.',
+ + 'jego klucz publiczny Ed25519, aby powiązać go ze swoim kontem. Aby odczytać '
+ + 'klucz, uruchom `meshbay-node status` na maszynie z node lub skopiuj go z '
+ + 'Node → Overview w kliencie desktopowym.',
'settings.node_key_placeholder': 'Wklej klucz publiczny Ed25519 node (base64)',
'settings.node_key_submit': 'Powiąż node',
'settings.node_key_success': 'Node został powiązany',
@@ -1124,6 +1125,9 @@ export default {
'node.overview': 'Overview',
'node.overview_version': 'Version',
'node.overview_node_id': 'Node ID',
+ 'node.overview_node_key': 'Klucz node',
+ 'node.overview_node_key_copy': 'Kopiuj',
+ 'node.overview_node_key_copied': 'Skopiowano',
'node.overview_quic_port': 'QUIC port',
'node.overview_hub': 'Hub',
'node.node_roster': 'Node roster',