diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-06 08:22:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-06 08:22:05 +0000 |
| commit | 859daccad56e955dced054b2b461eba62fc4ab37 (patch) | |
| tree | 248b328c0164f3acd0fed0fd22b67ef2ae735e6e /src/plugins/General/rdetect/translations | |
| parent | 1abbe66280b0cbeb66646023df35578b99c0702c (diff) | |
| download | qmmp-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/rdetect/translations')
| -rw-r--r-- | src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts | 83 | ||||
| -rw-r--r-- | src/plugins/General/rdetect/translations/translations.qrc | 1 |
2 files changed, 84 insertions, 0 deletions
diff --git a/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts b/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts new file mode 100644 index 000000000..1e740da1b --- /dev/null +++ b/src/plugins/General/rdetect/translations/rdetect_plugin_ko.ts @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>RDetectFactory</name> + <message> + <location filename="../rdetectfactory.cpp" line="30"/> + <source>Volume Detection Plugin</source> + <translation>볼륨 감지 플러그인</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="50"/> + <source>About Volume Detection Plugin</source> + <translation>볼륨 감지 플러그인 정보</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="51"/> + <source>Qmmp Removable Volume Detection Plugin</source> + <translation>Qmmp 이동식 볼륨 감지 플러그인</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="52"/> + <source>This plugin provides removable volume detection</source> + <translation>이 플러그인은 이동식 볼륨 감지를 제공합니다</translation> + </message> + <message> + <location filename="../rdetectfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>RemovableHelper</name> + <message> + <location filename="../removablehelper.cpp" line="134"/> + <source>Add CD "%1"</source> + <translation>CD "%1" 추가</translation> + </message> + <message> + <location filename="../removablehelper.cpp" line="138"/> + <source>Add Volume "%1"</source> + <translation>볼륨 "%1" 추가</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Volume Detection Plugin Settings</source> + <translation>볼륨 감지 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>CD Audio Detection</source> + <translation>CD 오디오 감지</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <source>Add tracks to playlist automatically</source> + <translation>자동으로 재생목록에 트랙 추가</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Remove tracks from playlist automatically</source> + <translation>자동으로 재생목록에 트랙 제거</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Removable Device Detection</source> + <translation>이동식 장치 감지</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="64"/> + <source>Add files to playlist automatically</source> + <translation>자동으로 재생목록에 파일 추가</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="71"/> + <source>Remove files from playlist automatically</source> + <translation>자동으로 재생목록에서 파일 제거</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/rdetect/translations/translations.qrc b/src/plugins/General/rdetect/translations/translations.qrc index d84af5f5b..30da53bc3 100644 --- a/src/plugins/General/rdetect/translations/translations.qrc +++ b/src/plugins/General/rdetect/translations/translations.qrc @@ -14,6 +14,7 @@ <file>rdetect_plugin_fr.qm</file> <file>rdetect_plugin_it.qm</file> <file>rdetect_plugin_kk.qm</file> + <file>rdetect_plugin_ko.qm</file> <file>rdetect_plugin_lt.qm</file> <file>rdetect_plugin_hu.qm</file> <file>rdetect_plugin_nl.qm</file> |
