mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Update lang
This commit is contained in:
parent
5b7ac012ad
commit
f6a120128c
@ -1282,7 +1282,8 @@ To use an API key, go to "Options -> Settings -> Tools" to enter your Goog
|
|||||||
<SmptTimeMode>SMPTE timing (non integer frame rate)</SmptTimeMode>
|
<SmptTimeMode>SMPTE timing (non integer frame rate)</SmptTimeMode>
|
||||||
<GenerateTextFromVideo>Generate text from video...</GenerateTextFromVideo>
|
<GenerateTextFromVideo>Generate text from video...</GenerateTextFromVideo>
|
||||||
<GenerateBlankVideo>Generate blank video...</GenerateBlankVideo>
|
<GenerateBlankVideo>Generate blank video...</GenerateBlankVideo>
|
||||||
<GenerateVideoWithBurnedInSub>Generate video with burned-in sub...</GenerateVideoWithBurnedInSub>
|
<GenerateVideoWithBurnedInSub>Generate video with burned-in subtitle...</GenerateVideoWithBurnedInSub>
|
||||||
|
<GenerateVideoWithEmbeddedSub>Generate video with embedded subtitles...</GenerateVideoWithEmbeddedSub>
|
||||||
<VideoAudioToTextX>Audio to text ({0})...</VideoAudioToTextX>
|
<VideoAudioToTextX>Audio to text ({0})...</VideoAudioToTextX>
|
||||||
<ImportChaptersFromVideo>Import chapters from video</ImportChaptersFromVideo>
|
<ImportChaptersFromVideo>Import chapters from video</ImportChaptersFromVideo>
|
||||||
<GenerateImportShotChanges>Generate/import shot changes...</GenerateImportShotChanges>
|
<GenerateImportShotChanges>Generate/import shot changes...</GenerateImportShotChanges>
|
||||||
|
@ -1827,7 +1827,7 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
SmptTimeMode = "SMPTE timing (non integer frame rate)",
|
SmptTimeMode = "SMPTE timing (non integer frame rate)",
|
||||||
GenerateTextFromVideo = "Generate text from video...",
|
GenerateTextFromVideo = "Generate text from video...",
|
||||||
GenerateBlankVideo = "Generate blank video...",
|
GenerateBlankVideo = "Generate blank video...",
|
||||||
GenerateVideoWithEmbeddedSub = "Generate video with burned-in subtitle...",
|
GenerateVideoWithEmbeddedSub = "Generate video with embedded subtitles...",
|
||||||
GenerateVideoWithBurnedInSub = "Generate video with burned-in subtitle...",
|
GenerateVideoWithBurnedInSub = "Generate video with burned-in subtitle...",
|
||||||
VideoAudioToTextX = "Audio to text ({0})...",
|
VideoAudioToTextX = "Audio to text ({0})...",
|
||||||
ImportChaptersFromVideo = "Import chapters from video",
|
ImportChaptersFromVideo = "Import chapters from video",
|
||||||
|
@ -4270,6 +4270,9 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
case "Main/Menu/Video/GenerateVideoWithBurnedInSub":
|
case "Main/Menu/Video/GenerateVideoWithBurnedInSub":
|
||||||
language.Main.Menu.Video.GenerateVideoWithBurnedInSub = reader.Value;
|
language.Main.Menu.Video.GenerateVideoWithBurnedInSub = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
case "Main/Menu/Video/GenerateVideoWithEmbeddedSub":
|
||||||
|
language.Main.Menu.Video.GenerateVideoWithEmbeddedSub = reader.Value;
|
||||||
|
break;
|
||||||
case "Main/Menu/Video/VideoAudioToTextX":
|
case "Main/Menu/Video/VideoAudioToTextX":
|
||||||
language.Main.Menu.Video.VideoAudioToTextX = reader.Value;
|
language.Main.Menu.Video.VideoAudioToTextX = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user