diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-06 08:22:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-06-06 08:22:05 +0000 |
| commit | 859daccad56e955dced054b2b461eba62fc4ab37 (patch) | |
| tree | 248b328c0164f3acd0fed0fd22b67ef2ae735e6e /src/plugins/General/scrobbler/translations | |
| parent | 1abbe66280b0cbeb66646023df35578b99c0702c (diff) | |
| download | qmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.gz qmmp-859daccad56e955dced054b2b461eba62fc4ab37.tar.bz2 qmmp-859daccad56e955dced054b2b461eba62fc4ab37.zip | |
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
Diffstat (limited to 'src/plugins/General/scrobbler/translations')
| -rw-r--r-- | src/plugins/General/scrobbler/translations/scrobbler_plugin_ko.ts | 123 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/translations/translations.qrc | 1 |
2 files changed, 124 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="31"/> + <source>Scrobbler Plugin</source> + <translation>Scrobbler 플러그인</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>About Scrobbler Plugin</source> + <translation>Scrobbler 플러그인 정보</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="52"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation>Qmmp AudioScrobbler 플러그인</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="53"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Scrobbler Plugin Settings</source> + <translation>Scrobbler 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="20"/> + <source>Last.fm</source> + <translation>Last.fm</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="31"/> + <location filename="../settingsdialog.ui" line="104"/> + <source>Session:</source> + <translation>세션:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <location filename="../settingsdialog.ui" line="117"/> + <source>Check</source> + <translation>확인</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <location filename="../settingsdialog.ui" line="95"/> + <source>Register new session</source> + <translation>새 세션 등록</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="73"/> + <source>Libre.fm</source> + <translation>Libre.fm</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="106"/> + <location filename="../settingsdialog.cpp" line="132"/> + <location filename="../settingsdialog.cpp" line="183"/> + <source>Message</source> + <translation>메시지</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>1. Wait for browser startup</source> + <translation>1. 브라우저가 시작될 때까지 기다립니다</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="108"/> + <source>2. Allow Qmmp to scrobble tracks to your %1 account</source> + <translation>2. Qmmp가 %1 계정에 트랙을 스크러블하도록 허용합니다</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="109"/> + <source>3. Press "OK"</source> + <translation>3. "확인"을 누릅니다</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="114"/> + <location filename="../settingsdialog.cpp" line="118"/> + <location filename="../settingsdialog.cpp" line="147"/> + <location filename="../settingsdialog.cpp" line="151"/> + <location filename="../settingsdialog.cpp" line="191"/> + <location filename="../settingsdialog.cpp" line="195"/> + <source>Error</source> + <translation>오류</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="114"/> + <location filename="../settingsdialog.cpp" line="147"/> + <location filename="../settingsdialog.cpp" line="191"/> + <source>Network error</source> + <translation>네트워크 오류</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <location filename="../settingsdialog.cpp" line="151"/> + <source>Unable to register new session</source> + <translation>새 세션을 등록할 수 없음</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="132"/> + <source>New session has been received successfully</source> + <translation>새 세션이 성공적으로 수신되었습니다</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="183"/> + <source>Permission granted</source> + <translation>권한 부여</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="195"/> + <source>Permission denied</source> + <translation>권한 거부</translation> + </message> +</context> +</TS> 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 @@ <file>scrobbler_plugin_fr.qm</file> <file>scrobbler_plugin_it.qm</file> <file>scrobbler_plugin_kk.qm</file> + <file>scrobbler_plugin_ko.qm</file> <file>scrobbler_plugin_lt.qm</file> <file>scrobbler_plugin_hu.qm</file> <file>scrobbler_plugin_nl.qm</file> |
