|
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: Python 3.14\n" |
7 | 7 | "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" |
9 | 9 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
10 | 10 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
11 | 11 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -2164,7 +2164,7 @@ msgid "" |
2164 | 2164 | "have headers in a nonstandard directory *include_dir*." |
2165 | 2165 | msgstr "" |
2166 | 2166 |
|
2167 | | -#: ../../using/configure.rst:1416 ../../using/configure.rst:1606 |
| 2167 | +#: ../../using/configure.rst:1416 ../../using/configure.rst:1612 |
2168 | 2168 | msgid "" |
2169 | 2169 | "Both :envvar:`CPPFLAGS` and :envvar:`LDFLAGS` need to contain the shell's " |
2170 | 2170 | "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``." |
2256 | 2256 | msgstr "" |
2257 | 2257 |
|
2258 | 2258 | #: ../../using/configure.rst:1511 |
| 2259 | +msgid "Flags used to compile ``Python/ceval.c``." |
| 2260 | +msgstr "" |
| 2261 | + |
| 2262 | +#: ../../using/configure.rst:1517 |
2259 | 2263 | msgid "Compiler flags used to build a shared library." |
2260 | 2264 | msgstr "用於建置共享函式庫的編譯器旗標。" |
2261 | 2265 |
|
2262 | | -#: ../../using/configure.rst:1513 |
| 2266 | +#: ../../using/configure.rst:1519 |
2263 | 2267 | msgid "For example, ``-fPIC`` is used on Linux and on BSD." |
2264 | 2268 | msgstr "例如說 ``-fPIC`` 被使用於 Linux 與 BSD 上。" |
2265 | 2269 |
|
2266 | | -#: ../../using/configure.rst:1517 |
| 2270 | +#: ../../using/configure.rst:1523 |
2267 | 2271 | msgid "Extra C flags added for building the interpreter object files." |
2268 | 2272 | msgstr "用於建置直譯器目的檔的額外 C 旗標。" |
2269 | 2273 |
|
2270 | | -#: ../../using/configure.rst:1519 |
| 2274 | +#: ../../using/configure.rst:1525 |
2271 | 2275 | msgid "" |
2272 | 2276 | "Default: ``$(CCSHARED)`` when :option:`--enable-shared` is used, or an empty " |
2273 | 2277 | "string otherwise." |
2274 | 2278 | msgstr "" |
2275 | 2279 | "預設值:當使用 :option:`--enable-shared` 時為 ``$(CCSHARED)``,否則為空字串。" |
2276 | 2280 |
|
2277 | | -#: ../../using/configure.rst:1524 |
| 2281 | +#: ../../using/configure.rst:1530 |
2278 | 2282 | msgid "" |
2279 | 2283 | "Default: ``$(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) " |
2280 | 2284 | "$(EXTRA_CFLAGS)``." |
2281 | 2285 | msgstr "" |
2282 | 2286 | "預設值:``$(BASECFLAGS) $(OPT) $(CONFIGURE_CFLAGS) $(CFLAGS) " |
2283 | 2287 | "$(EXTRA_CFLAGS)``。" |
2284 | 2288 |
|
2285 | | -#: ../../using/configure.rst:1528 |
| 2289 | +#: ../../using/configure.rst:1534 |
2286 | 2290 | msgid "" |
2287 | 2291 | "Default: ``$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/" |
2288 | 2292 | "internal``." |
2289 | 2293 | msgstr "" |
2290 | 2294 | "預設值:``$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/" |
2291 | 2295 | "internal``。" |
2292 | 2296 |
|
2293 | | -#: ../../using/configure.rst:1534 |
| 2297 | +#: ../../using/configure.rst:1540 |
2294 | 2298 | msgid "C flags used for building the interpreter object files." |
2295 | 2299 | msgstr "用於建置直譯器目的檔的 C 旗標。" |
2296 | 2300 |
|
2297 | | -#: ../../using/configure.rst:1536 |
| 2301 | +#: ../../using/configure.rst:1542 |
2298 | 2302 | msgid "" |
2299 | 2303 | "Default: ``$(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) " |
2300 | 2304 | "$(CFLAGSFORSHARED)``." |
2301 | 2305 | msgstr "" |
2302 | 2306 | "預設值:``$(PY_CFLAGS) $(PY_CFLAGS_NODIST) $(PY_CPPFLAGS) " |
2303 | 2307 | "$(CFLAGSFORSHARED)``。" |
2304 | 2308 |
|
2305 | | -#: ../../using/configure.rst:1542 |
| 2309 | +#: ../../using/configure.rst:1548 |
2306 | 2310 | msgid "Default: ``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE``." |
2307 | 2311 | msgstr "預設值:``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE``。" |
2308 | 2312 |
|
2309 | | -#: ../../using/configure.rst:1548 |
| 2313 | +#: ../../using/configure.rst:1554 |
2310 | 2314 | msgid "" |
2311 | 2315 | "Compiler flags to build a standard library extension module as a built-in " |
2312 | 2316 | "module, like the :mod:`posix` module." |
2313 | 2317 | msgstr "" |
2314 | 2318 |
|
2315 | | -#: ../../using/configure.rst:1551 |
| 2319 | +#: ../../using/configure.rst:1557 |
2316 | 2320 | msgid "Default: ``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN``." |
2317 | 2321 | msgstr "預設值:``$(PY_STDMODULE_CFLAGS) -DPy_BUILD_CORE_BUILTIN``。" |
2318 | 2322 |
|
2319 | | -#: ../../using/configure.rst:1557 |
| 2323 | +#: ../../using/configure.rst:1563 |
2320 | 2324 | msgid "Purify command. Purify is a memory debugger program." |
2321 | 2325 | msgstr "" |
2322 | 2326 |
|
2323 | | -#: ../../using/configure.rst:1559 |
| 2327 | +#: ../../using/configure.rst:1565 |
2324 | 2328 | msgid "Default: empty string (not used)." |
2325 | 2329 | msgstr "預設值:空字串(未使用)。" |
2326 | 2330 |
|
2327 | | -#: ../../using/configure.rst:1563 |
| 2331 | +#: ../../using/configure.rst:1569 |
2328 | 2332 | msgid "Linker flags" |
2329 | 2333 | msgstr "" |
2330 | 2334 |
|
2331 | | -#: ../../using/configure.rst:1567 |
| 2335 | +#: ../../using/configure.rst:1573 |
2332 | 2336 | msgid "" |
2333 | 2337 | "Linker command used to build programs like ``python`` and ``_testembed``." |
2334 | 2338 | msgstr "" |
2335 | 2339 |
|
2336 | | -#: ../../using/configure.rst:1569 |
| 2340 | +#: ../../using/configure.rst:1575 |
2337 | 2341 | msgid "Default: ``$(PURIFY) $(CC)``." |
2338 | 2342 | msgstr "預設值:``$(PURIFY) $(CC)``。" |
2339 | 2343 |
|
2340 | | -#: ../../using/configure.rst:1573 |
| 2344 | +#: ../../using/configure.rst:1579 |
2341 | 2345 | msgid "" |
2342 | 2346 | "Value of :envvar:`LDFLAGS` variable passed to the ``./configure`` script." |
2343 | 2347 | msgstr "" |
2344 | 2348 |
|
2345 | | -#: ../../using/configure.rst:1575 |
| 2349 | +#: ../../using/configure.rst:1581 |
2346 | 2350 | msgid "" |
2347 | 2351 | "Avoid assigning :envvar:`CFLAGS`, :envvar:`LDFLAGS`, etc. so users can use " |
2348 | 2352 | "them on the command line to append to these values without stomping the pre-" |
2349 | 2353 | "set values." |
2350 | 2354 | msgstr "" |
2351 | 2355 |
|
2352 | | -#: ../../using/configure.rst:1583 |
| 2356 | +#: ../../using/configure.rst:1589 |
2353 | 2357 | msgid "" |
2354 | 2358 | ":envvar:`LDFLAGS_NODIST` is used in the same manner as :envvar:" |
2355 | 2359 | "`CFLAGS_NODIST`. Use it when a linker flag should *not* be part of :envvar:" |
2356 | 2360 | "`LDFLAGS` once Python is installed (:gh:`65320`)." |
2357 | 2361 | msgstr "" |
2358 | 2362 |
|
2359 | | -#: ../../using/configure.rst:1587 |
| 2363 | +#: ../../using/configure.rst:1593 |
2360 | 2364 | msgid "In particular, :envvar:`LDFLAGS` should not contain:" |
2361 | 2365 | msgstr "" |
2362 | 2366 |
|
2363 | | -#: ../../using/configure.rst:1589 |
| 2367 | +#: ../../using/configure.rst:1595 |
2364 | 2368 | msgid "" |
2365 | 2369 | "the compiler flag ``-L`` (for setting the search path for libraries). The ``-" |
2366 | 2370 | "L`` flags are processed from left to right, and any flags in :envvar:" |
2367 | 2371 | "`LDFLAGS` would take precedence over user- and package-supplied ``-L`` flags." |
2368 | 2372 | msgstr "" |
2369 | 2373 |
|
2370 | | -#: ../../using/configure.rst:1596 |
| 2374 | +#: ../../using/configure.rst:1602 |
2371 | 2375 | msgid "" |
2372 | 2376 | "Value of :envvar:`LDFLAGS_NODIST` variable passed to the ``./configure`` " |
2373 | 2377 | "script." |
2374 | 2378 | msgstr "" |
2375 | 2379 |
|
2376 | | -#: ../../using/configure.rst:1603 |
| 2380 | +#: ../../using/configure.rst:1609 |
2377 | 2381 | msgid "" |
2378 | 2382 | "Linker flags, e.g. :samp:`-L{lib_dir}` if you have libraries in a " |
2379 | 2383 | "nonstandard directory *lib_dir*." |
2380 | 2384 | msgstr "" |
2381 | 2385 |
|
2382 | | -#: ../../using/configure.rst:1612 |
| 2386 | +#: ../../using/configure.rst:1618 |
2383 | 2387 | msgid "" |
2384 | 2388 | "Linker flags to pass libraries to the linker when linking the Python " |
2385 | 2389 | "executable." |
2386 | 2390 | msgstr "" |
2387 | 2391 |
|
2388 | | -#: ../../using/configure.rst:1615 |
| 2392 | +#: ../../using/configure.rst:1621 |
2389 | 2393 | msgid "Example: ``-lrt``." |
2390 | 2394 | msgstr "範例:``-lrt``。" |
2391 | 2395 |
|
2392 | | -#: ../../using/configure.rst:1619 |
| 2396 | +#: ../../using/configure.rst:1625 |
2393 | 2397 | msgid "Command to build a shared library." |
2394 | 2398 | msgstr "建置共享函式庫的指令。" |
2395 | 2399 |
|
2396 | | -#: ../../using/configure.rst:1621 |
| 2400 | +#: ../../using/configure.rst:1627 |
2397 | 2401 | msgid "Default: ``@LDSHARED@ $(PY_LDFLAGS)``." |
2398 | 2402 | msgstr "預設值:``@LDSHARED@ $(PY_LDFLAGS)``。" |
2399 | 2403 |
|
2400 | | -#: ../../using/configure.rst:1625 |
| 2404 | +#: ../../using/configure.rst:1631 |
2401 | 2405 | msgid "Command to build ``libpython`` shared library." |
2402 | 2406 | msgstr "建置 ``libpython`` 共享函式庫的指令。" |
2403 | 2407 |
|
2404 | | -#: ../../using/configure.rst:1627 |
| 2408 | +#: ../../using/configure.rst:1633 |
2405 | 2409 | msgid "Default: ``@BLDSHARED@ $(PY_CORE_LDFLAGS)``." |
2406 | 2410 | msgstr "預設值:``@BLDSHARED@ $(PY_CORE_LDFLAGS)``。" |
2407 | 2411 |
|
2408 | | -#: ../../using/configure.rst:1631 |
| 2412 | +#: ../../using/configure.rst:1637 |
2409 | 2413 | msgid "Default: ``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``." |
2410 | 2414 | msgstr "預設值:``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``。" |
2411 | 2415 |
|
2412 | | -#: ../../using/configure.rst:1635 |
| 2416 | +#: ../../using/configure.rst:1641 |
2413 | 2417 | msgid "Default: ``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``." |
2414 | 2418 | msgstr "預設值:``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``。" |
2415 | 2419 |
|
2416 | | -#: ../../using/configure.rst:1641 |
| 2420 | +#: ../../using/configure.rst:1647 |
2417 | 2421 | msgid "Linker flags used for building the interpreter object files." |
2418 | 2422 | msgstr "" |
2419 | 2423 |
|
2420 | | -#: ../../using/configure.rst:1647 |
| 2424 | +#: ../../using/configure.rst:1653 |
2421 | 2425 | msgid "Footnotes" |
2422 | 2426 | msgstr "註腳" |
2423 | 2427 |
|
2424 | | -#: ../../using/configure.rst:1648 |
| 2428 | +#: ../../using/configure.rst:1654 |
2425 | 2429 | msgid "" |
2426 | 2430 | "``git clean -fdx`` is an even more extreme way to \"clean\" your checkout. " |
2427 | 2431 | "It removes all files not known to Git. When bug hunting using ``git " |
|
0 commit comments