diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts | 22 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts new file mode 100644 index 000000000..9eb698c46 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_ko.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ko"> +<context> + <name>SeekOption</name> + <message> + <location filename="../seekoption.cpp" line="29"/> + <source>Seek to position in the current track</source> + <translation>현재 트랙에서 위치 찾기</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="30"/> + <source>Seek forward</source> + <translation>앞으로 찾기</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="31"/> + <source>Seek backwards</source> + <translation>뒤로 찾기</translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc index 34724a46c..a758900f5 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -14,6 +14,7 @@ <file>seek_plugin_fr.qm</file> <file>seek_plugin_it.qm</file> <file>seek_plugin_kk.qm</file> + <file>seek_plugin_ko.qm</file> <file>seek_plugin_lt.qm</file> <file>seek_plugin_hu.qm</file> <file>seek_plugin_nl.qm</file> |
