aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/crossfade
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/Effect/crossfade
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/Effect/crossfade')
-rw-r--r--src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts45
-rw-r--r--src/plugins/Effect/crossfade/translations/translations.qrc1
2 files changed, 46 insertions, 0 deletions
diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts
new file mode 100644
index 000000000..cf739687f
--- /dev/null
+++ b/src/plugins/Effect/crossfade/translations/crossfade_plugin_ko.ts
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="ko">
+<context>
+ <name>EffectCrossfadeFactory</name>
+ <message>
+ <location filename="../effectcrossfadefactory.cpp" line="30"/>
+ <source>Crossfade Plugin</source>
+ <translation>Crossfade 플러그인</translation>
+ </message>
+ <message>
+ <location filename="../effectcrossfadefactory.cpp" line="51"/>
+ <source>About Crossfade Plugin</source>
+ <translation>Crossfade 플러그인 정보</translation>
+ </message>
+ <message>
+ <location filename="../effectcrossfadefactory.cpp" line="52"/>
+ <source>Qmmp Crossfade Plugin</source>
+ <translation>Qmmp Crossfade 플러그인</translation>
+ </message>
+ <message>
+ <location filename="../effectcrossfadefactory.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>
+<context>
+ <name>SettingsDialog</name>
+ <message>
+ <location filename="../settingsdialog.ui" line="14"/>
+ <source>Crossfade Plugin Settings</source>
+ <translation>Crossfade 플러그인 설정</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="29"/>
+ <source>Overlap:</source>
+ <translation>오버랩:</translation>
+ </message>
+ <message>
+ <location filename="../settingsdialog.ui" line="42"/>
+ <source>ms</source>
+ <translation>ms</translation>
+ </message>
+</context>
+</TS>
diff --git a/src/plugins/Effect/crossfade/translations/translations.qrc b/src/plugins/Effect/crossfade/translations/translations.qrc
index b6d204d0c..92ab13eea 100644
--- a/src/plugins/Effect/crossfade/translations/translations.qrc
+++ b/src/plugins/Effect/crossfade/translations/translations.qrc
@@ -14,6 +14,7 @@
<file>crossfade_plugin_fr.qm</file>
<file>crossfade_plugin_it.qm</file>
<file>crossfade_plugin_kk.qm</file>
+ <file>crossfade_plugin_ko.qm</file>
<file>crossfade_plugin_lt.qm</file>
<file>crossfade_plugin_hu.qm</file>
<file>crossfade_plugin_nl.qm</file>