From 859daccad56e955dced054b2b461eba62fc4ab37 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Jun 2021 08:22:05 +0000 Subject: 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 --- .../Input/sid/translations/sid_plugin_ko.ts | 90 ++++++++++++++++++++++ .../Input/sid/translations/translations.qrc | 1 + 2 files changed, 91 insertions(+) create mode 100644 src/plugins/Input/sid/translations/sid_plugin_ko.ts (limited to 'src/plugins/Input/sid') diff --git a/src/plugins/Input/sid/translations/sid_plugin_ko.ts b/src/plugins/Input/sid/translations/sid_plugin_ko.ts new file mode 100644 index 000000000..45fb05db2 --- /dev/null +++ b/src/plugins/Input/sid/translations/sid_plugin_ko.ts @@ -0,0 +1,90 @@ + + + + + DecoderSIDFactory + + + SID Plugin + SID 플러그인 + + + + SID Files + SID 파일 + + + + About SID Audio Plugin + SID 오디오 플러그인 정보 + + + + Qmmp SID Audio Plugin + Qmmp SID 오디오 플러그인 + + + + This plugin plays Commodore 64 music files using libsidplayfp library + 이 플러그인은 libsidplayfp 라이브러리를 사용하여 Commodore 64 음악 파일을 재생합니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + SettingsDialog + + + SID Plugin Settings + SID 플러그인 설정 + + + + Fast resampling + 빠른 리샘플링 + + + + Sample rate: + 샘플 레이트: + + + + HVSC database file: + HVSC 데이터베이스 파일: + + + + Resampling method: + 리샘플링 방법: + + + + Defaults song length, sec: + 기본 곡 길이, 초: + + + + Enable HVSC song length database + HVSC 곡 길이 데이터베이스 활성화 + + + + Emulation: + 에뮬레이션: + + + + 44100 Hz + 44100 Hz + + + + 48000 Hz + 48000 Hz + + + diff --git a/src/plugins/Input/sid/translations/translations.qrc b/src/plugins/Input/sid/translations/translations.qrc index 049bbaec2..cc2a1dbb9 100644 --- a/src/plugins/Input/sid/translations/translations.qrc +++ b/src/plugins/Input/sid/translations/translations.qrc @@ -14,6 +14,7 @@ sid_plugin_fr.qm sid_plugin_it.qm sid_plugin_kk.qm + sid_plugin_ko.qm sid_plugin_lt.qm sid_plugin_hu.qm sid_plugin_nl.qm -- cgit v1.2.3-13-gbd6f