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

Skip to content

Commit 4120cdb

Browse files
committed
[po] auto sync bot
1 parent 4a143e8 commit 4120cdb

3 files changed

Lines changed: 2854 additions & 2848 deletions

File tree

library/urllib.request.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-01 13:27+0900\n"
11+
"POT-Creation-Date: 2018-06-23 13:41+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: F. <[email protected]>, 2018\n"
13+
"Last-Translator: Fred <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1442,9 +1442,9 @@ msgstr ""
14421442
msgid ""
14431443
"The second argument, if present, specifies the file location to copy to (if "
14441444
"absent, the location will be a tempfile with a generated name). The third "
1445-
"argument, if present, is a hook function that will be called once on "
1445+
"argument, if present, is a callable that will be called once on "
14461446
"establishment of the network connection and once after each block read "
1447-
"thereafter. The hook will be passed three arguments; a count of blocks "
1447+
"thereafter. The callable will be passed three arguments; a count of blocks "
14481448
"transferred so far, a block size in bytes, and the total size of the file. "
14491449
"The third argument may be ``-1`` on older FTP servers which do not return a "
14501450
"file size in response to a retrieval request."

reference/toplevel_components.po

Lines changed: 18 additions & 18 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-23 13:41+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"
@@ -60,59 +60,59 @@ msgid ""
6060
"namespace of :mod:`__main__`."
6161
msgstr ""
6262

63-
#: ../../reference/toplevel_components.rst:54
63+
#: ../../reference/toplevel_components.rst:55
6464
msgid ""
65-
"Under Unix, a complete program can be passed to the interpreter in three "
66-
"forms: with the :option:`-c` *string* command line option, as a file passed "
67-
"as the first command line argument, or as standard input. If the file or "
68-
"standard input is a tty device, the interpreter enters interactive mode; "
69-
"otherwise, it executes the file as a complete program."
65+
"A complete program can be passed to the interpreter in three forms: with the"
66+
" :option:`-c` *string* command line option, as a file passed as the first "
67+
"command line argument, or as standard input. If the file or standard input "
68+
"is a tty device, the interpreter enters interactive mode; otherwise, it "
69+
"executes the file as a complete program."
7070
msgstr ""
7171

72-
#: ../../reference/toplevel_components.rst:64
72+
#: ../../reference/toplevel_components.rst:65
7373
msgid "File input"
7474
msgstr ""
7575

76-
#: ../../reference/toplevel_components.rst:66
76+
#: ../../reference/toplevel_components.rst:67
7777
msgid "All input read from non-interactive files has the same form:"
7878
msgstr ""
7979

80-
#: ../../reference/toplevel_components.rst:71
80+
#: ../../reference/toplevel_components.rst:72
8181
msgid "This syntax is used in the following situations:"
8282
msgstr ""
8383

84-
#: ../../reference/toplevel_components.rst:73
84+
#: ../../reference/toplevel_components.rst:74
8585
msgid "when parsing a complete Python program (from a file or from a string);"
8686
msgstr ""
8787

88-
#: ../../reference/toplevel_components.rst:75
88+
#: ../../reference/toplevel_components.rst:76
8989
msgid "when parsing a module;"
9090
msgstr ""
9191

92-
#: ../../reference/toplevel_components.rst:77
92+
#: ../../reference/toplevel_components.rst:78
9393
msgid "when parsing a string passed to the :func:`exec` function;"
9494
msgstr ""
9595

96-
#: ../../reference/toplevel_components.rst:83
96+
#: ../../reference/toplevel_components.rst:84
9797
msgid "Interactive input"
9898
msgstr ""
9999

100-
#: ../../reference/toplevel_components.rst:85
100+
#: ../../reference/toplevel_components.rst:86
101101
msgid "Input in interactive mode is parsed using the following grammar:"
102102
msgstr ""
103103

104-
#: ../../reference/toplevel_components.rst:90
104+
#: ../../reference/toplevel_components.rst:91
105105
msgid ""
106106
"Note that a (top-level) compound statement must be followed by a blank line "
107107
"in interactive mode; this is needed to help the parser detect the end of the"
108108
" input."
109109
msgstr ""
110110

111-
#: ../../reference/toplevel_components.rst:97
111+
#: ../../reference/toplevel_components.rst:98
112112
msgid "Expression input"
113113
msgstr ""
114114

115-
#: ../../reference/toplevel_components.rst:102
115+
#: ../../reference/toplevel_components.rst:103
116116
msgid ""
117117
":func:`eval` is used for expression input. It ignores leading whitespace. "
118118
"The string argument to :func:`eval` must have the following form:"

0 commit comments

Comments
 (0)