Skip to content

Commit 59debb9

Browse files
committed
Apply suggestions from code review again
1 parent 1160b3c commit 59debb9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

library/random.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2021-10-26 16:47+0000\n"
12-
"PO-Revision-Date: 2021-12-17 15:58+0800\n"
12+
"PO-Revision-Date: 2021-12-17 16:35+0800\n"
1313
"Last-Translator: Allen Wu <allen91.wu@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -209,7 +209,7 @@ msgstr ""
209209

210210
#: ../../library/random.rst:108
211211
msgid "Functions for bytes"
212-
msgstr "位元組函式"
212+
msgstr "回傳位元組的函式"
213213

214214
#: ../../library/random.rst:112
215215
msgid "Generate *n* random bytes."
@@ -295,7 +295,7 @@ msgstr "此方法現在接受 *k* 為零。"
295295

296296
#: ../../library/random.rst:166
297297
msgid "Functions for sequences"
298-
msgstr "序列函式"
298+
msgstr "回傳序列的函式"
299299

300300
#: ../../library/random.rst:170
301301
msgid ""
@@ -668,7 +668,7 @@ msgid ""
668668
"Most of the random module's algorithms and seeding functions are subject to "
669669
"change across Python versions, but two aspects are guaranteed not to change:"
670670
msgstr ""
671-
"大多數隨機 module 的演算法和 seed 設定函數在 Python 版本中可能會發生變化,但"
671+
"大多數隨機 module 的演算法和 seed 設定函式在 Python 版本中可能會發生變化,但"
672672
"可以保證兩個方面不會改變:"
673673

674674
#: ../../library/random.rst:406
@@ -711,7 +711,7 @@ msgid ""
711711
msgstr ""
712712
"`統計 bootstrapping(自助法) <https://en.wikipedia.org/wiki/"
713713
"Bootstrapping_(statistics)>`_\\ 的範例,使用有重置的重新取樣來估計樣本平均數"
714-
"的信賴區間\n"
714+
"的信賴區間\n"
715715
"\n"
716716
"::"
717717

@@ -724,15 +724,16 @@ msgid ""
724724
msgstr ""
725725
"`重新取樣排列測試 <https://en.wikipedia.org/wiki/"
726726
"Resampling_(statistics)#Permutation_tests>`_\\ 的範例,來確定觀察到的藥物與安"
727-
"慰劑之間差異的統計學意義或 `p 值 <https://en.wikipedia.org/wiki/P-value>`_ \n"
727+
"慰劑之間差異的統計學意義或 `p 值 <https://en.wikipedia.org/wiki/P-value>`_"
728+
"\\ :\n"
728729
"\n"
729730
"::"
730731

731732
#: ../../library/random.rst:513
732733
msgid ""
733734
"Simulation of arrival times and service deliveries for a multiserver queue::"
734735
msgstr ""
735-
"模擬多伺服器佇列 (queue) 的到達時間與服務交付\n"
736+
"模擬多伺服器佇列 (queue) 的到達時間與服務交付\n"
736737
"\n"
737738
"::"
738739

@@ -807,7 +808,7 @@ msgid ""
807808
"class will use the new method::"
808809
msgstr ""
809810
"Class 中的所有\\ :ref:`實數分佈 <real-valued-distributions>`\\ 都將使用新方"
810-
"法\n"
811+
"法\n"
811812
"\n"
812813
"::"
813814

0 commit comments

Comments
 (0)