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/kdenotify/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/kdenotify/translations')
| -rw-r--r-- | src/plugins/General/kdenotify/translations/kdenotify_plugin_ko.ts | 78 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/translations/translations.qrc | 1 |
2 files changed, 79 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_ko.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ko.ts new file mode 100644 index 000000000..ad65ecf09 --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_ko.ts @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="122"/> + <source>Qmmp now playing:</source> + <translation>Qmmp 현재 재생중:</translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="29"/> + <source>KDE notification plugin</source> + <translation>KDE 알림 플러그인</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="49"/> + <source>About KDE Notification Plugin</source> + <translation>KDE 알림 플러그인 정보</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>KDE notification plugin for Qmmp</source> + <translation>Qmmp용 KDE 알림 플러그인</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation>KDE 4 알림 플러그인 설정</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation>옵션</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay:</source> + <translation>알림 지연:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>s</source> + <translation>초</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="78"/> + <source>Update visible notification instead create new</source> + <translation>표시되는 알림 업데이트 대신 새 알림 만들기</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="88"/> + <source>Appearance</source> + <translation>모양새</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="94"/> + <source>Show covers</source> + <translation>표지 표시</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="103"/> + <source>Edit template</source> + <translation>템플릿 편집</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation>알림 템플릿</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 4fc5a7230..24cb80d8b 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -14,6 +14,7 @@ <file>kdenotify_plugin_fr.qm</file> <file>kdenotify_plugin_it.qm</file> <file>kdenotify_plugin_kk.qm</file> + <file>kdenotify_plugin_ko.qm</file> <file>kdenotify_plugin_lt.qm</file> <file>kdenotify_plugin_hu.qm</file> <file>kdenotify_plugin_nl.qm</file> |
