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

Skip to content

Commit 631ae7b

Browse files
committed
[po] auto sync bot
1 parent f4c66e3 commit 631ae7b

2 files changed

Lines changed: 2766 additions & 2748 deletions

File tree

library/platform.po

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-02-24 12:26+0900\n"
11+
"POT-Creation-Date: 2018-05-16 13:19+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1414
"MIME-Version: 1.0\n"
@@ -304,46 +304,52 @@ msgstr ""
304304
msgid "This is another name for :func:`linux_distribution`."
305305
msgstr ""
306306

307-
#: ../../library/platform.rst:255
307+
#: ../../library/platform.rst:252 ../../library/platform.rst:271
308+
msgid ""
309+
"See alternative like the `distro <https://pypi.org/project/distro>`_ "
310+
"package."
311+
msgstr ""
312+
313+
#: ../../library/platform.rst:256
308314
msgid "Tries to determine the name of the Linux OS distribution name."
309315
msgstr ""
310316

311-
#: ../../library/platform.rst:257
317+
#: ../../library/platform.rst:258
312318
msgid ""
313319
"``supported_dists`` may be given to define the set of Linux distributions to"
314320
" look for. It defaults to a list of currently supported Linux distributions "
315321
"identified by their release file name."
316322
msgstr ""
317323

318-
#: ../../library/platform.rst:261
324+
#: ../../library/platform.rst:262
319325
msgid ""
320326
"If ``full_distribution_name`` is true (default), the full distribution read "
321327
"from the OS is returned. Otherwise the short name taken from "
322328
"``supported_dists`` is used."
323329
msgstr ""
324330

325-
#: ../../library/platform.rst:265
331+
#: ../../library/platform.rst:266
326332
msgid ""
327333
"Returns a tuple ``(distname,version,id)`` which defaults to the args given "
328334
"as parameters. ``id`` is the item in parentheses after the version number."
329335
" It is usually the version codename."
330336
msgstr ""
331337

332-
#: ../../library/platform.rst:273
338+
#: ../../library/platform.rst:275
333339
msgid ""
334340
"Tries to determine the libc version against which the file executable "
335341
"(defaults to the Python interpreter) is linked. Returns a tuple of strings "
336342
"``(lib, version)`` which default to the given parameters in case the lookup "
337343
"fails."
338344
msgstr ""
339345

340-
#: ../../library/platform.rst:277
346+
#: ../../library/platform.rst:279
341347
msgid ""
342348
"Note that this function has intimate knowledge of how different libc "
343349
"versions add symbols to the executable is probably only usable for "
344350
"executables compiled using :program:`gcc`."
345351
msgstr ""
346352

347-
#: ../../library/platform.rst:281
353+
#: ../../library/platform.rst:283
348354
msgid "The file is read and scanned in chunks of *chunksize* bytes."
349355
msgstr ""

0 commit comments

Comments
 (0)