Added start and end position for each track

This commit is contained in:
Choco
2024-06-26 15:06:18 +08:00
parent f87f3f2152
commit 33ad427670
13 changed files with 117 additions and 43 deletions

View File

@@ -187,5 +187,8 @@
"voicelinkOutofList": "Please provide a valid track index!",
"voicelinkDuplicateTrack": "Sorry, this track is already in the queue.",
"deocdeError": "Something went wrong while decoding the file!"
"deocdeError": "Something went wrong while decoding the file!",
"invalidStartTime": "Invalid start time, it must be between `00:00` and `{0}`",
"invalidEndTime": "Invalid end time, it must be between `00:00` and `{0}`",
"invalidTimeOrder": "End time cannot be less than or equal to start time"
}