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

Skip to content

Commit 634bcbd

Browse files
committed
Adjust translation library/os details by PR comment
1 parent 86e572e commit 634bcbd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

library/os.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-04-18 00:04+0000\n"
11-
"PO-Revision-Date: 2024-04-28 23:46+0800\n"
11+
"PO-Revision-Date: 2024-04-29 15:24+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -56,8 +56,8 @@ msgid ""
5656
"originated with the POSIX interface)."
5757
msgstr ""
5858
"Python 所有內建作業系統相關的模組設計是這樣:只要有相同的函式可使用,就會使用"
59-
"相同的介面 (interface)。舉例來說,``os.stat(path)`` 的函式,回傳相同格式關"
60-
" *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。"
59+
"相同的介面 (interface)。舉例來說,``os.stat(path)`` 的函式,函式會以相同格"
60+
"式回傳關於 *path* 的統計資訊(這剛好來自於 POSIX 的介面。)。"
6161

6262
#: ../../library/os.rst:27
6363
msgid ""
@@ -80,7 +80,7 @@ msgstr ""
8080
#: ../../library/os.rst:35
8181
msgid ""
8282
"On VxWorks, os.popen, os.fork, os.execv and os.spawn*p* are not supported."
83-
msgstr "在 VxWorks, 不支援 os.popen、os.fork、 os.execv 和os.spawn*p* 。"
83+
msgstr "在 VxWorks, 不支援 os.popen、os.fork、 os.execv和os.spawn*p*。"
8484

8585
#: ../../library/os.rst:37
8686
msgid ""
@@ -92,7 +92,7 @@ msgid ""
9292
"getpid` are emulated or stubs."
9393
msgstr ""
9494
"在 WebAssembly 平台 ``wasm32-emscripten`` 和 ``wasm32-wasi`` 上,大部分 :mod:"
95-
"`os` 模組無法使用或行為不同。與程序(Process)(例如 :func:`~os.fork`、:func:"
95+
"`os` 模組無法使用或行為不同。與行程(Process)(例如 :func:`~os.fork`、:func:"
9696
"`~os.execve`\\)、訊號(例如 :func:`~os.kill`、:func:`~os.wait`\\),與資源"
9797
"(例如 :func:`~os.nice`\\)相關的 API 不可使用。其他諸如 :func:`~os.getuid` "
9898
"和 :func:`~os.getpid` 的相關 API 是 emulated 或 stubs。"
@@ -104,7 +104,7 @@ msgid ""
104104
"that have the correct type, but are not accepted by the operating system."
105105
msgstr ""
106106
"在檔案名稱和路徑找不到或無效的時候,或引數型別正確但作業系統不接受的時候,在"
107-
"此模組中的所有的函式都會引發 :exc:`OSError` (或其子類別)"
107+
"此模組中的所有的函式都會引發 :exc:`OSError`或其子類別)。"
108108

109109
#: ../../library/os.rst:53
110110
msgid "An alias for the built-in :exc:`OSError` exception."
@@ -293,7 +293,7 @@ msgstr "Python 3.15 預設使用 :ref:`utf8-mode`"
293293

294294
#: ../../library/os.rst:171
295295
msgid "Process Parameters"
296-
msgstr "程序(Process)參數"
296+
msgstr "行程參數"
297297

298298
#: ../../library/os.rst:173
299299
msgid ""

0 commit comments

Comments
 (0)