Skip to content

Commit 2b39104

Browse files
committed
update datastructures.po translation (migration)
1 parent cf3a545 commit 2b39104

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

tutorial/datastructures.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,16 @@ msgstr ""
549549
#: ../Doc/tutorial/datastructures.rst:506
550550
msgid ""
551551
"The main operations on a dictionary are storing a value with some key and "
552-
"extracting the value given the key. It is also possible to delete a key:"
553-
"value pair with ``del``. If you store using a key that is already in use, "
554-
"the old value associated with that key is forgotten. It is an error to "
555-
"extract a value using a non-existent key."
556-
msgstr ""
552+
"extracting the value given the key. It is also possible to delete a "
553+
"key:value pair with ``del``. If you store using a key that is already in "
554+
"use, the old value associated with that key is forgotten. It is an error to"
555+
" extract a value using a non-existent key."
556+
msgstr ""
557+
"Las operaciones principales sobre un diccionario son guardar un valor con "
558+
"una clave y extraer ese valor dada la clave. También es posible borrar un "
559+
"par clave:valor con ``del``. Si usás una clave que ya está en uso para "
560+
"guardar un valor, el valor que estaba asociado con esa clave se pierde. Es "
561+
"un error extraer un valor usando una clave no existente."
557562

558563
#: ../Doc/tutorial/datastructures.rst:512
559564
msgid ""

0 commit comments

Comments
 (0)