diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json new file mode 100644 index 00000000..4d98616b --- /dev/null +++ b/src/i18n/locales/ko.json @@ -0,0 +1,11 @@ +{ + "action": { + "createPlaylist": "$t(entity.playlist_one) 생성", + "addToFavorites": "$t(entity.favorite_other)에 추가", + "addToPlaylist": "$t(entity.playlist_one)에 추가", + "clearQueue": "대기열 지우기", + "deletePlaylist": "$t(entity.playlist_one) 삭제", + "deselectAll": "모두 선택 해제", + "editPlaylist": "$t(entity.playlist_one) 편집" + } +}