Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17aec69

Browse files
committed
translate numeric.po
1 parent 3fffae6 commit 17aec69

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

library/numeric.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ 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 <[email protected]>\n"
13+
"Last-Translator: Hae-sun Park <[email protected]>\n"
14+
"Language-Team: Korean (http://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/numeric.rst:6
2121
msgid "Numeric and Mathematical Modules"
22-
msgstr ""
22+
msgstr "숫자와 수학 모듈"
2323

2424
#: ../Doc/library/numeric.rst:8
2525
msgid ""
@@ -30,8 +30,12 @@ msgid ""
3030
"numbers. The :mod:`decimal` module supports exact representations of "
3131
"decimal numbers, using arbitrary precision arithmetic."
3232
msgstr ""
33+
"이 장에 나와있는 모듈들은 숫자와 수학에 관련된 함수와 데이터 타입을 제공합니다."
34+
":mod:`numbers` 모듈은 숫자 데이터 타입을 위한 추상 계층 구조를 정의합니다."
35+
":mod:`math`와 :mod:`cmath` 모듈은 부동소수와 복소수를 위한 여러 수학 함수를 가지고 있습니다."
36+
":mod:`decimal` 모듈은 임의의 정밀도 계산을 사용하여 정확한 10진수 표현을 지원합니다."
3337

3438
#: ../Doc/library/numeric.rst:15
3539
msgid "The following modules are documented in this chapter:"
36-
msgstr ""
40+
msgstr "이 장에는 다음과 같은 모듈이 설명되어 있습니다:"
3741

0 commit comments

Comments
 (0)