Skip to content

Commit a1d5399

Browse files
committed
Translation of strings on Unix directory
1 parent c23d202 commit a1d5399

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

locale/es.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -848,15 +848,15 @@ msgstr "Longitud de string UUID inválida"
848848

849849
#: ports/unix/modffi.c:138
850850
msgid "Unknown type"
851-
msgstr ""
851+
msgstr "Tipo desconocido"
852852

853853
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
854854
msgid "Error in ffi_prep_cif"
855-
msgstr ""
855+
msgstr "Error en ffi_prep_cif"
856856

857857
#: ports/unix/modffi.c:270
858858
msgid "ffi_prep_closure_loc"
859-
msgstr ""
859+
msgstr "ffi_prep_closure_loc"
860860

861861
#: ports/unix/modffi.c:413
862862
msgid "Don't know how to pass object to native function"
@@ -865,30 +865,30 @@ msgstr ""
865865
#: ports/unix/modusocket.c:474
866866
#, c-format
867867
msgid "[addrinfo error %d]"
868-
msgstr ""
868+
msgstr "[addrinfo error %d]"
869869

870870
#: py/argcheck.c:44
871871
msgid "function does not take keyword arguments"
872-
msgstr ""
872+
msgstr "la función no tiene argumentos por palabra clave"
873873

874874
#: py/argcheck.c:54 py/bc.c:85 py/objnamedtuple.c:104
875875
#, c-format
876876
msgid "function takes %d positional arguments but %d were given"
877-
msgstr ""
877+
msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
878878

879879
#: py/argcheck.c:64
880880
#, c-format
881881
msgid "function missing %d required positional arguments"
882-
msgstr ""
882+
msgstr "a la función le hacen falta %d argumentos posicionales requeridos"
883883

884884
#: py/argcheck.c:72
885885
#, c-format
886886
msgid "function expected at most %d arguments, got %d"
887-
msgstr ""
887+
msgstr "la función esperaba a lo sumo %d argumentos, tiene %d"
888888

889889
#: py/argcheck.c:97
890890
msgid "'%q' argument required"
891-
msgstr ""
891+
msgstr "argumento '%q' requerido"
892892

893893
#: py/argcheck.c:122
894894
msgid "extra positional arguments given"
@@ -912,11 +912,11 @@ msgstr ""
912912

913913
#: py/bc.c:197 py/bc.c:215
914914
msgid "unexpected keyword argument"
915-
msgstr ""
915+
msgstr "argumento por palabra clave inesperado"
916916

917917
#: py/bc.c:199
918918
msgid "keywords must be strings"
919-
msgstr ""
919+
msgstr "palabras clave deben ser strings"
920920

921921
#: py/bc.c:206 py/objnamedtuple.c:138
922922
msgid "function got multiple values for argument '%q'"

0 commit comments

Comments
 (0)