ui: rename "Trim clip" dialog to "Trim VOD" / "VOD zuschneiden"

The dialog cuts a custom time-range out of a VOD; calling its result a
"clip" was overloaded with the separate Twitch Clips feature (which
this project handles in the dedicated Clips tab). Renaming the modal
title disambiguates without touching the per-VOD-card "Clip" button
(still the right verb for the action that opens it).

- EN: "Trim VOD"
- DE: "VOD zuschneiden"
- index.html static fallback updated to match the DE locale

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
xRangerDE 2026-05-10 11:49:18 +02:00
parent 37b793b9e8
commit ddb3845263
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<div class="modal-overlay" id="clipModal">
<div class="modal" style="background: #2b2b2b; max-width: 500px;">
<button class="modal-close" onclick="closeClipDialog()">x</button>
<h2 style="color: #E5A00D; text-align: center; margin-bottom: 20px;" id="clipDialogTitle">Clip zuschneiden</h2>
<h2 style="color: #E5A00D; text-align: center; margin-bottom: 20px;" id="clipDialogTitle">VOD zuschneiden</h2>
<!-- Start Zeit mit Slider -->
<div style="margin-bottom: 15px;">

View File

@ -176,7 +176,7 @@ const UI_TEXT_DE = {
sortDurationAsc: 'Kuerzeste zuerst'
},
clips: {
dialogTitle: 'Clip zuschneiden',
dialogTitle: 'VOD zuschneiden',
invalidDuration: 'Ungultig!',
endBeforeStart: 'Endzeit muss grosser als Startzeit sein!',
outOfRange: 'Zeit ausserhalb des VOD-Bereichs!',

View File

@ -176,7 +176,7 @@ const UI_TEXT_EN = {
sortDurationAsc: 'Shortest first'
},
clips: {
dialogTitle: 'Trim clip',
dialogTitle: 'Trim VOD',
invalidDuration: 'Invalid!',
endBeforeStart: 'End time must be greater than start time!',
outOfRange: 'Time is outside VOD range!',