diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js index 2e3e4d6..e540b4b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/fr.js @@ -769,4 +769,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.', }; |