@@ -200,8 +200,8 @@ msgid ""
200
200
":func:`locale.getpreferredencoding` returns ``'utf-8'`` (the *do_setlocale* "
201
201
"argument has no effect)."
202
202
msgstr ""
203
- ":func:`locale.getpreferredencoding` 回傳 ``'utf-8'`` (the *do_setlocale* "
204
- "argument has no effect )."
203
+ ":func:`locale.getpreferredencoding` 回傳 ``'utf-8'`` (*do_setlocale* "
204
+ "引數並無任何效果 )."
205
205
206
206
#: ../../library/os.rst:119
207
207
msgid ""
@@ -218,17 +218,17 @@ msgid ""
218
218
"device encoding."
219
219
msgstr ""
220
220
"在Unix中, :func:`os.device_encoding` 回傳 ``'utf-8'`` 而非 "
221
- "device encoding. "
221
+ "裝置編碼 "
222
222
223
223
#: ../../library/os.rst:127
224
224
msgid ""
225
225
"Note that the standard stream settings in UTF-8 mode can be overridden by :"
226
226
"envvar:`PYTHONIOENCODING` (just as they can be in the default locale-aware "
227
227
"mode)."
228
228
msgstr ""
229
- "請注意,在UTF-8模式中,stream的預設參數會被 :"
230
- "envvar:`PYTHONIOENCODING` 取代(如同在 default locale-aware "
231
- "模式一樣) ."
229
+ "請注意,在UTF-8模式中,串流參數會被 :"
230
+ "envvar:`PYTHONIOENCODING` 覆蓋(如同在預設在地化偵測 "
231
+ "模式一樣) ."
232
232
233
233
#: ../../library/os.rst:131
234
234
msgid ""
@@ -241,7 +241,7 @@ msgid ""
241
241
"Command line arguments, environment variables and filenames are decoded to "
242
242
"text using the UTF-8 encoding."
243
243
msgstr ""
244
- "命令列中的參數、環境變數及檔案名稱使用UTF-8編碼 "
244
+ "命令列中的引數、環境變數及檔案名稱以文字形式使用 UTF-8 編碼 "
245
245
246
246
#: ../../library/os.rst:136
247
247
msgid ":func:`os.fsdecode` and :func:`os.fsencode` use the UTF-8 encoding."
@@ -448,7 +448,7 @@ msgid ""
448
448
"better to modify :data:`os.environ`."
449
449
msgstr ""
450
450
"直接呼叫 :func:`putenv` 並不會改變 :data:`os.environ`, "
451
- ":data:`os.environ`會更適合用於修正 "
451
+ "因此,更適合修改 :data:`os.environ` "
452
452
453
453
#: ../../library/os.rst:216
454
454
msgid ""
@@ -738,7 +738,7 @@ msgstr ""
738
738
#: ../../library/os.rst:571
739
739
msgid "The function is now always available."
740
740
msgstr ""
741
- "此函式並非永遠可用 "
741
+ "此函式自現在起,永遠可用 "
742
742
743
743
#: ../../library/os.rst:577
744
744
msgid "Set the current process's effective group id."
0 commit comments