|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2022, Python Software Foundation |
| 2 | +# Copyright (C) 2001-2024, Python Software Foundation |
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 | 5 | #
|
|
8 | 8 | # helloworldSB <warningfor163@foxmail.com>, 2021
|
9 | 9 | # Freesand Leo <yuqinju@163.com>, 2021
|
10 | 10 | # Alpha Du <alphanow@gmail.com>, 2022
|
| 11 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2024 |
11 | 12 | #
|
12 | 13 | #, fuzzy
|
13 | 14 | msgid ""
|
14 | 15 | msgstr ""
|
15 | 16 | "Project-Id-Version: Python 3.9\n"
|
16 | 17 | "Report-Msgid-Bugs-To: \n"
|
17 |
| -"POT-Creation-Date: 2022-11-04 14:34+0000\n" |
| 18 | +"POT-Creation-Date: 2024-04-26 21:29+0000\n" |
18 | 19 | "PO-Revision-Date: 2017-02-16 23:26+0000\n"
|
19 |
| -"Last-Translator: Alpha Du <alphanow@gmail.com>, 2022\n" |
20 |
| -"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 20 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 21 | +"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
21 | 22 | "MIME-Version: 1.0\n"
|
22 | 23 | "Content-Type: text/plain; charset=UTF-8\n"
|
23 | 24 | "Content-Transfer-Encoding: 8bit\n"
|
@@ -138,7 +139,7 @@ msgstr ""
|
138 | 139 | "例如,假设 ``sys.prefix`` 和 ``sys.exec_prefix`` 已经被设置为 :file:`/usr/local`。 Python"
|
139 | 140 | " X.Y 的库之后被安装为 :file:`/usr/local/lib/python{X.Y}`。假设有一个拥有三个孙目录 :file:`foo`, "
|
140 | 141 | ":file:`bar` 和 :file:`spam` 的子目录 :file:`/usr/local/lib/python{X.Y}/site-"
|
141 |
| -"packages`,并且有两个路径配置文件 :file:`foot.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` " |
| 142 | +"packages`,并且有两个路径配置文件 :file:`foo.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` " |
142 | 143 | "内容如下::"
|
143 | 144 |
|
144 | 145 | #: ../../library/site.rst:95
|
@@ -177,7 +178,7 @@ msgid ""
|
177 | 178 | "perhaps mysterious failure of the process."
|
178 | 179 | msgstr ""
|
179 | 180 | "在这些路径操作之后,会尝试导入一个名为 :mod:`sitecustomize` 的模块,它可以执行任意站点专属的定制。 它通常是由系统管理员在 "
|
180 |
| -"site-packages 目录下创建的。 如果此导入失败并引发 :exc:`ImportError` 或其子类异常,并且异常的 " |
| 181 | +"site-packages 目录下创建的。 如此此导入失败并引发 :exc:`ImportError` 或其子类异常,并且异常的 " |
181 | 182 | ":attr:`name` 属性等于 ``'sitecustomize'``,则它会被静默地忽略。 如果 Python "
|
182 | 183 | "是在没有可用输出流的情况下启动的,例如在 Windows 上使用 :file:`pythonw.exe` (它默认被用于启动 start "
|
183 | 184 | "IDLE),则来自 :mod:`sitecustomize` 的输出尝试会被忽略。 任何其他异常都会导致静默且可能令人迷惑不解的进程失败。"
|
|
0 commit comments