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

Skip to content

Commit 8845cf1

Browse files
[po] auto sync
1 parent aaad2c8 commit 8845cf1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

library/sysconfig.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,39 +208,45 @@ msgstr "返回一个包含 :mod:`sysconfig` 目前支持的所有方案的元组
208208
msgid ""
209209
"Return a tuple containing all path names currently supported in "
210210
":mod:`sysconfig`."
211-
msgstr ""
211+
msgstr "返回一个包含在 :mod:`sysconfig` 中目前支持的所有路径名称的元组。"
212212

213213
#: ../../library/sysconfig.rst:118
214214
msgid ""
215215
"Return an installation path corresponding to the path *name*, from the "
216216
"install scheme named *scheme*."
217-
msgstr ""
217+
msgstr "返回一个对应于路径 *name*,来自名为 *scheme* 的安装方案的安装路径。"
218218

219219
#: ../../library/sysconfig.rst:121
220220
msgid ""
221221
"*name* has to be a value from the list returned by :func:`get_path_names`."
222-
msgstr ""
222+
msgstr "*name* 必须是一个来自 :func:`get_path_names` 所返回的列表的值。"
223223

224224
#: ../../library/sysconfig.rst:123
225225
msgid ""
226226
":mod:`sysconfig` stores installation paths corresponding to each path name, "
227227
"for each platform, with variables to be expanded. For instance the *stdlib*"
228228
" path for the *nt* scheme is: ``{base}/Lib``."
229229
msgstr ""
230+
":mod:`sysconfig` 会针对每个平台保存与每个路径名称相对应的安装路径,并带有可扩展的变量。 例如针对 *nt* 方案的 *stdlib* "
231+
"路径是: ``{base}/Lib``。"
230232

231233
#: ../../library/sysconfig.rst:127
232234
msgid ""
233235
":func:`get_path` will use the variables returned by :func:`get_config_vars` "
234236
"to expand the path. All variables have default values for each platform so "
235237
"one may call this function and get the default value."
236238
msgstr ""
239+
":func:`get_path` 将使用 :func:`get_config_vars` 所返回的变量来扩展路径。 "
240+
"所有变量对于每种平台都有相应的默认值因此使用者可以调用此函数来获取默认值。"
237241

238242
#: ../../library/sysconfig.rst:131
239243
msgid ""
240244
"If *scheme* is provided, it must be a value from the list returned by "
241245
":func:`get_scheme_names`. Otherwise, the default scheme for the current "
242246
"platform is used."
243247
msgstr ""
248+
"如果提供了 *scheme*,则它必须是一个来自 :func:`get_scheme_names` 所返回的列表的值。 "
249+
"在其他情况下,将会使用针对当前平台的默认方案。"
244250

245251
#: ../../library/sysconfig.rst:135
246252
msgid ""

0 commit comments

Comments
 (0)