summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/es.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/es.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
index bcb0b93..84af4cd 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js
@@ -753,4 +753,15 @@ export default {
'node.stun_empty': 'No STUN servers configured. NAT traversal will not work.',
'node.stun_duplicate': 'This server is already in the list.',
'node.stun_invalid': 'STUN URL must start with stun:',
+ 'node.ice_interfaces': 'ICE Interfaces',
+ 'node.ice_auto_hint': 'Auto mode — virtual and VPN interfaces (Tailscale, Docker, libvirt, etc.) are excluded automatically.',
+ 'node.ice_manual_hint': 'Manual mode — only the listed interfaces are used for ICE candidate gathering.',
+ 'node.ice_add': 'Add',
+ 'node.ice_add_placeholder': 'e.g. eth0, wlp0s20f3',
+ 'node.ice_remove': 'Remove',
+ 'node.ice_save': 'Save',
+ 'node.ice_saving': 'Saving…',
+ 'node.ice_saved': 'ICE interfaces saved.',
+ 'node.ice_reset_auto': 'Switch to auto',
+ 'node.ice_duplicate': 'This interface is already in the list.',
};