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

Skip to content

Commit 398476f

Browse files
committed
[po] auto sync bot
1 parent 0bb92d7 commit 398476f

7 files changed

Lines changed: 108 additions & 68 deletions

File tree

c-api/slice.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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+
# Kunkgg <[email protected]>, 2019
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+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 17:38+0000\n"
16+
"Last-Translator: Kunkgg <[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"
@@ -19,7 +23,7 @@ msgstr ""
1923

2024
#: ../../c-api/slice.rst:6
2125
msgid "Slice Objects"
22-
msgstr ""
26+
msgstr "切片对象"
2327

2428
#: ../../c-api/slice.rst:11
2529
msgid ""

library/lzma.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Fred <[email protected]>, 2018
88
# Zombie110year <[email protected]>, 2019
99
# Dingyuan Wang <[email protected]>, 2019
10+
# ppcfish <[email protected]>, 2019
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1718
"PO-Revision-Date: 2017-02-16 23:17+0000\n"
18-
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
19+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -460,7 +461,7 @@ msgstr ""
460461

461462
#: ../../library/lzma.rst:312
462463
msgid "Miscellaneous"
463-
msgstr ""
464+
msgstr "杂项"
464465

465466
#: ../../library/lzma.rst:316
466467
msgid "Returns true if the given integrity check is supported on this system."

library/multiprocessing.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# ww song <[email protected]>, 2018
1111
# 叶浚安 <[email protected]>, 2019
1212
# walkinrain <[email protected]>, 2019
13+
# ppcfish <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-01-26 10:28+0900\n"
2021
"PO-Revision-Date: 2017-02-16 23:19+0000\n"
21-
"Last-Translator: walkinrain <walkinrain2008@163.com>, 2019\n"
22+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -966,7 +967,7 @@ msgstr ""
966967

967968
#: ../../library/multiprocessing.rst:906
968969
msgid "Miscellaneous"
969-
msgstr ""
970+
msgstr "杂项"
970971

971972
#: ../../library/multiprocessing.rst:910
972973
msgid "Return list of all live children of the current process."

library/stdtypes.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,25 +2556,29 @@ msgid ""
25562556
"*iterable*, including :class:`bytes` objects. The separator between "
25572557
"elements is the string providing this method."
25582558
msgstr ""
2559+
"返回一个由 *iterable* 中的字符串拼接而成的字符串。 如果 *iterable* 中存在任何非字符串值包括 :class:`bytes` "
2560+
"对象则会引发 :exc:`TypeError`。 调用该方法的字符串将作为元素之间的分隔。"
25592561

25602562
#: ../../library/stdtypes.rst:1761
25612563
msgid ""
25622564
"Return the string left justified in a string of length *width*. Padding is "
25632565
"done using the specified *fillchar* (default is an ASCII space). The "
25642566
"original string is returned if *width* is less than or equal to ``len(s)``."
25652567
msgstr ""
2568+
"返回长度为 *width* 的字符串,原字符串在其中靠左对齐。 使用指定的 *fillchar* 填充空位 (默认使用 ASCII 空格符)。 如果 "
2569+
"*width* 小于等于 ``len(s)`` 则返回原字符串的副本。"
25662570

25672571
#: ../../library/stdtypes.rst:1768
25682572
msgid ""
25692573
"Return a copy of the string with all the cased characters [4]_ converted to "
25702574
"lowercase."
2571-
msgstr ""
2575+
msgstr "返回原字符串的副本,其所有区分大小写的字符 [4]_ 均转换为小写。"
25722576

25732577
#: ../../library/stdtypes.rst:1771
25742578
msgid ""
25752579
"The lowercasing algorithm used is described in section 3.13 of the Unicode "
25762580
"Standard."
2577-
msgstr ""
2581+
msgstr "所用转换小写算法的描述请参见 Unicode 标准的 3.13 节。"
25782582

25792583
#: ../../library/stdtypes.rst:1777
25802584
msgid ""

library/urllib.request.po

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-03-23 10:56+0900\n"
15+
"POT-Creation-Date: 2019-04-11 11:08+0900\n"
1616
"PO-Revision-Date: 2017-02-16 23:34+0000\n"
1717
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1573,11 +1573,15 @@ msgid ""
15731573
":func:`urlopen`."
15741574
msgstr ""
15751575

