Skip to content

Commit 905f4fe

Browse files
authored
Merge branch '3.11' into 3-11/faq-library
2 parents c735c0f + af9d1e8 commit 905f4fe

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

TRANSLATORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Ana (@popiula)
2020
Ana de la Calle
2121
Ana Elisa Kuhn (@AnitaaKuhn)
2222
Ana Medina Bernal (@ana-med)
23+
Andrea Alegre (@aandrea)
2324
Andres Bermeo
2425
Andreu Vallbona Plazas (@avallbona)
2526
Andros Fenollosa Hurtado (@tanrax)

c-api/bytearray.po

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-08-01 20:18+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-11-05 12:32-0300\n"
15+
"Last-Translator: Sofía Denner <sofi.denner@gmail.com>\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/c-api/bytearray.rst:6
2526
msgid "Byte Array Objects"
@@ -119,13 +120,9 @@ msgstr ""
119120
#: ../Doc/c-api/bytearray.rst:80
120121
msgid "Similar to :c:func:`PyByteArray_AsString`, but without error checking."
121122
msgstr ""
123+
"Similar a :c:func:`PyByteArray_AsString`, pero sin comprobación de errores."
122124

123125
#: ../Doc/c-api/bytearray.rst:85
124126
msgid "Similar to :c:func:`PyByteArray_Size`, but without error checking."
125127
msgstr ""
126-
127-
#~ msgid "Macro version of :c:func:`PyByteArray_AsString`."
128-
#~ msgstr "Versión macro de :c:func:`PyByteArray_AsString`."
129-
130-
#~ msgid "Macro version of :c:func:`PyByteArray_Size`."
131-
#~ msgstr "Versión macro de :c:func:`PyByteArray_Size`."
128+
"Similar a :c:func:`PyByteArray_Size`, pero sin comprobación de errores."

library/pdb.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-10-27 12:47-0500\n"
14+
"PO-Revision-Date: 2022-10-31 09:15+0100\n"
1515
"Last-Translator: Krystal Jean Austin\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
@@ -20,6 +20,7 @@ msgstr ""
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 2.3\n"
2324

2425
#: ../Doc/library/pdb.rst:4
2526
msgid ":mod:`pdb` --- The Python Debugger"
@@ -411,11 +412,16 @@ msgstr ""
411412
"ambos archivos existen, el del directorio principal se lee primero y los "
412413
"alias definidos allí pueden ser anulados por el archivo local."
413414

415+
# Según wikipedia:
416+
# Encoding -> Codificación
417+
# Locale -> Configuración regional
414418
#: ../Doc/library/pdb.rst:249
415419
msgid ""
416420
":file:`.pdbrc` is now read with ``'utf-8'`` encoding. Previously, it was "
417421
"read with the system locale encoding."
418422
msgstr ""
423+
":file:`.pdbrc` es ahora leído con codificación ``'utf-8'``. Antes, era leído "
424+
"con la codificación correspondiente a la configuración regional del sistema."
419425

420426
#: ../Doc/library/pdb.rst:253
421427
msgid ""

0 commit comments

Comments
 (0)