Merge pull request #83 from dabura667/master
Added Split wallet Japanese Translation
This commit is contained in:
commit
7f39fbea4b
3 changed files with 20 additions and 2 deletions
|
@ -6767,7 +6767,7 @@ body, html { min-height: 99%; }
|
||||||
|
|
||||||
<div id="combinecommands" class="left commands">
|
<div id="combinecommands" class="left commands">
|
||||||
<span>
|
<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/>
|
<textarea id="combineinput" cols="60" rows="10"></textarea><br/>
|
||||||
</span>
|
</span>
|
||||||
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
|
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
|
||||||
|
@ -8626,6 +8626,15 @@ ninja.translator = {
|
||||||
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
|
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
|
||||||
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
|
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
|
||||||
|
|
||||||
|
// split wallet html
|
||||||
|
"splitwallet": "分散ウォレット",
|
||||||
|
"splitlabelthreshold": "復元に必要なシェア数",
|
||||||
|
"splitlabelshares": "全シェア数",
|
||||||
|
"splitview": "生成",
|
||||||
|
"combinelabelentershares": "お持ちのシェアを入力 (空白区切り)",
|
||||||
|
"combineview": "シェア合わせて復元",
|
||||||
|
"combinelabelprivatekey": "復元された秘密鍵",
|
||||||
|
|
||||||
// detail wallet html
|
// detail wallet html
|
||||||
"detaillabelenterprivatekey": "プライベートキーを入力",
|
"detaillabelenterprivatekey": "プライベートキーを入力",
|
||||||
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",
|
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",
|
||||||
|
|
|
@ -353,7 +353,7 @@
|
||||||
|
|
||||||
<div id="combinecommands" class="left commands">
|
<div id="combinecommands" class="left commands">
|
||||||
<span>
|
<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/>
|
<textarea id="combineinput" cols="60" rows="10"></textarea><br/>
|
||||||
</span>
|
</span>
|
||||||
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
|
<span><input type="button" id="combineview" value="Combine Shares" onclick="ninja.wallets.splitwallet.combineShares();"></span>
|
||||||
|
|
|
@ -1135,6 +1135,15 @@ ninja.translator = {
|
||||||
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
|
"vanitylabelprivatekey": "カスタムプライベートキー(WIF形式)",
|
||||||
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
|
"vanitylabelnotesprivatekey": "上記のアドレスに送られたビットコインを使うためのプライベートキーです。",
|
||||||
|
|
||||||
|
// split wallet html
|
||||||
|
"splitwallet": "分散ウォレット",
|
||||||
|
"splitlabelthreshold": "復元に必要なシェア数",
|
||||||
|
"splitlabelshares": "全シェア数",
|
||||||
|
"splitview": "生成",
|
||||||
|
"combinelabelentershares": "お持ちのシェアを入力 (空白区切り)",
|
||||||
|
"combineview": "シェア合わせて復元",
|
||||||
|
"combinelabelprivatekey": "復元された秘密鍵",
|
||||||
|
|
||||||
// detail wallet html
|
// detail wallet html
|
||||||
"detaillabelenterprivatekey": "プライベートキーを入力",
|
"detaillabelenterprivatekey": "プライベートキーを入力",
|
||||||
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",
|
"detailkeyformats": "受け付けるキーの形式 WIF, WIFC, HEX, B64, B6, MINI, BIP38",
|
||||||
|
|
Loading…
Reference in a new issue