Added decodeError message

This commit is contained in:
Choco
2023-07-16 15:39:46 +08:00
parent 456d56cf0d
commit f96690fa0b
6 changed files with 18 additions and 6 deletions

View File

@@ -186,5 +186,7 @@
"voicelinkQueueFull": "Sorry, you have reached the maximum of `{0}` tracks in the queue!",
"voicelinkOutofList": "Please provide a valid track index!",
"voicelinkDuplicateTrack": "Sorry, this track is already in the queue."
"voicelinkDuplicateTrack": "Sorry, this track is already in the queue.",
"deocdeError": "Something went wrong while decoding the file!"
}