|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.6\n" |
10 | 10 | "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" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
14 | 14 | "MIME-Version: 1.0\n" |
@@ -304,46 +304,52 @@ msgstr "" |
304 | 304 | msgid "This is another name for :func:`linux_distribution`." |
305 | 305 | msgstr "" |
306 | 306 |
|
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 |
308 | 314 | msgid "Tries to determine the name of the Linux OS distribution name." |
309 | 315 | msgstr "" |
310 | 316 |
|
311 | | -#: ../../library/platform.rst:257 |
| 317 | +#: ../../library/platform.rst:258 |
312 | 318 | msgid "" |
313 | 319 | "``supported_dists`` may be given to define the set of Linux distributions to" |
314 | 320 | " look for. It defaults to a list of currently supported Linux distributions " |
315 | 321 | "identified by their release file name." |
316 | 322 | msgstr "" |
317 | 323 |
|
318 | | -#: ../../library/platform.rst:261 |
| 324 | +#: ../../library/platform.rst:262 |
319 | 325 | msgid "" |
320 | 326 | "If ``full_distribution_name`` is true (default), the full distribution read " |
321 | 327 | "from the OS is returned. Otherwise the short name taken from " |
322 | 328 | "``supported_dists`` is used." |
323 | 329 | msgstr "" |
324 | 330 |
|
325 | | -#: ../../library/platform.rst:265 |
| 331 | +#: ../../library/platform.rst:266 |
326 | 332 | msgid "" |
327 | 333 | "Returns a tuple ``(distname,version,id)`` which defaults to the args given " |
328 | 334 | "as parameters. ``id`` is the item in parentheses after the version number." |
329 | 335 | " It is usually the version codename." |
330 | 336 | msgstr "" |
331 | 337 |
|
332 | | -#: ../../library/platform.rst:273 |
| 338 | +#: ../../library/platform.rst:275 |
333 | 339 | msgid "" |
334 | 340 | "Tries to determine the libc version against which the file executable " |
335 | 341 | "(defaults to the Python interpreter) is linked. Returns a tuple of strings " |
336 | 342 | "``(lib, version)`` which default to the given parameters in case the lookup " |
337 | 343 | "fails." |
338 | 344 | msgstr "" |
339 | 345 |
|
340 | | -#: ../../library/platform.rst:277 |
| 346 | +#: ../../library/platform.rst:279 |
341 | 347 | msgid "" |
342 | 348 | "Note that this function has intimate knowledge of how different libc " |
343 | 349 | "versions add symbols to the executable is probably only usable for " |
344 | 350 | "executables compiled using :program:`gcc`." |
345 | 351 | msgstr "" |
346 | 352 |
|
347 | | -#: ../../library/platform.rst:281 |
| 353 | +#: ../../library/platform.rst:283 |
348 | 354 | msgid "The file is read and scanned in chunks of *chunksize* bytes." |
349 | 355 | msgstr "" |
0 commit comments