diff --git a/library/numeric.po b/library/numeric.po index f95652f63e..064f8e0530 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -32,7 +32,11 @@ msgid "" "mod:`decimal` module supports exact representations of decimal numbers, " "using arbitrary precision arithmetic." msgstr "" +"本章所描述的模組提供了數值和與數學相關的函式和資料型別。:mod:`numbers` 模組定" +"義了數值型別的抽象階層結構。:mod:`math` 和 :mod:`cmath` 模組包含了用於浮點數" +"和複數的各種數學函式。:mod:`decimal` 模組支援對十進位數字的精確表示以及任意精" +"度的算術運算。" #: ../../library/numeric.rst:15 msgid "The following modules are documented in this chapter:" -msgstr "" +msgstr "本章節包含下列的模組:"