summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.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/pt-BR.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/pt-BR.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
index 20822ee..f0f1077 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pt-BR.js
@@ -497,8 +497,9 @@ export default {
'settings.notifications': 'Notificações',
'settings.node_key': 'Vincular um node',
'settings.node_key_desc': 'Se você opera um node MeshBay, cole aqui a chave pública '
- + 'Ed25519 dele para vinculá-lo à sua conta. Essa chave está no painel de '
- + 'administração do seu node.',
+ + 'Ed25519 dele para vinculá-lo à sua conta. Execute `meshbay-node status` na '
+ + 'máquina que hospeda o node para ler a chave, ou copie-a em '
+ + 'Node → Overview no cliente desktop.',
'settings.node_key_placeholder': 'Cole a chave pública Ed25519 do node (base64)',
'settings.node_key_submit': 'Vincular o node',
'settings.node_key_success': 'Node vinculado com sucesso',
@@ -1083,6 +1084,9 @@ export default {
'node.overview': 'Overview',
'node.overview_version': 'Version',
'node.overview_node_id': 'Node ID',
+ 'node.overview_node_key': 'Chave do node',
+ 'node.overview_node_key_copy': 'Copiar',
+ 'node.overview_node_key_copied': 'Copiada',
'node.overview_quic_port': 'QUIC port',
'node.overview_hub': 'Hub',
'node.node_roster': 'Node roster',