Skip to content

Commit bc226b8

Browse files
committed
Closes #89 - translate faq/installed.po
1 parent fb7584a commit bc226b8

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

faq/installed.po

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,26 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2017-11-26 18:49+0900\n"
1211
"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"
12+
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
13+
"Language-Team: Korean (https://python.flowdas.com)\n"
1514
"MIME-Version: 1.0\n"
1615
"Content-Type: text/plain; charset=utf-8\n"
1716
"Content-Transfer-Encoding: 8bit\n"
1817
"Generated-By: Babel 2.5.1\n"
1918

2019
#: ../Doc/faq/installed.rst:3
2120
msgid "\"Why is Python Installed on my Computer?\" FAQ"
22-
msgstr ""
21+
msgstr "\"왜 내 컴퓨터에 파이썬이 설치되어 있습니까?\" FAQ"
2322

2423
#: ../Doc/faq/installed.rst:6
2524
msgid "What is Python?"
26-
msgstr ""
25+
msgstr "파이썬이 무엇입니까?"
2726

2827
#: ../Doc/faq/installed.rst:8
2928
msgid ""
@@ -33,29 +32,36 @@ msgid ""
3332
"it's also used by professional software developers at places such as "
3433
"Google, NASA, and Lucasfilm Ltd."
3534
msgstr ""
35+
"파이썬은 프로그래밍 언어입니다. 많은 다른 응용 프로그램에 사용됩니다. 파이썬은 배우기 쉬우므로 일부 고등학교와 대학에서는 입문 "
36+
"프로그래밍 언어로 사용되지만, Google, NASA 및 Lucasfilm Ltd.와 같은 곳에서 전문 소프트웨어 개발자가 사용하기도 "
37+
"합니다."
3638

3739
#: ../Doc/faq/installed.rst:13
3840
msgid ""
3941
"If you wish to learn more about Python, start with the `Beginner's Guide "
4042
"to Python <https://wiki.python.org/moin/BeginnersGuide>`_."
4143
msgstr ""
44+
"파이썬에 대해 더 알고 싶다면, `파이썬 입문자 지침서 "
45+
"<https://wiki.python.org/moin/BeginnersGuide>`_\\부터 시작하십시오."
4246

4347
#: ../Doc/faq/installed.rst:18
4448
msgid "Why is Python installed on my machine?"
45-
msgstr ""
49+
msgstr "내 컴퓨터에 파이썬이 설치된 이유는 무엇입니까?"
4650

4751
#: ../Doc/faq/installed.rst:20
4852
msgid ""
4953
"If you find Python installed on your system but don't remember installing"
5054
" it, there are several possible ways it could have gotten there."
51-
msgstr ""
55+
msgstr "파이썬이 시스템에 설치되어 있지만 설치한 기억이 없다면, 그렇게 될 수 있는 몇 가지 가능한 방법이 있습니다."
5256

5357
#: ../Doc/faq/installed.rst:23
5458
msgid ""
5559
"Perhaps another user on the computer wanted to learn programming and "
5660
"installed it; you'll have to figure out who's been using the machine and "
5761
"might have installed it."
5862
msgstr ""
63+
"아마도 컴퓨터의 다른 사용자가 프로그래밍을 배우고 싶어 하고 그것을 설치했을 것입니다; 당신은 누가 컴퓨터를 사용했고 설치했는지 추측해야"
64+
" 합니다."
5965

6066
#: ../Doc/faq/installed.rst:26
6167
msgid ""
@@ -64,6 +70,8 @@ msgid ""
6470
"such applications, from GUI programs to network servers and "
6571
"administrative scripts."
6672
msgstr ""
73+
"컴퓨터에 설치된 제삼자 응용 프로그램이 파이썬으로 작성되었으며, 파이썬 설치를 포함할 수 있습니다. GUI 프로그램에서 네트워크 서버와 "
74+
"관리 스크립트에 이르기까지 그런 응용 프로그램이 많이 있습니다."
6775

