Skip to content

Commit bd9d2c5

Browse files
committed
Closes #251 - translate library/keyword.po
1 parent 27a29e4 commit bd9d2c5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

library/keyword.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,34 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
13+
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
14+
"Language-Team: Korean (https://python.flowdas.com)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=utf-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Generated-By: Babel 2.5.1\n"
1919

2020
#: ../Doc/library/keyword.rst:2
2121
msgid ":mod:`keyword` --- Testing for Python keywords"
22-
msgstr ""
22+
msgstr ":mod:`keyword` --- 파이썬 키워드 검사"
2323

2424
#: ../Doc/library/keyword.rst:7
2525
msgid "**Source code:** :source:`Lib/keyword.py`"
26-
msgstr ""
26+
msgstr "**소스 코드:** :source:`Lib/keyword.py`"
2727

2828
#: ../Doc/library/keyword.rst:11
2929
msgid "This module allows a Python program to determine if a string is a keyword."
30-
msgstr ""
30+
msgstr "이 모듈은 파이썬 프로그램이 문자열이 키워드인지 판단하게 합니다."
3131

3232
#: ../Doc/library/keyword.rst:16
3333
msgid "Return true if *s* is a Python keyword."
34-
msgstr ""
34+
msgstr "*s*\\가 파이썬 키워드면 참을 반환합니다."
3535

3636
#: ../Doc/library/keyword.rst:21
3737
msgid ""
3838
"Sequence containing all the keywords defined for the interpreter. If any"
3939
" keywords are defined to only be active when particular :mod:`__future__`"
4040
" statements are in effect, these will be included as well."
4141
msgstr ""
42-
42+
"인터프리터에 대해 정의된 모든 키워드를 포함하는 시퀀스. 특정 :mod:`__future__` 문이 적용될 때만 활성화되도록 키워드가 "
43+
"정의되어 있으면, 이러한 키워드도 함께 포함됩니다."

0 commit comments

Comments
 (0)