Skip to content

Commit 79ef4ce

Browse files
Commit
1 parent 413eb45 commit 79ef4ce

File tree

1 file changed

+125
-0
lines changed

1 file changed

+125
-0
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
# Translations template for python-docs-theme.
2+
# Copyright (C) 2025 Python Software Foundation
3+
# This file is distributed under the same license as the python-docs-theme
4+
# project.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
6+
#
7+
# Translators:
8+
# wonsuk yang, 2025
9+
#
10+
#, fuzzy
11+
msgid ""
12+
msgstr ""
13+
"Project-Id-Version: python-docs-theme 2025.5\n"
14+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
15+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
16+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
17+
"Last-Translator: wonsuk yang, 2025\n"
18+
"Language-Team: Korean (https://app.transifex.com/python-doc/teams/5390/ko/)\n"
19+
"MIME-Version: 1.0\n"
20+
"Content-Type: text/plain; charset=UTF-8\n"
21+
"Content-Transfer-Encoding: 8bit\n"
22+
"Generated-By: Babel 2.16.0\n"
23+
"Language: ko\n"
24+
"Plural-Forms: nplurals=1; plural=0;\n"
25+
26+
#: python_docs_theme/footerdonate.html:1
27+
msgid "The Python Software Foundation is a non-profit corporation."
28+
msgstr "파이썬 소프트웨어 재단은 비영리 재단입니다."
29+
30+
#: python_docs_theme/footerdonate.html:2
31+
msgid "Please donate."
32+
msgstr "기부를 부탁드립니다."
33+
34+
#: python_docs_theme/layout.html:6
35+
msgid "Navigation"
36+
msgstr "내비게이션"
37+
38+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
39+
msgid "Quick search"
40+
msgstr "빠른 검색"
41+
42+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
43+
msgid "Go"
44+
msgstr "시작"
45+
46+
#: python_docs_theme/layout.html:60
47+
msgid "Theme"
48+
msgstr "테마"
49+
50+
#: python_docs_theme/layout.html:62
51+
msgid "Auto"
52+
msgstr "자동"
53+
54+
#: python_docs_theme/layout.html:63
55+
msgid "Light"
56+
msgstr "라이트"
57+
58+
#: python_docs_theme/layout.html:64
59+
msgid "Dark"
60+
msgstr "다크"
61+
62+
#: python_docs_theme/layout.html:96
63+
msgid "Menu"
64+
msgstr "메뉴"
65+
66+
#: python_docs_theme/layout.html:142
67+
msgid "Copyright"
68+
msgstr "저작권"
69+
70+
#: python_docs_theme/layout.html:147
71+
msgid ""
72+
"This page is licensed under the Python Software Foundation License Version "
73+
"2."
74+
msgstr "해당하는 페이지의 저작권은 파이썬 소프트웨어 재단 저작권 라이센스 버전 2를 통해 보호받음을 고지 드립니다."
75+
76+
#: python_docs_theme/layout.html:149
77+
msgid ""
78+
"Examples, recipes, and other code in the documentation are additionally "
79+
"licensed under the Zero Clause BSD License."
80+
msgstr ""
81+
"해당하는 문서 내의 예제, 사용법, 그리고 다른 코드들은 또한 Zero Clause BSD 라이센스를 통해 보호받음을 고지 드립니다."
82+
83+
#: python_docs_theme/layout.html:152
84+
#, python-format
85+
msgid ""
86+
"See <a href=\"%(license_file)s\">History and License</a> for more "
87+
"information."
88+
msgstr "보다 다양한 정보를 위해서는 <a href=\"%(license_file)s\">라이센스와 기록물</a> 을 참고 부탁드립니다."
89+
90+
#: python_docs_theme/layout.html:155
91+
#, python-format
92+
msgid "Hosted on %(hosted_on)s."
93+
msgstr "호스트 주소는 다음과 같습니다: %(hosted_on)s."
94+
95+
#: python_docs_theme/layout.html:163
96+
#, python-format
97+
msgid "Last updated on %(last_updated)s."
98+
msgstr "마지막 업데이트: %(last_updated)s."
99+
100+
#: python_docs_theme/layout.html:166
101+
#, python-format
102+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
103+
msgstr "<a href=\"%(theme_issues_url)s\">문제가 생기셨나요</a>?"
104+
105+
#: python_docs_theme/layout.html:170
106+
#, python-format
107+
msgid ""
108+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
109+
"%(sphinx_version)s."
110+
msgstr ""
111+
"해당하는 문서는 <a href=\"https://www.sphinx-doc.org/\">스핑크스</a> "
112+
"%(sphinx_version)s를 통해 만들어졌습니다."
113+
114+
#: python_docs_theme/static/copybutton.js:30
115+
#: python_docs_theme/static/copybutton.js:55
116+
msgid "Copy"
117+
msgstr "복사"
118+
119+
#: python_docs_theme/static/copybutton.js:31
120+
msgid "Copy to clipboard"
121+
msgstr "클립보드에 복사"
122+
123+
#: python_docs_theme/static/copybutton.js:53
124+
msgid "Copied!"
125+
msgstr "복사되었습니다!"

0 commit comments

Comments
 (0)