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" + } + } + } }