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 --- .../fileops/translations/fileops_plugin_ko.ts | 201 +++++++++++++++++++++ .../General/fileops/translations/translations.qrc | 1 + 2 files changed, 202 insertions(+) create mode 100644 src/plugins/General/fileops/translations/fileops_plugin_ko.ts (limited to 'src/plugins/General/fileops') diff --git a/src/plugins/General/fileops/translations/fileops_plugin_ko.ts b/src/plugins/General/fileops/translations/fileops_plugin_ko.ts new file mode 100644 index 000000000..7bb7e2ab6 --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_ko.ts @@ -0,0 +1,201 @@ + + + + + FileOps + + + + Error + 오류 + + + + + Destination directory doesn't exist + 대상 디렉토리가 없습니다 + + + + Move Files + 파일 이동 + + + + Are you sure you want to move %n file(s)? + + %n개의 파일을 이동하시겠습니까? + + + + + Copying + 복사하는 중 + + + + + Stop + 중지 + + + + Copying file %1/%2 + %1/%2 파일 복사 중 + + + + Moving + 이동 중 + + + + Moving file %1/%2 + %1/%2 파일 이동 중 + + + + Remove Files + 파일 제거 + + + + Are you sure you want to remove %n file(s) from disk? + + %n개의 파일을 디스크에서 제거하시겠습니까? + + + + + FileOpsFactory + + + File Operations Plugin + 파일 작업 플러그인 + + + + About File Operations Plugin + 파일 작업 플러그인 정보 + + + + Qmmp File Operations Plugin + Qmmp 파일 작업 플러그인 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + HotkeyDialog + + + Modify Shortcut + 단축키 수정 + + + + Press the key combination you want to assign + 할당하려는 키 조합을 누르십시오 + + + + Clear + 지우기 + + + + SettingsDialog + + + File Operations Settings + 파일 작업 설정 + + + + Enabled + 활성화됨 + + + + Operation + 작업 + + + + Menu text + 메뉴 텍스트 + + + + Shortcut + 단축키 + + + + Add + 추가 + + + + + Remove + 제거 + + + + Destination: + 대상: + + + + + ... + ... + + + + + File name pattern: + 파일 이름 패턴: + + + + Copy + 복사 + + + + Rename + 이름변경 + + + + Move + 이동 + + + + New action + 새 동작 + + + + Command: + 명령: + + + + Execute + 실행 + + + + Choose a directory + 디렉토리 선택하기 + + + diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 61c4dfbdc..b703cac71 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -14,6 +14,7 @@ fileops_plugin_fr.qm fileops_plugin_it.qm fileops_plugin_kk.qm + fileops_plugin_ko.qm fileops_plugin_lt.qm fileops_plugin_hu.qm fileops_plugin_nl.qm -- cgit v1.2.3-13-gbd6f