Merge pull request #83 from dabura667/master

Added Split wallet Japanese Translation
This commit is contained in:
pointbiz 2014-04-30 14:33:45 -07:00
commit 7f39fbea4b
3 changed files with 20 additions and 2 deletions

View file

@ -6767,7 +6767,7 @@ body, html { min-height: 99%; }
<div id="combinecommands" class="left commands">
<span>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label><br/>
<textarea id="combineinput" cols="60" rows="10"></textarea><br/>
</span>
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
@ -8626,6 +8626,15 @@ ninja.translator = {
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
// split wallet html
"splitwallet": "分散ウォレット",
"splitlabelthreshold": "復元に必要なシェア数",
"splitlabelshares": "全シェア数",
"splitview": "生成",
"combinelabelentershares": "お持ちのシェアを入力 (空白区切り)",
"combineview": "シェア合わせて復元",
"combinelabelprivatekey": "復元された秘密鍵",
// detail wallet html
"detaillabelenterprivatekey": "プライベートキーを入力",
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",

View file

@ -353,7 +353,7 @@
<div id="combinecommands" class="left commands">
<span>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label>
<label id="combinelabelentershares">Enter Available Shares (whitespace separated)</label><br/>
<textarea id="combineinput" cols="60" rows="10"></textarea><br/>
</span>
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>

View file

@ -1135,6 +1135,15 @@ ninja.translator = {
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
// split wallet html
"splitwallet": "分散ウォレット",
"splitlabelthreshold": "復元に必要なシェア数",
"splitlabelshares": "全シェア数",
"splitview": "生成",
"combinelabelentershares": "お持ちのシェアを入力 (空白区切り)",
"combineview": "シェア合わせて復元",
"combinelabelprivatekey": "復元された秘密鍵",
// detail wallet html
"detaillabelenterprivatekey": "プライベートキーを入力",
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",