11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2022 , Python Software Foundation
2+ # Copyright (C) 2001-2023 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # eric R <[email protected] >, 20218- 9- # jaystone776 <[email protected] >, 202110- # Freesand Leo <[email protected] >, 20217+ # Rafael Fontenelle <[email protected] >, 20238+ # Freesand Leo <[email protected] >, 2023119#
1210#, fuzzy
1311msgid ""
1412msgstr ""
15- "Project-Id-Version : Python 3.10 \n "
13+ "Project-Id-Version : Python 3.11 \n "
1614"Report-Msgid-Bugs-To : \n "
17- "POT-Creation-Date : 2022-11-04 14:28 +0000\n "
18- "PO-Revision-Date : 2021-06-28 01:50 +0000\n "
19- "
Last-Translator :
Freesand Leo <[email protected] >, 2021 \n "
20- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
15+ "POT-Creation-Date : 2023-08-11 14:43 +0000\n "
16+ "PO-Revision-Date : 2023-05-24 02:23 +0000\n "
17+ "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n "
18+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
2119"MIME-Version : 1.0\n "
2220"Content-Type : text/plain; charset=UTF-8\n "
2321"Content-Transfer-Encoding : 8bit\n "
@@ -35,12 +33,12 @@ msgstr "调用解释器"
3533#: ../../tutorial/interpreter.rst:13
3634msgid ""
3735"The Python interpreter is usually installed as "
38- ":file:`/usr/local/bin/python3.10 ` on those machines where it is available; "
36+ ":file:`/usr/local/bin/python3.11 ` on those machines where it is available; "
3937"putting :file:`/usr/local/bin` in your Unix shell's search path makes it "
4038"possible to start it by typing the command:"
4139msgstr ""
42- "Python 解释器在可用的机器上通常安装于 :file:`/usr/local/bin/python3.10` 路径下 ;将 "
43- ":file:`/usr/local/bin` 加入你的 Unix 终端的搜索路径就可以通过键入以下命令来启动它 :"
40+ "Python 解释器在可用的机器上通常被安装为 :file:`/usr/local/bin/python3.11` ;将 "
41+ ":file:`/usr/local/bin` 加入你的 Unix shell 的搜索路径就可以通过输入以下命令来启动它 :"
4442
4543#: ../../tutorial/interpreter.rst:21
4644msgid ""
@@ -55,13 +53,13 @@ msgstr ""
5553#: ../../tutorial/interpreter.rst:26
5654msgid ""
5755"On Windows machines where you have installed Python from the :ref:`Microsoft"
58- " Store <windows-store>`, the :file:`python3.10 ` command will be available. "
56+ " Store <windows-store>`, the :file:`python3.11 ` command will be available. "
5957"If you have the :ref:`py.exe launcher <launcher>` installed, you can use the"
6058" :file:`py` command. See :ref:`setting-envvars` for other ways to launch "
6159"Python."
6260msgstr ""
6361"在 Windows 机器上当你从 :ref:`Microsoft Store <windows-store>` 安装 Python "
64- "之后 ,:file:`python3.10 ` 命令将可使用。 如果你安装了 :ref:`py.exe 启动器 <launcher>`,你将可以使用 "
62+ "之后事 ,:file:`python3.11 ` 命令将可使用。 如果你安装了 :ref:`py.exe 启动器 <launcher>`,你将可使用 "
6563":file:`py` 命令。 请参阅 :ref:`setting-envvars` 了解其他启动 Python 的方式。"
6664
6765#: ../../tutorial/interpreter.rst:31
@@ -109,6 +107,9 @@ msgid ""
109107"characters that are special to the shell, it is usually advised to quote "
110108"*command* in its entirety."
111109msgstr ""
110+ "另一种启动解释器的方式是 ``python -c command [arg] ...``,这将执行 *command* 中的语句,相当于 shell 的"
111+ " :option:`-c` 选项。 由于 Python 语句经常包含空格或其他会被 shell 特殊对待的字符,通常建议用引号将整个 *command*"
112+ " 括起来。"
112113
113114#: ../../tutorial/interpreter.rst:57
114115msgid ""
0 commit comments