6876
#: ../Doc/faq/installed.rst:29
6977
msgid ""
@@ -72,35 +80,43 @@ msgid ""
7280
"Apparently some of HP/Compaq's administrative tools are written in "
7381
"Python."
7482
msgstr ""
83+
"일부 윈도우 컴퓨터에는 파이썬이 설치되어 있습니다. 이 글을 쓰는 시점에, 우리는 파이썬이 포함된 Hewlett-Packard와 "
84+
"Compaq의 컴퓨터에 대해 알고 있습니다. 분명히 HP/Compaq의 관리 도구 중 일부가 파이썬으로 작성되었을 겁니다."
7585

7686
#: ../Doc/faq/installed.rst:32
7787
msgid ""
7888
"Many Unix-compatible operating systems, such as Mac OS X and some Linux "
7989
"distributions, have Python installed by default; it's included in the "
8090
"base installation."
8191
msgstr ""
92+
"맥 OS X 및 일부 리눅스 배포판과 같은 많은 유닉스 호환 운영 체제에는 기본적으로 파이썬이 설치되어 있습니다; 기본 설치에 포함되어 "
93+
"있습니다."
8294

8395
#: ../Doc/faq/installed.rst:38
8496
msgid "Can I delete Python?"
85-
msgstr ""
97+
msgstr "파이썬을 삭제할 수 있습니까?"
8698

8799
#: ../Doc/faq/installed.rst:40
88100
msgid "That depends on where Python came from."
89-
msgstr ""
101+
msgstr "파이썬이 어디서 왔는지에 달려 있습니다."
90102

91103
#: ../Doc/faq/installed.rst:42
92104
msgid ""
93105
"If someone installed it deliberately, you can remove it without hurting "
94106
"anything. On Windows, use the Add/Remove Programs icon in the Control "
95107
"Panel."
96108
msgstr ""
109+
"누군가 의도적으로 설치했으면, 아무 문제도 일으키지 않고 제거할 수 있습니다. 윈도우에서는, 제어판의 프로그램 추가/제거 아이콘을 "
110+
"사용하십시오."
97111

98112
#: ../Doc/faq/installed.rst:45
99113
msgid ""
100114
"If Python was installed by a third-party application, you can also remove"
101115
" it, but that application will no longer work. You should use that "
102116
"application's uninstaller rather than removing Python directly."
103117
msgstr ""
118+
"제삼자 응용 프로그램에서 파이썬을 설치했다면, 제거할 수도 있지만, 해당 응용 프로그램이 더는 작동하지 않게 됩니다. 파이썬을 직접 "
119+
"제거하는 대신 해당 응용 프로그램의 제거 프로그램을 사용해야 합니다."
104120

105121
#: ../Doc/faq/installed.rst:49
106122
msgid ""
@@ -109,4 +125,5 @@ msgid ""
109125
"will no longer run, and some of them might be important to you. "
110126
"Reinstalling the whole system would then be required to fix things again."
111127
msgstr ""
112-
128+
"파이썬이 운영체제와 함께 제공되었다면, 제거하는 것은 바람직하지 않습니다. 제거하면, 파이썬으로 작성된 모든 도구가 더는 실행되지 "
129+
"않으며, 그중 일부는 중요할 수 있습니다. 문제를 해결하려면 다시 시스템을 재설치해야 할 수 있습니다."

sphinx.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ msgstr "소스 보기"
9393
#: ../Doc/tools/templates/indexcontent.html:8
9494
#, python-format
9595
msgid "Welcome! This is the documentation for Python %(release)s."
96-
msgstr "환영합니다! 파이썬 %(release)s 설명서의 한국어 번역입니다. (진행률 28.3%%)"
96+
msgstr "환영합니다! 파이썬 %(release)s 설명서의 한국어 번역입니다. (진행률 28.4%%)"
9797

9898
#: ../Doc/tools/templates/indexcontent.html:10
9999
msgid "Parts of the documentation:"

0 commit comments

Comments
 (0)