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

Skip to content

Commit e6f1a2b

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

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

library/sysconfig.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -252,45 +252,45 @@ msgstr ""
252252
msgid ""
253253
"If *vars* is provided, it must be a dictionary of variables that will update"
254254
" the dictionary return by :func:`get_config_vars`."
255-
msgstr ""
255+
msgstr "如果提供了 *vars*,则它必须是一个将要更新 :func:`get_config_vars` 所返回的字典的字典。"
256256

257257
#: ../../library/sysconfig.rst:138
258258
msgid ""
259259
"If *expand* is set to ``False``, the path will not be expanded using the "
260260
"variables."
261-
msgstr ""
261+
msgstr "如果 *expand* 被设为 ``False``,则将不使用这些变量来扩展路径。"
262262

263263
#: ../../library/sysconfig.rst:141
264264
msgid "If *name* is not found, raise a :exc:`KeyError`."
265-
msgstr ""
265+
msgstr "如果 *name* 未找到,则会引发 :exc:`KeyError`。"
266266

267267
#: ../../library/sysconfig.rst:146
268268
msgid ""
269269
"Return a dictionary containing all installation paths corresponding to an "
270270
"installation scheme. See :func:`get_path` for more information."
271-
msgstr ""
271+
msgstr "返回一个包含与特定安装方案对应的安装路径的字典。 请参阅 :func:`get_path` 了解详情。"
272272

273273
#: ../../library/sysconfig.rst:149
274274
msgid ""
275275
"If *scheme* is not provided, will use the default scheme for the current "
276276
"platform."
277-
msgstr ""
277+
msgstr "如果未提供 *scheme*,则将使用针对当前平台的默认方案。"
278278

279279
#: ../../library/sysconfig.rst:152
280280
msgid ""
281281
"If *vars* is provided, it must be a dictionary of variables that will update"
282282
" the dictionary used to expand the paths."
283-
msgstr ""
283+
msgstr "如果提供了 *vars*,则它必须是一个将要更新用于扩展的字典的变量字典。"
284284

285285
#: ../../library/sysconfig.rst:155
286286
msgid "If *expand* is set to false, the paths will not be expanded."
287-
msgstr ""
287+
msgstr "如果 *expand* 被设为假值,则路径将不会被扩展。"
288288

289289
#: ../../library/sysconfig.rst:157
290290
msgid ""
291291
"If *scheme* is not an existing scheme, :func:`get_paths` will raise a "
292292
":exc:`KeyError`."
293-
msgstr ""
293+
msgstr "如果 *scheme* 不是一个现有的方案,则 :func:`get_paths` 将引发 :exc:`KeyError`。"
294294

295295
#: ../../library/sysconfig.rst:162
296296
msgid "Other functions"
@@ -301,10 +301,12 @@ msgid ""
301301
"Return the ``MAJOR.MINOR`` Python version number as a string. Similar to "
302302
"``'%d.%d' % sys.version_info[:2]``."
303303
msgstr ""
304+
"以字符串形式 ``MAJOR.MINOR`` 返回 Python 版本号。 类似于 ``'%d.%d' % "
305+
"sys.version_info[:2]``。"
304306

305307
#: ../../library/sysconfig.rst:172
306308
msgid "Return a string that identifies the current platform."
307-
msgstr ""
309+
msgstr "返回一个标识当前平台的字符串。"
308310

309311
#: ../../library/sysconfig.rst:174
310312
msgid ""

0 commit comments

Comments
 (0)