Skip to content

Commit 4998e66

Browse files
sync with cpython f36da66c
1 parent 171d83f commit 4998e66

File tree

1 file changed

+39
-35
lines changed

1 file changed

+39
-35
lines changed

using/configure.po

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3.14\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2026-04-04 00:21+0000\n"
8+
"POT-Creation-Date: 2026-04-11 00:22+0000\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2164,7 +2164,7 @@ msgid ""
21642164
"have headers in a nonstandard directory *include_dir*."
21652165
msgstr ""
21662166

2167-
#: ../../using/configure.rst:1416 ../../using/configure.rst:1606
2167+
#: ../../using/configure.rst:1416 ../../using/configure.rst:1612
21682168
msgid ""
21692169
"Both :envvar:`CPPFLAGS` and :envvar:`LDFLAGS` need to contain the shell's "
21702170
"value to be able to build extension modules using the directories specified "
@@ -2256,172 +2256,176 @@ msgid "Strict or non-strict aliasing flags used to compile ``Python/dtoa.c``."
22562256
msgstr ""
22572257

22582258
#: ../../using/configure.rst:1511
2259+
msgid "Flags used to compile ``Python/ceval.c``."
2260+
msgstr ""
2261+
2262+
#: ../../using/configure.rst:1517
22592263
msgid "Compiler flags used to build a shared library."
22602264
msgstr "用於建置共享函式庫的編譯器旗標。"
22612265

2262-
#: ../../using/configure.rst:1513
2266+
#: ../../using/configure.rst:1519
22632267
msgid "For example, ``-fPIC`` is used on Linux and on BSD."
22642268
msgstr "例如說 ``-fPIC`` 被使用於 Linux 與 BSD 上。"
22652269

2266-
#: ../../using/configure.rst:1517
2270+
#: ../../using/configure.rst:1523
22672271
msgid "Extra C flags added for building the interpreter object files."
22682272
msgstr "用於建置直譯器目的檔的額外 C 旗標。"
22692273

2270-
#: ../../using/configure.rst:1519
2274+
#: ../../using/configure.rst:1525
22712275
msgid ""
22722276
"Default: ``$(CCSHARED)`` when :option:`--enable-shared` is used, or an empty "
22732277
"string otherwise."
22742278
msgstr ""
22752279
"預設值:當使用 :option:`--enable-shared` 時為 ``$(CCSHARED)``,否則為空字串。"
22762280

2277-
#: ../../using/configure.rst:1524
2281+
#: ../../using/configure.rst:1530
22782282
msgid ""
22792283
"Default: ``$(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) "
22802284
"$(EXTRA_CFLAGS)``."
22812285
msgstr ""
22822286
"預設值:``$(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) "
22832287
"$(EXTRA_CFLAGS)``。"
22842288

2285-
#: ../../using/configure.rst:1528
2289+
#: ../../using/configure.rst:1534
22862290
msgid ""
22872291
"Default: ``$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/"
22882292
"internal``."
22892293
msgstr ""
22902294
"預設值:``$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/"
22912295
"internal``。"
22922296

2293-
#: ../../using/configure.rst:1534
2297+
#: ../../using/configure.rst:1540
22942298
msgid "C flags used for building the interpreter object files."
22952299
msgstr "用於建置直譯器目的檔的 C 旗標。"
22962300

2297-
#: ../../using/configure.rst:1536
2301+
#: ../../using/configure.rst:1542
22982302
msgid ""
22992303
"Default: ``$(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) "
23002304
"$(CFLAGSFORSHARED)``."
23012305
msgstr ""
23022306
"預設值:``$(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) "
23032307
"$(CFLAGSFORSHARED)``。"
23042308

2305-
#: ../../using/configure.rst:1542
2309+
#: ../../using/configure.rst:1548
23062310
msgid "Default: ``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE``."
23072311
msgstr "預設值:``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE``。"
23082312

2309-
#: ../../using/configure.rst:1548
2313+
#: ../../using/configure.rst:1554
23102314
msgid ""
23112315
"Compiler flags to build a standard library extension module as a built-in "
23122316
"module, like the :mod:`posix` module."
23132317
msgstr ""
23142318

2315-
#: ../../using/configure.rst:1551
2319+
#: ../../using/configure.rst:1557
23162320
msgid "Default: ``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN``."
23172321
msgstr "預設值:``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN``。"
23182322

2319-
#: ../../using/configure.rst:1557
2323+
#: ../../using/configure.rst:1563
23202324
msgid "Purify command. Purify is a memory debugger program."
23212325
msgstr ""
23222326

2323-
#: ../../using/configure.rst:1559
2327+
#: ../../using/configure.rst:1565
23242328
msgid "Default: empty string (not used)."
23252329
msgstr "預設值:空字串(未使用)。"
23262330

2327-
#: ../../using/configure.rst:1563
2331+
#: ../../using/configure.rst:1569
23282332
msgid "Linker flags"
23292333
msgstr ""
23302334

2331-
#: ../../using/configure.rst:1567
2335+
#: ../../using/configure.rst:1573
23322336
msgid ""
23332337
"Linker command used to build programs like ``python`` and ``_testembed``."
23342338
msgstr ""
23352339

