-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathdistribution.po
More file actions
36 lines (34 loc) · 1.37 KB
/
distribution.po
File metadata and controls
36 lines (34 loc) · 1.37 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
35
36
# 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/distribution.rst:3
msgid "Software Packaging and Distribution"
msgstr "软件打包和分发"
#: ../../library/distribution.rst:5
msgid ""
"These libraries help you with publishing and installing Python software. "
"While these modules are designed to work in conjunction with the `Python "
"Package Index <https://pypi.org>`__, they can also be used with a local "
"index server, or without any index server at all."
msgstr ""
"这些库可帮助你发布和安装 Python 软件。 虽然这些模块设计为与 `Python 包索引 <https://pypi.org>`_ "
"结合使用,但它们也可以与本地索引服务器一起使用,或者根本不使用任何索引服务器。"