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 --- .../library/translations/library_plugin_ko.ts | 140 +++++++++++++++++++++ .../General/library/translations/translations.qrc | 1 + 2 files changed, 141 insertions(+) create mode 100644 src/plugins/General/library/translations/library_plugin_ko.ts (limited to 'src/plugins/General/library') diff --git a/src/plugins/General/library/translations/library_plugin_ko.ts b/src/plugins/General/library/translations/library_plugin_ko.ts new file mode 100644 index 000000000..93234dfbf --- /dev/null +++ b/src/plugins/General/library/translations/library_plugin_ko.ts @@ -0,0 +1,140 @@ + + + + + Library + + + Library + 라이브러리 + + + + Alt+L + Alt+L + + + + Update library + 라이브러리 업데이트 + + + + + Unknown + 알 수 없음 + + + + LibraryFactory + + + Media Library Plugin + 미디어 라이브러리 플러그인 + + + + Library + 라이브러리 + + + + Ctrl+1 + Ctrl+1 + + + + About Media Library Plugin + 미디어 라이브러리 플러그인 정보 + + + + Qmmp Media Library Plugin + Qmmp 미디어 라이브러리 플러그인 + + + + This plugin represents a database to store music files tags for a fast access + 이 플러그인은 빠른 액세스를 위해 음악 파일 태그를 저장하는 데이터베이스를 나타냅니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + LibraryModel + + + %1 - %2 + %1 - %2 + + + + LibraryWidget + + + &Add to Playlist + 재생목록에 추가(&A) + + + + &View Track Details + 트랙 세부정보 보기(&V) + + + + Quick Search + 빠른 검색 + + + + Scanning directories... + 디렉터리 검색 중... + + + + Media Library + 미디어 라이브러리 + + + + SettingsDialog + + + Media Library Settings + 미디어 라이브러리 설정 + + + + Recreate database + 데이터베이스 다시 만들기 + + + + Show album year + 앨범 연도 표시 + + + + List of directories for scanning: + 검색할 디렉터리 목록: + + + + Add + 추가 + + + + Remove + 제거 + + + + Select Directories for Scanning + 검색할 디렉터리 선택 + + + diff --git a/src/plugins/General/library/translations/translations.qrc b/src/plugins/General/library/translations/translations.qrc index fca072fc6..505237670 100644 --- a/src/plugins/General/library/translations/translations.qrc +++ b/src/plugins/General/library/translations/translations.qrc @@ -14,6 +14,7 @@ library_plugin_fr.qm library_plugin_it.qm library_plugin_kk.qm + library_plugin_ko.qm library_plugin_lt.qm library_plugin_hu.qm library_plugin_nl.qm -- cgit v1.2.3-13-gbd6f