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

Skip to content

Commit 114dd93

Browse files
committed
[po] auto sync bot
1 parent f13bbd1 commit 114dd93

21 files changed

Lines changed: 163 additions & 170 deletions

howto/logging-cookbook.po

Lines changed: 11 additions & 12 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-04-10 13:00+0900\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+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"
@@ -835,12 +835,11 @@ msgstr ""
835835

836836
#: ../../howto/logging-cookbook.rst:1655
837837
msgid ""
838-
"`RFC 5424 <https://tools.ietf.org/html/rfc5424>`_ requires that a Unicode "
839-
"message be sent to a syslog daemon as a set of bytes which have the "
840-
"following structure: an optional pure-ASCII component, followed by a UTF-8 "
841-
"Byte Order Mark (BOM), followed by Unicode encoded using UTF-8. (See the "
842-
"`relevant section of the specification "
843-
"<https://tools.ietf.org/html/rfc5424#section-6>`_.)"
838+
":rfc:`5424` requires that a Unicode message be sent to a syslog daemon as a "
839+
"set of bytes which have the following structure: an optional pure-ASCII "
840+
"component, followed by a UTF-8 Byte Order Mark (BOM), followed by Unicode "
841+
"encoded using UTF-8. (See the :rfc:`relevant section of the specification "
842+
"<5424#section-6>`.)"
844843
msgstr ""
845844

846845
#: ../../howto/logging-cookbook.rst:1661
@@ -855,8 +854,8 @@ msgstr ""
855854
msgid ""
856855
"As this behaviour is broken, the incorrect BOM insertion code is being "
857856
"removed from Python 3.2.4 and later. However, it is not being replaced, and "
858-
"if you want to produce RFC 5424-compliant messages which include a BOM, an "
859-
"optional pure-ASCII sequence before it and arbitrary Unicode after it, "
857+
"if you want to produce :rfc:`5424`-compliant messages which include a BOM, "
858+
"an optional pure-ASCII sequence before it and arbitrary Unicode after it, "
860859
"encoded using UTF-8, then you need to do the following:"
861860
msgstr ""
862861

@@ -891,9 +890,9 @@ msgstr ""
891890
msgid ""
892891
"The formatted message *will* be encoded using UTF-8 encoding by "
893892
"``SysLogHandler``. If you follow the above rules, you should be able to "
894-
"produce RFC 5424-compliant messages. If you don't, logging may not complain,"
895-
" but your messages will not be RFC 5424-compliant, and your syslog daemon "
896-
"may complain."
893+
"produce :rfc:`5424`-compliant messages. If you don't, logging may not "
894+
"complain, but your messages will not be RFC 5424-compliant, and your syslog "
895+
"daemon may complain."
897896
msgstr ""
898897

899898
#: ../../howto/logging-cookbook.rst:1697

howto/logging.po

Lines changed: 2 additions & 2 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-05-08 09:37+0900\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Natasha Li <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -382,7 +382,7 @@ msgstr ""
382382
#: ../../howto/logging.rst:299
383383
msgid ""
384384
"The default format for date/time display (shown above) is like ISO8601 or "
385-
"RFC 3339. If you need more control over the formatting of the date/time, "
385+
":rfc:`3339`. If you need more control over the formatting of the date/time, "
386386
"provide a *datefmt* argument to ``basicConfig``, as in this example::"
387387
msgstr ""
388388

howto/urllib2.po

Lines changed: 4 additions & 4 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-04-17 13:04+0900\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Jerry Chen <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -270,7 +270,7 @@ msgstr ""
270270

271271
#: ../../howto/urllib2.rst:242
272272
msgid ""
273-
"See section 10 of RFC 2616 for a reference on all the HTTP error codes."
273+
"See section 10 of :rfc:`2616` for a reference on all the HTTP error codes."
274274
msgstr ""
275275

276276
#: ../../howto/urllib2.rst:244
@@ -293,8 +293,8 @@ msgstr ""
293293
#: ../../howto/urllib2.rst:254
294294
msgid ""
295295
":attr:`http.server.BaseHTTPRequestHandler.responses` is a useful dictionary "
296-
"of response codes in that shows all the response codes used by RFC 2616. The"
297-
" dictionary is reproduced here for convenience ::"
296+
"of response codes in that shows all the response codes used by :rfc:`2616`. "
297+
"The dictionary is reproduced here for convenience ::"
298298
msgstr ""
299299

300300
#: ../../howto/urllib2.rst:326

library/binascii.po

Lines changed: 2 additions & 2 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-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+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"
@@ -95,7 +95,7 @@ msgid ""
9595
"encoded. If the optional argument *istext* is present and true, newlines "
9696
"are not encoded but trailing whitespace will be encoded. If the optional "
9797
"argument *header* is present and true, spaces will be encoded as underscores"
98-
" per RFC1522. If the optional argument *header* is present and false, "
98+
" per :rfc:`1522`. If the optional argument *header* is present and false, "
9999
"newline characters will be encoded as well; otherwise linefeed conversion "
100100
"might corrupt the binary data stream."
101101
msgstr ""

