release: publish Twitch VOD Manager 1.0.5

This commit is contained in:
Sucukdeluxe
2026-08-11 21:06:37 +02:00
parent 74ebcd895c
commit aa53fcf7e8
27 changed files with 6501 additions and 349 deletions
+50 -9
View File
@@ -57,7 +57,7 @@ const UI_TEXT_EN = {
commandPaletteHint: 'Up/Down to navigate, Enter to run, Esc to close',
mergeTitle: 'Merge videos',
mergeDesc: 'Select multiple videos to merge into one file. You can change the order before merging.',
mergeAdd: '+ Add videos',
mergeAdd: 'Add videos',
designTitle: 'Design',
themeLabel: 'Theme',
themeLight: 'Light',
@@ -499,17 +499,58 @@ const UI_TEXT_EN = {
previewLoading: 'Loading preview...',
previewUnavailable: 'Preview unavailable',
previewAlt: 'Preview',
cutting: 'Cutting...',
cut: 'Cut',
cutSuccess: 'Video cut successfully!',
cutFailed: 'Failed to cut video.',
cutting: 'Exporting',
cut: 'Export video',
cutSuccess: 'Video exported successfully!',
cutFailed: 'Failed to export video.',
infoDuration: 'Duration',
infoResolution: 'Resolution',
infoFps: 'FPS',
infoSelection: 'Selection',
startLabel: 'Start:',
endLabel: 'End:',
filePathPlaceholder: 'No file selected…'
infoSelection: 'Output',
startLabel: 'Start',
endLabel: 'End',
filePathPlaceholder: 'No file selected…',
editorTitle: 'Trim & cut',
previewMode: 'Cut preview',
previewModeHint: 'Skip removed ranges',
globalTrim: 'Global selection',
cutsLabel: 'Removed ranges',
noCuts: 'No cuts yet',
newCut: 'New cut',
cutLabel: 'Cut',
removeCut: 'Remove cut',
videoTrack: 'VIDEO',
audioTrack: 'AUDIO',
noAudio: 'No audio track',
loadingMedia: 'Preparing video…',
speedLabel: 'Playback speed',
play: 'Play',
pause: 'Pause',
stop: 'Stop',
rewind10: 'Back 10 seconds',
forward10: 'Forward 10 seconds',
mute: 'Mute',
unmute: 'Unmute',
volume: 'Volume',
playerSettings: 'Player settings',
fullscreen: 'Fullscreen',
undo: 'Undo',
redo: 'Redo',
zoomOut: 'Zoom timeline out',
zoomIn: 'Zoom timeline in',
zoom: 'Timeline zoom',
trimStart: 'Move start boundary',
trimEnd: 'Move end boundary',
export: 'Export video',
cancel: 'Cancel',
exportSuccess: 'Video exported successfully.',
exportFailed: 'Video export failed.',
invalidRange: 'The time range is invalid or overlaps another cut.',
unsupportedFile: 'Select a supported video file.',
discardTitle: 'Discard the current edit?',
discardMessage: 'Opening another video will discard the current editing changes.',
discardCancel: 'Keep current video',
discardConfirm: 'Discard and open'
},
merge: {
empty: 'No videos selected',