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 --- .../analyzer/translations/analyzer_plugin_ko.ts | 171 +++++++++++++++++++++ .../Visual/analyzer/translations/translations.qrc | 1 + .../projectm/translations/projectm_plugin_ko.ts | 138 +++++++++++++++++ .../Visual/projectm/translations/translations.qrc | 1 + 4 files changed, 311 insertions(+) create mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_ko.ts create mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_ko.ts (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_ko.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_ko.ts new file mode 100644 index 000000000..dc3d49b26 --- /dev/null +++ b/src/plugins/Visual/analyzer/translations/analyzer_plugin_ko.ts @@ -0,0 +1,171 @@ + + + + + Analyzer + + + Qmmp Analyzer + Qmmp 애널라이저 + + + + Peaks + 피크 + + + + Refresh Rate + 리프레시 비율 + + + + 50 fps + 50 fps + + + + 25 fps + 25 fps + + + + 10 fps + 10 fps + + + + 5 fps + 5 fps + + + + Analyzer Falloff + 애널라이저 하락 + + + + + Slowest + 가장 느림 + + + + + Slow + 느림 + + + + + Medium + 중간 + + + + + Fast + 빠름 + + + + + Fastest + 가장 빠름 + + + + Peaks Falloff + 피크 하락 + + + + &Full Screen + 전체 화면(&F) + + + + F + F + + + + ColorWidget + + + Select Color + 색상 선택 + + + + SettingsDialog + + + Analyzer Plugin Settings + 애널라이저 플러그인 설정 + + + + General + 일반 + + + + Cells size: + 셀 크기: + + + + Colors + 색상 + + + + Peaks: + 피크: + + + + Analyzer #1: + 애널라이저 #1: + + + + Background: + 배경: + + + + Analyzer #2: + 애널라이저 #2: + + + + Analyzer #3: + 애널라이저 #3: + + + + VisualAnalyzerFactory + + + Analyzer Plugin + 애널라이저 플러그인 + + + + About Analyzer Visual Plugin + 애널라이저 시각 플러그인 정보 + + + + Qmmp Analyzer Visual Plugin + Qmmp 애널라이저 시각 플러그인 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + diff --git a/src/plugins/Visual/analyzer/translations/translations.qrc b/src/plugins/Visual/analyzer/translations/translations.qrc index 8c3e9ed89..9c75f6043 100644 --- a/src/plugins/Visual/analyzer/translations/translations.qrc +++ b/src/plugins/Visual/analyzer/translations/translations.qrc @@ -14,6 +14,7 @@ analyzer_plugin_fr.qm analyzer_plugin_it.qm analyzer_plugin_kk.qm + analyzer_plugin_ko.qm analyzer_plugin_lt.qm analyzer_plugin_hu.qm analyzer_plugin_nl.qm diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_ko.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_ko.ts new file mode 100644 index 000000000..e7652d07d --- /dev/null +++ b/src/plugins/Visual/projectm/translations/projectm_plugin_ko.ts @@ -0,0 +1,138 @@ + + + + + ProjectMPlugin + + + ProjectM + ProjectM + + + + ProjectMWidget + + + &Help + 도움말(&H) + + + + F1 + F1 + + + + &Show Song Title + 곡 제목 표시(&S) + + + + F2 + F2 + + + + &Show Preset Name + 프리셋 이름 표시(&S) + + + + F3 + F3 + + + + &Show Menu + 메뉴 표시(&S) + + + + M + M + + + + &Next Preset + 다음 프리셋(&N) + + + + N + N + + + + &Previous Preset + 이전 프리셋(&P) + + + + P + P + + + + &Random Preset + 프리셋 무작위 선택(&R) + + + + R + R + + + + &Lock Preset + 프리셋 잠금(&L) + + + + L + L + + + + &Fullscreen + 전체화면(&F)) + + + + F + F + + + + VisualProjectMFactory + + + ProjectM + ProjectM + + + + About ProjectM Visual Plugin + ProjectM 시각 플러그인 정보 + + + + Qmmp ProjectM Visual Plugin + Qmmp ProjectM 시각 플러그인 + + + + This plugin adds projectM visualization + 이 플러그인은 projectM 시각화를 추가합니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + Based on libprojectM-qt library + libproject M-qt 라이브러리에 기반함 + + + diff --git a/src/plugins/Visual/projectm/translations/translations.qrc b/src/plugins/Visual/projectm/translations/translations.qrc index 0716805a0..d8b400e57 100644 --- a/src/plugins/Visual/projectm/translations/translations.qrc +++ b/src/plugins/Visual/projectm/translations/translations.qrc @@ -14,6 +14,7 @@ projectm_plugin_fr.qm projectm_plugin_it.qm projectm_plugin_kk.qm + projectm_plugin_ko.qm projectm_plugin_lt.qm projectm_plugin_hu.qm projectm_plugin_nl.qm -- cgit v1.2.3-13-gbd6f