-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathconcurrent.po
More file actions
34 lines (31 loc) · 1.09 KB
/
concurrent.po
File metadata and controls
34 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# python-doc bot, 2025
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
"PO-Revision-Date: 2025-09-22 15:57+0000\n"
"Last-Translator: python-doc bot, 2025\n"
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../library/concurrent.rst:2
msgid "The :mod:`concurrent` package"
msgstr ":mod:`concurrent` 包"
#: ../../library/concurrent.rst:4
msgid "Currently, there is only one module in this package:"
msgstr "目前,此包中只有一个模块:"
#: ../../library/concurrent.rst:6
msgid ":mod:`concurrent.futures` -- Launching parallel tasks"
msgstr ":mod:`concurrent.futures` —— 启动并行任务"