8000 Traduciendo entradas faltante de algunos archivos whatsnew (#1679) · python/python-docs-es@f2463b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2463b7

Browse files
authored
Traduciendo entradas faltante de algunos archivos whatsnew (#1679)
* Traduciendo entradas faltante de algunos archivos whatsnew * adaptar errores traducción
1 parent 35f72af commit f2463b7

File tree

4 files changed

+26
-23
lines changed

4 files changed

+26
-23
lines changed

dictionaries/whatsnew_3.6.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,13 @@ Neves
2121
Nikhil
2222
Peeters
2323
Ronny
24-
Specifying
2524
Swiegart
2625
Warhawk
2726
Zevenhoven
28-
added
29-
available
30-
corresponding
3127
cronométralo
32-
destroyed
33-
either
34-
emitted
35-
indicate
36-
leaves
37-
operation
28+
destruído
3829
refactorizando
3930
retroportados
4031
subdesbordamientos
41-
these
4232
tipados
43-
will
4433
winsonido

whatsnew/3.3.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ msgstr ""
1414
"PO-Revision-Date: 2021-10-29 22:00-0500\n"
1515
"Last-Translator: Pedro Aarón <p.luis.aaron@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
17+
"Language: es\n"
1718
"MIME-Version: 1.0\n"
1819
"Content-Type: text/plain; charset=UTF-8\n"
1920
"Content-Transfer-Encoding: 8bit\n"
20-
"Language: es\n"
2121
"X-Generator: Poedit 2.4.2\n"
2222

2323
#: ../Doc/whatsnew/3.3.rst:3
@@ -4797,6 +4797,10 @@ msgid ""
47974797
"out of range. :exc:`OSError` is now raised if C functions :c:func:`gmtime` "
47984798
"or :c:func:`localtime` failed."
47994799
msgstr ""
4800+
":issue:`13847`, :issue:`14180`: :mod:`time` y :mod:`datetime`: :exc:"
4801+
"`OverflowError` ahora se eleva en lugar de :exc:`ValueError` si una marca de "
4802+
"tiempo está fuera de rango. :exc:`OSError` ahora se genera si fallaron las "
4803+
"funciones C :c:func:`gmtime` o :c:func:`localtime`."
48004804

48014805
#: ../Doc/whatsnew/3.3.rst:2359
48024806
msgid ""

whatsnew/3.4.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@ msgstr ""
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15-
"Last-Translator: Claudia Millan\n"
15+
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
17+
"Language: es\n"
1718
"MIME-Version: 1.0\n"
1819
"Content-Type: text/plain; charset=UTF-8\n"
1920
"Content-Transfer-Encoding: 8bit\n"
20-
"Generated-By: Babel 2.8.0\n"
2121
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
22-
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\n"
23-
"Language: es\n"
22+
"Generated-By: Babel 2.8.0\n"
2423
"X-Generator: Poedit 3.0\n"
2524

2625
#: ../Doc/whatsnew/3.4.rst:3
@@ -1657,7 +1656,7 @@ msgstr ""
16571656

16581657
#: ../Doc/whatsnew/3.4.rst:893
16591658
msgid "glob"
1660-
msgstr ""
1659+
msgstr "glob"
16611660

16621661
#: ../Doc/whatsnew/3.4.rst:895
16631662
msgid ""

whatsnew/3.6.po

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,8 @@ msgid ""
11631163
"(Contributed by Andrew Barnert and Ivan Levkivskyi in :issue:`25958`.)"
11641164
msgstr ""
11651165
"Ahora es posible establecer un :ref:`special method <specialnames>` en `` "
1166-
"None`` to indicate that the corresponding operation is not available. For "
1167-
"example, if a class sets :meth:`__iter__` en ``None``, la clase no es "
1166+
"None`` para indicar que la operación correspondiente no está disponible. Por "
1167+
"ejemplo, si una clase establece :meth:`__iter__` en ``None``, la clase no es "
11681168
"iterable. (Contribuido por Andrew Barnert e Ivan Levkivskyi en: número: "
11691169
"`25958`.)"
11701170

@@ -1602,6 +1602,12 @@ msgid ""
16021602
"mod:`typing` module as :class:`typing.ContextManager`. (Contributed by Brett "
16031603
"Cannon in :issue:`25609`.)"
16041604
msgstr ""
1605+
"La clase :class:`contextlib.AbstractContextManager` fue agregada para "
1606+
"proveer una clase abstracta para gestores de contexto. Provee una "
1607+
"implementación por defecto sensible para `__enter__()` que retorna ``self`` "
1608+
"y deja un método abstracto `__exit__()`. Se ha agregado una clase "
1609+
"coincidente al módulo :mod:`typing` como :class:`typing.ContextManager`. "
1610+
"(Contribuido por Brett Cannon en :issue:`25609`.)"
16051611

16061612
#: ../Doc/whatsnew/3.6.rst:971
16071613
msgid "datetime"
@@ -2648 6D40 ,9 +2654,9 @@ msgid ""
26482654
"and *stderr* streams. (Contributed by Steve Dower in :issue:`6135`.)"
26492655
msgstr ""
26502656
"El constructor :class:`subprocess.Popen` y todas las funciones que le pasan "
2651-
"argumentos ahora aceptan flujos *encoding* and *errors* arguments. "
2652-
"Specifying either of these will enable text mode for the *stdin*, *stdout* "
2653-
"and *stderr*. (Contribuido por Steve Dower en :issue:`6135`.)"
2657+
"argumentos ahora aceptan argumentos *encoding* y *errors*. Especificando "
2658+
"alguno de ellos activará el modo texto para *stdin*, *stdout* y *stderr*. "
2659+
"(Contribuido por Steve Dower en :issue:`6135`.)"
26542660

26552661
#: ../Doc/whatsnew/3.6.rst:1507
26562662
msgid "sys"
@@ -2984,6 +2990,11 @@ msgid ""
29842990
"`warnings.WarningMessage` (contributed by Victor Stinner in :issue:`26568` "
29852991
"and :issue:`26567`)."
29862992
msgstr ""
2993+
"También se ha agregado un nuevo atributo opcional *source* a la función :"
2994+
"func:`warnings.warn_explicit` : el objeto destruído que lanzó un :exc:"
2995+
"`ResourceWarning`. Un atributo *source* también se agregó a :class:`warnings."
2996+
"WarningMessage` (aportado por Victor Stinner en :issue:`26568` y :issue:"
2997+
"`26567`)."
29872998

29882999
#: ../Doc/whatsnew/3.6.rst:1703
29893000
msgid ""

0 commit comments

Comments
 (0)
0