diff options
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.js | 14 |
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 1a68827..6f74073 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/ja.js @@ -452,4 +452,18 @@ export default { 'group.unmute': 'Unmute notifications', 'profile.title': 'プロフィール', 'usermenu.profile': 'プロフィール', + + // First-run setup wizard + 'setup.welcome_title': 'MeshBay へようこそ', + 'setup.welcome_message': 'お使いの node がファイルを暗号化してお使いのマシン上に保管します。node を起動して最初のグループを作成しましょう。', + 'setup.node_detected': 'ローカル node が検出され、実行中です。', + 'setup.node_not_running': 'node はインストールされていますが、実行されていません。', + 'setup.node_start': 'node を起動', + 'setup.node_starting': 'node を起動中…', + 'setup.node_started': 'Node が起動しました。', + 'setup.node_not_installed': 'この端末に meshbay-node がインストールされていません。', + 'setup.node_install_hint': 'パッケージマネージャーでインストールし、こちらにお戻りください。', + 'setup.skip': 'スキップ — ローカル node なしでグループを作成', + 'setup.create_group': '最初のグループを作成', + 'setup.dismiss': 'セットアップをスキップ', }; |