Translation of strings on Unix directory

This commit is contained in:
Carlos 2018-10-08 22:05:30 -05:00
parent c23d2028a8
commit a1d539941d
1 changed files with 11 additions and 11 deletions

View File

@ -848,15 +848,15 @@ msgstr "Longitud de string UUID inválida"
#: ports/unix/modffi.c:138
msgid "Unknown type"
msgstr ""
msgstr "Tipo desconocido"
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
msgid "Error in ffi_prep_cif"
msgstr ""
msgstr "Error en ffi_prep_cif"
#: ports/unix/modffi.c:270
msgid "ffi_prep_closure_loc"
msgstr ""
msgstr "ffi_prep_closure_loc"
#: ports/unix/modffi.c:413
msgid "Don't know how to pass object to native function"
@ -865,30 +865,30 @@ msgstr ""
#: ports/unix/modusocket.c:474
#, c-format
msgid "[addrinfo error %d]"
msgstr ""
msgstr "[addrinfo error %d]"
#: py/argcheck.c:44
msgid "function does not take keyword arguments"
msgstr ""
msgstr "la función no tiene argumentos por palabra clave"
#: py/argcheck.c:54 py/bc.c:85 py/objnamedtuple.c:104
#, c-format
msgid "function takes %d positional arguments but %d were given"
msgstr ""
msgstr "la función toma %d argumentos posicionales pero le fueron dados %d"
#: py/argcheck.c:64
#, c-format
msgid "function missing %d required positional arguments"
msgstr ""
msgstr "a la función le hacen falta %d argumentos posicionales requeridos"
#: py/argcheck.c:72
#, c-format
msgid "function expected at most %d arguments, got %d"
msgstr ""
msgstr "la función esperaba a lo sumo %d argumentos, tiene %d"
#: py/argcheck.c:97
msgid "'%q' argument required"
msgstr ""
msgstr "argumento '%q' requerido"
#: py/argcheck.c:122
msgid "extra positional arguments given"
@ -912,11 +912,11 @@ msgstr ""
#: py/bc.c:197 py/bc.c:215
msgid "unexpected keyword argument"
msgstr ""
msgstr "argumento por palabra clave inesperado"
#: py/bc.c:199
msgid "keywords must be strings"
msgstr ""
msgstr "palabras clave deben ser strings"
#: py/bc.c:206 py/objnamedtuple.c:138
msgid "function got multiple values for argument '%q'"