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 --- .../copypaste/translations/copypaste_plugin_ko.ts | 65 ++++++++++++++++++++++ .../copypaste/translations/translations.qrc | 1 + 2 files changed, 66 insertions(+) create mode 100644 src/plugins/General/copypaste/translations/copypaste_plugin_ko.ts (limited to 'src/plugins/General/copypaste') diff --git a/src/plugins/General/copypaste/translations/copypaste_plugin_ko.ts b/src/plugins/General/copypaste/translations/copypaste_plugin_ko.ts new file mode 100644 index 000000000..ab2711c95 --- /dev/null +++ b/src/plugins/General/copypaste/translations/copypaste_plugin_ko.ts @@ -0,0 +1,65 @@ + + + + + CopyPaste + + + Cu&t + 잘라내기(&T) + + + + Ctrl+X + Ctrl+X + + + + &Copy + 복사하기(&C) + + + + Ctrl+C + Ctrl+C + + + + &Paste + 붙여넣기(&P) + + + + Ctrl+V + Ctrl+V + + + + CopyPasteFactory + + + Copy/Paste Plugin + 복사하기/붙여넣기 플러그인 + + + + About Copy/Paste Plugin + 복사하기/붙여넣기 플러그인 정보 + + + + Qmmp Copy/Paste Plugin + Qmmp 복사하기/붙여넣기 플러그인 + + + + This plugin allows one to copy selected tracks from one playlist to another + 이 플러그인을 사용하면 선택한 트랙을 한 재생 목록에서 다른 재생 목록으로 복사할 수 있습니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + diff --git a/src/plugins/General/copypaste/translations/translations.qrc b/src/plugins/General/copypaste/translations/translations.qrc index 634e175fa..01b98cfad 100644 --- a/src/plugins/General/copypaste/translations/translations.qrc +++ b/src/plugins/General/copypaste/translations/translations.qrc @@ -14,6 +14,7 @@ copypaste_plugin_fr.qm copypaste_plugin_it.qm copypaste_plugin_kk.qm + copypaste_plugin_ko.qm copypaste_plugin_lt.qm copypaste_plugin_hu.qm copypaste_plugin_nl.qm -- cgit v1.2.3-13-gbd6f