From 11bb97ac043b2d88360b1939682611f2bde6eb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=A1=E6=83=85=E5=A4=A9?= Date: Sat, 9 Aug 2025 07:34:54 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (498 of 498 strings) Translation: DonutWare/Fladder Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/ --- lib/l10n/app_zh.arb | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 36093c0..423e542 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -1185,7 +1185,7 @@ "@playerSettingsBackendTitle": {}, "playerSettingsBackendDesc": "选择您喜好的媒体播放器以获得最佳播放体验", "@playerSettingsBackendDesc": {}, - "skipButtonLabel": "跳过{segment}", + "skipButtonLabel": "跳过 {segment}", "@skipButtonLabel": { "placeholders": { "segment": { @@ -1412,5 +1412,45 @@ "usePostersForLibraryIconsDesc": "显示媒体库海报而不是图标", "@usePostersForLibraryIconsDesc": {}, "offline": "离线", - "@offline": {} + "@offline": {}, + "shortCuts": "快捷键", + "@shortCuts": {}, + "skipForwardLength": "跳过向前的长度", + "@skipForwardLength": {}, + "skipBackLength": "跳过向后的长度", + "@skipBackLength": {}, + "playPause": "播放/暂停", + "@playPause": {}, + "seekBack": "回退", + "@seekBack": {}, + "mute": "静音", + "@mute": {}, + "seekForward": "快进", + "@seekForward": {}, + "volumeUp": "音量增大", + "@volumeUp": {}, + "volumeDown": "音量降低", + "@volumeDown": {}, + "nextVideo": "下一个视频", + "@nextVideo": {}, + "prevVideo": "上一个视频", + "@prevVideo": {}, + "nextChapter": "下一章", + "@nextChapter": {}, + "prevChapter": "上一章", + "@prevChapter": {}, + "fullScreen": "全屏", + "@fullScreen": {}, + "skipMediaSegment": "跳过媒体片段", + "@skipMediaSegment": {}, + "exit": "退出", + "@exit": {}, + "shortCutAlreadyAssigned": "快捷键 '{hotKey}' 已经分配了", + "@shortCutAlreadyAssigned": { + "placeholders": { + "hotKey": { + "type": "String" + } + } + } }