diff options
| author | 2020-06-05 17:52:36 +0200 | |
|---|---|---|
| committer | 2020-06-05 17:52:36 +0200 | |
| commit | e66a5106ef55a92e2532c38aa255ac376ba6afe1 (patch) | |
| tree | a3d620b47260c3467061bf4d7d2c3d952486778f /po/modules/python/python_ko.po | |
| parent | Fix build with Qt 5.15+ (diff) | |
| download | KVIrc-e66a5106ef55a92e2532c38aa255ac376ba6afe1.tar.gz KVIrc-e66a5106ef55a92e2532c38aa255ac376ba6afe1.tar.bz2 KVIrc-e66a5106ef55a92e2532c38aa255ac376ba6afe1.zip | |
pull po updates from Transifex
among the usual suspects (non-string updates) are updates for French, Polish and Korean with the latter being 100 % translated; thanks "ks k"!
Diffstat (limited to 'po/modules/python/python_ko.po')
| -rw-r--r-- | po/modules/python/python_ko.po | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/po/modules/python/python_ko.po b/po/modules/python/python_ko.po new file mode 100644 index 000000000..9b66bc178 --- /dev/null +++ b/po/modules/python/python_ko.po @@ -0,0 +1,49 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the KVIrc package. +# +# Translators: +# MarongHappy <daemul72@gmail.com>, 2020 +# ks k, 2020 +# MarongHappy <daemul72@gmail.com>, 2020 +msgid "" +msgstr "" +"Project-Id-Version: KVIrc\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-03-30 13:26+0200\n" +"PO-Revision-Date: 2020-05-31 06:48+0000\n" +"Last-Translator: ks k\n" +"Language-Team: Korean (http://www.transifex.com/kvirc/KVIrc/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/python/libkvipython.cpp:42 +msgid "The pythoncore module can't be loaded: Python support not available" +msgstr "pythoncore 모듈을 불러올 수 없음: Python 지원을 사용할 수 없습니다" + +#: src/modules/python/libkvipython.cpp:43 +msgid "To see more details about loading failure try /pythoncore.load" +msgstr "불러오기 실패에 대한 자세한 내용을 보려면 /pythoncore.load를 입력해 보십시오" + +#: src/modules/python/libkvipython.cpp:56 +msgid "" +"This KVIrc executable has been compiled without Python scripting support" +msgstr "이 KVIrc 실행 파일은 파이썬 스크립팅 지원 없이 컴파일되었습니다" + +#: src/modules/python/libkvipython.cpp:407 +#: src/modules/python/libkvipython.cpp:473 +msgid "" +"The pythoncore module failed to execute the code: something is wrong with " +"the Python support" +msgstr "pythoncore 모듈이 코드를 실행하지 못함: 파이썬 지원에 문제가 있습니다" + +#: src/modules/python/libkvipython.cpp:419 +msgid "Python execution error:" +msgstr "파이썬 실행 오류:" + +#: src/modules/pythoncore/libkvipythoncore.cpp:113 +msgid "Internal error: Python interpreter not initialized" +msgstr "내부 오류: 파이썬 인터프리터가 초기화되지 않았습니다" |
