File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 92.14 %" , "updated_at" : " 2024-03-18T08:24:27Z " }
1
+ {"translation" : " 92.15 %" , "updated_at" : " 2024-03-18T15:22:07Z " }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.9\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-03-08 18:35 +0000\n "
20
+ "POT-Creation-Date : 2024-03-15 21:43 +0000\n "
21
21
"PO-Revision-Date : 2017-02-16 23:43+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3267,6 +3267,9 @@ msgid ""
3267
3267
"line by default, otherwise it can still be accessed through the Python "
3268
3268
"launcher for Windows as ``py -m pip``."
3269
3269
msgstr ""
3270
+ "在 Windows 和 Mac OS X 上,现在 CPython 安装程序默认会将 ``pip`` 与 CPython "
3271
+ "本身一同安装(用户可以在安装过程中选择不安装它)。 Window 用户需要选择执行 ``PATH`` 修改以使 ``pip`` "
3272
+ "在命令行中默认可用,在其他情况下它仍然可以通过 Windows 版 Python 启动器以 ``py -m pip`` 的方式使用。"
3270
3273
3271
3274
#: ../../whatsnew/2.7.rst:2679
3272
3275
msgid ""
Original file line number Diff line number Diff line change @@ -378,6 +378,9 @@ msgid ""
378
378
"default. This behaviour can be controlled through configure options, and "
379
379
"overridden through Makefile options."
380
380
msgstr ""
381
+ "对于 CPython :ref:`在 POSIX 系统上的源代码编译版 <building-python-on-unix>`,``make "
382
+ "install`` 和 ``make altinstall`` 命令默认会初始设置 ``pip``。 此行为可通过配置选项来控制,并通过 "
383
+ "Makefile 选项来重写。"
381
384
382
385
#: ../../whatsnew/3.4.rst:211
383
386
msgid ""
@@ -388,6 +391,9 @@ msgid ""
388
391
"line by default, otherwise it can still be accessed through the Python "
389
392
"launcher for Windows as ``py -m pip``."
390
393
msgstr ""
394
+ "在 Windows 和 Mac OS X 上,现在 CPython 安装程序默认会将 ``pip`` 与 CPython "
395
+ "本身一同安装(用户可以在安装过程中选择不安装它)。 Window 用户需要选择执行 ``PATH`` 修改以使 ``pip`` "
396
+ "在命令行中默认可用,在其他情况下它仍然可以通过 Windows 版 Python 启动器以 ``py -m pip`` 的方式使用。"
391
397
392
398
#: ../../whatsnew/3.4.rst:218
393
399
msgid ""
You can’t perform that action at this time.
0 commit comments