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 --- .../scrobbler/translations/scrobbler_plugin_ko.ts | 123 +++++++++++++++++++++ .../scrobbler/translations/translations.qrc | 1 + 2 files changed, 124 insertions(+) create mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_ko.ts (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_ko.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ko.ts new file mode 100644 index 000000000..991de5640 --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_ko.ts @@ -0,0 +1,123 @@ + + + + + ScrobblerFactory + + + Scrobbler Plugin + Scrobbler 플러그인 + + + + About Scrobbler Plugin + Scrobbler 플러그인 정보 + + + + Qmmp AudioScrobbler Plugin + Qmmp AudioScrobbler 플러그인 + + + + Written by: Ilya Kotov <forkotov02@ya.ru> + 작성자: Ilya Kotov <forkotov02@ya.ru> + + + + SettingsDialog + + + Scrobbler Plugin Settings + Scrobbler 플러그인 설정 + + + + Last.fm + Last.fm + + + + + Session: + 세션: + + + + + Check + 확인 + + + + + Register new session + 새 세션 등록 + + + + Libre.fm + Libre.fm + + + + + + Message + 메시지 + + + + 1. Wait for browser startup + 1. 브라우저가 시작될 때까지 기다립니다 + + + + 2. Allow Qmmp to scrobble tracks to your %1 account + 2. Qmmp가 %1 계정에 트랙을 스크러블하도록 허용합니다 + + + + 3. Press "OK" + 3. "확인"을 누릅니다 + + + + + + + + + Error + 오류 + + + + + + Network error + 네트워크 오류 + + + + + Unable to register new session + 새 세션을 등록할 수 없음 + + + + New session has been received successfully + 새 세션이 성공적으로 수신되었습니다 + + + + Permission granted + 권한 부여 + + + + Permission denied + 권한 거부 + + + diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 2327fce4e..4c0bd3082 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -14,6 +14,7 @@ scrobbler_plugin_fr.qm scrobbler_plugin_it.qm scrobbler_plugin_kk.qm + scrobbler_plugin_ko.qm scrobbler_plugin_lt.qm scrobbler_plugin_hu.qm scrobbler_plugin_nl.qm -- cgit v1.2.3-13-gbd6f