|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2001-2025, Python Software Foundation |
| 3 | +# This file is distributed under the same license as the Python package. |
| 4 | +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
1 | 5 | # |
| 6 | +# Translators: |
| 7 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
| 8 | +# |
| 9 | +#,fuzzy |
2 | 10 | msgid "" |
3 | 11 | msgstr "" |
| 12 | +"Project-Id-Version:Python 3.12\n" |
| 13 | +"Report-Msgid-Bugs-To:\n" |
| 14 | +"POT-Creation-Date:2025-01-03 14:53+0000\n" |
| 15 | +"PO-Revision-Date:2024-05-11 00:33+0000\n" |
| 16 | +"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n" |
4 | 17 | "Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
| 18 | +"MIME-Version:1.0\n" |
| 19 | +"Content-Type:text/plain; charset=UTF-8\n" |
| 20 | +"Content-Transfer-Encoding:8bit\n" |
5 | 21 | "Language:zh_CN\n" |
6 | 22 | "Plural-Forms:nplurals=1; plural=0;\n" |
| 23 | + |
| 24 | +#:../../library/concurrent.rst:2 |
| 25 | +msgid"The :mod:`!concurrent` package" |
| 26 | +msgstr":mod:`!concurrent` 包" |
| 27 | + |
| 28 | +#:../../library/concurrent.rst:4 |
| 29 | +msgid"Currently, there is only one module in this package:" |
| 30 | +msgstr"目前,此包中只有一个模块:" |
| 31 | + |
| 32 | +#:../../library/concurrent.rst:6 |
| 33 | +msgid":mod:`concurrent.futures` -- Launching parallel tasks" |
| 34 | +msgstr":mod:`concurrent.futures` —— 启动并行任务" |