summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
index 39863b1..90a5f24 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js
@@ -737,4 +737,18 @@ export default {
'wizard.done_message': 'グループの準備ができました。node がホストし、暗号化が設定されています。',
'wizard.go_to_group': 'グループを開く',
'wizard.finish_later': 'セットアップを後で完了',
+ 'node.stun_servers': 'STUN Servers',
+ 'node.stun_hint': 'Servers used for WebRTC NAT traversal (ICE candidate gathering).',
+ 'node.stun_add': 'Add',
+ 'node.stun_add_placeholder': 'stun:host:port',
+ 'node.stun_remove': 'Remove',
+ 'node.stun_move_up': 'Move up',
+ 'node.stun_move_down': 'Move down',
+ 'node.stun_save': 'Save',
+ 'node.stun_saving': 'Saving…',
+ 'node.stun_saved': 'STUN servers saved.',
+ 'node.stun_reset': 'Reset to defaults',
+ '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:',
};