2336-
#: ../../using/configure.rst:1569
2340+
#: ../../using/configure.rst:1575
23372341
msgid "Default: ``$(PURIFY) $(CC)``."
23382342
msgstr "預設值:``$(PURIFY) $(CC)``。"
23392343

2340-
#: ../../using/configure.rst:1573
2344+
#: ../../using/configure.rst:1579
23412345
msgid ""
23422346
"Value of :envvar:`LDFLAGS` variable passed to the ``./configure`` script."
23432347
msgstr ""
23442348

2345-
#: ../../using/configure.rst:1575
2349+
#: ../../using/configure.rst:1581
23462350
msgid ""
23472351
"Avoid assigning :envvar:`CFLAGS`, :envvar:`LDFLAGS`, etc. so users can use "
23482352
"them on the command line to append to these values without stomping the pre-"
23492353
"set values."
23502354
msgstr ""
23512355

2352-
#: ../../using/configure.rst:1583
2356+
#: ../../using/configure.rst:1589
23532357
msgid ""
23542358
":envvar:`LDFLAGS_NODIST` is used in the same manner as :envvar:"
23552359
"`CFLAGS_NODIST`. Use it when a linker flag should *not* be part of :envvar:"
23562360
"`LDFLAGS` once Python is installed (:gh:`65320`)."
23572361
msgstr ""
23582362

2359-
#: ../../using/configure.rst:1587
2363+
#: ../../using/configure.rst:1593
23602364
msgid "In particular, :envvar:`LDFLAGS` should not contain:"
23612365
msgstr ""
23622366

2363-
#: ../../using/configure.rst:1589
2367+
#: ../../using/configure.rst:1595
23642368
msgid ""
23652369
"the compiler flag ``-L`` (for setting the search path for libraries). The ``-"
23662370
"L`` flags are processed from left to right, and any flags in :envvar:"
23672371
"`LDFLAGS` would take precedence over user- and package-supplied ``-L`` flags."
23682372
msgstr ""
23692373

2370-
#: ../../using/configure.rst:1596
2374+
#: ../../using/configure.rst:1602
23712375
msgid ""
23722376
"Value of :envvar:`LDFLAGS_NODIST` variable passed to the ``./configure`` "
23732377
"script."
23742378
msgstr ""
23752379

2376-
#: ../../using/configure.rst:1603
2380+
#: ../../using/configure.rst:1609
23772381
msgid ""
23782382
"Linker flags, e.g. :samp:`-L{lib_dir}` if you have libraries in a "
23792383
"nonstandard directory *lib_dir*."
23802384
msgstr ""
23812385

2382-
#: ../../using/configure.rst:1612
2386+
#: ../../using/configure.rst:1618
23832387
msgid ""
23842388
"Linker flags to pass libraries to the linker when linking the Python "
23852389
"executable."
23862390
msgstr ""
23872391

2388-
#: ../../using/configure.rst:1615
2392+
#: ../../using/configure.rst:1621
23892393
msgid "Example: ``-lrt``."
23902394
msgstr "範例:``-lrt``。"
23912395

2392-
#: ../../using/configure.rst:1619
2396+
#: ../../using/configure.rst:1625
23932397
msgid "Command to build a shared library."
23942398
msgstr "建置共享函式庫的指令。"
23952399

2396-
#: ../../using/configure.rst:1621
2400+
#: ../../using/configure.rst:1627
23972401
msgid "Default: ``@LDSHARED@ $(PY_LDFLAGS)``."
23982402
msgstr "預設值:``@LDSHARED@ $(PY_LDFLAGS)``。"
23992403

2400-
#: ../../using/configure.rst:1625
2404+
#: ../../using/configure.rst:1631
24012405
msgid "Command to build ``libpython`` shared library."
24022406
msgstr "建置 ``libpython`` 共享函式庫的指令。"
24032407

2404-
#: ../../using/configure.rst:1627
2408+
#: ../../using/configure.rst:1633
24052409
msgid "Default: ``@BLDSHARED@ $(PY_CORE_LDFLAGS)``."
24062410
msgstr "預設值:``@BLDSHARED@ $(PY_CORE_LDFLAGS)``。"
24072411

2408-
#: ../../using/configure.rst:1631
2412+
#: ../../using/configure.rst:1637
24092413
msgid "Default: ``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``."
24102414
msgstr "預設值:``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``。"
24112415

2412-
#: ../../using/configure.rst:1635
2416+
#: ../../using/configure.rst:1641
24132417
msgid "Default: ``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``."
24142418
msgstr "預設值:``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``。"
24152419

2416-
#: ../../using/configure.rst:1641
2420+
#: ../../using/configure.rst:1647
24172421
msgid "Linker flags used for building the interpreter object files."
24182422
msgstr ""
24192423

2420-
#: ../../using/configure.rst:1647
2424+
#: ../../using/configure.rst:1653
24212425
msgid "Footnotes"
24222426
msgstr "註腳"
24232427

2424-
#: ../../using/configure.rst:1648
2428+
#: ../../using/configure.rst:1654
24252429
msgid ""
24262430
"``git clean -fdx`` is an even more extreme way to \"clean\" your checkout. "
24272431
"It removes all files not known to Git. When bug hunting using ``git "

0 commit comments

Comments
 (0)