2019-02-19 22:07:47 +01:00
module . exports = {
_ : {
storage _is _encrypted : '你的信息已经被加密, 请输入密码解密' ,
enter _password : '输入密码' ,
bad _password : '密码无效,请重试' ,
never : '不' ,
continue : '继续' ,
ok : '好的' ,
} ,
wallets : {
select _wallet : '选择钱包' ,
options : '选项' ,
createBitcoinWallet : '您当前没有bitcoin钱包. 为了支持闪电钱包, 我们需要创建或者导入一个比特币钱包. 是否需要继续?' ,
list : {
app _name : 'BlueWallet' ,
title : '钱包' ,
header : '一个钱包代表一对的私钥和地址' + '你可以通过分享收款.' ,
add : '添加钱包' ,
create _a _wallet : '创建一个钱包' ,
create _a _wallet1 : '创建钱包是免费的,你可以' ,
create _a _wallet2 : '想创建多少就创建多少个' ,
latest _transaction : '最近的转账' ,
empty _txs1 : '你的转账信息将展示在这里' ,
empty _txs2 : '当前无信息' ,
2019-03-30 20:32:58 +01:00
empty _txs1 _lightning :
'Lightning wallet should be used for your daily transactions. Fees are unfairly cheap and speed is blazing fast.' ,
2019-03-19 11:34:19 +01:00
empty _txs2 _lightning : '\nTo start using it tap on "manage funds" and topup your balance.' ,
2019-02-19 22:07:47 +01:00
tap _here _to _buy : '点击购买比特币' ,
} ,
reorder : {
title : '重新排列钱包' ,
} ,
add : {
title : '添加钱包' ,
description : '你可以扫描你的纸质备份钱包 (WIF格式), 或者创建一个新钱包. 默认支持隔离见证钱包' ,
scan : '扫描' ,
create : '创建' ,
label _new _segwit : '新隔离见证(Segwit)' ,
label _new _lightning : '新闪电' ,
wallet _name : '钱包名称' ,
wallet _type : '类型' ,
or : '或' ,
import _wallet : '导入钱包' ,
imported : '已经导入' ,
coming _soon : '即将来临' ,
lightning : '闪电' ,
bitcoin : '比特币' ,
} ,
details : {
title : '钱包' ,
address : '地址' ,
type : '类型' ,
label : '标签' ,
destination : '目的' ,
description : '描述' ,
are _you _sure : '你确认么?' ,
yes _delete : '是的,删除' ,
no _cancel : '不,取消' ,
delete : '删除' ,
save : '保存' ,
delete _this _wallet : '删除这个钱包' ,
export _backup : '导出备份' ,
buy _bitcoin : '购买比特币' ,
show _xpub : '展示钱包 XPUB' ,
} ,
export : {
title : '钱包导出' ,
} ,
xpub : {
title : '钱包 XPUB' ,
copiedToClipboard : '复制到粘贴板.' ,
} ,
import : {
title : '导入' ,
explanation : '输入你的助记词, 私钥或者WIF, 或者其他格式的数据. BlueWallet将尽可能的自动识别数据格式并导入钱包' ,
imported : '已经导入' ,
error : '导入失败,请确认你提供的信息是有效的' ,
success : '成功' ,
do _import : '导入' ,
scan _qr : '或扫面二维码' ,
} ,
scanQrWif : {
go _back : '回退' ,
cancel : '取消' ,
decoding : '解码中' ,
input _password : '输入密码' ,
password _explain : '这是一个BIP38加密的私钥' ,
bad _password : '密码错误' ,
wallet _already _exists : '当前钱包已经存在' ,
bad _wif : 'WIF格式无效' ,
imported _wif : 'WIF已经导入' ,
with _address : ' 地址为' ,
imported _segwit : 'SegWit已经导入' ,
imported _legacy : 'Legacy已经导入' ,
imported _watchonly : '导入只读' ,
} ,
} ,
transactions : {
list : {
tabBarLabel : '转账' ,
title : '转账' ,
description : '当前所有钱包的转入和转出记录' ,
conf : '配置' ,
} ,
details : {
title : '转账' ,
from : '输入' ,
to : '输出' ,
copy : '复制' ,
transaction _details : '转账详情' ,
show _in _block _explorer : '区块浏览器展示' ,
} ,
} ,
send : {
header : '发送' ,
details : {
title : '创建交易' ,
amount _field _is _not _valid : '金额格式无效' ,
fee _field _is _not _valid : '费用格式无效' ,
address _field _is _not _valid : '地址内容无效' ,
total _exceeds _balance : '余额不足' ,
create _tx _error : '创建交易失败. 请确认地址格式正确.' ,
address : '地址' ,
amount _placeholder : '发送金额(in BTC)' ,
fee _placeholder : '手续费用 (in BTC)' ,
note _placeholder : '消息' ,
cancel : '取消' ,
scan : '扫描' ,
send : '发送' ,
create : '创建' ,
remaining _balance : '剩余金额' ,
} ,
confirm : {
header : '确认' ,
sendNow : '现在发送' ,
} ,
success : {
done : '完成' ,
} ,
create : {
details : '详情' ,
title : '创建详情' ,
error : '创建交易失败. 无效地址或金额?' ,
go _back : '回退' ,
this _is _hex : '这个是交易的十六进制数据, 签名并广播到全网络.' ,
to : '到' ,
amount : '金额' ,
fee : '手续费' ,
tx _size : '交易大小' ,
satoshi _per _byte : '葱每byte' ,
memo : '消息' ,
broadcast : '广播' ,
not _enough _fee : '手续费不够,请增加手续费' ,
} ,
} ,
receive : {
header : '收款' ,
details : {
title : '分享这个地址给付款人' ,
share : '分享' ,
copiedToClipboard : '复制到粘贴板.' ,
label : '描述' ,
create : '创建' ,
setAmount : '收款金额' ,
} ,
} ,
buyBitcoin : {
header : '购买比特币' ,
tap _your _address : '点击地址复制到粘贴板:' ,
copied : '复制到粘贴板!' ,
} ,
settings : {
header : '设置' ,
plausible _deniability : '可否认性...' ,
storage _not _encrypted : '存储:未加密' ,
storage _encrypted : '存储:加密中' ,
password : '密码' ,
password _explain : '创建你的加密密码' ,
retype _password : '再次输入密码' ,
passwords _do _not _match : '两次输入密码不同' ,
encrypt _storage : '加密存储' ,
lightning _settings : '闪电网络设置' ,
lightning _settings _explain : '如要要连接你自己的闪电节点请安装LndHub' + ' 并把url地址输入到下面. 空白将使用默认的LndHub (lndhub.io)' ,
save : '保存' ,
about : '关于' ,
language : '语言' ,
currency : '货币' ,
} ,
plausibledeniability : {
title : '可否认性' ,
help :
'在某些情况下, 你不得不暴露 ' +
'密码. 为了让你的比特币更加安全, BlueWallet可以创建一些 ' +
'加密空间, 用不同的密码. 在压力之下, ' +
'你可以暴露这个钱包密码. 再次进入 ' +
'BlueWallet, 我们会解锁一些虚拟空间. 对第三方来说看上去' +
'是合理的, 但会偷偷的帮你保证主钱包的安全 ' +
'币也就安全了.' ,
help2 : '新的空间具备完整的功能,你可以存在 ' + '少量的金额在里面.' ,
create _fake _storage : '创建虚拟加密存储' ,
go _back : '回退' ,
create _password : '创建密码' ,
create _password _explanation : '虚拟存储空间密码不能和主存储空间密码相同' ,
password _should _not _match : '虚拟存储空间密码不能和主存储空间密码相同' ,
retype _password : '重输密码' ,
passwords _do _not _match : '两次输入密码不同,请重新输入' ,
success : '成功' ,
} ,
lnd : {
title : '配置资金支持' ,
choose _source _wallet : '选择一个资金源钱包' ,
refill _lnd _balance : '给闪电钱包充值' ,
refill : '充值' ,
withdraw : '提取' ,
expired : '超时' ,
sameWalletAsInvoiceError : '你不能用创建账单的钱包去支付该账单' ,
} ,
2019-04-22 13:51:47 +02:00
pleasebackup : {
title : 'Your wallet is created...' ,
text :
"Please take a moment to write down this mnemonic phrase on a piece of paper. It's your backup you can use to restore the wallet on other device. You can use Electrum wallet on desktop (https://electrum.org/) to restore the same wallet." ,
ok : 'OK, I wrote this down!' ,
} ,
2019-05-04 00:58:23 +02:00
lndViewInvoice : {
wasnt _paid _and _expired : 'This invoice was not paid for and has expired' ,
has _been _paid : 'This invoice has been paid for' ,
please _pay : 'Please pay' ,
sats : 'sats' ,
for : 'For:' ,
additional _info : 'Additional Information' ,
open _direct _channel : 'Open direct channel with this node:' ,
} ,
2019-02-19 22:07:47 +01:00
} ;