From 331675f54d329139f009225408db41b7e124f160 Mon Sep 17 00:00:00 2001 From: sr093906 Date: Tue, 23 Nov 2021 10:45:22 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (3294 of 3294 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index 045ce799e7..f741f0f22a 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -3362,5 +3362,9 @@ "%(senderName)s has updated the room layout": "%(senderName)s 更新了聊天室布局", "%(spaceName)s and %(count)s others|one": "%(spaceName)s 和其他 %(count)s 个空间", "%(spaceName)s and %(count)s others|zero": "%(spaceName)s", - "%(spaceName)s and %(count)s others|other": "%(spaceName)s 和其他 %(count)s 个空间" + "%(spaceName)s and %(count)s others|other": "%(spaceName)s 和其他 %(count)s 个空间", + "Based on %(count)s votes|one": "基于 %(count)s 票", + "Based on %(count)s votes|other": "基于 %(count)s 票", + "%(count)s votes|one": "%(count)s 票", + "%(count)s votes|other": "%(count)s 票" }