|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # Nyuan Zhang, 2025 |
| 8 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
8 | 9 | # |
9 | 10 | #,fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version:Python 3.11\n" |
13 | 14 | "Report-Msgid-Bugs-To:\n" |
14 | | -"POT-Creation-Date:2025-07-25 16:48+0000\n" |
| 15 | +"POT-Creation-Date:2025-09-21 16:08+0000\n" |
15 | 16 | "PO-Revision-Date:2025-07-18 20:04+0000\n" |
16 | | -"Last-Translator:Nyuan Zhang, 2025\n" |
| 17 | +"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n" |
17 | 18 | "Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
18 | 19 | "MIME-Version:1.0\n" |
19 | 20 | "Content-Type:text/plain; charset=UTF-8\n" |
@@ -2452,75 +2453,94 @@ msgstr "" |
2452 | 2453 | #:../../distutils/apiref.rst:1934 |
2453 | 2454 | msgid"" |
2454 | 2455 | ":mod:`distutils.command.build_scripts` --- Build the scripts of a package" |
2455 | | -msgstr"" |
| 2456 | +msgstr":mod:`distutils.command.build_scripts` --- Збірка сценаріїв пакета" |
2456 | 2457 |
|
2457 | 2458 | #:../../distutils/apiref.rst:1944 |
2458 | 2459 | msgid":mod:`distutils.command.clean` --- Clean a package build area" |
2459 | | -msgstr"" |
| 2460 | +msgstr":mod:`distutils.command.clean` --- Очистити область збірки пакета" |
2460 | 2461 |
|
2461 | 2462 | #:../../distutils/apiref.rst:1949 |
2462 | 2463 | msgid"" |
2463 | 2464 | "This command removes the temporary files created by :command:`build` and its" |
2464 | 2465 | " subcommands, like intermediary compiled object files. With the ``--all`` " |
2465 | 2466 | "option, the complete build directory will be removed." |
2466 | 2467 | msgstr"" |
| 2468 | +"Ця команда видаляє тимчасові файли, створені :command:`build` та його " |
| 2469 | +"підкомандами, як-от проміжні скомпільовані об’єктні файли. З опцією " |
| 2470 | +"``--all`` буде видалено повний каталог збірки." |
2467 | 2471 |
|
2468 | 2472 | #:../../distutils/apiref.rst:1953 |
2469 | 2473 | msgid"" |
2470 | 2474 | "Extension modules built :ref:`in place <distutils-build-ext-inplace>` will " |
2471 | 2475 | "not be cleaned, as they are not in the build directory." |
2472 | 2476 | msgstr"" |
| 2477 | +"Модулі розширення, створені :ref:`in place <distutils-build-ext-inplace>`, " |
| 2478 | +"не будуть очищені, оскільки їх немає в каталозі збірки." |
2473 | 2479 |
|
2474 | 2480 | #:../../distutils/apiref.rst:1958 |
2475 | 2481 | msgid":mod:`distutils.command.config` --- Perform package configuration" |
2476 | | -msgstr"" |
| 2482 | +msgstr":mod:`distutils.command.config` --- Виконати налаштування пакета" |
2477 | 2483 |
|
2478 | 2484 | #:../../distutils/apiref.rst:1968 |
2479 | 2485 | msgid":mod:`distutils.command.install` --- Install a package" |
2480 | | -msgstr"" |
| 2486 | +msgstr":mod:`distutils.command.install` --- Встановити пакет" |
2481 | 2487 |
|
2482 | 2488 | #:../../distutils/apiref.rst:1978 |
2483 | 2489 | msgid"" |
2484 | 2490 | ":mod:`distutils.command.install_data` --- Install data files from a package" |
2485 | 2491 | msgstr"" |
| 2492 | +":mod:`distutils.command.install_data` --- Встановити файли даних із пакета" |
2486 | 2493 |
|
2487 | 2494 | #:../../distutils/apiref.rst:1988 |
2488 | 2495 | msgid"" |
2489 | 2496 | ":mod:`distutils.command.install_headers` --- Install C/C++ header files from" |
2490 | 2497 | " a package" |
2491 | 2498 | msgstr"" |
| 2499 | +":mod:`distutils.command.install_headers` --- Встановити файли заголовків " |
| 2500 | +"C/C++ із пакета" |
2492 | 2501 |
|
2493 | 2502 | #:../../distutils/apiref.rst:1998 |
2494 | 2503 | msgid"" |
2495 | 2504 | ":mod:`distutils.command.install_lib` --- Install library files from a " |
2496 | 2505 | "package" |
2497 | 2506 | msgstr"" |
| 2507 | +":mod:`distutils.command.install_lib` --- Встановити файли бібліотеки з " |
| 2508 | +"пакета" |
2498 | 2509 |
|
2499 | 2510 | #:../../distutils/apiref.rst:2008 |
2500 | 2511 | msgid"" |
2501 | 2512 | ":mod:`distutils.command.install_scripts` --- Install script files from a " |
2502 | 2513 | "package" |
2503 | 2514 | msgstr"" |
| 2515 | +":mod:`distutils.command.install_scripts` --- Встановити файли сценарію з " |
| 2516 | +"пакета" |
2504 | 2517 |
|
2505 | 2518 | #:../../distutils/apiref.rst:2018 |
2506 | 2519 | msgid"" |
2507 | 2520 | ":mod:`distutils.command.register` --- Register a module with the Python " |
2508 | 2521 | "Package Index" |
2509 | 2522 | msgstr"" |
| 2523 | +":mod:`distutils.command.register` --- Реєстрація модуля в індексі пакетів " |
| 2524 | +"Python" |
2510 | 2525 |
|
2511 | 2526 | #:../../distutils/apiref.rst:2024 |
2512 | 2527 | msgid"" |
2513 | 2528 | "The ``register`` command registers the package with the Python Package " |
2514 | 2529 | "Index. This is described in more detail in :pep:`301`." |
2515 | 2530 | msgstr"" |
| 2531 | +"Команда ``register`` реєструє пакет в індексі пакетів Python. Це описано " |
| 2532 | +"більш детально в :pep:`301`." |
2516 | 2533 |
|
2517 | 2534 | #:../../distutils/apiref.rst:2031 |
2518 | 2535 | msgid":mod:`distutils.command.check` --- Check the meta-data of a package" |
2519 | | -msgstr"" |
| 2536 | +msgstr":mod:`distutils.command.check` --- Перевірити метадані пакета" |
2520 | 2537 |
|
2521 | 2538 | #:../../distutils/apiref.rst:2037 |
2522 | 2539 | msgid"" |
2523 | 2540 | "The ``check`` command performs some tests on the meta-data of a package. For" |
2524 | 2541 | " example, it verifies that all required meta-data are provided as the " |
2525 | 2542 | "arguments passed to the :func:`setup` function." |
2526 | 2543 | msgstr"" |
| 2544 | +"Команда ``check`` виконує деякі перевірки метаданих пакета. Наприклад, він " |
| 2545 | +"перевіряє, що всі необхідні метадані надано як аргументи, передані до " |
| 2546 | +"функції :func:`setup`." |