library/codecs.po

Lines changed: 24 additions & 24 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-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: 操旭 <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2576,77 +2576,77 @@ msgstr ""
25762576
msgid ""
25772577
"Python supports this conversion in several ways: the ``idna`` codec "
25782578
"performs conversion between Unicode and ACE, separating an input string into"
2579-
" labels based on the separator characters defined in `section 3.1`_ (1) of "
2580-
":rfc:`3490` and converting each label to ACE as required, and conversely "
2581-
"separating an input byte string into labels based on the ``.`` separator and"
2582-
" converting any ACE labels found into unicode. Furthermore, the "
2583-
":mod:`socket` module transparently converts Unicode host names to ACE, so "
2584-
"that applications need not be concerned about converting host names "
2585-
"themselves when they pass them to the socket module. On top of that, modules"
2586-
" that have host names as function parameters, such as :mod:`http.client` and"
2587-
" :mod:`ftplib`, accept Unicode host names (:mod:`http.client` then also "
2588-
"transparently sends an IDNA hostname in the :mailheader:`Host` field if it "
2589-
"sends that field at all)."
2579+
" labels based on the separator characters defined in :rfc:`section 3.1 of "
2580+
"RFC 3490 <3490#section-3.1>` and converting each label to ACE as required, "
2581+
"and conversely separating an input byte string into labels based on the "
2582+
"``.`` separator and converting any ACE labels found into unicode. "
2583+
"Furthermore, the :mod:`socket` module transparently converts Unicode host "
2584+
"names to ACE, so that applications need not be concerned about converting "
2585+
"host names themselves when they pass them to the socket module. On top of "
2586+
"that, modules that have host names as function parameters, such as "
2587+
":mod:`http.client` and :mod:`ftplib`, accept Unicode host names "
2588+
"(:mod:`http.client` then also transparently sends an IDNA hostname in the "
2589+
":mailheader:`Host` field if it sends that field at all)."
25902590
msgstr ""
25912591

2592-
#: ../../library/codecs.rst:1441
2592+
#: ../../library/codecs.rst:1439
25932593
msgid ""
25942594
"When receiving host names from the wire (such as in reverse name lookup), no"
25952595
" automatic conversion to Unicode is performed: Applications wishing to "
25962596
"present such host names to the user should decode them to Unicode."
25972597
msgstr ""
25982598

2599-
#: ../../library/codecs.rst:1445
2599+
#: ../../library/codecs.rst:1443
26002600
msgid ""
26012601
"The module :mod:`encodings.idna` also implements the nameprep procedure, "
26022602
"which performs certain normalizations on host names, to achieve case-"
26032603
"insensitivity of international domain names, and to unify similar "
26042604
"characters. The nameprep functions can be used directly if desired."
26052605
msgstr ""
26062606

2607-
#: ../../library/codecs.rst:1453
2607+
#: ../../library/codecs.rst:1451
26082608
msgid ""
26092609
"Return the nameprepped version of *label*. The implementation currently "
26102610
"assumes query strings, so ``AllowUnassigned`` is true."
26112611
msgstr ""
26122612

2613-
#: ../../library/codecs.rst:1459
2613+
#: ../../library/codecs.rst:1457
26142614
msgid ""
26152615
"Convert a label to ASCII, as specified in :rfc:`3490`. ``UseSTD3ASCIIRules``"
26162616
" is assumed to be false."
26172617
msgstr ""
26182618

2619-
#: ../../library/codecs.rst:1465
2619+
#: ../../library/codecs.rst:1463
26202620
msgid "Convert a label to Unicode, as specified in :rfc:`3490`."
26212621
msgstr ""
26222622

2623-
#: ../../library/codecs.rst:1469
2623+
#: ../../library/codecs.rst:1467
26242624
msgid ":mod:`encodings.mbcs` --- Windows ANSI codepage"
26252625
msgstr ""
26262626

2627-
#: ../../library/codecs.rst:1474
2627+
#: ../../library/codecs.rst:1472
26282628
msgid "Encode operand according to the ANSI codepage (CP_ACP)."
26292629
msgstr ""
26302630

2631-
#: ../../library/codecs.rst:1476
2631+
#: ../../library/codecs.rst:1474
26322632
msgid "Availability: Windows only."
26332633
msgstr ""
26342634

2635-
#: ../../library/codecs.rst:1478
2635+
#: ../../library/codecs.rst:1476
26362636
msgid "Support any error handler."
26372637
msgstr ""
26382638

2639-
#: ../../library/codecs.rst:1481
2639+
#: ../../library/codecs.rst:1479
26402640
msgid ""
26412641
"Before 3.2, the *errors* argument was ignored; ``'replace'`` was always used"
26422642
" to encode, and ``'ignore'`` to decode."
26432643
msgstr ""
26442644

