diff --git a/langs/CH.json b/langs/CH.json index 1299922..4e6d71e 100644 --- a/langs/CH.json +++ b/langs/CH.json @@ -186,5 +186,7 @@ "voicelinkQueueFull": "抱歉,您已達到隊列中 `{0}` 首歌曲的最大數量!", "voicelinkOutofList": "請提供有效的歌曲索引!", - "voicelinkDuplicateTrack": "抱歉,此歌曲已在隊列中。" + "voicelinkDuplicateTrack": "抱歉,此歌曲已在隊列中。", + + "deocdeError": "解碼文件時出現問題!" } \ No newline at end of file diff --git a/langs/DE.json b/langs/DE.json index c11b8e1..ec83805 100644 --- a/langs/DE.json +++ b/langs/DE.json @@ -186,5 +186,7 @@ "voicelinkQueueFull": "Entschuldigung, du hast das Maximum von `{0}` Tracks in der Warteschlange erreicht!", "voicelinkOutofList": "Bitte gib einen gültigen Track-Index an!", - "voicelinkDuplicateTrack": "Entschuldigung, dieser Track ist bereits in der Warteschlange." + "voicelinkDuplicateTrack": "Entschuldigung, dieser Track ist bereits in der Warteschlange.", + + "deocdeError": "Beim Dekodieren der Datei ist etwas schief gelaufen!" } \ No newline at end of file diff --git a/langs/EN.json b/langs/EN.json index 1f06658..902eb0e 100644 --- a/langs/EN.json +++ b/langs/EN.json @@ -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!" } \ No newline at end of file diff --git a/langs/ES.json b/langs/ES.json index b7da52d..eab8a0c 100644 --- a/langs/ES.json +++ b/langs/ES.json @@ -186,5 +186,7 @@ "voicelinkQueueFull": "Lo siento, ¡ha alcanzado el máximo de `{0}` canciones en la cola!", "voicelinkOutofList": "¡Proporcione un índice de pista válido!", - "voicelinkDuplicateTrack": "Lo siento, esta canción ya está en la cola." + "voicelinkDuplicateTrack": "Lo siento, esta canción ya está en la cola.", + + "deocdeError": "¡Algo salió mal al decodificar el archivo!" } \ No newline at end of file diff --git a/langs/JA.json b/langs/JA.json index 2d178b7..3e738b1 100644 --- a/langs/JA.json +++ b/langs/JA.json @@ -186,5 +186,7 @@ "voicelinkQueueFull": "申し訳ありませんが、キュー内の曲数が最大値の`{0}`に達しました!", "voicelinkOutofList": "有効なトラックインデックスを指定してください!", - "voicelinkDuplicateTrack": "申し訳ありませんが、このトラックは既にキューに存在します。" + "voicelinkDuplicateTrack": "申し訳ありませんが、このトラックは既にキューに存在します。", + + "deocdeError": "ファイルのデコード中に問題が発生しました!" } \ No newline at end of file diff --git a/langs/KO.json b/langs/KO.json index 2d72440..27bd892 100644 --- a/langs/KO.json +++ b/langs/KO.json @@ -186,5 +186,7 @@ "voicelinkQueueFull": "죄송합니다. 큐에 `{0}`개의 트랙을 모두 추가하셨습니다!", "voicelinkOutofList": "유효한 트랙 인덱스를 제공해주세요!", - "voicelinkDuplicateTrack": "죄송합니다. 이 트랙은 이미 큐에 있습니다." + "voicelinkDuplicateTrack": "죄송합니다. 이 트랙은 이미 큐에 있습니다.", + + "deocdeError": "파일 디코딩 중 문제가 발생했습니다!" } \ No newline at end of file