From 242c2d99da63c04ced973cc9e2ffedeecbede1e0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:59:22 +0000 Subject: [PATCH 1/3] Translate locales/en.json in zh [Manual Sync] 97% of minimum 80% translated source file: 'locales/en.json' on 'zh'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- locales/zh.json | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/locales/zh.json b/locales/zh.json index 48c367286..4e02fdeb1 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -7,7 +7,8 @@ "amount": "金额", "fee": "费用", "search": "搜索", - "viewInBlockExplorer": "在区块浏览器中查看" + "viewInBlockExplorer": "在区块浏览器中查看", + "blocks": "{{numBlocks}} blocks" }, "buttons": { "ok": "好的", @@ -208,6 +209,9 @@ "description": { "title": "消息", "placeholder": "给付款方的消息" + }, + "preimage": { + "placeholder": "32-byte hex string" } } }, @@ -249,6 +253,9 @@ }, "feeEstimate": { "title": "费用估算" + }, + "outgoingChannel": { + "title": "Outbound Channel" } } }, @@ -290,6 +297,7 @@ "remoteCommitmentTxid": "远程承诺 TXID", "closeChannel": "关闭通道", "forceClosePendingChannel": "强制关闭待定通道", + "forceCloseDelay": "Force closure delay", "closeChannelPrompt": { "title": "关闭通道" } @@ -736,14 +744,17 @@ "rpc": { "title": "设置 bitcoind RPC 主机" }, + "rpcuser": { + "title": "Set the bitcoind RPC User" + }, + "rpcpass": { + "title": "Set the bitcoind RPC Password" + }, "zmqRawBlock": { "title": "设置 bitcoind ZMQ Raw Block 主机" }, "zmqRawTx": { "title": "设置 bitcoind ZMQ Raw Tx 主机" - }, - "p2tr": { - "title": "启用通过 Taproot (P2TR) 进行链上接收" } }, "LN": { @@ -796,6 +807,17 @@ "msg": "你是否想要恢复到默认的 Dunder 服务器" } }, + "speedloaderServer": { + "title": "Set LN channel sync server", + "subtitle": "", + "setDialog": { + "title": "Set LN Sync channel server" + }, + "restoreDialog": { + "title": "Restore LN channel sync Server", + "msg": "Would you like to restore to the default LN channel sync server" + } + }, "graphSync": { "title": "付款前等待路径图同步", "subtitle": "已同步路径图带来最佳支付路径" @@ -868,6 +890,9 @@ "restoreDialog": { "title": "你是否想将 lnd 日志级别恢复到默认级别 ({{defaultLndLogLevel}})?" } + }, + "customInvoicePreimageEnabled": { + "title": "Enable custom invoice preimages" } }, "experimental": { @@ -996,7 +1021,8 @@ "title": "在启动时强制执行八卦同步" }, "persistentServices": { - "title": "启用持久性 LND 和 Tor(如果启用)" + "title": "Enable persistent app", + "subtitle": "The app stays active in the background" } } }, From a8edefd1d65ae7ff72515522883e7cf7e8d7b618 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:07:47 +0000 Subject: [PATCH 2/3] Translate locales/en.json in zh 100% translated source file: 'locales/en.json' on 'zh'. --- locales/zh.json | 80 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 66 insertions(+), 14 deletions(-) diff --git a/locales/zh.json b/locales/zh.json index 4e02fdeb1..a2fa83ac8 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -2,13 +2,15 @@ "common": { "generic": { "lightningAddress": "闪电地址", + "lightningBox": "Lightning Box", "nodeAlias": "节点别名", "description": "描述", "amount": "金额", "fee": "费用", "search": "搜索", "viewInBlockExplorer": "在区块浏览器中查看", - "blocks": "{{numBlocks}} blocks" + "blocks": "{{numBlocks}}区块", + "reason": "原因:{{reason}}" }, "buttons": { "ok": "好的", @@ -211,7 +213,7 @@ "placeholder": "给付款方的消息" }, "preimage": { - "placeholder": "32-byte hex string" + "placeholder": "32字节的十六进制字符串" } } }, @@ -255,7 +257,7 @@ "title": "费用估算" }, "outgoingChannel": { - "title": "Outbound Channel" + "title": "出账通道" } } }, @@ -273,6 +275,7 @@ }, "channel": { "alias": "别名", + "bumpFee": "增加费用", "node": "节点", "channelId": "通道 ID", "channelPoint": "通道点", @@ -297,9 +300,16 @@ "remoteCommitmentTxid": "远程承诺 TXID", "closeChannel": "关闭通道", "forceClosePendingChannel": "强制关闭待定通道", - "forceCloseDelay": "Force closure delay", + "forceCloseDelay": "强制关闭延迟", "closeChannelPrompt": { "title": "关闭通道" + }, + "bumpFeeAlerts": { + "enterFeeRate": "输入费率(聪/字条)", + "missingFeeRate": "缺失费率", + "invalidFeeRate": "无效费率", + "bumpFeeSuccess": "增加费用成功", + "bumpFeeFailed": "增加费用失败" } } }, @@ -430,6 +440,10 @@ "name": { "ask": "将我的名称与此付款一起发送", "mandatory": "你的名称必须与此付款一起发送" + }, + "identifier": { + "ask": "将我的闪电地址与此付款一起发送", + "mandatory": "你的闪电地址必须与此付款一起发送" } }, "payloadErrors": { @@ -745,10 +759,10 @@ "title": "设置 bitcoind RPC 主机" }, "rpcuser": { - "title": "Set the bitcoind RPC User" + "title": "设置bitcoind RPC用户" }, "rpcpass": { - "title": "Set the bitcoind RPC Password" + "title": "设置bitcoind RPC密码" }, "zmqRawBlock": { "title": "设置 bitcoind ZMQ Raw Block 主机" @@ -808,14 +822,25 @@ } }, "speedloaderServer": { - "title": "Set LN channel sync server", + "title": "设置闪电通道同步服务器", + "subtitle": "", + "setDialog": { + "title": "设置闪电通道同步服务器" + }, + "restoreDialog": { + "title": "恢复闪电通道同步服务器", + "msg": "你是否想要恢复默认的闪电通道同步服务器" + } + }, + "lightningBoxServer": { + "title": "设置 Lightning Box 服务器", "subtitle": "", "setDialog": { - "title": "Set LN Sync channel server" + "title": "设置 Lightning Box 服务器" }, "restoreDialog": { - "title": "Restore LN channel sync Server", - "msg": "Would you like to restore to the default LN channel sync server" + "title": "恢复 Lightning Box 服务器", + "msg": "你是否想要恢复默认的 Lightning Box 服务器" } }, "graphSync": { @@ -892,14 +917,14 @@ } }, "customInvoicePreimageEnabled": { - "title": "Enable custom invoice preimages" + "title": "启用自定义发票原像" } }, "experimental": { "title": "实验", "LSP": { "title": "启用 Dunder LSP", - "subtitle": "高度实验性。 帮助提供入账流动性的闪电服务提供商" + "subtitle": "帮助提供入账流动性的闪电服务提供商" }, "MPP": { "title": "启用多路径支付", @@ -1021,8 +1046,8 @@ "title": "在启动时强制执行八卦同步" }, "persistentServices": { - "title": "Enable persistent app", - "subtitle": "The app stays active in the background" + "title": "启用持久性应用程序", + "subtitle": "应用程序在后台保持激活状态" } } }, @@ -1123,6 +1148,33 @@ "msg1": "要开始在 Blixt Wallet 上使用闪电", "msg2": "请将比特币发送到以上的地址" }, + "lightningBox.registration": { + "info": { + "welcome": "欢迎注册 Lightning Box。", + "whatIs": "Lightning Box 是一个闪电地址服务提供商,可将支付请求直接转发到手机上,为你的移动设备提供一个自我监护的闪电地址。", + "persistentMode":"此服务依赖于持续模式,因为应用程序必须保持激活状态才能接收到付款。请确保你的设备已关闭电池优化功能。否则此服务可能无法使用。", + "currentRules": "该服务可免费使用。不过,由于技术原因,它目前需要与 Lightning Box 提供商建立通道。在你选择了一个闪电地址后,目前无法更改。" + }, + "prerequisites": { + "prerequisites": "前提条件", + "checkingEligibility": "正在检查条件...", + "eligible": "符合条件", + "youHaveChannel": "你与 Lightning Box 服务拥有通道。", + "notEligible": "符合条件" + }, + "registration": { + "registration": "注册", + "fields": { + "address": "地址", + "messageToPayer": "给付款方的消息" + }, + "register": "注册" + } + }, + "lightningBox.info": { + "yourLightningAddress": "你的 Lightning Box 闪电地址是:", + "showQrCode": "显示二维码" + }, "welcome.almostDone": { "autopilot": { "title": "自动打开通道", From c8dfc7292f079801ff1769482366ccde27fbaaa8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 16:01:00 +0000 Subject: [PATCH 3/3] Removing locales/en.json in zh 99% of minimum 100% translated source file: 'locales/en.json' on 'zh'. --- locales/zh.json | 90 ++++--------------------------------------------- 1 file changed, 6 insertions(+), 84 deletions(-) diff --git a/locales/zh.json b/locales/zh.json index a2fa83ac8..48c367286 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -2,15 +2,12 @@ "common": { "generic": { "lightningAddress": "闪电地址", - "lightningBox": "Lightning Box", "nodeAlias": "节点别名", "description": "描述", "amount": "金额", "fee": "费用", "search": "搜索", - "viewInBlockExplorer": "在区块浏览器中查看", - "blocks": "{{numBlocks}}区块", - "reason": "原因:{{reason}}" + "viewInBlockExplorer": "在区块浏览器中查看" }, "buttons": { "ok": "好的", @@ -211,9 +208,6 @@ "description": { "title": "消息", "placeholder": "给付款方的消息" - }, - "preimage": { - "placeholder": "32字节的十六进制字符串" } } }, @@ -255,9 +249,6 @@ }, "feeEstimate": { "title": "费用估算" - }, - "outgoingChannel": { - "title": "出账通道" } } }, @@ -275,7 +266,6 @@ }, "channel": { "alias": "别名", - "bumpFee": "增加费用", "node": "节点", "channelId": "通道 ID", "channelPoint": "通道点", @@ -300,16 +290,8 @@ "remoteCommitmentTxid": "远程承诺 TXID", "closeChannel": "关闭通道", "forceClosePendingChannel": "强制关闭待定通道", - "forceCloseDelay": "强制关闭延迟", "closeChannelPrompt": { "title": "关闭通道" - }, - "bumpFeeAlerts": { - "enterFeeRate": "输入费率(聪/字条)", - "missingFeeRate": "缺失费率", - "invalidFeeRate": "无效费率", - "bumpFeeSuccess": "增加费用成功", - "bumpFeeFailed": "增加费用失败" } } }, @@ -440,10 +422,6 @@ "name": { "ask": "将我的名称与此付款一起发送", "mandatory": "你的名称必须与此付款一起发送" - }, - "identifier": { - "ask": "将我的闪电地址与此付款一起发送", - "mandatory": "你的闪电地址必须与此付款一起发送" } }, "payloadErrors": { @@ -758,17 +736,14 @@ "rpc": { "title": "设置 bitcoind RPC 主机" }, - "rpcuser": { - "title": "设置bitcoind RPC用户" - }, - "rpcpass": { - "title": "设置bitcoind RPC密码" - }, "zmqRawBlock": { "title": "设置 bitcoind ZMQ Raw Block 主机" }, "zmqRawTx": { "title": "设置 bitcoind ZMQ Raw Tx 主机" + }, + "p2tr": { + "title": "启用通过 Taproot (P2TR) 进行链上接收" } }, "LN": { @@ -821,28 +796,6 @@ "msg": "你是否想要恢复到默认的 Dunder 服务器" } }, - "speedloaderServer": { - "title": "设置闪电通道同步服务器", - "subtitle": "", - "setDialog": { - "title": "设置闪电通道同步服务器" - }, - "restoreDialog": { - "title": "恢复闪电通道同步服务器", - "msg": "你是否想要恢复默认的闪电通道同步服务器" - } - }, - "lightningBoxServer": { - "title": "设置 Lightning Box 服务器", - "subtitle": "", - "setDialog": { - "title": "设置 Lightning Box 服务器" - }, - "restoreDialog": { - "title": "恢复 Lightning Box 服务器", - "msg": "你是否想要恢复默认的 Lightning Box 服务器" - } - }, "graphSync": { "title": "付款前等待路径图同步", "subtitle": "已同步路径图带来最佳支付路径" @@ -915,16 +868,13 @@ "restoreDialog": { "title": "你是否想将 lnd 日志级别恢复到默认级别 ({{defaultLndLogLevel}})?" } - }, - "customInvoicePreimageEnabled": { - "title": "启用自定义发票原像" } }, "experimental": { "title": "实验", "LSP": { "title": "启用 Dunder LSP", - "subtitle": "帮助提供入账流动性的闪电服务提供商" + "subtitle": "高度实验性。 帮助提供入账流动性的闪电服务提供商" }, "MPP": { "title": "启用多路径支付", @@ -1046,8 +996,7 @@ "title": "在启动时强制执行八卦同步" }, "persistentServices": { - "title": "启用持久性应用程序", - "subtitle": "应用程序在后台保持激活状态" + "title": "启用持久性 LND 和 Tor(如果启用)" } } }, @@ -1148,33 +1097,6 @@ "msg1": "要开始在 Blixt Wallet 上使用闪电", "msg2": "请将比特币发送到以上的地址" }, - "lightningBox.registration": { - "info": { - "welcome": "欢迎注册 Lightning Box。", - "whatIs": "Lightning Box 是一个闪电地址服务提供商,可将支付请求直接转发到手机上,为你的移动设备提供一个自我监护的闪电地址。", - "persistentMode":"此服务依赖于持续模式,因为应用程序必须保持激活状态才能接收到付款。请确保你的设备已关闭电池优化功能。否则此服务可能无法使用。", - "currentRules": "该服务可免费使用。不过,由于技术原因,它目前需要与 Lightning Box 提供商建立通道。在你选择了一个闪电地址后,目前无法更改。" - }, - "prerequisites": { - "prerequisites": "前提条件", - "checkingEligibility": "正在检查条件...", - "eligible": "符合条件", - "youHaveChannel": "你与 Lightning Box 服务拥有通道。", - "notEligible": "符合条件" - }, - "registration": { - "registration": "注册", - "fields": { - "address": "地址", - "messageToPayer": "给付款方的消息" - }, - "register": "注册" - } - }, - "lightningBox.info": { - "yourLightningAddress": "你的 Lightning Box 闪电地址是:", - "showQrCode": "显示二维码" - }, "welcome.almostDone": { "autopilot": { "title": "自动打开通道",