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 --- .../General/hal/translations/hal_plugin_ko.ts | 88 ++++++++++++++++++++++ .../General/hal/translations/translations.qrc | 1 + 2 files changed, 89 insertions(+) create mode 100644 src/plugins/General/hal/translations/hal_plugin_ko.ts (limited to 'src/plugins/General/hal') diff --git a/src/plugins/General/hal/translations/hal_plugin_ko.ts b/src/plugins/General/hal/translations/hal_plugin_ko.ts new file mode 100644 index 000000000..78a0ec680 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_ko.ts @@ -0,0 +1,88 @@ + + + + + HalFactory + + + HAL Plugin + HAL 플러그인 + + + + About HAL Plugin + HAL 플러그인 정보 + + + + Qmmp HAL Plugin + Qmmp HAL 플러그인 + + + + This plugin provides removable devices detection using HAL + 이 플러그인은 HAL을 사용하여 이동식 디바이스 감지 기능을 제공합니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + Based on Solid (KDE hardware library) + 솔리드에 기반함 (KDE 하드웨어 라이브러리) + + + + HalPlugin + + + Add CD "%1" + CD "%1" 추가 + + + + Add Volume "%1" + 볼륨 "%1" 추가 + + + + SettingsDialog + + + HAL Plugin Settings + HAL 플러그인 설정 + + + + CD Audio Detection + CD 오디오 감지 + + + + Add tracks to playlist automatically + 자동으로 재생목록에 트랙 추가 + + + + Remove tracks from playlist automatically + 자동으로 재생목록에 트랙 제거 + + + + Removable Device Detection + 이동식 장치 감지 + + + + Add files to playlist automatically + 자동으로 재생목록에 파일 추가 + + + + Remove files from playlist automatically + 자동으로 재생목록에서 파일 제거 + + + diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index 7eccec359..ebea324a9 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -14,6 +14,7 @@ hal_plugin_fr.qm hal_plugin_it.qm hal_plugin_kk.qm + hal_plugin_ko.qm hal_plugin_lt.qm hal_plugin_hu.qm hal_plugin_nl.qm -- cgit v1.2.3-13-gbd6f