diff options
author | Changwoo Ryu <cwryu@debian.org> | 2020-08-30 07:47:07 +0000 |
---|---|---|
committer | GNOME Translation Robot <gnome-sysadmin@gnome.org> | 2020-08-30 07:47:07 +0000 |
commit | c8c01d3d8e4dc705ffd5c6a92d7ca1889ad841f8 (patch) | |
tree | f4897ca11a98abc39aa95de944f54a5b7ea603be /po | |
parent | c95a9d61a545690f3dd457c019b3d76b81af046d (diff) | |
download | vte-c8c01d3d8e4dc705ffd5c6a92d7ca1889ad841f8.tar.gz |
Update Korean translation
Diffstat (limited to 'po')
-rw-r--r-- | po/ko.po | 59 |
1 files changed, 39 insertions, 20 deletions
@@ -2,14 +2,14 @@ # This file is distributed under the same license as the vte package. # # Nam SungHyun <namsh@kldp.org>, 2003 -# Changwoo Ryu <cwryu@debian.org>, 2007, 2009, 2010, 2014, 2016, 2018. +# Changwoo Ryu <cwryu@debian.org>, 2007, 2009, 2010, 2014, 2016, 2018, 2020. # msgid "" msgstr "" "Project-Id-Version: vte\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/vte/issues\n" -"POT-Creation-Date: 2018-06-20 20:20+0000\n" -"PO-Revision-Date: 2018-08-25 16:45+0900\n" +"POT-Creation-Date: 2020-05-27 19:17+0000\n" +"PO-Revision-Date: 2020-08-29 19:54+0900\n" "Last-Translator: Changwoo Ryu <cwryu@debian.org>\n" "Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n" "Language: ko\n" @@ -17,27 +17,46 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.cc:3966 -#, c-format -msgid "Error reading from child: %s." -msgstr "하위 프로세스에서 읽기 오류: %s." - -#: ../src/vte.cc:4122 -#, c-format -msgid "Error (%s) converting data for child, dropping." -msgstr "" -"하위 프로세스를 위한 데이터 변환에 오류가 발생했습니다. (%s) 그만둡니다." - -#: ../src/vte.cc:8179 +#: src/vte.cc:7763 msgid "WARNING" msgstr "경고" -#: ../src/vte.cc:8180 +#: src/vte.cc:7765 msgid "GnuTLS not enabled; data will be written to disk unencrypted!" msgstr "GnuTLS 사용하지 않음. 데이터를 암호화하지 않은 상태로 디스크에 씁니다" -#: ../src/vtegtk.cc:3618 +#: src/spawn.cc:111 +#, c-format +msgid "Failed to set pipe nonblocking: %s" +msgstr "파이프를 넌블럭으로 설정하는데 실패했습니다: %s" + +# system call 오류이므로 그대로 +#: src/spawn.cc:155 +#, c-format +msgid "poll error: %s" +msgstr "poll 오류: %s" + +#: src/spawn.cc:161 +msgid "Operation timed out" +msgstr "작업 제한 시간 초과" + +#: src/spawn.cc:171 +msgid "Operation was cancelled" +msgstr "작업이 취소되었습니다" + +# (%s) 오류 설명(strerror) +#: src/spawn.cc:189 +#, c-format +msgid "Failed to read from child pipe (%s)" +msgstr "하위 파이프에서 읽기 실패 (%s)" + +# chdir 실패 +#: src/spawn.cc:576 +#, c-format +msgid "Failed to change to directory “%s”: %s" +msgstr "“%s” 디렉터리로 이동 실패: %s" + +#: src/spawn.cc:645 #, c-format -msgid "Unable to convert characters from %s to %s." -msgstr "문자를 %s을(를) %s(으)로 변환할 수 없습니다." +msgid "Failed to execute child process “%s”: " +msgstr "“%s” 하위 프로세스 실행 실패: " |