diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/en.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js index 9a5058e..3ddd7f1 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js @@ -366,6 +366,20 @@ export default { 'wizard.done_message': 'Your group is ready. Your node is hosting it and encryption is set up.', 'wizard.go_to_group': 'Go to group', + // First-run setup wizard (Electron-only) + 'setup.welcome_title': 'Welcome to MeshBay', + 'setup.welcome_message': 'Your node hosts your files — encrypted, on your machine. Let’s get it running and create your first group.', + 'setup.node_detected': 'Local node detected and running.', + 'setup.node_not_running': 'Your node is installed but not running.', + 'setup.node_start': 'Start node', + 'setup.node_starting': 'Starting node…', + 'setup.node_started': 'Node started.', + 'setup.node_not_installed': 'meshbay-node is not installed on this machine.', + 'setup.node_install_hint': 'Install it with your package manager, then come back here.', + 'setup.skip': 'Skip — create a group without a local node', + 'setup.create_group': 'Create your first group', + 'setup.dismiss': 'Skip setup', + // Unified Group Settings (node sections) 'settings_node.roots': 'Shared directories', 'settings_node.detach_failed_continue': 'Could not detach the group from the node. Delete on hub anyway?', |