Skip to content

Commit 74e0142

Browse files
authored
Merge pull request adafruit#1256 from C47D/es_lang_unix
[Spanish - WIP] Translation of Unix/py directories
2 parents b695100 + a1d5399 commit 74e0142

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
@@ -849,15 +849,15 @@ msgstr "Longitud de string UUID inválida"
849849

850850
#: ports/unix/modffi.c:138
851851
msgid "Unknown type"
852-
msgstr ""
852+
msgstr "Tipo desconocido"
853853

854854
#: ports/unix/modffi.c:207 ports/unix/modffi.c:265
855855
msgid "Error in ffi_prep_cif"
856-
msgstr ""
856+
msgstr "Error en ffi_prep_cif"
857857

858858
#: ports/unix/modffi.c:270
859859
msgid "ffi_prep_closure_loc"
860-
msgstr ""
860+
msgstr "ffi_prep_closure_loc"
861861

862862
#: ports/unix/modffi.c:413
863863
msgid "Don't know how to pass object to native function"
@@ -866,30 +866,30 @@ msgstr ""
866866
#: ports/unix/modusocket.c:474
867867
#, c-format
868868
msgid "[addrinfo error %d]"
869-
msgstr ""
869+
msgstr "[addrinfo error %d]"
870870

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

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

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

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

890890
#: py/argcheck.c:97
891891
msgid "'%q' argument required"
892-
msgstr ""
892+
msgstr "argumento '%q' requerido"
893893

894894
#: py/argcheck.c:122
895895
msgid "extra positional arguments given"
@@ -913,11 +913,11 @@ msgstr ""
913913

914914
#: py/bc.c:197 py/bc.c:215
915915
msgid "unexpected keyword argument"
916-
msgstr ""
916+
msgstr "argumento por palabra clave inesperado"
917917

918918
#: py/bc.c:199
919919
msgid "keywords must be strings"
920-
msgstr ""
920+
msgstr "palabras clave deben ser strings"
921921

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

0 commit comments

Comments
 (0)