|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.6\n" |
10 | 10 | "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" |
12 | 12 | "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" |
14 | 14 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
15 | 15 | "MIME-Version: 1.0\n" |
16 | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -157,7 +157,7 @@ msgid "" |
157 | 157 | "*semaphore tracker* process which tracks the unlinked named semaphores " |
158 | 158 | "created by processes of the program. When all processes have exited the " |
159 | 159 | "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\" " |
161 | 161 | "semaphores. (Unlinking the named semaphores is a serious matter since the " |
162 | 162 | "system allows only a limited number, and they will not be automatically " |
163 | 163 | "unlinked until the next reboot.)" |
@@ -185,7 +185,7 @@ msgstr "" |
185 | 185 | msgid "" |
186 | 186 | "Note that objects related to one context may not be compatible with " |
187 | 187 | "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 " |
189 | 189 | "*forkserver* start methods." |
190 | 190 | msgstr "" |
191 | 191 |
|
|
0 commit comments