-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbuilding.po
More file actions
51 lines (45 loc) · 1.58 KB
/
Copy pathbuilding.po
File metadata and controls
51 lines (45 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-07-04 14:20+0000\n"
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
"fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../../extending/building.rst:7
msgid "Building C and C++ Extensions"
msgstr ""
#: ../../extending/building.rst:9
msgid ""
"A C extension for CPython is a shared library (for example, a ``.so`` file "
"on Linux, ``.pyd`` on Windows), which exports an *initialization function*."
msgstr ""
#: ../../extending/building.rst:12
msgid "See :ref:`extension-modules` for details."
msgstr ""
#: ../../extending/building.rst:21
msgid "Building C and C++ Extensions with setuptools"
msgstr ""
#: ../../extending/building.rst:24
msgid ""
"Building, packaging and distributing extension modules is best done with "
"third-party tools, and is out of scope of this document. One suitable tool "
"is Setuptools, whose documentation can be found at https://setuptools.pypa."
"io/en/latest/setuptools.html."
msgstr ""
#: ../../extending/building.rst:29
msgid ""
"The :mod:`distutils` module, which was included in the standard library "
"until Python 3.12, is now maintained as part of Setuptools."
msgstr ""