mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-18 03:27:33 +08:00
支持设置时间选区
支持方向键快进快退(ctrl + -> or shirft + -> or ->)
This commit is contained in:
@@ -56,7 +56,6 @@ Setting = 设置
|
||||
OpenVideoSuccess = 成功打开视频
|
||||
OpenVideoFailed = 无法打开视频: {}, 格式不兼容或文件损坏
|
||||
OpenVideoFirst = 请先打开视频
|
||||
SubtitleArea = 字幕区域
|
||||
VideoPreview = 视频预览
|
||||
InterfaceLanguage = 界面语言
|
||||
InpaintMode = 处理模型
|
||||
@@ -68,6 +67,10 @@ InpaintModeDesc = STTN智能擦除, 对于真人视频效果较好,速度快,
|
||||
OpenCV: 极速模式, 不保证inpaint效果,仅仅对包含文本的区域文本进行去除(显存要求较低)
|
||||
SubtitleDetectMode = 字幕检测
|
||||
ErrorDuringProcessing = 处理过程中发生错误: {}
|
||||
MarkABStart = 设定处理区块起点
|
||||
MarkABEnd = 设定处理区块终点
|
||||
DeleteABSection = 删除当前处理区块
|
||||
DeleteSelection = 删除当前激活选区
|
||||
|
||||
[Main]
|
||||
SubtitleDetectionAcceleratorON = 字幕检测使用{}进行加速
|
||||
@@ -87,6 +90,9 @@ ProcessingTime = 处理时间: {}秒
|
||||
FailToMergeAudio = 合并音频失败: {}
|
||||
FailToExtractAudio = 提取音频失败: {}
|
||||
CopyFileFailed = 复制文件 {} 到 {} 失败, 原因: {}
|
||||
SubtitleArea = 字幕区域: {}
|
||||
ABSection = 处理区块: {}
|
||||
ABSectionAll = 全部
|
||||
|
||||
[TaskList]
|
||||
Pending = 待处理
|
||||
|
||||
Reference in New Issue
Block a user