Translation of strings on Unix directory
This commit is contained in:
parent
c23d2028a8
commit
a1d539941d
22
locale/es.po
22
locale/es.po
@ -848,15 +848,15 @@ msgstr "Longitud de string UUID inválida"
|
|||||||
|
|
||||||
#: ports/unix/modffi.c:138
|
#: ports/unix/modffi.c:138
|
||||||
msgid "Unknown type"
|
msgid "Unknown type"
|
||||||
msgstr ""
|
msgstr "Tipo desconocido"
|
||||||
|
|
||||||
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
|
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
|
||||||
msgid "Error in ffi_prep_cif"
|
msgid "Error in ffi_prep_cif"
|
||||||
msgstr ""
|
msgstr "Error en ffi_prep_cif"
|
||||||
|
|
||||||
#: ports/unix/modffi.c:270
|
#: ports/unix/modffi.c:270
|
||||||
msgid "ffi_prep_closure_loc"
|
msgid "ffi_prep_closure_loc"
|
||||||
msgstr ""
|
msgstr "ffi_prep_closure_loc"
|
||||||
|
|
||||||
#: ports/unix/modffi.c:413
|
#: ports/unix/modffi.c:413
|
||||||
msgid "Don't know how to pass object to native function"
|
msgid "Don't know how to pass object to native function"
|
||||||
@ -865,30 +865,30 @@ msgstr ""
|
|||||||
#: ports/unix/modusocket.c:474
|
#: ports/unix/modusocket.c:474
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "[addrinfo error %d]"
|
msgid "[addrinfo error %d]"
|
||||||
msgstr ""
|
msgstr "[addrinfo error %d]"
|
||||||
|
|
||||||
#: py/argcheck.c:44
|
#: py/argcheck.c:44
|
||||||
msgid "function does not take keyword arguments"
|
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
|
#: py/argcheck.c:54 py/bc.c:85 py/objnamedtuple.c:104
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "function takes %d positional arguments but %d were given"
|
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
|
#: py/argcheck.c:64
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "function missing %d required positional arguments"
|
msgid "function missing %d required positional arguments"
|
||||||
msgstr ""
|
msgstr "a la función le hacen falta %d argumentos posicionales requeridos"
|
||||||
|
|
||||||
#: py/argcheck.c:72
|
#: py/argcheck.c:72
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "function expected at most %d arguments, got %d"
|
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
|
#: py/argcheck.c:97
|
||||||
msgid "'%q' argument required"
|
msgid "'%q' argument required"
|
||||||
msgstr ""
|
msgstr "argumento '%q' requerido"
|
||||||
|
|
||||||
#: py/argcheck.c:122
|
#: py/argcheck.c:122
|
||||||
msgid "extra positional arguments given"
|
msgid "extra positional arguments given"
|
||||||
@ -912,11 +912,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: py/bc.c:197 py/bc.c:215
|
#: py/bc.c:197 py/bc.c:215
|
||||||
msgid "unexpected keyword argument"
|
msgid "unexpected keyword argument"
|
||||||
msgstr ""
|
msgstr "argumento por palabra clave inesperado"
|
||||||
|
|
||||||
#: py/bc.c:199
|
#: py/bc.c:199
|
||||||
msgid "keywords must be strings"
|
msgid "keywords must be strings"
|
||||||
msgstr ""
|
msgstr "palabras clave deben ser strings"
|
||||||
|
|
||||||
#: py/bc.c:206 py/objnamedtuple.c:138
|
#: py/bc.c:206 py/objnamedtuple.c:138
|
||||||
msgid "function got multiple values for argument '%q'"
|
msgid "function got multiple values for argument '%q'"
|
||||||
|
Loading…
Reference in New Issue
Block a user