From 108612d8ecf1462ef07dfba062a70e2521e57d72 Mon Sep 17 00:00:00 2001 From: William White Date: Fri, 2 Jun 2023 06:05:22 +0000 Subject: [PATCH 1/2] Translated using Weblate (Chinese (Simplified)) Currently translated at 25.0% (3 of 12 strings) Translation: wharfkit/wallet-plugin-anchor Translate-URL: https://weblate.greymass.io/projects/wharfkit/wallet-plugin-anchor/zh_Hans/ --- src/translations/zh-hans.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/translations/zh-hans.json b/src/translations/zh-hans.json index 0967ef4..9a0115c 100644 --- a/src/translations/zh-hans.json +++ b/src/translations/zh-hans.json @@ -1 +1,7 @@ -{} +{ + "login": { + "link": "启动Anchor", + "body": "在您的设备上使用Anchor扫描或者点击下方按钮打开。", + "title": "连接Anchor" + } +} From 0c592622bb3ce7d6abd045ffad8ba965c0b9b847 Mon Sep 17 00:00:00 2001 From: William White Date: Sat, 3 Jun 2023 05:05:44 +0000 Subject: [PATCH 2/2] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (12 of 12 strings) Translation: wharfkit/wallet-plugin-anchor Translate-URL: https://weblate.greymass.io/projects/wharfkit/wallet-plugin-anchor/zh_Hans/ --- src/translations/zh-hans.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/translations/zh-hans.json b/src/translations/zh-hans.json index 9a0115c..fb93c24 100644 --- a/src/translations/zh-hans.json +++ b/src/translations/zh-hans.json @@ -3,5 +3,18 @@ "link": "启动Anchor", "body": "在您的设备上使用Anchor扫描或者点击下方按钮打开。", "title": "连接Anchor" + }, + "error": { + "cancelled": "请求已从Anchor取消。", + "not_completed": "此请求未完成。", + "invalid_response": "无效的Anchor响应,必须包含link_ch, link_key, link_name和cid标识符。", + "expired": "请求已过期,请重试。" + }, + "transact": { + "await": "等待Anchor响应", + "link": "手动触发", + "label": "手动或使用其他设备签约", + "body": "请在\"{{channelName}}\"上打开您的Anchor钱包以浏览并批准此交易。", + "title": "完成使用Anchor" } }