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 --- .../translations/qmmp_file_dialog_plugin_ko.ts | 113 +++++++++++++++++++++ .../QmmpFileDialog/translations/translations.qrc | 1 + 2 files changed, 114 insertions(+) create mode 100644 src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ko.ts (limited to 'src/plugins/FileDialogs/QmmpFileDialog') diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ko.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ko.ts new file mode 100644 index 000000000..0f38ef657 --- /dev/null +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_ko.ts @@ -0,0 +1,113 @@ + + + + + QmmpFileDialog + + + Add Files + 파일 추가 + + + + Up + 위로 + + + + + + + ... + ... + + + + List view + 목록 보기 + + + + Detailed view + 자세히 보기 + + + + Close dialog on add + 추가할 때 대화상자 닫기 + + + + File name: + 파일 이름: + + + + Add + 추가 + + + + Files of type: + 파일 유형: + + + + Close + 닫기 + + + + QmmpFileDialogFactory + + + + Qmmp File Dialog + Qmmp 파일 대화상자 + + + + About Qmmp File Dialog + Qmmp 파일 대화상자 정보 + + + + Written by: +Vladimir Kuznetsov <vovanec@gmail.com> +Ilya Kotov <forkotov02@ya.ru> + 작성자: +Vladimir Kuznetsov <vovanec@gmail.com> +Ilya Kotov <forkotov02@ya.ru> + + + + Some code is copied from the Qt library + Qt 라이브러리에서 일부 코드가 복사됩니다 + + + + QmmpFileDialogImpl + + + Add + 추가 + + + + Save + 저장 + + + + Directories + 디렉토리 + + + + %1 already exists. +Do you want to replace it? + % 1이(가) 이미 존재합니다. +교체하시겠습니까? + + + diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc index c864ddf1f..b0554c1d6 100644 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc +++ b/src/plugins/FileDialogs/QmmpFileDialog/translations/translations.qrc @@ -14,6 +14,7 @@ qmmp_file_dialog_plugin_fr.qm qmmp_file_dialog_plugin_it.qm qmmp_file_dialog_plugin_kk.qm + qmmp_file_dialog_plugin_ko.qm qmmp_file_dialog_plugin_lt.qm qmmp_file_dialog_plugin_hu.qm qmmp_file_dialog_plugin_nl.qm -- cgit v1.2.3-13-gbd6f