mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-20 04:37:28 +08:00
支持设置时间选区
支持方向键快进快退(ctrl + -> or shirft + -> or ->)
This commit is contained in:
@@ -56,7 +56,6 @@ Setting = Settings
|
||||
OpenVideoSuccess = Video opened successfully
|
||||
OpenVideoFailed = Failed to open video: {} (invalid format or corrupted file)
|
||||
OpenVideoFirst = Please open a video first
|
||||
SubtitleArea = Subtitle Area
|
||||
VideoPreview = Video Preview
|
||||
InterfaceLanguage = Interface Language
|
||||
InpaintMode = Processing Model
|
||||
@@ -68,6 +67,10 @@ InpaintModeDesc = STTN Smart Inpainting: Best for real-person videos, fast speed
|
||||
OpenCV: Ultra-fast mode, inpainting effect not guaranteed, only removes text in detected regions (low VRAM requirement)
|
||||
SubtitleDetectMode = Subtitle Detection
|
||||
ErrorDuringProcessing = Error during processing: {}
|
||||
MarkABStart = Mark Start
|
||||
MarkABEnd = Mark End
|
||||
DeleteABSection = Delete Section
|
||||
DeleteSelection = Delete Selection
|
||||
|
||||
[Main]
|
||||
SubtitleDetectionAcceleratorON = Subtitle detection accelerated with {}
|
||||
@@ -87,6 +90,9 @@ ProcessingTime = Processing time: {} seconds
|
||||
FailToMergeAudio = Audio merge failed: {}
|
||||
FailToExtractAudio = Audio extraction failed: {}
|
||||
CopyFileFailed = Failed to copy {} to {}. Reason: {}
|
||||
SubtitleArea = Subtitle Area: {}
|
||||
ABSection = Processing block: {}
|
||||
ABSectionAll = All
|
||||
|
||||
[TaskList]
|
||||
Pending = Pending
|
||||
|
||||
Reference in New Issue
Block a user