Skip to content
Prev Previous commit
Next Next commit
Try fix powrap
  • Loading branch information
srmorita committed Jan 27, 2023
commit 05f1e8082cd397fc78d61bfca361f15a9ffaabac
22 changes: 11 additions & 11 deletions library/intro.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-01-27 15:32-0300\n"
"PO-Revision-Date: 2023-01-27 18:03-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand All @@ -20,7 +20,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 2.4.2\n"
"X-Generator: Poedit 3.2.2\n"

#: ../Doc/library/intro.rst:5
msgid "Introduction"
Expand All @@ -33,16 +33,16 @@ msgstr ""

#: ../Doc/library/intro.rst:9
msgid ""
"It contains data types that would normally be considered part of the \"core"
"\" of a language, such as numbers and lists. For these types, the Python "
"language core defines the form of literals and places some constraints on "
"their semantics, but does not fully define the semantics. (On the other "
"hand, the language core does define syntactic properties like the spelling "
"and priorities of operators.)"
"It contains data types that would normally be considered part of the "
"\"core\" of a language, such as numbers and lists. For these types, the "
"Python language core defines the form of literals and places some "
"constraints on their semantics, but does not fully define the semantics. "
"(On the other hand, the language core does define syntactic properties like "
"the spelling and priorities of operators.)"
msgstr ""
"Contiene tipos de datos que normalmente se considerarían parte del \"núcleo"
"\" de un lenguaje, como números y listas. Para estos tipos, el núcleo del "
"lenguaje Python define la forma de los literales y coloca algunas "
"Contiene tipos de datos que normalmente se considerarían parte del "
"\"núcleo\" de un lenguaje, como números y listas. Para estos tipos, el "
"núcleo del lenguaje Python define la forma de los literales y coloca algunas "
"restricciones a su semántica, pero no define completamente la semántica. "
"(Por otro lado, el núcleo del lenguaje sí define propiedades sintácticas "
"como la ortografía y las prioridades de los operadores.)"
Expand Down