aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-06-06 08:22:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-06-06 08:22:05 +0000
commit859daccad56e955dced054b2b461eba62fc4ab37 (patch)
tree248b328c0164f3acd0fed0fd22b67ef2ae735e6e /src/plugins/General/trackchange
parent1abbe66280b0cbeb66646023df35578b99c0702c (diff)
downloadqmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.gz
qmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.bz2
qmmp-859daccad56e955dced054b2b461eba62fc4ab37.zip
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
Diffstat (limited to 'src/plugins/General/trackchange')
-rw-r--r--src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts78
-rw-r--r--src/plugins/General/trackchange/translations/translations.qrc1
2 files changed, 79 insertions, 0 deletions
diff --git a/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts b/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts
new file mode 100644
index 000000000..4ec9bb2c9
--- /dev/null
+++ b/src/plugins/General/trackchange/translations/trackchange_plugin_ko.ts
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Track Change Plugin Settings</source>
+ <translation>트랙 변경 플러그인 설정</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="39"/>
+ <location filename="../settingsdialog.ui" line="56"/>
+ <location filename="../settingsdialog.ui" line="73"/>
+ <location filename="../settingsdialog.ui" line="90"/>
+ <source>...</source>
+ <translation>...</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="29"/>
+ <source>Command to run when Qmmp starts new track</source>
+ <translation>Qmmp가 새 트랙을 시작할 때 실행할 명령</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="46"/>
+ <source>Command to run toward to end of a track</source>
+ <translation>트랙의 끝까지 실행할 명령</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="63"/>
+ <source>Command to run when Qmmp reaches the end of the playlist</source>
+ <translation>Qmmp가 재생목록 끝에 도달하면 실행할 명령</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="80"/>
+ <source>Command to run when title changes (i.e. network streams title)</source>
+ <translation>제목이 변경될 때 실행할 명령 (즉, 네트워크 스트림 제목)</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="97"/>
+ <source>Command to run on application startup:</source>
+ <translation>응용프로그램 시작 시 실행할 명령:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="104"/>
+ <source>Command to run on application exit:</source>
+ <translation>응용프로그램 종료 시 실행할 명령:</translation>
+ </message>
+</context>
+<context>
+ <name>TrackChangeFactory</name>
+ <message>
+ <location filename="../trackchangefactory.cpp" line="30"/>
+ <source>Track Change Plugin</source>
+ <translation>트랙 변경 플러그인</translation>
+ </message>
+ <message>
+ <location filename="../trackchangefactory.cpp" line="50"/>
+ <source>About Track Change Plugin</source>
+ <translation>트랙 변경 플러그인 정보</translation>
+ </message>
+ <message>
+ <location filename="../trackchangefactory.cpp" line="51"/>
+ <source>Qmmp Track Change Plugin</source>
+ <translation>Qmmp 트랙 변경 플러그인</translation>
+ </message>
+ <message>
+ <location filename="../trackchangefactory.cpp" line="52"/>
+ <source>This plugin executes external command when current track is changed</source>
+ <translation>이 플러그인은 현재 트랙이 변경될 때 외부 명령을 실행합니다</translation>
+ </message>
+ <message>
+ <location filename="../trackchangefactory.cpp" line="53"/>
+ <source>Written by: Ilya Kotov &lt;forkotov02@ya.ru&gt;</source>
+ <translation>작성자: Ilya Kotov &lt;forkotov02@ya.ru&gt;</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/General/trackchange/translations/translations.qrc b/src/plugins/General/trackchange/translations/translations.qrc
index bbcfe5dd3..f3dd87b65 100644
--- a/src/plugins/General/trackchange/translations/translations.qrc
+++ b/src/plugins/General/trackchange/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>trackchange_plugin_fr.qm</file>
<file>trackchange_plugin_it.qm</file>
<file>trackchange_plugin_kk.qm</file>
+ <file>trackchange_plugin_ko.qm</file>
<file>trackchange_plugin_lt.qm</file>
<file>trackchange_plugin_hu.qm</file>
<file>trackchange_plugin_nl.qm</file>