From f9b1a55e23f3299f20c3e0a20c1e44f2820cd9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=8E=8B=E5=8F=AB=E6=88=91=E6=9D=A5=E5=B7=A1?= =?UTF-8?q?=E5=B1=B1?= Date: Mon, 20 Oct 2025 07:17:29 +0200 Subject: [PATCH] chore(translations): Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (793 of 793 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- lib/l10n/intl_zh.arb | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 96e6d852a..22b35a398 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -3393,5 +3393,42 @@ "pause": "暂停", "@pause": {}, "resume": "继续", - "@resume": {} + "@resume": {}, + "newSubSpace": "新建子空间", + "@newSubSpace": {}, + "moveToDifferentSpace": "移动到别的空间", + "@moveToDifferentSpace": {}, + "moveUp": "上移", + "@moveUp": {}, + "moveDown": "下移", + "@moveDown": {}, + "removeFromSpaceDescription": "将从空间移除该聊天,但仍出现在聊天列表中。", + "@removeFromSpaceDescription": {}, + "countChats": "{chats} 个聊天", + "@countChats": { + "type": "String", + "placeholders": { + "chats": { + "type": "int" + } + } + }, + "spaceMemberOf": "{spaces} 的空间成员", + "@spaceMemberOf": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + }, + "spaceMemberOfCanKnock": "{spaces} 的空间成员可以敲门", + "@spaceMemberOfCanKnock": { + "type": "String", + "placeholders": { + "spaces": { + "type": "String" + } + } + } }