@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.8\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date : 2020-06-24 17:44 -0300\n "
12
+ "PO-Revision-Date : 2020-06-24 18:19 -0300\n "
13
13
"Language-Team : python-doc-es\n "
14
14
"MIME-Version : 1.0\n "
15
15
"Content-Type : text/plain; charset=UTF-8\n "
@@ -349,7 +349,7 @@ msgid ""
349
349
"record:"
350
350
msgstr ""
351
351
"Ejemplos que utilizan :func:`itemgetter`para obtener campos específicos de "
352
- "un registro tupla. "
352
+ "un registro tupla: "
353
353
354
354
#: ../Doc/library/operator.rst:342
355
355
msgid ""
@@ -359,7 +359,7 @@ msgid ""
359
359
msgstr ""
360
360
"Retorna un objeto invocable que a su vez invoca al método *name* sobre su "
361
361
"operando. Si se pasan argumentos adicionales y/o argumentos nombrados, estos "
362
- "serán a su vez pasados al método. Por ejemplo: "
362
+ "serán a su vez pasados al método. Por ejemplo:"
363
363
364
364
#: ../Doc/library/operator.rst:346
365
365
msgid ""
@@ -695,116 +695,116 @@ msgstr "``delitem(seq, slice(i, j))``"
695
695
696
696
#: ../Doc/library/operator.rst:420
697
697
msgid "Slicing"
698
- msgstr ""
698
+ msgstr "Rebanado (o seccionado) "
699
699
700
700
#: ../Doc/library/operator.rst:420
701
701
msgid "``seq[i:j]``"
702
- msgstr ""
702
+ msgstr "``seq[i:j]`` "
703
703
704
704
#: ../Doc/library/operator.rst:420
705
705
msgid "``getitem(seq, slice(i, j))``"
706
- msgstr ""
706
+ msgstr "``getitem(seq, slice(i, j))`` "
707
707
708
708
#: ../Doc/library/operator.rst:422
709
709
msgid "String Formatting"
710
- msgstr ""
710
+ msgstr "Formateo de cadenas "
711
711
712
712
#: ../Doc/library/operator.rst:422
713
713
msgid "``s % obj``"
714
- msgstr ""
714
+ msgstr "``s % obj`` "
715
715
716
716
#: ../Doc/library/operator.rst:422
717
717
msgid "``mod(s, obj)``"
718
- msgstr ""
718
+ msgstr "``mod(s, obj)`` "
719
719
720
720
#: ../Doc/library/operator.rst:424
721
721
msgid "Subtraction"
722
- msgstr ""
722
+ msgstr "Sustracción "
723
723
724
724
#: ../Doc/library/operator.rst:424
725
725
msgid "``a - b``"
726
- msgstr ""
726
+ msgstr "``a - b`` "
727
727
728
728
#: ../Doc/library/operator.rst:424
729
729
msgid "``sub(a, b)``"
730
- msgstr ""
730
+ msgstr "``sub(a, b)`` "
731
731
732
732
#: ../Doc/library/operator.rst:426
733
733
msgid "Truth Test"
734
- msgstr ""
734
+ msgstr "Chequeo de verdad "
735
735
736
736
#: ../Doc/library/operator.rst:426
737
737
msgid "``obj``"
738
- msgstr ""
738
+ msgstr "``sub(a, b)``s "
739
739
740
740
#: ../Doc/library/operator.rst:426
741
741
msgid "``truth(obj)``"
742
- msgstr ""
742
+ msgstr "``sub(a, b)`` "
743
743
744
744
#: ../Doc/library/operator.rst:428 ../Doc/library/operator.rst:430
745
745
#: ../Doc/library/operator.rst:436 ../Doc/library/operator.rst:438
746
746
msgid "Ordering"
747
- msgstr ""
747
+ msgstr "Ordenado "
748
748
749
749
#: ../Doc/library/operator.rst:428
750
750
msgid "``a < b``"
751
- msgstr ""
751
+ msgstr "``a < b`` "
752
752
753
753
#: ../Doc/library/operator.rst:428
754
754
msgid "``lt(a, b)``"
755
- msgstr ""
755
+ msgstr "``lt(a, b)`` "
756
756
757
757
#: ../Doc/library/operator.rst:430
758
758
msgid "``a <= b``"
759
- msgstr ""
759
+ msgstr "``a <= b`` "
760
760
761
761
#: ../Doc/library/operator.rst:430
762
762
msgid "``le(a, b)``"
763
- msgstr ""
763
+ msgstr "``le(a, b)`` "
764
764
765
765
#: ../Doc/library/operator.rst:432
766
766
msgid "Equality"
767
- msgstr ""
767
+ msgstr "Igualdad "
768
768
769
769
#: ../Doc/library/operator.rst:432
770
770
msgid "``a == b``"
771
- msgstr ""
771
+ msgstr "``a == b`` "
772
772
773
773
#: ../Doc/library/operator.rst:432
774
774
msgid "``eq(a, b)``"
775
- msgstr ""
775
+ msgstr "``eq(a, b)`` "
776
776
777
777
#: ../Doc/library/operator.rst:434
778
778
msgid "Difference"
779
- msgstr ""
779
+ msgstr "Diferencia "
780
780
781
781
#: ../Doc/library/operator.rst:434
782
782
msgid "``a != b``"
783
- msgstr ""
783
+ msgstr "``a != b`` "
784
784
785
785
#: ../Doc/library/operator.rst:434
786
786
msgid "``ne(a, b)``"
787
- msgstr ""
787
+ msgstr "``ne(a, b)`` "
788
788
789
789
#: ../Doc/library/operator.rst:436
790
790
msgid "``a >= b``"
791
- msgstr ""
791
+ msgstr "``a >= b`` "
792
792
793
793
#: ../Doc/library/operator.rst:436
794
794
msgid "``ge(a, b)``"
795
- msgstr ""
795
+ msgstr "``ge(a, b)`` "
796
796
797
797
#: ../Doc/library/operator.rst:438
798
798
msgid "``a > b``"
799
- msgstr ""
799
+ msgstr "``a > b`` "
800
800
801
801
#: ../Doc/library/operator.rst:438
802
802
msgid "``gt(a, b)``"
803
- msgstr ""
803
+ msgstr "``gt(a, b)`` "
804
804
805
805
#: ../Doc/library/operator.rst:442
806
806
msgid "In-place Operators"
807
- msgstr ""
807
+ msgstr "Operadores *In-place* "
808
808
809
809
#: ../Doc/library/operator.rst:444
810
810
msgid ""
@@ -815,6 +815,12 @@ msgid ""
815
815
"operator.iadd(x, y)`` is equivalent to the compound statement ``z = x; z += "
816
816
"y``."
817
817
msgstr ""
818
+ "Muchas operaciones tienen una versión *\" in-place\" *. Abajo se listan las "
819
+ "funciones que proveen un acceso más primitivo a operadores *in-place* que la "
820
+ "sintaxis usual; por ejemplo, el :term:`statement` ``x += y`` es equivalente "
821
+ "a ``x = operator.iadd(x, y)``. Otra forma de decirlo es que ``z = operator."
822
+ "iadd(x, y)`` es equivalente a la sentencia (*statement*) compuesta ``z = x; "
823
+ "z += y``."
818
824
819
825
#: ../Doc/library/operator.rst:451
820
826
msgid ""
@@ -823,72 +829,84 @@ msgid ""
823
829
"place functions listed below only do the first step, calling the in-place "
824
830
"method. The second step, assignment, is not handled."
825
831
msgstr ""
832
+ "En esos ejemplo, notar que cuando se invoca un método *in-place*, el cómputo "
833
+ "y la asignación se realizan en dos pasos separados. Las funciones *in-place* "
834
+ "que se listan aquí debajo solo hacen el primer paso, llamar al método *in-"
835
+ "place*. El segundo paso, la asignación, no se maneja."
826
836
827
837
#: ../Doc/library/operator.rst:456
828
838
msgid ""
829
839
"For immutable targets such as strings, numbers, and tuples, the updated "
830
840
"value is computed, but not assigned back to the input variable:"
831
841
msgstr ""
842
+ "Para objetivos inmutables como cadenas, números, y tuplas, el valor "
843
+ "actualizado es computado, pero no es asignado de nuevo a la variable de "
844
+ "entrada:"
832
845
833
846
#: ../Doc/library/operator.rst:465
834
847
msgid ""
835
848
"For mutable targets such as lists and dictionaries, the in-place method will "
836
849
"perform the update, so no subsequent assignment is necessary:"
837
850
msgstr ""
851
+ "Para objetivos mutables como listas y diccionarios, el método *in-place* "
852
+ "realiza la actualización, así que no es necesaria una asignación "
853
+ "subsiguiente:"
838
854
839
855
#: ../Doc/library/operator.rst:477
840
856
msgid "``a = iadd(a, b)`` is equivalent to ``a += b``."
841
- msgstr ""
857
+ msgstr "``a = iadd(a, b)`` es equivalente a ``a += b``. "
842
858
843
859
#: ../Doc/library/operator.rst:483
844
860
msgid "``a = iand(a, b)`` is equivalent to ``a &= b``."
845
- msgstr ""
861
+ msgstr "``a = iand(a, b)`` es equivalente a ``a &= b``. "
846
862
847
863
#: ../Doc/library/operator.rst:489
848
864
msgid ""
849
865
"``a = iconcat(a, b)`` is equivalent to ``a += b`` for *a* and *b* sequences."
850
866
msgstr ""
867
+ "``a = iconcat(a, b)`` es equivalente a ``a += b`` para dos *a* y *b* "
868
+ "secuencias."
851
869
852
870
#: ../Doc/library/operator.rst:495
853
871
msgid "``a = ifloordiv(a, b)`` is equivalent to ``a //= b``."
854
- msgstr ""
872
+ msgstr "``a = ifloordiv(a, b)`` es equivalente a ``a //= b``. "
855
873
856
874
#: ../Doc/library/operator.rst:501
857
875
msgid "``a = ilshift(a, b)`` is equivalent to ``a <<= b``."
858
- msgstr ""
876
+ msgstr "``a = ilshift(a, b)`` es equivalente a ``a <<= b``. "
859
877
860
878
#: ../Doc/library/operator.rst:507
861
879
msgid "``a = imod(a, b)`` is equivalent to ``a %= b``."
862
- msgstr ""
880
+ msgstr "``a = imod(a, b)`` es equivalente a ``a %= b``. "
863
881
864
882
#: ../Doc/library/operator.rst:513
865
883
msgid "``a = imul(a, b)`` is equivalent to ``a *= b``."
866
- msgstr ""
884
+ msgstr "``a = imul(a, b)`` es equivalente a ``a *= b``. "
867
885
868
886
#: ../Doc/library/operator.rst:519
869
887
msgid "``a = imatmul(a, b)`` is equivalent to ``a @= b``."
870
- msgstr ""
888
+ msgstr "``a = imul(a, b)`` es equivalente a ``a *= b``. "
871
889
872
890
#: ../Doc/library/operator.rst:527
873
891
msgid "``a = ior(a, b)`` is equivalent to ``a |= b``."
874
- msgstr ""
892
+ msgstr "``a = ior(a, b)`` es equivalente a ``a |= b``. "
875
893
876
894
#: ../Doc/library/operator.rst:533
877
895
msgid "``a = ipow(a, b)`` is equivalent to ``a **= b``."
878
- msgstr ""
896
+ msgstr "``a = ipow(a, b)`` es equivalente a ``a **= b``. "
879
897
880
898
#: ../Doc/library/operator.rst:539
881
899
msgid "``a = irshift(a, b)`` is equivalent to ``a >>= b``."
882
- msgstr ""
900
+ msgstr "``a = irshift(a, b)`` es equivalente a ``a >>= b``. "
883
901
884
902
#: ../Doc/library/operator.rst:545
885
903
msgid "``a = isub(a, b)`` is equivalent to ``a -= b``."
886
- msgstr ""
904
+ msgstr "``a = isub(a, b)`` es equivalente a ``a -= b``. "
887
905
888
906
#: ../Doc/library/operator.rst:551
889
907
msgid "``a = itruediv(a, b)`` is equivalent to ``a /= b``."
890
- msgstr ""
908
+ msgstr "``a = itruediv(a, b)`` es equivalente a ``a /= b``. "
891
909
892
910
#: ../Doc/library/operator.rst:557
893
911
msgid "``a = ixor(a, b)`` is equivalent to ``a ^= b``."
894
- msgstr ""
912
+ msgstr "``a = ixor(a, b)`` es equivalente a ``a ^= b``. "
0 commit comments