3
3
# This file is distributed under the same license as the Python package.
4
4
#
5
5
# Translators:
6
+ # Adrian Liaw <adrianliaw2000@gmail.com>, 2018
6
7
msgid ""
7
8
msgstr ""
8
9
"Project-Id-Version : Python 3.11\n "
9
10
"Report-Msgid-Bugs-To : \n "
10
11
"POT-Creation-Date : 2023-03-16 00:18+0000\n "
11
- "PO-Revision-Date : 2018-05-23 14:06+0000 \n "
12
+ "PO-Revision-Date : 2023-04-24 20:49+0800 \n "
12
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
15
"tw)\n "
@@ -17,6 +18,7 @@ msgstr ""
17
18
"Content-Type : text/plain; charset=UTF-8\n "
18
19
"Content-Transfer-Encoding : 8bit\n "
19
20
"Plural-Forms : nplurals=1; plural=0;\n "
21
+ "X-Generator : Poedit 3.2.2\n "
20
22
21
23
#: ../../c-api/init.rst:8
22
24
msgid "Initialization, Finalization, and Threads"
@@ -200,7 +202,7 @@ msgstr ""
200
202
201
203
#: ../../c-api/init.rst:90
202
204
msgid "Set by the :option:`-b` option."
203
- msgstr ""
205
+ msgstr "由 :option:`-b` 選項設定。 "
204
206
205
207
#: ../../c-api/init.rst:94
206
208
msgid ""
@@ -212,7 +214,7 @@ msgstr ""
212
214
msgid ""
213
215
"Set by the :option:`-d` option and the :envvar:`PYTHONDEBUG` environment "
214
216
"variable."
215
- msgstr ""
217
+ msgstr "由 :option:`-d` 選項與 :envvar:`PYTHONDEBUG` 環境變數設定。 "
216
218
217
219
#: ../../c-api/init.rst:102
218
220
msgid ""
@@ -225,6 +227,7 @@ msgid ""
225
227
"Set by the :option:`-B` option and the :envvar:`PYTHONDONTWRITEBYTECODE` "
226
228
"environment variable."
227
229
msgstr ""
230
+ "由 :option:`-B` 選項與 :envvar:`PYTHONDONTWRITEBYTECODE` 環境變數設定。"
228
231
229
232
#: ../../c-api/init.rst:110
230
233
msgid ""
@@ -241,6 +244,7 @@ msgid ""
241
244
"Set to ``1`` if the :envvar:`PYTHONHASHSEED` environment variable is set to "
242
245
"a non-empty string."
243
246
msgstr ""
247
+ "如果環境變數 :envvar:`PYTHONHASHSEED` 被設定為一個非空字串則設為 ``1``。"
244
248
245
249
#: ../../c-api/init.rst:120
246
250
msgid ""
@@ -256,7 +260,7 @@ msgstr ""
256
260
257
261
#: ../../c-api/init.rst:128
258
262
msgid "Set by the :option:`-E` and :option:`-I` options."
259
- msgstr ""
263
+ msgstr "由 :option:`-E` 與 :option:`-I` 選項設定。 "
260
264
261
265
#: ../../c-api/init.rst:132
262
266
msgid ""
@@ -269,11 +273,11 @@ msgstr ""
269
273
msgid ""
270
274
"Set by the :option:`-i` option and the :envvar:`PYTHONINSPECT` environment "
271
275
"variable."
272
- msgstr ""
276
+ msgstr "由 :option:`-i` 選項與 :envvar:`PYTHONINSPECT` 環境變數設定。 "
273
277
274
278
#: ../../c-api/init.rst:141
275
279
msgid "Set by the :option:`-i` option."
276
- msgstr ""
280
+ msgstr "由 :option:`-i` 選項設定。 "
277
281
278
282
#: ../../c-api/init.rst:145
279
283
msgid ""
@@ -283,7 +287,7 @@ msgstr ""
283
287
284
288
#: ../../c-api/init.rst:148
285
289
msgid "Set by the :option:`-I` option."
286
- msgstr ""
290
+ msgstr "由 :option:`-i` 選項設定。 "
287
291
288
292
#: ../../c-api/init.rst:154
289
293
msgid ""
@@ -297,6 +301,8 @@ msgid ""
297
301
"Set to ``1`` if the :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment "
298
302
"variable is set to a non-empty string."
299
303
msgstr ""
304
+ "如果環境變數 :envvar:`PYTHONLEGACYWINDOWSFSENCODING` 被設定為一個非空字串則設"
305
+ "為 ``1``。"
300
306
301
307
#: ../../c-api/init.rst:161
302
308
msgid "See :pep:`529` for more details."
@@ -332,7 +338,7 @@ msgstr ""
332
338
333
339
#: ../../c-api/init.rst:184
334
340
msgid "Set by the :option:`-S` option."
335
- msgstr ""
341
+ msgstr "由 :option:`-S` 選項設定。 "
336
342
337
343
#: ../../c-api/init.rst:188
338
344
msgid ""
@@ -345,12 +351,14 @@ msgid ""
345
351
"Set by the :option:`-s` and :option:`-I` options, and the :envvar:"
346
352
"`PYTHONNOUSERSITE` environment variable."
347
353
msgstr ""
354
+ "由 :option:`-s` 選項、:option:`-I` 選項與 :envvar:`PYTHONNOUSERSITE` 環境變數"
355
+ "設定。"
348
356
349
357
#: ../../c-api/init.rst:196
350
358
msgid ""
351
359
"Set by the :option:`-O` option and the :envvar:`PYTHONOPTIMIZE` environment "
352
360
"variable."
353
- msgstr ""
361
+ msgstr "由 :option:`-O` 選項與 :envvar:`PYTHONOPTIMIZE` 環境變數設定。 "
354
362
355
363
#: ../../c-api/init.rst:201
356
364
msgid ""
@@ -359,7 +367,7 @@ msgstr ""
359
367
360
368
#: ../../c-api/init.rst:203
361
369
msgid "Set by the :option:`-q` option."
362
- msgstr ""
370
+ msgstr "由 :option:`-q` 選項設定。 "
363
371
364
372
#: ../../c-api/init.rst:209
365
373
msgid "Force the stdout and stderr streams to be unbuffered."
@@ -369,7 +377,7 @@ msgstr ""
369
377
msgid ""
370
378
"Set by the :option:`-u` option and the :envvar:`PYTHONUNBUFFERED` "
371
379
"environment variable."
372
- msgstr ""
380
+ msgstr "由 :option:`-u` 選項與 :envvar:`PYTHONUNBUFFERED` 環境變數設定。 "
373
381
374
382
#: ../../c-api/init.rst:216
375
383
msgid ""
@@ -383,7 +391,7 @@ msgstr ""
383
391
msgid ""
384
392
"Set by the :option:`-v` option and the :envvar:`PYTHONVERBOSE` environment "
385
393
"variable."
386
- msgstr ""
394
+ msgstr "由 :option:`-v` 選項與 :envvar:`PYTHONVERBOSE` 環境變數設定。 "
387
395
388
396
#: ../../c-api/init.rst:226
389
397
msgid "Initializing and finalizing the interpreter"
@@ -464,7 +472,7 @@ msgid ""
464
472
"than once."
465
473
msgstr ""
466
474
467
- #: ../../c-api/init.rst:29
475
+ #: ../../c-api/init.rst:305
468
476
msgid ""
469
477
"Raises an :ref:`auditing event <auditing>` ``cpython."
470
478
"_PySys_ClearAuditHooks`` with no arguments."
@@ -1030,7 +1038,7 @@ msgstr ""
1030
1038
1031
1039
#: ../../c-api/init.rst:896
1032
1040
msgid "High-level API"
1033
- msgstr ""
1041
+ msgstr "高階 API "
1034
1042
1035
1043
#: ../../c-api/init.rst:898
1036
1044
msgid ""
@@ -1072,7 +1080,7 @@ msgstr ""
1072
1080
1073
1081
#: ../../c-api/init.rst:933
1074
1082
msgid "The function now does nothing."
1075
- msgstr ""
1083
+ msgstr "此函式現在不會做任何事情。 "
1076
1084
1077
1085
#: ../../c-api/init.rst:936
1078
1086
msgid ""
@@ -1241,7 +1249,7 @@ msgstr ""
1241
1249
1242
1250
#: ../../c-api/init.rst:1095
1243
1251
msgid "Low-level API"
1244
- msgstr ""
1252
+ msgstr "低階 API "
1245
1253
1246
1254
#: ../../c-api/init.rst:1097
1247
1255
msgid ""
@@ -1259,7 +1267,7 @@ msgid ""
1259
1267
"function."
1260
1268
msgstr ""
1261
1269
1262
- #: ../../c-api/init.rst:5
1270
+ #: ../../c-api/init.rst:1109
1263
1271
msgid ""
1264
1272
"Raises an :ref:`auditing event <auditing>` ``cpython."
1265
1273
"PyInterpreterState_New`` with no arguments."
@@ -1271,7 +1279,7 @@ msgid ""
1271
1279
"interpreter lock must be held."
1272
1280
msgstr ""
1273
1281
1274
- #: ../../c-api/init.rst:4
1282
+ #: ../../c-api/init.rst:1117
1275
1283
msgid ""
1276
1284
"Raises an :ref:`auditing event <auditing>` ``cpython."
1277
1285
"PyInterpreterState_Clear`` with no arguments."
@@ -1900,7 +1908,7 @@ msgstr ""
1900
1908
1901
1909
#: ../../c-api/init.rst:1666 ../../c-api/init.rst:1680
1902
1910
msgid "The caller must hold the :term:`GIL`."
1903
- msgstr ""
1911
+ msgstr "呼叫者必須持有 :term:`GIL`。 "
1904
1912
1905
1913
#: ../../c-api/init.rst:1671
1906
1914
msgid ""
0 commit comments