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/Effect/soxr/translations/soxr_plugin_ko.ts | |
| 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/Effect/soxr/translations/soxr_plugin_ko.ts')
| -rw-r--r-- | src/plugins/Effect/soxr/translations/soxr_plugin_ko.ts | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/src/plugins/Effect/soxr/translations/soxr_plugin_ko.ts b/src/plugins/Effect/soxr/translations/soxr_plugin_ko.ts new file mode 100644 index 000000000..f66711fd7 --- /dev/null +++ b/src/plugins/Effect/soxr/translations/soxr_plugin_ko.ts @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>EffectSoXRFactory</name> + <message> + <location filename="../effectsoxrfactory.cpp" line="30"/> + <source>SoX Resampler Plugin</source> + <translation>SoX Resampler 플러그인</translation> + </message> + <message> + <location filename="../effectsoxrfactory.cpp" line="51"/> + <source>About SoX Resampler Plugin</source> + <translation>SoX Resampler 플러그인 정보</translation> + </message> + <message> + <location filename="../effectsoxrfactory.cpp" line="52"/> + <source>Qmmp SoX Resampler Plugin</source> + <translation>Qmmp SoX Resampler 플러그인</translation> + </message> + <message> + <location filename="../effectsoxrfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Sample Rate Converter Plugin Settings</source> + <translation>샘플 레이트 변환기 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="20"/> + <source>Sample Rate (Hz):</source> + <translation>샘플 레이트 (Hz):</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="40"/> + <source>Quality:</source> + <translation>품질:</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="34"/> + <source>Quick</source> + <translation>빠른</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="35"/> + <source>Low</source> + <translation>낮은</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="36"/> + <source>Medium</source> + <translation>중간</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="37"/> + <source>High</source> + <translation>높은</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="38"/> + <source>Very High</source> + <translation>매우 높은</translation> + </message> +</context> +</TS> |
