Skip to content

Traducido archivo copy.po #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 29, 2020
Prev Previous commit
Next Next commit
fix
  • Loading branch information
ingcrengifo committed May 26, 2020
commit 34e23ea4ad2717e83d20b1b27f8bf405d299dc1d
10 changes: 5 additions & 5 deletions library/copy.po
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ msgid ""
"A *shallow copy* constructs a new compound object and then (to the extent "
"possible) inserts *references* into it to the objects found in the original."
msgstr ""
"Una copia superficial (*shallow copy*) construye un nuevo objeto compuesto y luego (en la medida "
"de lo posible) inserta *references* en él a los objetos encontrados en el "
"original."
"Una copia superficial (*shallow copy*) construye un nuevo objeto compuesto y "
"luego (en la medida de lo posible) inserta *references* en él a los objetos "
"encontrados en el original."

#: ../Doc/library/copy.rst:41
msgid ""
"A *deep copy* constructs a new compound object and then, recursively, "
"inserts *copies* into it of the objects found in the original."
msgstr ""
"Una copia profunda (*deep copy*) construye un nuevo objeto compuesto y luego, recursivamente, "
"inserta *copias* en él de los objetos encontrados en el original."
"Una copia profunda (*deep copy*) construye un nuevo objeto compuesto y luego, "
"recursivamente, inserta *copias* en él de los objetos encontrados en el original."

#: ../Doc/library/copy.rst:44
msgid ""
Expand Down