Skip to content

Commit 3afe314

Browse files
Translate locales/en.json in zh
100% translated source file: 'locales/en.json' on 'zh'.
1 parent 004849c commit 3afe314

File tree

1 file changed

+97
-6
lines changed

1 file changed

+97
-6
lines changed

locales/zh.json

Lines changed: 97 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"common": {
33
"generic": {
44
"lightningAddress": "闪电地址",
5+
"lightningBox": "Lightning Box",
56
"nodeAlias": "节点别名",
67
"description": "描述",
78
"amount": "金额",
89
"fee": "费用",
910
"search": "搜索",
10-
"viewInBlockExplorer": "在区块浏览器中查看"
11+
"viewInBlockExplorer": "在区块浏览器中查看",
12+
"blocks": "{{numBlocks}}区块",
13+
"reason": "原因:{{reason}}"
1114
},
1215
"buttons": {
1316
"ok": "好的",
@@ -208,6 +211,9 @@
208211
"description": {
209212
"title": "消息",
210213
"placeholder": "给付款方的消息"
214+
},
215+
"preimage": {
216+
"placeholder": "32字节的十六进制字符串"
211217
}
212218
}
213219
},
@@ -249,6 +255,9 @@
249255
},
250256
"feeEstimate": {
251257
"title": "费用估算"
258+
},
259+
"outgoingChannel": {
260+
"title": "出账通道"
252261
}
253262
}
254263
},
@@ -266,6 +275,7 @@
266275
},
267276
"channel": {
268277
"alias": "别名",
278+
"bumpFee": "增加费用",
269279
"node": "节点",
270280
"channelId": "通道 ID",
271281
"channelPoint": "通道点",
@@ -288,10 +298,22 @@
288298
"maturityHeight": "成熟高度",
289299
"localCommitmentTxid": "本地承诺 TXID",
290300
"remoteCommitmentTxid": "远程承诺 TXID",
301+
"enterDeliveryAddress": "输入关闭地址",
302+
"invalidAddress": "输入有效的比特币地址",
291303
"closeChannel": "关闭通道",
304+
"forceCloseChannel": "强制关闭通道",
305+
"closeChannelToAddress": "关闭通道至外部地址",
292306
"forceClosePendingChannel": "强制关闭待定通道",
307+
"forceCloseDelay": "强制关闭延迟",
293308
"closeChannelPrompt": {
294309
"title": "关闭通道"
310+
},
311+
"bumpFeeAlerts": {
312+
"enterFeeRate": "输入费率(聪/字条)",
313+
"missingFeeRate": "缺失费率",
314+
"invalidFeeRate": "无效费率",
315+
"bumpFeeSuccess": "增加费用成功",
316+
"bumpFeeFailed": "增加费用失败"
295317
}
296318
}
297319
},
@@ -422,6 +444,10 @@
422444
"name": {
423445
"ask": "将我的名称与此付款一起发送",
424446
"mandatory": "你的名称必须与此付款一起发送"
447+
},
448+
"identifier": {
449+
"ask": "将我的闪电地址与此付款一起发送",
450+
"mandatory": "你的闪电地址必须与此付款一起发送"
425451
}
426452
},
427453
"payloadErrors": {
@@ -617,6 +643,9 @@
617643
},
618644
"mapTheme": {
619645
"title": "设置地图主题"
646+
},
647+
"hideAmountsEnabled": {
648+
"title": "隐藏金额"
620649
}
621650
},
622651
"wallet": {
@@ -736,14 +765,17 @@
736765
"rpc": {
737766
"title": "设置 bitcoind RPC 主机"
738767
},
768+
"rpcuser": {
769+
"title": "设置bitcoind RPC用户"
770+
},
771+
"rpcpass": {
772+
"title": "设置bitcoind RPC密码"
773+
},
739774
"zmqRawBlock": {
740775
"title": "设置 bitcoind ZMQ Raw Block 主机"
741776
},
742777
"zmqRawTx": {
743778
"title": "设置 bitcoind ZMQ Raw Tx 主机"
744-
},
745-
"p2tr": {
746-
"title": "启用通过 Taproot (P2TR) 进行链上接收"
747779
}
748780
},
749781
"LN": {
@@ -796,6 +828,28 @@
796828
"msg": "你是否想要恢复到默认的 Dunder 服务器"
797829
}
798830
},
831+
"speedloaderServer": {
832+
"title": "设置闪电通道同步服务器",
833+
"subtitle": "",
834+
"setDialog": {
835+
"title": "设置闪电通道同步服务器"
836+
},
837+
"restoreDialog": {
838+
"title": "恢复闪电通道同步服务器",
839+
"msg": "你是否想要恢复默认的闪电通道同步服务器"
840+
}
841+
},
842+
"lightningBoxServer": {
843+
"title": "设置 Lightning Box 服务器",
844+
"subtitle": "",
845+
"setDialog": {
846+
"title": "设置 Lightning Box 服务器"
847+
},
848+
"restoreDialog": {
849+
"title": "恢复 Lightning Box 服务器",
850+
"msg": "你是否想要恢复默认的 Lightning Box 服务器"
851+
}
852+
},
799853
"graphSync": {
800854
"title": "付款前等待路径图同步",
801855
"subtitle": "已同步路径图带来最佳支付路径"
@@ -868,13 +922,22 @@
868922
"restoreDialog": {
869923
"title": "你是否想将 lnd 日志级别恢复到默认级别 ({{defaultLndLogLevel}})?"
870924
}
925+
},
926+
"customInvoicePreimageEnabled": {
927+
"title": "启用自定义发票原像"
928+
},
929+
"randomizeSettings": {
930+
"title": "随机化设置"
931+
},
932+
"randomizeSettingsOnStartup": {
933+
"title": "启动时随机化设置"
871934
}
872935
},
873936
"experimental": {
874937
"title": "实验",
875938
"LSP": {
876939
"title": "启用 Dunder LSP",
877-
"subtitle": "高度实验性。 帮助提供入账流动性的闪电服务提供商"
940+
"subtitle": "帮助提供入账流动性的闪电服务提供商"
878941
},
879942
"MPP": {
880943
"title": "启用多路径支付",
@@ -996,7 +1059,8 @@
9961059
"title": "在启动时强制执行八卦同步"
9971060
},
9981061
"persistentServices": {
999-
"title": "启用持久性 LND 和 Tor(如果启用)"
1062+
"title": "启用持久性应用程序",
1063+
"subtitle": "应用程序在后台保持激活状态"
10001064
}
10011065
}
10021066
},
@@ -1097,6 +1161,33 @@
10971161
"msg1": "要开始在 Blixt Wallet 上使用闪电",
10981162
"msg2": "请将比特币发送到以上的地址"
10991163
},
1164+
"lightningBox.registration": {
1165+
"info": {
1166+
"welcome": "欢迎注册 Lightning Box。",
1167+
"whatIs": "Lightning Box 是一个闪电地址服务提供商,可将支付请求直接转发到手机上,为你的移动设备提供一个自我监护的闪电地址。",
1168+
"persistentMode":"此服务依赖于持续模式,因为应用程序必须保持激活状态才能接收到付款。请确保你的设备已关闭电池优化功能。否则此服务可能无法使用。",
1169+
"currentRules": "该服务可免费使用。不过,由于技术原因,它目前需要与 Lightning Box 提供商建立通道。在你选择了一个闪电地址后,目前无法更改。"
1170+
},
1171+
"prerequisites": {
1172+
"prerequisites": "前提条件",
1173+
"checkingEligibility": "正在检查条件...",
1174+
"eligible": "符合条件",
1175+
"youHaveChannel": "你与 Lightning Box 服务拥有通道。",
1176+
"notEligible": "符合条件"
1177+
},
1178+
"registration": {
1179+
"registration": "注册",
1180+
"fields": {
1181+
"address": "地址",
1182+
"messageToPayer": "给付款方的消息"
1183+
},
1184+
"register": "注册"
1185+
}
1186+
},
1187+
"lightningBox.info": {
1188+
"yourLightningAddress": "你的 Lightning Box 闪电地址是:",
1189+
"showQrCode": "显示二维码"
1190+
},
11001191
"welcome.almostDone": {
11011192
"autopilot": {
11021193
"title": "自动打开通道",

0 commit comments

Comments
 (0)