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

Skip to content

Commit 290d1d4

Browse files
committed
[po] auto sync bot
1 parent 2286143 commit 290d1d4

9 files changed

Lines changed: 3224 additions & 3184 deletions

File tree

library/email.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-17 13:42+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"
@@ -161,7 +161,7 @@ msgid "Module :mod:`smtplib`"
161161
msgstr ""
162162

163163
#: ../../library/email.rst:136
164-
msgid "SMTP (Simple Mail Transport Protcol) client"
164+
msgid "SMTP (Simple Mail Transport Protocol) client"
165165
msgstr ""
166166

167167
#: ../../library/email.rst:139

library/importlib.po

Lines changed: 3 additions & 3 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-03-24 12:51+0900\n"
11+
"POT-Creation-Date: 2018-06-17 13:42+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"
@@ -358,7 +358,7 @@ msgstr ""
358358

359359
#: ../../library/importlib.rst:246
360360
msgid ""
361-
"An abstact method for finding a :term:`loader` for the specified module. "
361+
"An abstract method for finding a :term:`loader` for the specified module. "
362362
"Originally specified in :pep:`302`, this method was meant for use in "
363363
":data:`sys.meta_path` and in the path-based import subsystem."
364364
msgstr ""

library/multiprocessing.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-04-30 13:11+0900\n"
11+
"POT-Creation-Date: 2018-06-16 13:40+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"
@@ -157,7 +157,7 @@ msgid ""
157157
"*semaphore tracker* process which tracks the unlinked named semaphores "
158158
"created by processes of the program. When all processes have exited the "
159159
"semaphore tracker unlinks any remaining semaphores. Usually there should be "
160-
"none, but if a process was killed by a signal there may some \"leaked\" "
160+
"none, but if a process was killed by a signal there may be some \"leaked\" "
161161
"semaphores. (Unlinking the named semaphores is a serious matter since the "
162162
"system allows only a limited number, and they will not be automatically "
163163
"unlinked until the next reboot.)"
@@ -185,7 +185,7 @@ msgstr ""
185185
msgid ""
186186
"Note that objects related to one context may not be compatible with "
187187
"processes for a different context. In particular, locks created using the "
188-
"*fork* context cannot be passed to a processes started using the *spawn* or "
188+
"*fork* context cannot be passed to processes started using the *spawn* or "
189189
"*forkserver* start methods."
190190
msgstr ""
191191

0 commit comments

Comments
 (0)