|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 |
| -# Copyright (C) 2001-2023, 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 | #
|
6 | 6 | # Translators:
|
7 |
| -# Rafael Fontenelle <rffontenelle@gmail.com>, 2022 |
| 7 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2024 |
8 | 8 | #
|
9 | 9 | #, fuzzy
|
10 | 10 | msgid ""
|
11 | 11 | msgstr ""
|
12 | 12 | "Project-Id-Version: Python 3.10\n"
|
13 | 13 | "Report-Msgid-Bugs-To: \n"
|
14 |
| -"POT-Creation-Date: 2023-07-14 15:16+0000\n" |
| 14 | +"POT-Creation-Date: 2024-04-19 19:31+0000\n" |
15 | 15 | "PO-Revision-Date: 2022-11-05 17:22+0000\n"
|
16 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n" |
| 16 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
17 | 17 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
18 | 18 | "MIME-Version: 1.0\n"
|
19 | 19 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -135,7 +135,7 @@ msgstr ""
|
135 | 135 | "例如,假设 ``sys.prefix`` 和 ``sys.exec_prefix`` 已经被设置为 :file:`/usr/local`。 Python"
|
136 | 136 | " X.Y 的库之后被安装为 :file:`/usr/local/lib/python{X.Y}`。假设有一个拥有三个孙目录 :file:`foo`, "
|
137 | 137 | ":file:`bar` 和 :file:`spam` 的子目录 :file:`/usr/local/lib/python{X.Y}/site-"
|
138 |
| -"packages`,并且有两个路径配置文件 :file:`foot.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` " |
| 138 | +"packages`,并且有两个路径配置文件 :file:`foo.pth` 和 :file:`bar.pth`。假定 :file:`foo.pth` " |
139 | 139 | "内容如下::"
|
140 | 140 |
|
141 | 141 | #: ../../library/site.rst:95
|
|
0 commit comments