8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59b214 commit 54ba5a5Copy full SHA for 54ba5a5
.stat.json
@@ -1 +1 @@
1
-{"translation": "80.84%", "updated_at": "2025-01-30T15:56:01Z"}
+{"translation": "80.85%", "updated_at": "2025-01-31T07:55:51Z"}
using/mac.po
@@ -514,13 +514,20 @@ msgid ""
514
"environment variables should be needed to use "
515
"|usemac_python_x_dot_y_t_literal|."
516
msgstr ""
517
+"默认选中的 **UNIX command-line tools** 软件包将在 :file:`/usr/local/bin` 中安装链接指向 "
518
+"|usemac_python_x_dot_y_t_literal|,自由线程的解释器,以及 "
519
+"|usemac_python_x_dot_y_t_literal_config|,一个对软件包构建者来说很有用的配置工具。 由于 "
520
+":file:`/usr/local/bin` 通常会包括在你的 shell ``PATH`` 中,在大多数情况下都不需要修改你的 ``PATH`` "
521
+"环境变量即可使用 |usemac_python_x_dot_y_t_literal|。"
522
523
#: ../../using/mac.rst:300
524
msgid ""
525
"For this release, the **Shell profile updater** package and the "
526
":file:`Update Shell Profile.command` in |usemac_applications_folder_version|"
527
" do not support the free-threaded package."
528
529
+"对于本发布版,**Shell profile updater** 软件包和 |usemac_applications_folder_version| "
530
+"中的 :file:`Update Shell Profile.command` 均不支持自由线程的软件包。"
531
532
#: ../../using/mac.rst:304
533
@@ -530,6 +537,9 @@ msgid ""
537
" free-threaded package will install a separate instance of :program:`pip` "
538
"for use with |usemac_python_x_dot_y_t_literal|."
539
540
+"自由线程构建版和传统构建版具有不同的搜索路径和不同的 :file:`site-packages` "
541
+"目录,因此,在默认情况下,如果你需要某个包在两个构建版中均可用,将需要在两版中均安装。 自由线程软件包将安装单独的 :program:`pip` 以配合"
542
+" |usemac_python_x_dot_y_t_literal| 使用。"
543
534
544
#: ../../using/mac.rst:310
535
545
msgid "To install a package using :command:`pip` without a :command:`venv`:"
@@ -573,6 +583,9 @@ msgid ""
573
583
"there are :ref:`command line options <using-on-interface-options>` like "
574
584
"``-E`` to ignore these environment variables."
575
585
586
+"两个构建版中的解释器响应相同的 :ref:`PYTHON 环境变量 <using-on-envvars>` 可能导致预料之外的结果,举例来说,如果你在 "
587
+"shell 配置文件中设置了 ``PYTHONPATH`` 的话。 如有必要,可以使用像 ``-E`` 这样的 :ref:`命令行选项 <using-"
588
+"on-interface-options>` 来忽略这些环境变量。"
576
589
577
590
#: ../../using/mac.rst:333
578
591
@@ -582,6 +595,8 @@ msgid ""
582
595
"the :command:`Install Certificates.command` script, thus it only needs to be"
596
" run once."
597
598
+"自由线程构建版会链接安装在传统框架中的第三方共享库,如 ``OpenSSL`` 和 ``Tk``。 这意味着两个构建版还会共享同一个由 "
599
+":command:`Install Certificates.command` 脚本所安装的信任证书,因此它只须运行一次。"
600
601
#: ../../using/mac.rst:339
602
@@ -591,6 +606,10 @@ msgid ""
606
"does), you can explicitly set your shell ``PATH`` environment variable to "
592
607
"include the ``PythonT`` framework ``bin`` directory:"
593
608
609
+"如果你不能依赖 ``/usr/local/bin`` 中指向 ``python.org`` 自由线程 "
610
+"|usemac_python_x_dot_y_t_literal| "
611
+"的链接(举例来说,如果你想在其中安装你自己的版本或者其他发布版要这样做),你可以显式设置你的 shell ``PATH`` 环境变量以包括 "
612
+"``PythonT`` 框架的 ``bin`` 目录:"
594
613
614
#: ../../using/mac.rst:345
615
whatsnew/changelog.po
@@ -76102,30 +76102,36 @@ msgid ""
76102
":issue:`20079`: The makelocalealias.py script now can parse the SUPPORTED "
76103
"file from glibc sources and supports command line options for source paths."
76104
76105
+":issue:`20079`: makelocalealias.py 脚本现在能够解析 glibc 源代码中的 SUPPORTED "
76106
+"文件并支持针对源代码路径的命令行选项。"
76107
76108
#: ../../../build/NEWS:47901
76109
76110
":issue:`22201`: Command-line interface of the zipfile module now correctly "
76111
"extracts ZIP files with directory entries. Patch by Ryan Wilson."
76112
76113
+":issue:`22201`: zipfile 模块的命令行界面现在能正确地提取带有目录项的 ZIP 文件。 由 Ryan Wilson 编写补丁。"
76114
76115
#: ../../../build/NEWS:47904
76116
76117
":issue:`22120`: For functions using an unsigned integer return converter, "
76118
"Argument Clinic now generates a cast to that type for the comparison to -1 "
76119
"in the generated code. (This suppresses a compilation warning.)"
76120
76121
+":issue:`22120`: 对于使用无符号整数返回转换器的函数,现在 Argument Clinic 会在所生成的代码中为与 -1 "
76122
+"的比较生成到该类型的强制转换。 (这将抑制一个编译警告。)"
76123
76124
#: ../../../build/NEWS:47908
76125
76126
":issue:`18974`: Tools/scripts/diff.py now uses argparse instead of optparse."
-msgstr ""
76127
+msgstr ":issue:`18974`: Tools/scripts/diff.py 现在将使用 argparse 而不是 optparse。"
76128
76129
#: ../../../build/NEWS:47910
76130
76131
":issue:`21906`: Make Tools/scripts/md5sum.py work in Python 3. Patch by "
76132
"Zachary Ware."
76133
76134
+":issue:`21906`: 让 Tools/scripts/md5sum.py 适用于 Python 3。 由 Zachary Ware 编写补丁。"
76135
76136
#: ../../../build/NEWS:47913
76137
msgid ":issue:`21629`: Fix Argument Clinic's \"--converters\" feature."