Add localization for post-processing status messages
Introduces new translation keys for post-processing status messages ('merging formats' and 'removing sponsor segments') in all supported languages. Updates code to use these i18n keys in both downloader and GUI, improving localization and consistency of user-facing messages.
This commit is contained in:
@@ -169,6 +169,8 @@
|
||||
"processing_playlist": "📋 正在处理播放列表数据...",
|
||||
"paused": "下载已暂停",
|
||||
"resumed": "下载已恢复",
|
||||
"merging_formats": "✨ 后处理:合并格式...",
|
||||
"removing_sponsor_segments": "✨ 后处理:移除赞助片段...",
|
||||
"speed": "速度",
|
||||
"eta": "预计时间",
|
||||
"please_enter_url": "请先输入网址。",
|
||||
|
||||
Reference in New Issue
Block a user