|
25 | 25 | # Autuamn End < [email protected]>, 2023. |
26 | 26 | # Thomas < [email protected]>, 2023, 2024. |
27 | 27 | # 大王叫我来巡山 < [email protected]>, 2024. |
| 28 | +# Peter Shen < [email protected]>, 2024. |
28 | 29 | msgid "" |
29 | 30 | msgstr "" |
30 | 31 | "Project-Id-Version: Python Packaging User Guide\n" |
31 | 32 | "Report-Msgid-Bugs-To: \n" |
32 | 33 | "POT-Creation-Date: 2024-08-24 00:21+0000\n" |
33 | | -"PO-Revision-Date: 2024-07-30 13:48+0000\n" |
34 | | -"Last-Translator: 大王叫我来巡山 < [email protected]." |
35 | | -"org>\n" |
36 | | -"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" |
37 | | -"pypa/packaging-python-org/zh_Hans/>\n" |
| 34 | +"PO-Revision-Date: 2024-09-17 19:22+0000\n" |
| 35 | +"Last-Translator: Peter Shen < [email protected]>\n" |
| 36 | +"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/" |
| 37 | +"projects/pypa/packaging-python-org/zh_Hans/>\n" |
38 | 38 | "Language: zh_Hans\n" |
39 | 39 | "MIME-Version: 1.0\n" |
40 | 40 | "Content-Type: text/plain; charset=UTF-8\n" |
41 | 41 | "Content-Transfer-Encoding: 8bit\n" |
42 | 42 | "Plural-Forms: nplurals=1; plural=0;\n" |
43 | | -"X-Generator: Weblate 5.7-dev\n" |
| 43 | +"X-Generator: Weblate 5.8-dev\n" |
44 | 44 |
|
45 | 45 | #: ../source/contribute.rst:5 |
46 | 46 | msgid "Contribute to this guide" |
@@ -800,18 +800,20 @@ msgstr "" |
800 | 800 | msgid "" |
801 | 801 | "You can use an import package as soon as you have installed a distribution " |
802 | 802 | "package that provides it." |
803 | | -msgstr "" |
| 803 | +msgstr "一旦你安装了提供该包的分发包,你就可以使用导入包。" |
804 | 804 |
|
805 | 805 | #: ../source/discussions/distribution-package-vs-import-package.rst:47 |
806 | 806 | msgid "What are the links between distribution packages and import packages?" |
807 | | -msgstr "" |
| 807 | +msgstr "分发包和导入包之间有什么联系?" |
808 | 808 |
|
809 | 809 | #: ../source/discussions/distribution-package-vs-import-package.rst:49 |
810 | 810 | msgid "" |
811 | 811 | "Most of the time, a distribution package provides one single import package " |
812 | 812 | "(or non-package module), with a matching name. For example, ``pip install " |
813 | 813 | "numpy`` lets you ``import numpy``." |
814 | 814 | msgstr "" |
| 815 | +"大多数情况下,分发包会提供一个具有匹配名称的导入包(或非包模块)。例如,``" |
| 816 | +"pip install numpy``允许你``import numpy``。" |
815 | 817 |
|
816 | 818 | #: ../source/discussions/distribution-package-vs-import-package.rst:53 |
817 | 819 | msgid "" |
|
0 commit comments