Skip to content

Commit a728fd3

Browse files
author
Claudia
committed
finalmente
1 parent 5fb9dba commit a728fd3

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

whatsnew/3.9.po

Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,85 +4,91 @@
44
# package.
55
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python en Español 3.9\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2021-03-19 11:16+0100\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: LANGUAGE <LL@li.org>\n"
12+
"PO-Revision-Date: 2021-10-06 18:35+0100\n"
1613
"MIME-Version: 1.0\n"
17-
"Content-Type: text/plain; charset=utf-8\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
1815
"Content-Transfer-Encoding: 8bit\n"
1916
"Generated-By: Babel 2.8.0\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\n"
19+
"Language-Team: \n"
20+
"Language: es\n"
21+
"X-Generator: Poedit 3.0\n"
2022

2123
#: ../Doc/whatsnew/3.9.rst:3
2224
msgid "What's New In Python 3.9"
23-
msgstr ""
25+
msgstr "Novedades de Python 3.9"
2426

2527
#: ../Doc/whatsnew/3.9.rst
2628
msgid "Release"
27-
msgstr ""
29+
msgstr "Versión"
2830

2931
#: ../Doc/whatsnew/3.9.rst:5
3032
msgid "|release|"
31-
msgstr ""
33+
msgstr "|release|"
3234

3335
#: ../Doc/whatsnew/3.9.rst
3436
msgid "Date"
35-
msgstr ""
37+
msgstr "Fecha"
3638

3739
#: ../Doc/whatsnew/3.9.rst:6
3840
msgid "|today|"
39-
msgstr ""
41+
msgstr "|today|"
4042

4143
#: ../Doc/whatsnew/3.9.rst
4244
msgid "Editor"
43-
msgstr ""
45+
msgstr "Editor"
4446

4547
#: ../Doc/whatsnew/3.9.rst:7
4648
msgid "Łukasz Langa"
47-
msgstr ""
49+
msgstr "Łukasz Langa"
4850

4951
#: ../Doc/whatsnew/3.9.rst:47
5052
msgid ""
5153
"This article explains the new features in Python 3.9, compared to 3.8. "
5254
"Python 3.9 was released on October 5th, 2020."
5355
msgstr ""
56+
"Este artículo explica las nuevas características de Python 3.9, en "
57+
"comparación con 3.8. Python 3.9 fue lanzado el 5 de octubre de 2020."
5458

5559
#: ../Doc/whatsnew/3.9.rst:50
5660
msgid "For full details, see the :ref:`changelog <changelog>`."
57-
msgstr ""
61+
msgstr "Para más información, consulta el :ref:`changelog <changelog>`."
5862

5963
#: ../Doc/whatsnew/3.9.rst:54
6064
msgid ":pep:`596` - Python 3.9 Release Schedule"
61-
msgstr ""
65+
msgstr ":pep:`596` - Python 3.9 Release Schedule"
6266

6367
#: ../Doc/whatsnew/3.9.rst:58
6468
msgid "Summary -- Release highlights"
65-
msgstr ""
69+
msgstr "Resumen -- Puntos destacados del lanzamiento"
6670

6771
#: ../Doc/whatsnew/3.9.rst:63
6872
msgid "New syntax features:"
69-
msgstr ""
73+
msgstr "Nuevas características de sintaxis:"
7074

7175
#: ../Doc/whatsnew/3.9.rst:65
7276
msgid ":pep:`584`, union operators added to ``dict``;"
73-
msgstr ""
77+
msgstr ":pep:`584`, operadores de unión añadidos ``dict``;"
7478

7579
#: ../Doc/whatsnew/3.9.rst:66
7680
msgid ":pep:`585`, type hinting generics in standard collections;"
7781
msgstr ""
82+
":pep:`585`, anotaciones de tipado genéricas en las colecciones estándar;"
7883

7984
#: ../Doc/whatsnew/3.9.rst:67
85+
#, fuzzy
8086
msgid ":pep:`614`, relaxed grammar restrictions on decorators."
81-
msgstr ""
87+
msgstr ":pep:`614`, menores restricciones gramaticales en decoradores."
8288

8389
#: ../Doc/whatsnew/3.9.rst:69
8490
msgid "New built-in features:"
85-
msgstr ""
91+
msgstr "Nuevas características incorporadas:"
8692

8793
#: ../Doc/whatsnew/3.9.rst:71
8894
msgid ":pep:`616`, string methods to remove prefixes and suffixes."
@@ -133,6 +139,11 @@ msgid ""
133139
"`time`, :mod:`_weakref`) now use multiphase initialization as defined by PEP "
134140
"489;"
135141
msgstr ""
142+
"varios módulos de Python (:mod:'_abc', :mod:'audioop', :mod:'_bz2', :"
143+
"mod:'_codecs', :mod:'_contextvars', :mod:'_crypt', :mod:'_functools', :"
144+
"mod:'_json', :mod:'_locale', :mod:'math', :mod:'operator', :mod:'resource', :"
145+
"mod:'time', :mod:'_weakref') ahora usan la inicialización multifásica según "
146+
"lo definido por PEP 489;"
136147

137148
#: ../Doc/whatsnew/3.9.rst:92
138149
msgid ""

0 commit comments

Comments
 (0)