Skip to content

Commit b23109c

Browse files
committed
update python-newest.library--distutils/id.po with latest contents from transifex
1 parent 7159837 commit b23109c

File tree

1 file changed

+14
-67
lines changed
  • python-newest.library--distutils

1 file changed

+14
-67
lines changed
Lines changed: 14 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,36 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2019, Python Software Foundation
2+
# Copyright (C) 2001 Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.8\n"
9+
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
12-
"PO-Revision-Date: 2017-02-16 23:07+0000\n"
13-
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
11+
"POT-Creation-Date: 2025-05-09 14:19+0000\n"
12+
"PO-Revision-Date: 2024-11-19 01:02+0000\n"
13+
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Language: id\n"
1818
"Plural-Forms: nplurals=1; plural=0;\n"
1919

2020
#: ../../library/distutils.rst:2
21-
msgid ":mod:`distutils` --- Building and installing Python modules"
21+
msgid ":mod:`!distutils` --- Building and installing Python modules"
2222
msgstr ""
2323

24-
#: ../../library/distutils.rst:12
24+
#: ../../library/distutils.rst:10
2525
msgid ""
26-
"The :mod:`distutils` package provides support for building and installing "
27-
"additional modules into a Python installation. The new modules may be "
28-
"either 100%-pure Python, or may be extension modules written in C, or may be"
29-
" collections of Python packages which include modules coded in both Python "
30-
"and C."
26+
"This module is no longer part of the Python standard library. It was "
27+
":ref:`removed in Python 3.12 <whatsnew312-removed-distutils>` after being "
28+
"deprecated in Python 3.10. The removal was decided in :pep:`632`, which has"
29+
" `migration advice <https://peps.python.org/pep-0632/#migration-advice>`_."
3130
msgstr ""
3231

33-
#: ../../library/distutils.rst:17
32+
#: ../../library/distutils.rst:16
3433
msgid ""
35-
"Most Python users will *not* want to use this module directly, but instead "
36-
"use the cross-version tools maintained by the Python Packaging Authority. In"
37-
" particular, `setuptools <https://setuptools.readthedocs.io/en/latest/>`__ "
38-
"is an enhanced alternative to :mod:`distutils` that provides:"
39-
msgstr ""
40-
41-
#: ../../library/distutils.rst:23
42-
msgid "support for declaring project dependencies"
43-
msgstr ""
44-
45-
#: ../../library/distutils.rst:24
46-
msgid ""
47-
"additional mechanisms for configuring which files to include in source "
48-
"releases (including plugins for integration with version control systems)"
49-
msgstr ""
50-
51-
#: ../../library/distutils.rst:26
52-
msgid ""
53-
"the ability to declare project \"entry points\", which can be used as the "
54-
"basis for application plugin systems"
55-
msgstr ""
56-
57-
#: ../../library/distutils.rst:28
58-
msgid ""
59-
"the ability to automatically generate Windows command line executables at "
60-
"installation time rather than needing to prebuild them"
61-
msgstr ""
62-
63-
#: ../../library/distutils.rst:30
64-
msgid "consistent behaviour across all supported Python versions"
65-
msgstr ""
66-
67-
#: ../../library/distutils.rst:32
68-
msgid ""
69-
"The recommended `pip <https://pip.pypa.io/>`__ installer runs all "
70-
"``setup.py`` scripts with ``setuptools``, even if the script itself only "
71-
"imports ``distutils``. Refer to the `Python Packaging User Guide "
72-
"<https://packaging.python.org>`_ for more information."
73-
msgstr ""
74-
75-
#: ../../library/distutils.rst:38
76-
msgid ""
77-
"For the benefits of packaging tool authors and users seeking a deeper "
78-
"understanding of the details of the current packaging and distribution "
79-
"system, the legacy :mod:`distutils` based user documentation and API "
80-
"reference remain available:"
81-
msgstr ""
82-
83-
#: ../../library/distutils.rst:43
84-
msgid ":ref:`install-index`"
85-
msgstr ""
86-
87-
#: ../../library/distutils.rst:44
88-
msgid ":ref:`distutils-index`"
34+
"The last version of Python that provided the :mod:`!distutils` module was "
35+
"`Python 3.11 <https://docs.python.org/3.11/library/distutils.html>`_."
8936
msgstr ""

0 commit comments

Comments
 (0)