Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit553c804

Browse files
authored
Traduccion deprecations/c-api-pending-removal-in-3.15.po (#3362)
Closes#3294
1 parentd1b3567 commit553c804

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

‎deprecations/c-api-pending-removal-in-3.15.po

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,74 +10,88 @@ msgstr ""
1010
"Project-Id-Version:Python en Español 3.13\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2024-11-21 16:38-0300\n"
13-
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language:es\n"
13+
"PO-Revision-Date:2025-01-28 11:30+0100\n"
14+
"Last-Translator:Carlos Mena Pérez <@carlosm00>\n"
1615
"Language-Team:es <LL@li.org>\n"
17-
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
16+
"Language:es\n"
1817
"MIME-Version:1.0\n"
1918
"Content-Type:text/plain; charset=utf-8\n"
2019
"Content-Transfer-Encoding:8bit\n"
20+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
2121
"Generated-By:Babel 2.16.0\n"
22+
"X-Generator:Poedit 3.5\n"
2223

2324
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:2
2425
msgid"Pending Removal in Python 3.15"
25-
msgstr""
26+
msgstr"Pendiente de eliminación en Python 3.15"
2627

2728
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:4
2829
msgid"The bundled copy of ``libmpdecimal``."
29-
msgstr""
30+
msgstr"La copia incluida de ``libmpdecimal``."
3031

3132
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:5
3233
msgid""
3334
"The :c:func:`PyImport_ImportModuleNoBlock`: Use :c:func:"
3435
"`PyImport_ImportModule` instead."
3536
msgstr""
37+
"La función :c:func:`PyImport_ImportModuleNoBlock`: use :c:func:"
38+
"`PyImport_ImportModule` en su lugar."
3639

3740
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:7
3841
msgid""
3942
":c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`: Use :c:"
4043
"func:`PyWeakref_GetRef` instead."
4144
msgstr""
45+
":c:func:`PyWeakref_GetObject` y :c:func:`PyWeakref_GET_OBJECT`: use :c:func:"
46+
"`PyWeakref_GetRef` en su lugar."
4247

4348
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:9
4449
msgid""
4550
":c:type:`Py_UNICODE` type and the :c:macro:`!Py_UNICODE_WIDE` macro: Use :c:"
4651
"type:`wchar_t` instead."
4752
msgstr""
53+
"El tipo :c:type:`Py_UNICODE` y macro :c:macro:`!Py_UNICODE_WIDE`: use :c:"
54+
"type:`wchar_t` en su lugar."
4855

4956
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:11
5057
msgid"Python initialization functions:"
51-
msgstr""
58+
msgstr"Funciones de inicialización de Python:"
5259

5360
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:13
5461
msgid""
5562
":c:func:`PySys_ResetWarnOptions`: Clear :data:`sys.warnoptions` and :data:`!"
5663
"warnings.filters` instead."
5764
msgstr""
65+
":c:func:`PySys_ResetWarnOptions`: Borre :data:`sys.warnoptions` y :data:`!"
66+
"warnings.filters` en su lugar."
5867

5968
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:15
6069
msgid":c:func:`Py_GetExecPrefix`: Get :data:`sys.exec_prefix` instead."
6170
msgstr""
71+
":c:func:`Py_GetExecPrefix`: obtenga :data:`sys.exec_prefix` en su lugar."
6272

6373
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:17
6474
msgid":c:func:`Py_GetPath`: Get :data:`sys.path` instead."
65-
msgstr""
75+
msgstr":c:func:`Py_GetPath`: obtenga :data:`sys.path` en su lugar."
6676

6777
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:19
6878
msgid":c:func:`Py_GetPrefix`: Get :data:`sys.prefix` instead."
69-
msgstr""
79+
msgstr":c:func:`Py_GetPrefix`: obtenga :data:`sys.prefix` en su lugar."
7080

7181
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:21
7282
msgid":c:func:`Py_GetProgramFullPath`: Get :data:`sys.executable` instead."
7383
msgstr""
84+
":c:func:`Py_GetProgramFullPath`: obtenga :data:`sys.executable` en su lugar."
7485

7586
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:23
7687
msgid":c:func:`Py_GetProgramName`: Get :data:`sys.executable` instead."
7788
msgstr""
89+
":c:func:`Py_GetProgramName`: obtenga :data:`sys.executable` en su lugar."
7890

7991
#:../Doc/deprecations/c-api-pending-removal-in-3.15.rst:25
8092
msgid""
8193
":c:func:`Py_GetPythonHome`: Get :c:member:`PyConfig.home` or the :envvar:"
8294
"`PYTHONHOME` environment variable instead."
8395
msgstr""
96+
":c:func:`Py_GetPythonHome`: obtenga :c:member:`PyConfig.home` o la variable "
97+
"de entorno :envvar:`PYTHONHOME` en su lugar."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp