From 9da33a754dd8013a308c0e201f4029e42f5df5b1 Mon Sep 17 00:00:00 2001 From: iiaannn <50198347+iiaannn@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:59:18 +0800 Subject: [PATCH 1/2] Update zhCn.json update and correct some translation --- frontend/Locales/zhCn.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/Locales/zhCn.json b/frontend/Locales/zhCn.json index 834e28ca..8c0dc028 100644 --- a/frontend/Locales/zhCn.json +++ b/frontend/Locales/zhCn.json @@ -31,9 +31,9 @@ "ProfileConfig": "简介设置" }, "groupHeaderIcon": { - "delete": "Leave group", - "share": "Share group", - "edit": "Edit group" + "delete": "退出", + "share": "分享", + "edit": "编辑" }, "groupsFeed": { "delete": "退出群组", @@ -87,7 +87,7 @@ "contacts": "联系人", "relays": "中继", "notConnected": "未连接", - "connectedRelays": "已连接 {{number}} 个中继", + "connectedRelays": "已连接 {{number}}", "following": "{{following}} 正在关注", "followers": "{{followers}} 关注者", "configuration": "设置", @@ -248,7 +248,7 @@ "globalFeed": "发现页", "copy": "复制", "remove": "移除", - "active": "激活", + "active": "启用", "share": "分享", "pubkey": "公钥", "contact": "联系人", @@ -351,9 +351,9 @@ "copyNip05": "复制 NIP-05", "copyNPub": "复制公钥", "relaysTitle": "中继", - "blocked": "Blocked", - "mute": "Mute", - "muted": "Muted" + "blocked": "已屏蔽", + "mute": "静音", + "muted": "已静音" }, "conversationsFeed": { "openMessage": "发送私信", From fd23ccc13e6d02d99893cf092b0b9eb855b40509 Mon Sep 17 00:00:00 2001 From: iiaannn <50198347+iiaannn@users.noreply.github.com> Date: Sat, 18 Feb 2023 11:02:17 +0800 Subject: [PATCH 2/2] Update zhCn.json --- frontend/Locales/zhCn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Locales/zhCn.json b/frontend/Locales/zhCn.json index 8c0dc028..47d310b1 100644 --- a/frontend/Locales/zhCn.json +++ b/frontend/Locales/zhCn.json @@ -218,7 +218,7 @@ "resilienceCategoriesDescription": "Nostros 正在测试的第一个方法是随机计算(基于收到的联系人的事件)什么是最有弹性的中继。它试图避免有太多事件的中继(集中化)和几乎没有事件的中继(电池耗尽)。 \n\n它的目标是生成一个 5 个中继的列表,并覆盖所有联系人。但如果这不可能,它将向用户发出警告并在其他中继中继续尝试。 \n\n请注意,被称为 “集中式” 或“小型” 的中继并不意味着它们与网络相连,而只是与您的数据相连。", "centralized": "集中式", "small": "小型", - "contacts": "# 联系人", + "contacts": "分配的联系人", "resilienceMode": "弹性模式 (试验性)", "relayName": "中继地址", "globalFeed": "发现页",