From 859daccad56e955dced054b2b461eba62fc4ab37 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Jun 2021 08:22:05 +0000 Subject: added Korean translation (Jung Hee Lee) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10056 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/playlist_plugin_ko.ts | 74 ++++++++++++++++++++++ .../PlayListOption/translations/translations.qrc | 1 + 2 files changed, 75 insertions(+) create mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ko.ts (limited to 'src/plugins/CommandLineOptions/PlayListOption') diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ko.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ko.ts new file mode 100644 index 000000000..bbdf7b46d --- /dev/null +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ko.ts @@ -0,0 +1,74 @@ + + + + + PlayListOption + + + Show playlist manipulation commands + 재생목록 조작 명령 표시 + + + + List all available playlists + 사용 가능한 모든 재생목록 나열 + + + + Show playlist content + 재생목록 내용 표시 + + + + Play track <track> in playlist <id> + <id> 재생목록에서 <track>번 트랙 재생 + + + + Clear playlist + 재생목록 지우기 + + + + Activate next playlist + 다음 재생목록 활성화 + + + + Activate previous playlist + 이전 재생목록 활성화 + + + + Toggle playlist repeat + 재생목록 반복 전환 + + + + Toggle playlist shuffle + 재생목록 순서섞기 전환 + + + + Show playlist options + 재생목록 옵션 표시 + + + + + + Invalid playlist ID + 올바르지 않은 재생목록 ID + + + + Invalid number of arguments + 인수의 잘못된 번호 + + + + Invalid track ID + 올바르지 않은 트랙 ID + + + diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc index 945477bd1..c2823153a 100644 --- a/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc @@ -14,6 +14,7 @@ playlist_plugin_fr.qm playlist_plugin_it.qm playlist_plugin_kk.qm + playlist_plugin_ko.qm playlist_plugin_lt.qm playlist_plugin_hu.qm playlist_plugin_nl.qm -- cgit v1.2.3-13-gbd6f