2645-
#: ../../library/codecs.rst:1487
2645+
#: ../../library/codecs.rst:1485
26462646
msgid ":mod:`encodings.utf_8_sig` --- UTF-8 codec with BOM signature"
26472647
msgstr ""
26482648

2649-
#: ../../library/codecs.rst:1493
2649+
#: ../../library/codecs.rst:1491
26502650
msgid ""
26512651
"This module implements a variant of the UTF-8 codec: On encoding a UTF-8 "
26522652
"encoded BOM will be prepended to the UTF-8 encoded bytes. For the stateful "

library/email.examples.po

Lines changed: 3 additions & 3 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-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Jerry Chen <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -37,8 +37,8 @@ msgstr ""
3737

3838
#: ../../library/email.examples.rst:15
3939
msgid ""
40-
"Parsing RFC822 headers can easily be done by the using the classes from the "
41-
":mod:`~email.parser` module:"
40+
"Parsing :rfc:`822` headers can easily be done by the using the classes from "
41+
"the :mod:`~email.parser` module:"
4242
msgstr ""
4343

4444
#: ../../library/email.examples.rst:21

library/ftplib.po

Lines changed: 3 additions & 3 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-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+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"
@@ -294,8 +294,8 @@ msgid ""
294294
"passing *rest* as an argument. *rest* is usually a byte offset into the "
295295
"requested file, telling the server to restart sending the file's bytes at "
296296
"the requested offset, skipping over the initial bytes. Note however that "
297-
"RFC 959 requires only that *rest* be a string containing characters in the "
298-
"printable range from ASCII code 33 to ASCII code 126. The "
297+
":rfc:`959` requires only that *rest* be a string containing characters in "
298+
"the printable range from ASCII code 33 to ASCII code 126. The "
299299
":meth:`transfercmd` method, therefore, converts *rest* to a string, but no "
300300
"check is performed on the string's contents. If the server does not "
301301
"recognize the ``REST`` command, an :exc:`error_reply` exception will be "

library/hashlib.po

Lines changed: 15 additions & 15 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-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-06-01 13:27+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"
@@ -308,8 +308,8 @@ msgstr ""
308308

309309
#: ../../library/hashlib.rst:286
310310
msgid ""
311-
"BLAKE2_ is a cryptographic hash function defined in RFC-7693_ that comes in "
312-
"two flavors:"
311+
"BLAKE2_ is a cryptographic hash function defined in :rfc:`7693` that comes "
312+
"in two flavors:"
313313
msgstr ""
314314

315315
#: ../../library/hashlib.rst:289
@@ -753,53 +753,53 @@ msgstr ""
753753
msgid "*Alexandr Sokolovskiy*"
754754
msgstr ""
755755

756-
#: ../../library/hashlib.rst:723
756+
#: ../../library/hashlib.rst:722
757757
msgid "Module :mod:`hmac`"
758758
msgstr ""
759759

760-
#: ../../library/hashlib.rst:723
760+
#: ../../library/hashlib.rst:722
761761
msgid "A module to generate message authentication codes using hashes."
762762
msgstr ""
763763

764-
#: ../../library/hashlib.rst:726
764+
#: ../../library/hashlib.rst:725
765765
msgid "Module :mod:`base64`"
766766
msgstr ""
767767

768-
#: ../../library/hashlib.rst:726
768+
#: ../../library/hashlib.rst:725
769769
msgid "Another way to encode binary hashes for non-binary environments."
770770
msgstr ""
771771

772-
#: ../../library/hashlib.rst:729
772+
#: ../../library/hashlib.rst:728
773773
msgid "https://blake2.net"
774774
msgstr ""
775775

776-
#: ../../library/hashlib.rst:729
776+
#: ../../library/hashlib.rst:728
777777
msgid "Official BLAKE2 website."
778778
msgstr ""
779779

780-
#: ../../library/hashlib.rst:732
780+
#: ../../library/hashlib.rst:731
781781
msgid "http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf"
782782
msgstr ""
783783

784-
#: ../../library/hashlib.rst:732
784+
#: ../../library/hashlib.rst:731
785785
msgid "The FIPS 180-2 publication on Secure Hash Algorithms."
786786
msgstr ""
787787

788-
#: ../../library/hashlib.rst:736
788+
#: ../../library/hashlib.rst:735
789789
msgid ""
790790
"https://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms"
791791
msgstr ""
792792

793-
#: ../../library/hashlib.rst:735
793+
#: ../../library/hashlib.rst:734
794794
msgid ""
795795
"Wikipedia article with information on which algorithms have known issues and"
796796
" what that means regarding their use."
797797
msgstr ""
798798

799-
#: ../../library/hashlib.rst:738
799+
#: ../../library/hashlib.rst:737
800800
msgid "https://www.ietf.org/rfc/rfc2898.txt"
801801
msgstr ""
802802

803-
#: ../../library/hashlib.rst:739
803+
#: ../../library/hashlib.rst:738
804804
msgid "PKCS #5: Password-Based Cryptography Specification Version 2.0"
805805
msgstr ""

0 commit comments

Comments
 (0)