1576-
#: ../../library/urllib.request.rst:1441
1576+
#: ../../library/urllib.request.rst:1438
1577+
msgid "This method always quotes *fullurl* using :func:`~urllib.parse.quote`."
1578+
msgstr ""
1579+
1580+
#: ../../library/urllib.request.rst:1442
15771581
msgid "Overridable interface to open unknown URL types."
15781582
msgstr ""
15791583

1580-
#: ../../library/urllib.request.rst:1446
1584+
#: ../../library/urllib.request.rst:1447
15811585
msgid ""
15821586
"Retrieves the contents of *url* and places it in *filename*. The return "
15831587
"value is a tuple consisting of a local filename and either an "
@@ -1594,7 +1598,7 @@ msgid ""
15941598
"from the network. *reporthook* is ignored for local URLs."
15951599
msgstr ""
15961600

1597-
#: ../../library/urllib.request.rst:1459
1601+
#: ../../library/urllib.request.rst:1460
15981602
msgid ""
15991603
"If the *url* uses the :file:`http:` scheme identifier, the optional *data* "
16001604
"argument may be given to specify a ``POST`` request (normally the request "
@@ -1603,15 +1607,15 @@ msgid ""
16031607
":func:`urllib.parse.urlencode` function."
16041608
msgstr ""
16051609

1606-
#: ../../library/urllib.request.rst:1468
1610+
#: ../../library/urllib.request.rst:1469
16071611
msgid ""
16081612
"Variable that specifies the user agent of the opener object. To get "
16091613
":mod:`urllib` to tell servers that it is a particular user agent, set this "
16101614
"in a subclass as a class variable or in the constructor before calling the "
16111615
"base constructor."
16121616
msgstr ""
16131617

1614-
#: ../../library/urllib.request.rst:1478
1618+
#: ../../library/urllib.request.rst:1479
16151619
msgid ""
16161620
":class:`FancyURLopener` subclasses :class:`URLopener` providing default "
16171621
"handling for the following HTTP response codes: 301, 302, 303, 307 and 401."
@@ -1622,14 +1626,14 @@ msgid ""
16221626
"defaults to 10."
16231627
msgstr ""
16241628

1625-
#: ../../library/urllib.request.rst:1485
1629+
#: ../../library/urllib.request.rst:1486
16261630
msgid ""
16271631
"For all other response codes, the method :meth:`http_error_default` is "
16281632
"called which you can override in subclasses to handle the error "
16291633
"appropriately."
16301634
msgstr ""
16311635

1632-
#: ../../library/urllib.request.rst:1490
1636+
#: ../../library/urllib.request.rst:1491
16331637
msgid ""
16341638
"According to the letter of :rfc:`2616`, 301 and 302 responses to POST "
16351639
"requests must not be automatically redirected without confirmation by the "
@@ -1638,13 +1642,13 @@ msgid ""
16381642
"behaviour."
16391643
msgstr ""
16401644

1641-
#: ../../library/urllib.request.rst:1495
1645+
#: ../../library/urllib.request.rst:1496
16421646
msgid ""
16431647
"The parameters to the constructor are the same as those for "
16441648
":class:`URLopener`."
16451649
msgstr ""
16461650

1647-
#: ../../library/urllib.request.rst:1499
1651+
#: ../../library/urllib.request.rst:1500
16481652
msgid ""
16491653
"When performing basic authentication, a :class:`FancyURLopener` instance "
16501654
"calls its :meth:`prompt_user_passwd` method. The default implementation "
@@ -1653,68 +1657,68 @@ msgid ""
16531657
"needed."
16541658
msgstr ""
16551659

1656-
#: ../../library/urllib.request.rst:1504
1660+
#: ../../library/urllib.request.rst:1505
16571661
msgid ""
16581662
"The :class:`FancyURLopener` class offers one additional method that should "
16591663
"be overloaded to provide the appropriate behavior:"
16601664
msgstr ""
16611665

