@@ -200,6 +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
205
204
206
#: ../../library/os.rst:119
205
207
msgid ""
@@ -215,13 +217,18 @@ msgid ""
215
217
"On Unix, :func:`os.device_encoding` returns ``'utf-8'`` rather than the "
216
218
"device encoding."
217
219
msgstr ""
220
+ "在Unix中, :func:`os.device_encoding` 回傳 ``'utf-8'`` 而非 "
221
+ "device encoding."
218
222
219
223
#: ../../library/os.rst:127
220
224
msgid ""
221
225
"Note that the standard stream settings in UTF-8 mode can be overridden by :"
222
226
"envvar:`PYTHONIOENCODING` (just as they can be in the default locale-aware "
223
227
"mode)."
224
228
msgstr ""
229
+ "請注意,在UTF-8模式中,stream的預設參數會被 :"
230
+ "envvar:`PYTHONIOENCODING` 取代(如同在 default locale-aware "
231
+ "模式一樣)."
225
232
226
233
#: ../../library/os.rst:131
227
234
msgid ""
@@ -234,10 +241,12 @@ msgid ""
234
241
"Command line arguments, environment variables and filenames are decoded to "
235
242
"text using the UTF-8 encoding."
236
243
msgstr ""
244
+ "命令列中的參數、環境變數及檔案名稱使用UTF-8編碼 "
237
245
238
246
#: ../../library/os.rst:136
239
247
msgid ":func:`os.fsdecode` and :func:`os.fsencode` use the UTF-8 encoding."
240
248
msgstr ""
249
+ ":func:`os.fsdecode` 和 :func:`os.fsencode` 使用 UTF-8 編碼"
241
<
8000
/td>250
242
251
#: ../../library/os.rst:137
243
252
msgid ""
@@ -438,6 +447,8 @@ msgid ""
438
447
"Calling :func:`putenv` directly does not change :data:`os.environ`, so it's "
439
448
"better to modify :data:`os.environ`."
440
449
msgstr ""
450
+ "直接呼叫 :func:`putenv` 並不會改變 :data:`os.environ`, "
451
+ ":data:`os.environ`會更適合用於修正 "
441
452
442
453
#: ../../library/os.rst:216
443
454
msgid ""
@@ -727,6 +738,7 @@ msgstr ""
727
738
#: ../../library/os.rst:571
728
739
msgid "The function is now always available."
729
740
msgstr ""
741
+ "此函式並非永遠可用"
730
742
731
743
#: ../../library/os.rst:577
732
744
msgid "Set the current process's effective group id."
0 commit comments