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/streambrowser_plugin_ko.ts | 181 +++++++++++++++++++++ .../streambrowser/translations/translations.qrc | 1 + 2 files changed, 182 insertions(+) create mode 100644 src/plugins/General/streambrowser/translations/streambrowser_plugin_ko.ts (limited to 'src/plugins/General/streambrowser') diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_ko.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ko.ts new file mode 100644 index 000000000..e81403c1d --- /dev/null +++ b/src/plugins/General/streambrowser/translations/streambrowser_plugin_ko.ts @@ -0,0 +1,181 @@ + + + + + EditStreamDialog + + + Edit Stream + 스트림 편집 + + + + URL: + URL: + + + + Name: + 이름: + + + + Genre: + 장르: + + + + Bitrate: + 비트레이트: + + + + Type: + 유형: + + + + StreamBrowser + + + Add Stream + 스트림 추가 + + + + Ctrl+U + Ctrl+U + + + + StreamBrowserFactory + + + Stream Browser Plugin + 스트림 브라우저 플러그인 + + + + About Stream Browser Plugin + 스트림 브라우저 플러그인 정보 + + + + Qmmp Stream Browser Plugin + Qmmp 스트림 브라우저 플러그인 + + + + This plugin allows one to add stream from IceCast stream directory + 이 플러그인을 사용하면 IceCast 스트림 디렉터리에서 스트림을 추가할 수 있습니다 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + StreamWindow + + + Stream Browser + 스트림 브라우저 + + + + Filter: + 필터: + + + + Favorites + 즐겨찾기 + + + + IceCast + IceCast + + + + Add + 추가 + + + + Update + 업데이트 + + + + + Name + 이름 + + + + + Genre + 장르 + + + + + Bitrate + 비트레이트 + + + + + Format + 형식 + + + + &Add to favorites + 즐겨찾기에 추가(&A) + + + + &Add to playlist + 재생목록에 추가(&A) + + + + &Create + 만들기(&C) + + + + &Edit + 편집(&E) + + + + &Remove + 제거(&R) + + + + Done + 완료 + + + + + Error + 오류 + + + + Receiving + 받는 중 + + + + Edit Stream + 스트림 편집 + + + diff --git a/src/plugins/General/streambrowser/translations/translations.qrc b/src/plugins/General/streambrowser/translations/translations.qrc index c6d55955b..38aae0457 100644 --- a/src/plugins/General/streambrowser/translations/translations.qrc +++ b/src/plugins/General/streambrowser/translations/translations.qrc @@ -14,6 +14,7 @@ streambrowser_plugin_fr.qm streambrowser_plugin_it.qm streambrowser_plugin_kk.qm + streambrowser_plugin_ko.qm streambrowser_plugin_lt.qm streambrowser_plugin_hu.qm streambrowser_plugin_nl.qm -- cgit v1.2.3-13-gbd6f