1662-
#: ../../library/urllib.request.rst:1509
1666+
#: ../../library/urllib.request.rst:1510
16631667
msgid ""
16641668
"Return information needed to authenticate the user at the given host in the "
16651669
"specified security realm. The return value should be a tuple, ``(user, "
16661670
"password)``, which can be used for basic authentication."
16671671
msgstr ""
16681672

1669-
#: ../../library/urllib.request.rst:1513
1673+
#: ../../library/urllib.request.rst:1514
16701674
msgid ""
16711675
"The implementation prompts for this information on the terminal; an "
16721676
"application should override this method to use an appropriate interaction "
16731677
"model in the local environment."
16741678
msgstr ""
16751679

1676-
#: ../../library/urllib.request.rst:1519
1680+
#: ../../library/urllib.request.rst:1520
16771681
msgid ":mod:`urllib.request` Restrictions"
16781682
msgstr ""
16791683

1680-
#: ../../library/urllib.request.rst:1525
1684+
#: ../../library/urllib.request.rst:1526
16811685
msgid ""
16821686
"Currently, only the following protocols are supported: HTTP (versions 0.9 "
16831687
"and 1.0), FTP, local files, and data URLs."
16841688
msgstr ""
16851689

1686-
#: ../../library/urllib.request.rst:1528
1690+
#: ../../library/urllib.request.rst:1529
16871691
msgid "Added support for data URLs."
16881692
msgstr ""
16891693

1690-
#: ../../library/urllib.request.rst:1530
1694+
#: ../../library/urllib.request.rst:1531
16911695
msgid ""
16921696
"The caching feature of :func:`urlretrieve` has been disabled until someone "
16931697
"finds the time to hack proper processing of Expiration time headers."
16941698
msgstr ""
16951699

1696-
#: ../../library/urllib.request.rst:1533
1700+
#: ../../library/urllib.request.rst:1534
16971701
msgid ""
16981702
"There should be a function to query whether a particular URL is in the "
16991703
"cache."
17001704
msgstr ""
17011705

1702-
#: ../../library/urllib.request.rst:1535
1706+
#: ../../library/urllib.request.rst:1536
17031707
msgid ""
17041708
"For backward compatibility, if a URL appears to point to a local file but "
17051709
"the file can't be opened, the URL is re-interpreted using the FTP protocol."
17061710
" This can sometimes cause confusing error messages."
17071711
msgstr ""
17081712

1709-
#: ../../library/urllib.request.rst:1539
1713+
#: ../../library/urllib.request.rst:1540
17101714
msgid ""
17111715
"The :func:`urlopen` and :func:`urlretrieve` functions can cause arbitrarily "
17121716
"long delays while waiting for a network connection to be set up. This means"
17131717
" that it is difficult to build an interactive Web client using these "
17141718
"functions without using threads."
17151719
msgstr ""
17161720

1717-
#: ../../library/urllib.request.rst:1548
1721+
#: ../../library/urllib.request.rst:1549
17181722
msgid ""
17191723
"The data returned by :func:`urlopen` or :func:`urlretrieve` is the raw data "
17201724
"returned by the server. This may be binary data (such as an image), plain "
@@ -1724,7 +1728,7 @@ msgid ""
17241728
"module :mod:`html.parser` to parse it."
17251729
msgstr ""
17261730

1727-
#: ../../library/urllib.request.rst:1557
1731+
#: ../../library/urllib.request.rst:1558
17281732
msgid ""
17291733
"The code handling the FTP protocol cannot differentiate between a file and a"
17301734
" directory. This can lead to unexpected behavior when attempting to read a "
@@ -1742,11 +1746,11 @@ msgid ""
17421746
"*_urlopener* to meet your needs."
17431747
msgstr ""
17441748

1745-
#: ../../library/urllib.request.rst:1574
1749+
#: ../../library/urllib.request.rst:1575
17461750
msgid ":mod:`urllib.response` --- Response classes used by urllib"
17471751
msgstr ""
17481752

1749-
#: ../../library/urllib.request.rst:1579
1753+
#: ../../library/urllib.request.rst:1580
17501754
msgid ""
17511755
"The :mod:`urllib.response` module defines functions and classes which define"
17521756
" a minimal file like interface, including ``read()`` and ``readline()``. The"

0 commit comments

Comments
 (0)