From 9c4d8837c1b130f494b6ff6b5ed887d9c65a1b90 Mon Sep 17 00:00:00 2001 From: 3gf8jv4dv <3gf8jv4dv@gmail.com> Date: Thu, 29 May 2025 18:57:00 +0800 Subject: [PATCH] Revise translations of `setting_basic_allow_progress_bar_seek` --- publish/changeLog.md | 3 ++- src/lang/en-us.json | 2 +- src/lang/zh-cn.json | 2 +- src/lang/zh-tw.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index de399cc78..d70ae243f 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,3 +1,4 @@ ### 新增 -- 新增 设置-基本设置-允许通过底栏进度条调整进度 设置,默认为原来的启用状态,若你觉得在进入播放详情页时会误触调整进度,则可以将其关闭(#778) +- 新增「设置 → 基本设置 → 允许通过底栏进度条调整播放进度」设置(#778) + *默认为原来的启用状态,若你觉得在进入播放详情页时会误触调整进度,则可以将其关闭* diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 276f88ef3..adebe8b1a 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -251,7 +251,7 @@ "setting_backup_part_import_setting": "Import settings", "setting_backup_part_import_setting_desc": "Choose a setting backup file", "setting_basic": "General", - "setting_basic_allow_progress_bar_seek": "Allows adjustment of progress through the bottom bar progress bar", + "setting_basic_allow_progress_bar_seek": "Allow to adjust playback progress by progress bar in bottom", "setting_basic_always_keep_statusbar_height": "Always keep status bar height", "setting_basic_always_keep_statusbar_height_tip": "By default, the app dynamically determines whether spacing needs to be kept for the system status bar, but if there is a situation on your device where the app's interactable content overlaps with the display of the status bar content, you can enable this option to always keep space for the system status bar.", "setting_basic_animation": "Randomize pop-up animation", diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index cc4d11c82..08ef626c2 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -251,7 +251,7 @@ "setting_backup_part_import_setting": "导入设置", "setting_backup_part_import_setting_desc": "选择配置文件", "setting_basic": "基本设置", - "setting_basic_allow_progress_bar_seek": "允许通过底栏进度条调整进度", + "setting_basic_allow_progress_bar_seek": "允许通过底栏进度条调整播放进度", "setting_basic_always_keep_statusbar_height": "总是保留状态栏高度", "setting_basic_always_keep_statusbar_height_tip": "默认情况下,软件会动态判断是否需要为系统状态栏保留间距,但如果在你的设备上出现软件可交互内容与状态栏内容显示重叠的情况,可以启用该选项以始终为系统状态栏保留空间。", "setting_basic_animation": "弹出层随机动画", diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index 5a0fb223b..4cf19124e 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -251,7 +251,7 @@ "setting_backup_part_import_setting": "匯入設定", "setting_backup_part_import_setting_desc": "選取設定檔", "setting_basic": "基本設定", - "setting_basic_allow_progress_bar_seek": "允許通過底欄進度條調整進度", + "setting_basic_allow_progress_bar_seek": "允許透過底欄進度條調整播放進度", "setting_basic_always_keep_statusbar_height": "總是保留狀態欄高度", "setting_basic_always_keep_statusbar_height_tip": "預設情況下,軟體會動態判斷是否需要為系統狀態欄保留間距,但如果在你的裝置上出現軟體可互動內容與狀態欄內容顯示重疊的情況,可以啟用該選項以始終為系統狀態欄保留空間。", "setting_basic_animation": "彈出層隨機動畫",