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

Skip to content

Commit f7fa05c

Browse files
committed
[po] auto sync bot
1 parent b67b721 commit f7fa05c

3 files changed

Lines changed: 3573 additions & 3566 deletions

File tree

reference/compound_stmts.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.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-07-08 08:31+0900\n"
11+
"POT-Creation-Date: 2018-07-31 08:49+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"
@@ -176,7 +176,7 @@ msgstr ""
176176
#: ../../reference/compound_stmts.rst:205
177177
msgid ""
178178
"There is a subtlety when the sequence is being modified by the loop (this "
179-
"can only occur for mutable sequences, i.e. lists). An internal counter is "
179+
"can only occur for mutable sequences, e.g. lists). An internal counter is "
180180
"used to keep track of which item is used next, and this is incremented on "
181181
"each iteration. When this counter has reached the length of the sequence "
182182
"the loop terminates. This means that if the suite deletes the current (or a"

using/windows.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-07-31 08:49+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: cdarlint <[email protected]>, 2017\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -326,7 +326,7 @@ msgstr ""
326326

327327
#: ../../using/windows.rst:149
328328
msgid ""
329-
"Add install and Scripts directories tho :envvar:`PATH` and ``.PY`` to "
329+
"Add install and Scripts directories to :envvar:`PATH` and ``.PY`` to "
330330
":envvar:`PATHEXT`"
331331
msgstr ""
332332

@@ -485,7 +485,7 @@ msgid ""
485485
"``unattend.xml`` alongside the executable. This file specifies a list of "
486486
"options and values. When a value is provided as an attribute, it will be "
487487
"converted to a number if possible. Values provided as element text are "
488-
"always left as strings. This example file sets the same options and the "
488+
"always left as strings. This example file sets the same options as the "
489489
"previous example:"
490490
msgstr ""
491491

@@ -1049,10 +1049,10 @@ msgstr ""
10491049
msgid ""
10501050
"Two .ini files will be searched by the launcher - ``py.ini`` in the current "
10511051
"user's \"application data\" directory (i.e. the directory returned by "
1052-
"calling the Windows function SHGetFolderPath with CSIDL_LOCAL_APPDATA) and "
1053-
"``py.ini`` in the same directory as the launcher. The same .ini files are "
1054-
"used for both the 'console' version of the launcher (i.e. py.exe) and for "
1055-
"the 'windows' version (i.e. pyw.exe)"
1052+
"calling the Windows function ``SHGetFolderPath`` with "
1053+
"``CSIDL_LOCAL_APPDATA``) and ``py.ini`` in the same directory as the "
1054+
"launcher. The same .ini files are used for both the 'console' version of the"
1055+
" launcher (i.e. py.exe) and for the 'windows' version (i.e. pyw.exe)"
10561056
msgstr ""
10571057

10581058
#: ../../using/windows.rst:618
@@ -1360,7 +1360,7 @@ msgid ""
13601360
"These will ensure that the files in a system-wide installation will not take"
13611361
" precedence over the copy of the standard library bundled with your "
13621362
"application. Otherwise, your users may experience problems using your "
1363-
"application. Note that the first suggestion is the best, as the other may "
1363+
"application. Note that the first suggestion is the best, as the others may "
13641364
"still be susceptible to non-standard paths in the registry and user site-"
13651365
"packages."
13661366
msgstr ""

0 commit comments

Comments
 (0)