Compare commits
2 Commits
37b793b9e8
...
3c0af2765e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c0af2765e | ||
|
|
ddb3845263 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.5.12",
|
"version": "4.5.13",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.5.12",
|
"version": "4.5.13",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.6.0",
|
"axios": "^1.6.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twitch-vod-manager",
|
"name": "twitch-vod-manager",
|
||||||
"version": "4.5.12",
|
"version": "4.5.13",
|
||||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||||
"main": "dist/main.js",
|
"main": "dist/main.js",
|
||||||
"author": "xRangerDE",
|
"author": "xRangerDE",
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<div class="modal-overlay" id="clipModal">
|
<div class="modal-overlay" id="clipModal">
|
||||||
<div class="modal" style="background: #2b2b2b; max-width: 500px;">
|
<div class="modal" style="background: #2b2b2b; max-width: 500px;">
|
||||||
<button class="modal-close" onclick="closeClipDialog()">x</button>
|
<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 -->
|
<!-- Start Zeit mit Slider -->
|
||||||
<div style="margin-bottom: 15px;">
|
<div style="margin-bottom: 15px;">
|
||||||
|
|||||||
@ -176,7 +176,7 @@ const UI_TEXT_DE = {
|
|||||||
sortDurationAsc: 'Kuerzeste zuerst'
|
sortDurationAsc: 'Kuerzeste zuerst'
|
||||||
},
|
},
|
||||||
clips: {
|
clips: {
|
||||||
dialogTitle: 'Clip zuschneiden',
|
dialogTitle: 'VOD zuschneiden',
|
||||||
invalidDuration: 'Ungultig!',
|
invalidDuration: 'Ungultig!',
|
||||||
endBeforeStart: 'Endzeit muss grosser als Startzeit sein!',
|
endBeforeStart: 'Endzeit muss grosser als Startzeit sein!',
|
||||||
outOfRange: 'Zeit ausserhalb des VOD-Bereichs!',
|
outOfRange: 'Zeit ausserhalb des VOD-Bereichs!',
|
||||||
|
|||||||
@ -176,7 +176,7 @@ const UI_TEXT_EN = {
|
|||||||
sortDurationAsc: 'Shortest first'
|
sortDurationAsc: 'Shortest first'
|
||||||
},
|
},
|
||||||
clips: {
|
clips: {
|
||||||
dialogTitle: 'Trim clip',
|
dialogTitle: 'Trim VOD',
|
||||||
invalidDuration: 'Invalid!',
|
invalidDuration: 'Invalid!',
|
||||||
endBeforeStart: 'End time must be greater than start time!',
|
endBeforeStart: 'End time must be greater than start time!',
|
||||||
outOfRange: 'Time is outside VOD range!',
|
outOfRange: 'Time is outside VOD range!',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user