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/covermanager/translations/covermanager_plugin_ko.ts | |
| 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/covermanager/translations/covermanager_plugin_ko.ts')
| -rw-r--r-- | src/plugins/General/covermanager/translations/covermanager_plugin_ko.ts | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_ko.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_ko.ts new file mode 100644 index 000000000..9f3a5d36f --- /dev/null +++ b/src/plugins/General/covermanager/translations/covermanager_plugin_ko.ts @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>CoverManager</name> + <message> + <location filename="../covermanager.cpp" line="35"/> + <source>Show Cover</source> + <translation>표지 표시</translation> + </message> + <message> + <location filename="../covermanager.cpp" line="36"/> + <source>Ctrl+M</source> + <translation>Ctrl+M</translation> + </message> +</context> +<context> + <name>CoverManagerFactory</name> + <message> + <location filename="../covermanagerfactory.cpp" line="30"/> + <source>Cover Manager Plugin</source> + <translation>표지 관리자 플러그인</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="50"/> + <source>About Cover Manager Plugin</source> + <translation>표지 관리자 플러그인 정보</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="51"/> + <source>Qmmp Cover Manager Plugin</source> + <translation>Qmmp 표지 관리자 플러그인</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="52"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation>작성자: Ilya Kotov <forkotov02@ya.ru></translation> + </message> +</context> +<context> + <name>CoverWidget</name> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>&Save As...</source> + <translation>다른 이름으로 저장(&S)...</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="38"/> + <source>Size</source> + <translation>크기</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="40"/> + <source>Actual Size</source> + <translation>실제 크기</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="41"/> + <source>128x128</source> + <translation>128x128</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="42"/> + <source>256x256</source> + <translation>256x256</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="43"/> + <source>512x512</source> + <translation>512x512</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="44"/> + <source>1024x1024</source> + <translation>1024x1024</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>&Close</source> + <translation>닫기(&C)</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>Alt+F4</source> + <translation>Alt+F4</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="90"/> + <source>Save Cover As</source> + <translation>표지를 다른 이름으로 저장</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="92"/> + <source>Images</source> + <translation>이미지</translation> + </message> +</context> +</TS> |
