diff --git a/UnstoppableWallet/UnstoppableWallet/zh.lproj/Localizable.strings b/UnstoppableWallet/UnstoppableWallet/zh.lproj/Localizable.strings index 72de3890dd..faf6786364 100644 --- a/UnstoppableWallet/UnstoppableWallet/zh.lproj/Localizable.strings +++ b/UnstoppableWallet/UnstoppableWallet/zh.lproj/Localizable.strings @@ -452,8 +452,10 @@ "send.confirmation.title" = "确认"; "send.confirmation.you_send" = "您发送"; +"send.confirmation.you_receive" = "You Receive"; "send.confirmation.transfer" = "转帐"; "send.confirmation.to" = "接收人"; +"send.confirmation.from" = "From"; "send.confirmation.own" = "自有"; "send.confirmation.contact_name" = "联系人姓名"; "send.confirmation.domain" = "域名"; @@ -467,6 +469,10 @@ "send.confirmation.replace_by_fee" = "替换交易"; "send.confirmation.replaced_transactions" = "已替换的交易"; "send.confirmation.input" = "输入"; +"send.confirmation.comment" = "Comment"; +"send.confirmation.action" = "Action"; +"send.confirmation.status" = "状态"; +"send.confirmation.status.failed" = "Failed"; "send.confirmation.sync_failed" = "同步失败"; "send.confirmation.invalid_data" = "无效数据"; @@ -1216,7 +1222,7 @@ "transactions.pending" = "待处理"; "transactions.processing" = "正在处理"; "transactions.completed" = "已完成"; -"transactions.failed" = "失败"; +"transactions.failed" = "Failed"; "transactions.receive" = "接收"; "transactions.send" = "已发送"; @@ -1258,8 +1264,8 @@ "tx_info.title_approval" = "互兑批准"; "tx_info.status.pending" = "待处理"; "tx_info.status.completed" = "已完成"; -"tx_info.status.failed" = "失败"; -"tx_info.from_hash" = "发件人"; +"tx_info.status.failed" = "Failed"; +"tx_info.from_hash" = "From"; "tx_info.transaction_id" = "交易ID"; "tx_info.to_hash" = "接收人"; "tx_info.spender" = "消费人"; @@ -1789,6 +1795,20 @@ "wallet_connect.paired_dapps.disconnect_all" = "全部刪除"; "wallet_connect.pending_requests.nonactive_footer" = "若要打开请求,您必须激活所需钱包"; +// Ton Connect + +"ton_connect.list.new_connection" = "新连接"; +"ton_connect.list.no_connected_apps" = "No Connected Apps"; +"ton_connect.list.disconnect_app" = "Disconnect App"; +"ton_connect.list.disconnect_app.description" = "Are you sure you want to disconnect from \"%@\"?"; +"ton_connect.list.disconnect_app.disconnect" = "断开连接"; +"ton_connect.connect.url" = "URL"; +"ton_connect.connect.wallet" = "Wallet"; +"ton_connect.connect.no_eligible_wallets" = "No eligible wallets"; +"ton_connect.connect.warning" = "点击批准,表示您允许此应用查看您的公开地址。这是保护您的数据免受潜在钓鱼风险威胁的重要安全步骤。"; +"ton_connect.connect.connect" = "连接"; +"ton_connect.connect.reject" = "拒绝"; + // App Status "app_status.title" = "应用状态"; @@ -1810,7 +1830,7 @@ "status_info.processing.content" = "交易已包括在区块链中,但尚未达到永久终结状态。此时,可以安全地考虑以较小金额完成的交易。对于大额支付,建议等待直至交易状态变为已完成。"; "status_info.completed.title" = "已完成"; "status_info.confirmed.content" = "交易已完成并被视为永久和不可逆。"; -"status_info.failed.title" = "失败"; +"status_info.failed.title" = "Failed"; "status_info.failed.content" = "交易没有得到处理,也没有进行价值转移,根据失败的原因,有些失败的交易可能会耗费交易费用。 被另一笔交易替换或取消的交易不会消耗交易费用,也会出现为失败。 %@ 应用程序无法显示交易失败的原因。 但用户可以在公共区块探索者i上看到它。 。etherscan.io。"; // Onboarding @@ -2050,7 +2070,7 @@ // Activate Subscription "activate_subscription.title" = "激活"; -"activate_subscription.wallet" = "钱包"; +"activate_subscription.wallet" = "Wallet"; "activate_subscription.address" = "地址"; "activate_subscription.message" = "待签名消息"; "activate_subscription.sign" = "签名";