summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-29 18:55:42 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-29 18:55:42 +0200
commita2215bb071c4e1ce11c616d26df8fd4e7a8fdf57 (patch)
treede2969394d8673194d219b22c4af0dd7faef2d10 /packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
parentc37fe3047367f401765351e5aca73f8f0ed6810c (diff)
parent1f8a52484412b48205e5ff6aac506428e2fb77ed (diff)
downloadmeshbay-a2215bb071c4e1ce11c616d26df8fd4e7a8fdf57.tar.gz
Merge remote-tracking branch 'origin/main'
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.js14
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 50f9ac5..6ddfa91 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
@@ -709,4 +709,18 @@ export default {
'node.detach_confirm': 'Remove "{name}" from this node?',
'node.detached': 'Group removed.',
'node.stale': 'not on hub',
+ 'node.settings': 'Node settings',
+ 'node.settings_edit_hint': 'Changes are applied immediately and saved to node.toml.',
+ 'node.settings_save': 'Save',
+ 'node.settings_saving': 'Saving…',
+ 'node.settings_saved': 'Settings saved.',
+ 'node.setting_invite_ttl': 'Invitation TTL',
+ 'node.setting_pair_ttl': 'Pairing code TTL',
+ 'node.setting_device_ttl': 'Device request TTL',
+ 'node.setting_max_streams': 'Max concurrent streams',
+ 'node.setting_transcode': 'Transcode incompatible video',
+ 'node.setting_unit_hours': 'hours',
+ 'node.setting_unit_minutes': 'min',
+ 'node.setting_on': 'On',
+ 'node.setting_off': 'Off',
};