8000 update stdlib2 translation (migration) · python/python-docs-es@edd1505 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edd1505

Browse files
committed
update stdlib2 translation (migration)
1 parent 3b5c9d0 commit edd1505

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tutorial/stdlib2.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,24 @@ msgid ""
261261
"from a user editable configuration file for customized logging without "
262262
"altering the application."
263263
msgstr ""
264+
"El sistema de registro puede configurarse directamente desde Python o puede "
265+
"cargarse la configuración desde un archivo editable por el usuario para "
266+
"personalizar el registro sin alterar la aplicación."
264267

265268
#: ../Doc/tutorial/stdlib2.rst:248
266269
msgid "Weak References"
267-
msgstr ""
270+
msgstr "Referencias débiles"
268271

269272
#: ../Doc/tutorial/stdlib2.rst:250
270273
msgid ""
271274
"Python does automatic memory management (reference counting for most objects "
272275
"and :term:`garbage collection` to eliminate cycles). The memory is freed "
273276
"shortly after the last reference to it has been eliminated."
274277
msgstr ""
278+
"Python realiza administración de memoria automática (cuenta de referencias "
279+
"para la mayoría de los objetos, y `garbage collection` (recolección de "
280+
"basura) para eliminar ciclos). La memoria se libera poco después de que la "
281+
"última referencia a la misma haya sido eliminada."
275282

276283
#: ../Doc/tutorial/stdlib2.rst:254
277284
msgid ""

0 commit comments

Comments
 (0)
0