|
2 | 2 | "common": {
|
3 | 3 | "generic": {
|
4 | 4 | "lightningAddress": "閃電地址",
|
| 5 | + "lightningBox": "Lightning Box", |
5 | 6 | "nodeAlias": "節點別名",
|
6 | 7 | "description": "描述",
|
7 | 8 | "amount": "金額",
|
8 | 9 | "fee": "費用",
|
9 | 10 | "search": "搜索",
|
10 |
| - "viewInBlockExplorer": "在區塊瀏覽器中查看" |
| 11 | + "viewInBlockExplorer": "在區塊瀏覽器中查看", |
| 12 | + "blocks": "{{numBlocks}} 區塊", |
| 13 | + "reason": "原因: {{reason}}" |
11 | 14 | },
|
12 | 15 | "buttons": {
|
13 | 16 | "ok": "好的",
|
|
208 | 211 | "description": {
|
209 | 212 | "title": "消息",
|
210 | 213 | "placeholder": "給付款方的消息"
|
| 214 | + }, |
| 215 | + "preimage": { |
| 216 | + "placeholder": "32字節的十六進制字符串" |
211 | 217 | }
|
212 | 218 | }
|
213 | 219 | },
|
|
249 | 255 | },
|
250 | 256 | "feeEstimate": {
|
251 | 257 | "title": "費用估算"
|
| 258 | + }, |
| 259 | + "outgoingChannel": { |
| 260 | + "title": "出賬通道" |
252 | 261 | }
|
253 | 262 | }
|
254 | 263 | },
|
|
266 | 275 | },
|
267 | 276 | "channel": {
|
268 | 277 | "alias": "別名",
|
| 278 | + "bumpFee": "增加費用", |
269 | 279 | "node": "節點",
|
270 | 280 | "channelId": "通道 ID",
|
271 | 281 | "channelPoint": "通道點",
|
|
288 | 298 | "maturityHeight": "成熟高度",
|
289 | 299 | "localCommitmentTxid": "本地承諾 TXID",
|
290 | 300 | "remoteCommitmentTxid": "遠程承諾 TXID",
|
| 301 | + "enterDeliveryAddress": "輸入關閉地址", |
| 302 | + "invalidAddress": "輸入有效比特幣地址", |
291 | 303 | "closeChannel": "關閉通道",
|
| 304 | + "forceCloseChannel": "強制關閉通道", |
| 305 | + "closeChannelToAddress": "關閉通道至外部地址", |
292 | 306 | "forceClosePendingChannel": "強制關閉待定通道",
|
| 307 | + "forceCloseDelay": "強制關閉延遲", |
293 | 308 | "closeChannelPrompt": {
|
294 | 309 | "title": "關閉通道"
|
| 310 | + }, |
| 311 | + "bumpFeeAlerts": { |
| 312 | + "enterFeeRate": "輸入費率(聰/字節)", |
| 313 | + "missingFeeRate": "缺失費率", |
| 314 | + "invalidFeeRate": "無效費率", |
| 315 | + "bumpFeeSuccess": "增加費率成功", |
| 316 | + "bumpFeeFailed": "增加費率失敗" |
295 | 317 | }
|
296 | 318 | }
|
297 | 319 | },
|
|
422 | 444 | "name": {
|
423 | 445 | "ask": "將我的名稱與此付款一起發送",
|
424 | 446 | "mandatory": "你的名稱必須與此付款一起發送"
|
| 447 | + }, |
| 448 | + "identifier": { |
| 449 | + "ask": "將我的閃電地址與此付款一起發送", |
| 450 | + "mandatory": "你的閃電地址必須與此付款一起發送" |
425 | 451 | }
|
426 | 452 | },
|
427 | 453 | "payloadErrors": {
|
|
617 | 643 | },
|
618 | 644 | "mapTheme": {
|
619 | 645 | "title": "設置地圖主題"
|
| 646 | + }, |
| 647 | + "hideAmountsEnabled": { |
| 648 | + "title": "隱藏金額" |
620 | 649 | }
|
621 | 650 | },
|
622 | 651 | "wallet": {
|
|
736 | 765 | "rpc": {
|
737 | 766 | "title": "設置 bitcoind RPC 主機"
|
738 | 767 | },
|
| 768 | + "rpcuser": { |
| 769 | + "title": "設置bitcoind RPC用戶" |
| 770 | + }, |
| 771 | + "rpcpass": { |
| 772 | + "title": "設置bitcoind RPC密碼" |
| 773 | + }, |
739 | 774 | "zmqRawBlock": {
|
740 | 775 | "title": "設置 bitcoind ZMQ Raw Block 主機"
|
741 | 776 | },
|
742 | 777 | "zmqRawTx": {
|
743 | 778 | "title": "設置 bitcoind ZMQ Raw Tx 主機"
|
744 |
| - }, |
745 |
| - "p2tr": { |
746 |
| - "title": "啟用通過 Taproot (P2TR) 進行鏈上接收" |
747 | 779 | }
|
748 | 780 | },
|
749 | 781 | "LN": {
|
|
796 | 828 | "msg": "你是否想要恢復到默認的 Dunder 服務器?"
|
797 | 829 | }
|
798 | 830 | },
|
| 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 | + }, |
799 | 853 | "graphSync": {
|
800 | 854 | "title": "付款前等待路徑圖同步",
|
801 | 855 | "subtitle": "已同步路徑圖帶來最佳支付路徑"
|
|
868 | 922 | "restoreDialog": {
|
869 | 923 | "title": "你是否想將 lnd 日誌級別恢復到默認級別 ({{defaultLndLogLevel}})?"
|
870 | 924 | }
|
| 925 | + }, |
| 926 | + "customInvoicePreimageEnabled": { |
| 927 | + "title": "啓用自定義發票原像" |
| 928 | + }, |
| 929 | + "randomizeSettings": { |
| 930 | + "title": "隨機化設置" |
| 931 | + }, |
| 932 | + "randomizeSettingsOnStartup": { |
| 933 | + "title": "啓動時隨機化設置" |
871 | 934 | }
|
872 | 935 | },
|
873 | 936 | "experimental": {
|
874 | 937 | "title": "試驗",
|
875 | 938 | "LSP": {
|
876 | 939 | "title": "啟用 Dunder LSP",
|
877 |
| - "subtitle": "高度實驗性。幫助提供入賬流動性的閃電服務提供商" |
| 940 | + "subtitle": "幫助提供入賬流動性的閃電服務提供商" |
878 | 941 | },
|
879 | 942 | "MPP": {
|
880 | 943 | "title": "啟用多路徑支付",
|
|
996 | 1059 | "title": "在啟動時強制執行八卦同步"
|
997 | 1060 | },
|
998 | 1061 | "persistentServices": {
|
999 |
| - "title": "啟用持久性 LND 和 Tor(如果啟用)" |
| 1062 | + "title": "啓用持久性應用程式", |
| 1063 | + "subtitle": "應用程式在後臺保持激活狀態" |
1000 | 1064 | }
|
1001 | 1065 | }
|
1002 | 1066 | },
|
|
1097 | 1161 | "msg1": "要開始在 Blixt Wallet 上使用閃電",
|
1098 | 1162 | "msg2": "請將比特幣發送到以上的地址"
|
1099 | 1163 | },
|
| 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 | + }, |
1100 | 1191 | "welcome.almostDone": {
|
1101 | 1192 | "autopilot": {
|
1102 | 1193 | "title": "自動打開通道",
|
|
0 commit comments