diff --git a/po/ja.po b/po/ja.po index f25c2c9b3..21f2bdc63 100644 --- a/po/ja.po +++ b/po/ja.po @@ -88,6 +88,10 @@ msgstr "本当にこのウォレットを削除しても宜しいですか?" msgid "Available Balance" msgstr "送金可能残高" +#: public/views/create.html public/views/join.html +msgid "BIP32 master extended private key" +msgstr "マスタ拡張秘密鍵" + #: public/views/includes/topbar.html public/views/modals/tx-details.html #: public/views/modals/txp-details.html msgid "Back" @@ -345,6 +349,10 @@ msgstr "バックアップをダウンロード" msgid "ENTER" msgstr "ENTER" +#: public/views/importLegacy.html +msgid "Email" +msgstr "メールアドレス" + #: public/views/preferences.html msgid "Email Notifications" msgstr "メールのお知らせ" @@ -430,11 +438,7 @@ msgstr "履歴" msgid "Home" msgstr "ホーム" -#: public/views/create.html -msgid "If not given, a random key will be generated" -msgstr "空欄の場合、乱数を使って鍵を生成します。" - -#: public/views/join.html +#: public/views/create.html public/views/join.html msgid "If not given, a secure key will be generated" msgstr "空欄の場合、安全な鍵を生成します。" @@ -498,7 +502,7 @@ msgstr "ウォレット移行について詳しく" msgid "Make a payment to" msgstr "支払いは次の宛先へ" -#: public/views/create.html +#: public/views/create.html public/views/join.html msgid "Master extended private key" msgstr "マスタ拡張秘密鍵" @@ -684,6 +688,10 @@ msgstr "バックアップファイルを選択" msgid "Preferences" msgstr "設定" +#: public/views/modals/scanner.html +msgid "QR-Scanner" +msgstr "QRスキャンナー" + #: src/js/controllers/index.js msgid "Receive" msgstr "受取" @@ -870,6 +878,10 @@ msgstr "成功" msgid "Tap to retry" msgstr "タップしてやり直し" +#: public/views/create.html +msgid "Testnet" +msgstr "テスト用ネットワーク" + #: src/js/controllers/walletHome.js msgid "" "The payment was created but could not be completed. Please try again from " @@ -963,6 +975,10 @@ msgstr "信用していない" msgid "Updating Wallet..." msgstr "ウォレット更新中…" +#: public/views/importLegacy.html +msgid "Username" +msgstr "ユーザ名" + #: public/views/preferencesAbout.html msgid "Version" msgstr "バージョン" diff --git a/po/template.pot b/po/template.pot index 06f39154c..8447017b4 100644 --- a/po/template.pot +++ b/po/template.pot @@ -77,6 +77,11 @@ msgstr "" msgid "Available Balance" msgstr "" +#: public/views/create.html +#: public/views/join.html +msgid "BIP32 master extended private key" +msgstr "" + #: public/views/includes/topbar.html #: public/views/modals/tx-details.html #: public/views/modals/txp-details.html @@ -329,6 +334,10 @@ msgstr "" msgid "ENTER" msgstr "" +#: public/views/importLegacy.html +msgid "Email" +msgstr "" + #: public/views/preferences.html msgid "Email Notifications" msgstr "" @@ -417,9 +426,6 @@ msgid "Home" msgstr "" #: public/views/create.html -msgid "If not given, a random key will be generated" -msgstr "" - #: public/views/join.html msgid "If not given, a secure key will be generated" msgstr "" @@ -487,6 +493,7 @@ msgid "Make a payment to" msgstr "" #: public/views/create.html +#: public/views/join.html msgid "Master extended private key" msgstr "" @@ -675,6 +682,10 @@ msgstr "" msgid "Preferences" msgstr "" +#: public/views/modals/scanner.html +msgid "QR-Scanner" +msgstr "" + #: src/js/controllers/index.js msgid "Receive" msgstr "" @@ -857,6 +868,10 @@ msgstr "" msgid "Tap to retry" msgstr "" +#: public/views/create.html +msgid "Testnet" +msgstr "" + #: src/js/controllers/walletHome.js msgid "The payment was created but could not be completed. Please try again from home screen" msgstr "" @@ -934,6 +949,10 @@ msgstr "" msgid "Updating Wallet..." msgstr "" +#: public/views/importLegacy.html +msgid "Username" +msgstr "" + #: public/views/preferencesAbout.html msgid "Version" msgstr "" diff --git a/public/views/create.html b/public/views/create.html index b74cdf641..565e1dd92 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -91,15 +91,15 @@
diff --git a/public/views/importLegacy.html b/public/views/importLegacy.html index ceac39936..b943b63a4 100644 --- a/public/views/importLegacy.html +++ b/public/views/importLegacy.html @@ -30,8 +30,8 @@ diff --git a/public/views/join.html b/public/views/join.html index 9e38fc796..1cf29abfb 100644 --- a/public/views/join.html +++ b/public/views/join.html @@ -74,11 +74,11 @@
-
diff --git a/public/views/modals/scanner.html b/public/views/modals/scanner.html index aa2245893..9f72ebf67 100644 --- a/public/views/modals/scanner.html +++ b/public/views/modals/scanner.html @@ -5,7 +5,7 @@
-

+

QR-Scanner