11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Freesand Leo <[email protected] >, 20198+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-07-25 08:38+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 23:26+0000\n "
16+ "
Last-Translator :
Freesand Leo <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -75,7 +79,7 @@ msgid ""
7579"site-packages; otherwise they won't."
7680msgstr ""
7781
78- #: ../../library/site.rst:52
82+ #: ../../library/site.rst:56
7983msgid ""
8084"A path configuration file is a file whose name has the form "
8185":file:`{name}.pth` and exists in one of the four directories mentioned "
@@ -87,7 +91,7 @@ msgid ""
8791"by space or tab) are executed."
8892msgstr ""
8993
90- #: ../../library/site.rst:64
94+ #: ../../library/site.rst:68
9195msgid ""
9296"For example, suppose ``sys.prefix`` and ``sys.exec_prefix`` are set to "
9397":file:`/usr/local`. The Python X.Y library is then installed in "
@@ -98,17 +102,17 @@ msgid ""
98102":file:`foo.pth` contains the following::"
99103msgstr ""
100104
101- #: ../../library/site.rst:78
105+ #: ../../library/site.rst:82
102106msgid "and :file:`bar.pth` contains::"
103107msgstr ""
104108
105- #: ../../library/site.rst:84
109+ #: ../../library/site.rst:88
106110msgid ""
107111"Then the following version-specific directories are added to ``sys.path``, "
108112"in this order::"
109113msgstr ""
110114
111- #: ../../library/site.rst:90
115+ #: ../../library/site.rst:94
112116msgid ""
113117"Note that :file:`bletch` is omitted because it doesn't exist; the "
114118":file:`bar` directory precedes the :file:`foo` directory because "
@@ -117,7 +121,7 @@ msgid ""
117121"configuration file."
118122msgstr ""
119123
120- #: ../../library/site.rst:97
124+ #: ../../library/site.rst:101
121125msgid ""
122126"After these path manipulations, an attempt is made to import a module named "
123127":mod:`sitecustomize`, which can perform arbitrary site-specific "
@@ -131,7 +135,7 @@ msgid ""
131135"perhaps mysterious failure of the process."
132136msgstr ""
133137
134- #: ../../library/site.rst:109
138+ #: ../../library/site.rst:113
135139msgid ""
136140"After this, an attempt is made to import a module named "
137141":mod:`usercustomize`, which can perform arbitrary user-specific "
@@ -143,18 +147,18 @@ msgid ""
143147"ignored."
144148msgstr ""
145149
146- #: ../../library/site.rst:117
150+ #: ../../library/site.rst:121
147151msgid ""
148152"Note that for some non-Unix systems, ``sys.prefix`` and ``sys.exec_prefix`` "
149153"are empty, and the path manipulations are skipped; however the import of "
150154":mod:`sitecustomize` and :mod:`usercustomize` is still attempted."
151155msgstr ""
152156
153- #: ../../library/site.rst:125
157+ #: ../../library/site.rst:129
154158msgid "Readline configuration"
155159msgstr ""
156160
157- #: ../../library/site.rst:127
161+ #: ../../library/site.rst:131
158162msgid ""
159163"On systems that support :mod:`readline`, this module will also import and "
160164"configure the :mod:`rlcompleter` module, if Python is started in "
@@ -166,19 +170,19 @@ msgid ""
166170":envvar:`PYTHONSTARTUP` file."
167171msgstr ""
168172
169- #: ../../library/site.rst:136
173+ #: ../../library/site.rst:140
170174msgid "Activation of rlcompleter and history was made automatic."
171175msgstr ""
172176
173- #: ../../library/site.rst:141
177+ #: ../../library/site.rst:145
174178msgid "Module contents"
175179msgstr ""
176180
177- #: ../../library/site.rst:145
181+ #: ../../library/site.rst:149
178182msgid "A list of prefixes for site-packages directories."
179183msgstr ""
180184
181- #: ../../library/site.rst:150
185+ #: ../../library/site.rst:154
182186msgid ""
183187"Flag showing the status of the user site-packages directory. ``True`` means"
184188" that it is enabled and was added to ``sys.path``. ``False`` means that it "
@@ -188,7 +192,7 @@ msgid ""
188192"administrator."
189193msgstr ""
190194
191- #: ../../library/site.rst:160
195+ #: ../../library/site.rst:164
192196msgid ""
193197"Path to the user site-packages for the running Python. Can be ``None`` if "
194198":func:`getusersitepackages` hasn't been called yet. Default value is "
@@ -199,7 +203,7 @@ msgid ""
199203"means that :file:`.pth` files in it will be processed."
200204msgstr ""
201205
202- #: ../../library/site.rst:171
206+ #: ../../library/site.rst:175
203207msgid ""
204208"Path to the base directory for the user site-packages. Can be ``None`` if "
205209":func:`getuserbase` hasn't been called yet. Default value is "
@@ -211,77 +215,77 @@ msgid ""
211215"user>`. See also :envvar:`PYTHONUSERBASE`."
212216msgstr ""
213217
214- #: ../../library/site.rst:183
218+ #: ../../library/site.rst:187
215219msgid ""
216220"Adds all the standard site-specific directories to the module search path. "
217221"This function is called automatically when this module is imported, unless "
218222"the Python interpreter was started with the :option:`-S` flag."
219223msgstr ""
220224
221- #: ../../library/site.rst:187
225+ #: ../../library/site.rst:191
222226msgid "This function used to be called unconditionally."
223227msgstr ""
224228
225- #: ../../library/site.rst:193
229+ #: ../../library/site.rst:197
226230msgid ""
227231"Add a directory to sys.path and process its :file:`.pth` files. Typically "
228232"used in :mod:`sitecustomize` or :mod:`usercustomize` (see above)."
229233msgstr ""
230234
231- #: ../../library/site.rst:199
235+ #: ../../library/site.rst:203
232236msgid "Return a list containing all global site-packages directories."
233237msgstr ""
234238
235- #: ../../library/site.rst:206
239+ #: ../../library/site.rst:210
236240msgid ""
237241"Return the path of the user base directory, :data:`USER_BASE`. If it is not"
238242" initialized yet, this function will also set it, respecting "
239243":envvar:`PYTHONUSERBASE`."
240244msgstr ""
241245
242- #: ../../library/site.rst:215
246+ #: ../../library/site.rst:219
243247msgid ""
244248"Return the path of the user-specific site-packages directory, "
245249":data:`USER_SITE`. If it is not initialized yet, this function will also "
246250"set it, respecting :envvar:`PYTHONNOUSERSITE` and :data:`USER_BASE`."
247251msgstr ""
248252
249- #: ../../library/site.rst:222
253+ #: ../../library/site.rst:226
250254msgid ""
251255"The :mod:`site` module also provides a way to get the user directories from "
252256"the command line:"
253257msgstr ""
254258
255- #: ../../library/site.rst:232
259+ #: ../../library/site.rst:236
256260msgid ""
257261"If it is called without arguments, it will print the contents of "
258262":data:`sys.path` on the standard output, followed by the value of "
259263":data:`USER_BASE` and whether the directory exists, then the same thing for "
260264":data:`USER_SITE`, and finally the value of :data:`ENABLE_USER_SITE`."
261265msgstr ""
262266
263- #: ../../library/site.rst:239
267+ #: ../../library/site.rst:243
264268msgid "Print the path to the user base directory."
265269msgstr ""
266270
267- #: ../../library/site.rst:243
271+ #: ../../library/site.rst:247
268272msgid "Print the path to the user site-packages directory."
269273msgstr ""
270274
271- #: ../../library/site.rst:245
275+ #: ../../library/site.rst:249
272276msgid ""
273277"If both options are given, user base and user site will be printed (always "
274278"in this order), separated by :data:`os.pathsep`."
275279msgstr ""
276280
277- #: ../../library/site.rst:248
281+ #: ../../library/site.rst:252
278282msgid ""
279283"If any option is given, the script will exit with one of these values: ``0``"
280284" if the user site-packages directory is enabled, ``1`` if it was disabled by"
281285" the user, ``2`` if it is disabled for security reasons or by an "
282286"administrator, and a value greater than 2 if there is an error."
283287msgstr ""
284288
285- #: ../../library/site.rst:255
289+ #: ../../library/site.rst:259
286290msgid ":pep:`370` -- Per user site-packages directory"
287- msgstr ""
291+ msgstr ":pep:`370` -- 分用户的 site-packages 目录 "
0 commit comments