Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df03572

Browse files
[po] auto sync
1 parent 4a76595 commit df03572

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "88.96%", "updated_at": "2023-08-13T02:42:32Z"}
1+
{"translation": "88.96%", "updated_at": "2023-08-13T05:42:06Z"}

tutorial/interpreter.po

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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]>, 2021
8-
# Woko <[email protected]>, 2021
9-
# jaystone776 <[email protected]>, 2021
10-
# Freesand Leo <[email protected]>, 2021
7+
# Rafael Fontenelle <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2023
119
#
1210
#, fuzzy
1311
msgid ""
1412
msgstr ""
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
3634
msgid ""
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:"
4139
msgstr ""
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
4644
msgid ""
@@ -55,13 +53,13 @@ msgstr ""
5553
#: ../../tutorial/interpreter.rst:26
5654
msgid ""
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."
6260
msgstr ""
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."
111109
msgstr ""
110+
"另一种启动解释器的方式是 ``python -c command [arg] ...``,这将执行 *command* 中的语句,相当于 shell 的"
111+
" :option:`-c` 选项。 由于 Python 语句经常包含空格或其他会被 shell 特殊对待的字符,通常建议用引号将整个 *command*"
112+
" 括起来。"
112113

113114
#: ../../tutorial/interpreter.rst:57
114115
msgid ""

0 commit comments

Comments
 (0)