From cf8abf865300377693fadfbd35f1e6688ca5c55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A1=E6=83=85=E5=A4=A9?= Date: Mon, 2 Jun 2025 01:57:51 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (462 of 462 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/ --- lib/l10n/app_zh.arb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 429db64..1528a58 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1326,5 +1326,19 @@ "playbackTypeTranscode": "转码", "@playbackTypeTranscode": {}, "playbackTypeOffline": "离线", - "@playbackTypeOffline": {} + "@playbackTypeOffline": {}, + "latestReleases": "最新版本", + "@latestReleases": {}, + "autoCheckForUpdates": "定期检查更新", + "@autoCheckForUpdates": {}, + "newReleaseFoundTitle": "更新 {newRelease} 可用!", + "@newReleaseFoundTitle": { + "placeholders": { + "newRelease": { + "type": "String" + } + } + }, + "newUpdateFoundOnGithub": "在 Github 上发现新的更新", + "@newUpdateFoundOnGithub": {} }