aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions')
-rw-r--r--src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ko.ts17
-rw-r--r--src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc1
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_ko.ts74
-rw-r--r--src/plugins/CommandLineOptions/PlayListOption/translations/translations.qrc1
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts22
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc1
-rw-r--r--src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_ko.ts142
-rw-r--r--src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc1
8 files changed, 259 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ko.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ko.ts
new file mode 100644
index 000000000..04d969893
--- /dev/null
+++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_ko.ts
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>IncDecVolumeCommandLineOption</name>
+ <message>
+ <location filename="../incdecvolumeoption.cpp" line="29"/>
+ <source>Increase volume by 5 steps</source>
+ <translation>볼륨 5단계 증가</translation>
+ </message>
+ <message>
+ <location filename="../incdecvolumeoption.cpp" line="30"/>
+ <source>Decrease volume by 5 steps</source>
+ <translation>볼륨 5단계 감소</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc
index ee62df9bc..1425eb0aa 100644
--- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>incdecvolume_plugin_fr.qm</file>
<file>incdecvolume_plugin_it.qm</file>
<file>incdecvolume_plugin_kk.qm</file>
+ <file>incdecvolume_plugin_ko.qm</file>
<file>incdecvolume_plugin_lt.qm</file>
<file>incdecvolume_plugin_hu.qm</file>
<file>incdecvolume_plugin_nl.qm</file>
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>PlayListOption</name>
+ <message>
+ <location filename="../playlistoption.cpp" line="33"/>
+ <source>Show playlist manipulation commands</source>
+ <translation>재생목록 조작 명령 표시</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="34"/>
+ <source>List all available playlists</source>
+ <translation>사용 가능한 모든 재생목록 나열</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="35"/>
+ <source>Show playlist content</source>
+ <translation>재생목록 내용 표시</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="36"/>
+ <source>Play track &lt;track&gt; in playlist &lt;id&gt;</source>
+ <translation>&lt;id&gt; 재생목록에서 &lt;track&gt;번 트랙 재생</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="37"/>
+ <source>Clear playlist</source>
+ <translation>재생목록 지우기</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="38"/>
+ <source>Activate next playlist</source>
+ <translation>다음 재생목록 활성화</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="39"/>
+ <source>Activate previous playlist</source>
+ <translation>이전 재생목록 활성화</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="40"/>
+ <source>Toggle playlist repeat</source>
+ <translation>재생목록 반복 전환</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="41"/>
+ <source>Toggle playlist shuffle</source>
+ <translation>재생목록 순서섞기 전환</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="42"/>
+ <source>Show playlist options</source>
+ <translation>재생목록 옵션 표시</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="110"/>
+ <location filename="../playlistoption.cpp" line="132"/>
+ <location filename="../playlistoption.cpp" line="171"/>
+ <source>Invalid playlist ID</source>
+ <translation>올바르지 않은 재생목록 ID</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="126"/>
+ <source>Invalid number of arguments</source>
+ <translation>인수의 잘못된 번호</translation>
+ </message>
+ <message>
+ <location filename="../playlistoption.cpp" line="136"/>
+ <source>Invalid track ID</source>
+ <translation>올바르지 않은 트랙 ID</translation>
+ </message>
+</context>
+</TS>
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 @@
<file>playlist_plugin_fr.qm</file>
<file>playlist_plugin_it.qm</file>
<file>playlist_plugin_kk.qm</file>
+ <file>playlist_plugin_ko.qm</file>
<file>playlist_plugin_lt.qm</file>
<file>playlist_plugin_hu.qm</file>
<file>playlist_plugin_nl.qm</file>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts
new file mode 100644
index 000000000..9eb698c46
--- /dev/null
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>SeekOption</name>
+ <message>
+ <location filename="../seekoption.cpp" line="29"/>
+ <source>Seek to position in the current track</source>
+ <translation>현재 트랙에서 위치 찾기</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="30"/>
+ <source>Seek forward</source>
+ <translation>앞으로 찾기</translation>
+ </message>
+ <message>
+ <location filename="../seekoption.cpp" line="31"/>
+ <source>Seek backwards</source>
+ <translation>뒤로 찾기</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
index 34724a46c..a758900f5 100644
--- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>seek_plugin_fr.qm</file>
<file>seek_plugin_it.qm</file>
<file>seek_plugin_kk.qm</file>
+ <file>seek_plugin_ko.qm</file>
<file>seek_plugin_lt.qm</file>
<file>seek_plugin_hu.qm</file>
<file>seek_plugin_nl.qm</file>
diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_ko.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_ko.ts
new file mode 100644
index 000000000..49e3b6e19
--- /dev/null
+++ b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_ko.ts
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>StatusOption</name>
+ <message>
+ <location filename="../statusoption.cpp" line="30"/>
+ <source>Print playback status</source>
+ <translation>재생 상태 출력</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="31"/>
+ <source>Print formatted track name (example: qmmp --nowplaying &quot;%t - %a&quot;)</source>
+ <translation>포맷된 트랙 이름 출력 (예: qmmp --nowplaying &quot;%t - %a&quot;)</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="33"/>
+ <source>Print --nowplaying syntax</source>
+ <translation>--nowplaying 문법 출력</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="94"/>
+ <source>Syntax:</source>
+ <translation>문법:</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="95"/>
+ <source>%p - artist</source>
+ <translation>%p - 아티스트</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="96"/>
+ <source>%a - album</source>
+ <translation>%a - 앨범</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="97"/>
+ <source>%aa - album artist</source>
+ <translation>%aa - 앨범 아티스트</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="98"/>
+ <source>%t - title</source>
+ <translation>%t - 제목</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="99"/>
+ <source>%n - track</source>
+ <translation>%n - 트랙</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="100"/>
+ <source>%NN - 2-digit track</source>
+ <translation>%NN - 2자리 트랙</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="101"/>
+ <source>%g - genre</source>
+ <translation>%g - 장르</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="102"/>
+ <source>%c - comment</source>
+ <translation>%c - 해설</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="103"/>
+ <source>%C - composer</source>
+ <translation>%C - 작곡가</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="104"/>
+ <source>%D - disc number</source>
+ <translation>%D - CD 번호</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="105"/>
+ <source>%f - file name</source>
+ <translation>%f - 파일 이름</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="106"/>
+ <source>%F - full path</source>
+ <translation>%F - 전체 경로</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="107"/>
+ <source>%y - year</source>
+ <translation>%y - 연도</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="108"/>
+ <source>%l - duration</source>
+ <translation>%l - 재생시간</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="109"/>
+ <source>%{bitrate} - bitrate</source>
+ <translation>%{bitrate} - 비트레이트</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="110"/>
+ <source>%{samplerate} - sample rate</source>
+ <translation>%{samplerate} - 샘플 레이트</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="111"/>
+ <source>%{channels} - number of channels</source>
+ <translation>%{channels} - 채널 수</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="112"/>
+ <source>%{samplesize} - bits per sample</source>
+ <translation>%{samplesize} - 샘플당 비트 수</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="113"/>
+ <source>%{format} - format name</source>
+ <translation>%{format} - 형식 이름</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="114"/>
+ <source>%{decoder} - decoder name</source>
+ <translation>%{decoder} - 디코더 이름</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="115"/>
+ <source>%{filesize} - file size</source>
+ <translation>%{filesize} - 파일 크기</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="116"/>
+ <source>%if(A&amp;B&amp;C,D,E) - condition</source>
+ <translation>%if(A&amp;B&amp;C,D,E) - 조건</translation>
+ </message>
+ <message>
+ <location filename="../statusoption.cpp" line="117"/>
+ <source>%dir(n) - directory name located on n levels above</source>
+ <translation>%dir(n) - 위의 n 레벨에 위치한 디렉토리 이름</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc
index ade4241d5..ad6a91ba8 100644
--- a/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc
+++ b/src/plugins/CommandLineOptions/StatusOption/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>status_plugin_fr.qm</file>
<file>status_plugin_it.qm</file>
<file>status_plugin_kk.qm</file>
+ <file>status_plugin_ko.qm</file>
<file>status_plugin_lt.qm</file>
<file>status_plugin_hu.qm</file>
<file>status_plugin_nl.qm</file>