From 1a9c800e33cf62b667bba72d54db6b35a1d8a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A1=E6=83=85=E5=A4=A9?= Date: Tue, 21 Oct 2025 12:46:57 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (518 of 518 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/ --- lib/l10n/app_zh.arb | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 0a53d72..8327577 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1500,5 +1500,23 @@ "clientSettingsUseSystemIMETitle": "使用系统键盘", "@clientSettingsUseSystemIMETitle": {}, "clientSettingsUseSystemIMEDesc": "使用系统提供的内置键盘", - "@clientSettingsUseSystemIMEDesc": {} + "@clientSettingsUseSystemIMEDesc": {}, + "nextUpInCount": "接下来是 {seconds}", + "@nextUpInCount": { + "placeholders": { + "seconds": { + "type": "int" + } + } + }, + "formattedTime": "{time}", + "@formattedTime": { + "description": "Formatted time", + "placeholders": { + "time": { + "type": "DateTime", + "format": "jm" + } + } + } }