diff --git a/locales/Korean.json b/locales/Korean.json index b9225f945..fcf424ff3 100644 --- a/locales/Korean.json +++ b/locales/Korean.json @@ -314,7 +314,7 @@ "song": "삭제할 노래의 대기열 번호" }, "errors": { - "no_songs": "대기열에 노래가 없어요.", + "no_songs": "그 대기열 번호에 등록된 노래가 없어요.", "invalid_number": "올바른 노래 번호를 지정해주세요." }, "messages": { @@ -513,8 +513,8 @@ "no_player": "이 서버에 활성 플레이어가 없어요.", "no_channel": "이 명령어를 사용하려면 먼저 음성 채널에 접속해주세요.", "queue_empty": "대기열이 비어있어요.", - "no_previous": "대기열에 이전 노래가 없어요.", - "no_song": "대기열에 노래가 없어요.", + "no_previous": "이전 노래가 없어요.", + "no_song": "스킵할 노래가 없어요.", "already_paused": "노래가 이미 일시정지되어있어요." }, "trackStart": { diff --git a/package.json b/package.json index 0dd851669..1f0d0ba58 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "signale": "^1.4.0", "topgg-autoposter": "^2.0.2", "tslib": "^2.6.3", - "undici": "^6.19.5" + "undici": "^6.19.6" }, "signale": { "displayScope": true,