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

Skip to content

Commit 24f1016

Browse files
committed
[po] auto sync bot
1 parent 0efc6da commit 24f1016

5 files changed

Lines changed: 17 additions & 16 deletions

File tree

howto/urllib2.po

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# ChenYuan <[email protected]>, 2019
1111
# Kade For, 2019
1212
# 钢 彭 <[email protected]>, 2019
13+
# 汪心禾 <[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-01 10:14+0900\n"
2021
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
21-
"Last-Translator: 钢 彭 <szhairui@gmail.com>, 2019\n"
22+
"Last-Translator: 汪心禾 <wangxinhe06@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"
@@ -272,7 +273,7 @@ msgstr ""
272273

273274
#: ../../howto/urllib2.rst:221
274275
msgid "e.g. ::"
275-
msgstr ""
276+
msgstr "例如 ::"
276277

277278
#: ../../howto/urllib2.rst:232
278279
msgid "HTTPError"
@@ -308,7 +309,7 @@ msgstr ""
308309

309310
#: ../../howto/urllib2.rst:248
310311
msgid "Error Codes"
311-
msgstr ""
312+
msgstr "错误代码"
312313

313314
#: ../../howto/urllib2.rst:250
314315
msgid ""
@@ -335,7 +336,7 @@ msgstr ""
335336

336337
#: ../../howto/urllib2.rst:346
337338
msgid "Wrapping it Up"
338-
msgstr ""
339+
msgstr "包装起来"
339340

340341
#: ../../howto/urllib2.rst:348
341342
msgid ""
@@ -455,7 +456,7 @@ msgstr ""
455456

456457
#: ../../howto/urllib2.rst:455
457458
msgid "Basic Authentication"
458-
msgstr ""
459+
msgstr "基本认证"
459460

460461
#: ../../howto/urllib2.rst:457
461462
msgid ""
@@ -476,7 +477,7 @@ msgstr ""
476477

477478
#: ../../howto/urllib2.rst:468
478479
msgid "e.g."
479-
msgstr ""
480+
msgstr "例如"
480481

481482
#: ../../howto/urllib2.rst:475
482483
msgid ""
@@ -528,7 +529,7 @@ msgstr ""
528529

529530
#: ../../howto/urllib2.rst:532
530531
msgid "Proxies"
531-
msgstr ""
532+
msgstr "代理"
532533

533534
#: ../../howto/urllib2.rst:534
534535
msgid ""

library/http.client.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Junkai Shao <[email protected]>, 2018
99
# SonnyZhang <[email protected]>, 2019
1010
# Freesand Leo <[email protected]>, 2019
11+
# 汪心禾 <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-07-02 11:48+0900\n"
1819
"PO-Revision-Date: 2017-02-16 23:13+0000\n"
19-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
20+
"Last-Translator: 汪心禾 <wangxinhe06@gmail.com>, 2019\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -26,11 +27,11 @@ msgstr ""
2627

2728
#: ../../library/http.client.rst:2
2829
msgid ":mod:`http.client` --- HTTP protocol client"
29-
msgstr "`http.client` --- HTTP协议客户端"
30+
msgstr ":mod:`http.client` --- HTTP 协议客户端"
3031

3132
#: ../../library/http.client.rst:7
3233
msgid "**Source code:** :source:`Lib/http/client.py`"
33-
msgstr "**源码:** :source:`Lib/http/client.py`"
34+
msgstr "**源代码:** :source:`Lib/http/client.py`"
3435

3536
#: ../../library/http.client.rst:17
3637
msgid ""

library/urllib.error.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ msgstr ""
3939
#: ../../library/urllib.error.rst:17
4040
msgid ""
4141
"The following exceptions are raised by :mod:`urllib.error` as appropriate:"
42-
msgstr ""
42+
msgstr "下列异常会被 :mod:`urllib.error` 按需引发:"
4343

4444
#: ../../library/urllib.error.rst:21
4545
msgid ""
@@ -77,7 +77,7 @@ msgstr ""
7777

7878
#: ../../library/urllib.error.rst:50
7979
msgid "This is usually a string explaining the reason for this error."
80-
msgstr ""
80+
msgstr "这通常是一个解释本次错误原因的字符串。"
8181

8282
#: ../../library/urllib.error.rst:54
8383
msgid ""

library/urllib.request.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ msgid ""
3737
" opening URLs (mostly HTTP) in a complex world --- basic and digest "
3838
"authentication, redirections, cookies and more."
3939
msgstr ""
40-
":mod:`urllib.request` 模块定义了适用于在各种复杂情况下打开 URL (主要为 HTTP) 的函数和类 --- "
41-
"例如基本和精简验证,重定向、cookies 及其它。"
40+
":mod:`urllib.request` 模块定义了适用于在各种复杂情况下打开 URL主要为 HTTP的函数和类 --- "
41+
"例如基本认证、摘要认证、重定向、cookies 及其它。"
4242

4343
#: ../../library/urllib.request.rst:21
4444
msgid ""

using/unix.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ msgid ""
153153
"since it only installs :file:`{exec_prefix}/bin/python{version}`."
154154
msgstr ""
155155
"``make install`` 可以覆盖或伪装 :file:`python3` 二进制文件。因此,建议使用 ``make altinstall`` "
156-
"而不是 ``make altinstall`` ,因为后者只安装了 :file:`{exec_prefix}/bin/python{version}` "
157-
"。"
156+
"而不是 ``make install`` ,因为后者只安装了 :file:`{exec_prefix}/bin/python{version}` 。"
158157

159158
#: ../../using/unix.rst:93
160159
msgid "Python-related paths and files"

0 commit comments

Comments
 (0)