Skip to content

Commit d878513

Browse files
committed
Traducido archivo library/re.po
1 parent 95bd65b commit d878513

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

library/re.po

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,37 @@
66
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
15-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
16-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"PO-Revision-Date: 2020-05-14 22:47+0200\n"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"Generated-By: Babel 2.8.0\n"
20+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21+
"Last-Translator: \n"
22+
"Language: es\n"
23+
"X-Generator: Poedit 2.3.1\n"
2224

2325
#: ../Doc/library/re.rst:2
2426
msgid ":mod:`re` --- Regular expression operations"
25-
msgstr ""
27+
msgstr ":mod:`re` --- Operaciones de expresiones regulares"
2628

2729
#: ../Doc/library/re.rst:10
2830
msgid "**Source code:** :source:`Lib/re.py`"
29-
msgstr ""
31+
msgstr "**Código fuente:** :source:'Lib/re.py'"
3032

3133
#: ../Doc/library/re.rst:14
3234
msgid ""
3335
"This module provides regular expression matching operations similar to those "
3436
"found in Perl."
3537
msgstr ""
38+
"Este módulo proporciona operaciones de coincidencia de expresiones regulares "
39+
"similares a las encontradas en Perl."
3640

3741
#: ../Doc/library/re.rst:17
3842
msgid ""
@@ -43,6 +47,12 @@ msgid ""
4347
"substitution, the replacement string must be of the same type as both the "
4448
"pattern and the search string."
4549
msgstr ""
50+
"Tanto los patrones como las cadenas de texto a buscar pueden ser cadenas de "
51+
"Unicode (:class:`str`) así como cadenas de 8 bits (:class:`bytes`). Sin "
52+
"embargo, las cadenas Unicode y las cadenas de 8 bits no se pueden mezclar: "
53+
"es decir, no se puede hacer coincidir una cadena Unicode con un patrón de "
54+
"bytes o viceversa; del mismo modo, al pedir una sustitución, la cadena de "
55+
"sustitución debe ser del mismo tipo que el patrón y la cadena de búsqueda."
4656

4757
#: ../Doc/library/re.rst:24
4858
msgid ""

0 commit comments

Comments
 (0)