From e81bc4ea0fdf40805e7e8386d3d052d09198bad3 Mon Sep 17 00:00:00 2001 From: sr093906 Date: Fri, 17 Dec 2021 10:05:07 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3376 of 3376 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hans/ --- src/i18n/strings/zh_Hans.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 074eca5c71..55717a07ad 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -3460,5 +3460,24 @@ "Copy room link": "复制聊天室链接", "Jump to date (adds /jumptodate)": "跳转到日期(添加 / 跳转到日期)", "We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.": "我们无法理解给定日期 (%(inputDate)s)。尝试使用如下格式 YYYY-MM-DD。", - "Jump to the given date in the timeline (YYYY-MM-DD)": "跳转到时间线中的给定日期 (YYYY-MM-DD)" + "Jump to the given date in the timeline (YYYY-MM-DD)": "跳转到时间线中的给定日期 (YYYY-MM-DD)", + "Fetched %(count)s events out of %(total)s|one": "已获取总共 %(total)s 事件中的 %(count)s 个", + "This groups your chats with members of this space. Turning this off will hide those chats from your view of %(spaceName)s.": "将您与该空间的成员的聊天进行分组。关闭这个后你将无法在 %(spaceName)s 内看到这些聊天。", + "Sections to show": "要显示的部分", + "Processing...": "处理中…", + "Creating output...": "创建输出…", + "Fetching events...": "获取事件 …", + "Starting export process...": "开始导出过程 …", + "Exported %(count)s events in %(seconds)s seconds|one": "在 %(seconds)s 秒内导出了 %(count)s 个事件", + "Exported %(count)s events in %(seconds)s seconds|other": "在 %(seconds)s 秒内导出了 %(count)s 个事件", + "Export successful!": "成功导出!", + "Creating HTML...": "创建 HTML…", + "Fetched %(count)s events in %(seconds)ss|one": "%(seconds)s 秒内获取了 %(count)s 个事件", + "Fetched %(count)s events in %(seconds)ss|other": "%(seconds)s 秒内获取了 %(count)s 个事件", + "Starting export...": "开始导出…", + "Processing event %(number)s out of %(total)s": "正在处理总共 %(total)s 事件中的事件 %(number)s", + "Fetched %(count)s events so far|one": "迄今获取了 %(count)s 事件", + "Fetched %(count)s events so far|other": "迄今获取了 %(count)s 事件", + "Fetched %(count)s events out of %(total)s|other": "已获取 %(total)s 事件中的 %(count)s 个", + "Generating a ZIP": "生成 ZIP" }