From e6d79103ae7362fb3b6133964f1d2b87d595ab5d Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 11 Aug 2018 22:02:53 -0500 Subject: [PATCH 1/7] Finished the translation of string on the main.c file --- locale/es.po | 695 ++------------------------------------------------- 1 file changed, 16 insertions(+), 679 deletions(-) diff --git a/locale/es.po b/locale/es.po index 256278256c..31811eedb9 100644 --- a/locale/es.po +++ b/locale/es.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 09:37-0700\n" -"PO-Revision-Date: 2018-07-27 11:55-0700\n" +"POT-Creation-Date: 2018-08-03 17:20-0700\n" +"PO-Revision-Date: 2018-08-11 22:01-0500\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" @@ -153,9 +153,10 @@ msgstr "" #: main.c:143 msgid " output:\n" -msgstr "" +msgstr " salida:\n" -#: main.c:157 main.c:230 +#: main.c:148 main.c:221 +#, fuzzy msgid "" "Auto-reload is on. Simply save files over USB to run them or enter REPL to " "disable.\n" @@ -1222,671 +1223,6 @@ msgstr "" msgid "buffer too small" msgstr "" -#: py/modthread.c:240 -msgid "expecting a dict for keyword args" -msgstr "" - -#: py/moduerrno.c:143 py/moduerrno.c:146 -msgid "Permission denied" -msgstr "" - -#: py/moduerrno.c:144 -msgid "No such file/directory" -msgstr "" - -#: py/moduerrno.c:145 -msgid "Input/output error" -msgstr "" - -#: py/moduerrno.c:147 -msgid "File exists" -msgstr "" - -#: py/moduerrno.c:148 -msgid "Unsupported operation" -msgstr "" - -#: py/moduerrno.c:149 -msgid "Invalid argument" -msgstr "" - -#: py/obj.c:90 -msgid "Traceback (most recent call last):\n" -msgstr "" - -#: py/obj.c:94 -msgid " File \"%q\", line %d" -msgstr "" - -#: py/obj.c:96 -msgid " File \"%q\"" -msgstr "" - -#: py/obj.c:100 -msgid ", in %q\n" -msgstr "" - -#: py/obj.c:257 -msgid "can't convert to int" -msgstr "" - -#: py/obj.c:260 -#, c-format -msgid "can't convert %s to int" -msgstr "" - -#: py/obj.c:320 -msgid "can't convert to float" -msgstr "" - -#: py/obj.c:323 -#, c-format -msgid "can't convert %s to float" -msgstr "" - -#: py/obj.c:353 -msgid "can't convert to complex" -msgstr "" - -#: py/obj.c:356 -#, c-format -msgid "can't convert %s to complex" -msgstr "" - -#: py/obj.c:371 -msgid "expected tuple/list" -msgstr "" - -#: py/obj.c:374 -#, c-format -msgid "object '%s' is not a tuple or list" -msgstr "" - -#: py/obj.c:385 -msgid "tuple/list has wrong length" -msgstr "" - -#: py/obj.c:387 -#, c-format -msgid "requested length %d but object has length %d" -msgstr "" - -#: py/obj.c:400 -msgid "indices must be integers" -msgstr "" - -#: py/obj.c:403 -msgid "%q indices must be integers, not %s" -msgstr "" - -#: py/obj.c:423 -msgid "%q index out of range" -msgstr "" - -#: py/obj.c:455 -msgid "object has no len" -msgstr "" - -#: py/obj.c:458 -#, c-format -msgid "object of type '%s' has no len()" -msgstr "" - -#: py/obj.c:496 -msgid "object does not support item deletion" -msgstr "" - -#: py/obj.c:499 -#, c-format -msgid "'%s' object does not support item deletion" -msgstr "" - -#: py/obj.c:503 -msgid "object is not subscriptable" -msgstr "" - -#: py/obj.c:506 -#, c-format -msgid "'%s' object is not subscriptable" -msgstr "" - -#: py/obj.c:510 -msgid "object does not support item assignment" -msgstr "" - -#: py/obj.c:513 -#, c-format -msgid "'%s' object does not support item assignment" -msgstr "" - -#: py/obj.c:544 -msgid "object with buffer protocol required" -msgstr "" - -#: py/objarray.c:413 py/objstr.c:427 py/objstrunicode.c:191 py/objtuple.c:187 -#: shared-bindings/nvm/ByteArray.c:85 -msgid "only slices with step=1 (aka None) are supported" -msgstr "" - -#: py/objarray.c:426 -msgid "lhs and rhs should be compatible" -msgstr "" - -#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107 -msgid "array/bytes required on right side" -msgstr "" - -#: py/objcomplex.c:203 -msgid "can't do truncated division of a complex number" -msgstr "" - -#: py/objcomplex.c:209 -msgid "complex division by zero" -msgstr "" - -#: py/objcomplex.c:237 -msgid "0.0 to a complex power" -msgstr "" - -#: py/objdeque.c:107 -msgid "full" -msgstr "" - -#: py/objdeque.c:127 -msgid "empty" -msgstr "" - -#: py/objdict.c:314 -msgid "popitem(): dictionary is empty" -msgstr "" - -#: py/objdict.c:357 -msgid "dict update sequence has wrong length" -msgstr "" - -#: py/objfloat.c:308 py/parsenum.c:331 -msgid "complex values not supported" -msgstr "" - -#: py/objgenerator.c:108 -msgid "can't send non-None value to a just-started generator" -msgstr "" - -#: py/objgenerator.c:126 -msgid "generator already executing" -msgstr "" - -#: py/objgenerator.c:229 -msgid "generator ignored GeneratorExit" -msgstr "" - -#: py/objgenerator.c:251 -msgid "can't pend throw to just-started generator" -msgstr "" - -#: py/objint.c:144 -msgid "can't convert inf to int" -msgstr "" - -#: py/objint.c:146 -msgid "can't convert NaN to int" -msgstr "" - -#: py/objint.c:163 -msgid "float too big" -msgstr "" - -#: py/objint.c:328 -msgid "long int not supported in this build" -msgstr "" - -#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358 -msgid "small int overflow" -msgstr "" - -#: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486 -msgid "negative power with no float support" -msgstr "" - -#: py/objint_longlong.c:251 -msgid "ulonglong too large" -msgstr "" - -#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411 -msgid "negative shift count" -msgstr "" - -#: py/objint_mpz.c:336 -msgid "pow() with 3 arguments requires integers" -msgstr "" - -#: py/objint_mpz.c:347 -msgid "pow() 3rd argument cannot be 0" -msgstr "" - -#: py/objint_mpz.c:415 -msgid "overflow converting long int to machine word" -msgstr "" - -#: py/objlist.c:273 -msgid "pop from empty list" -msgstr "" - -#: py/objnamedtuple.c:92 -msgid "can't set attribute" -msgstr "" - -#: py/objobject.c:55 -msgid "__new__ arg must be a user-type" -msgstr "" - -#: py/objrange.c:110 -msgid "zero step" -msgstr "" - -#: py/objset.c:371 -msgid "pop from an empty set" -msgstr "" - -#: py/objslice.c:66 -msgid "Length must be an int" -msgstr "" - -#: py/objslice.c:71 -msgid "Length must be non-negative" -msgstr "" - -#: py/objslice.c:86 py/sequence.c:57 -msgid "slice step cannot be zero" -msgstr "" - -#: py/objslice.c:159 -msgid "Cannot subclass slice" -msgstr "" - -#: py/objstr.c:261 -msgid "bytes value out of range" -msgstr "" - -#: py/objstr.c:270 -msgid "wrong number of arguments" -msgstr "" - -#: py/objstr.c:467 -msgid "join expects a list of str/bytes objects consistent with self object" -msgstr "" - -#: py/objstr.c:542 py/objstr.c:647 py/objstr.c:1744 -msgid "empty separator" -msgstr "" - -#: py/objstr.c:641 -msgid "rsplit(None,n)" -msgstr "" - -#: py/objstr.c:713 -msgid "substring not found" -msgstr "" - -#: py/objstr.c:770 -msgid "start/end indices" -msgstr "" - -#: py/objstr.c:931 -msgid "bad format string" -msgstr "" - -#: py/objstr.c:953 -msgid "single '}' encountered in format string" -msgstr "" - -#: py/objstr.c:992 -msgid "bad conversion specifier" -msgstr "" - -#: py/objstr.c:996 -msgid "end of format while looking for conversion specifier" -msgstr "" - -#: py/objstr.c:998 -#, c-format -msgid "unknown conversion specifier %c" -msgstr "" - -#: py/objstr.c:1029 -msgid "unmatched '{' in format" -msgstr "" - -#: py/objstr.c:1036 -msgid "expected ':' after format specifier" -msgstr "" - -#: py/objstr.c:1050 -msgid "" -"can't switch from automatic field numbering to manual field specification" -msgstr "" - -#: py/objstr.c:1055 py/objstr.c:1083 -msgid "tuple index out of range" -msgstr "" - -#: py/objstr.c:1071 -msgid "attributes not supported yet" -msgstr "" - -#: py/objstr.c:1079 -msgid "" -"can't switch from manual field specification to automatic field numbering" -msgstr "" - -#: py/objstr.c:1171 -msgid "invalid format specifier" -msgstr "" - -#: py/objstr.c:1192 -msgid "sign not allowed in string format specifier" -msgstr "" - -#: py/objstr.c:1200 -msgid "sign not allowed with integer format specifier 'c'" -msgstr "" - -#: py/objstr.c:1259 -#, c-format -msgid "unknown format code '%c' for object of type '%s'" -msgstr "" - -#: py/objstr.c:1331 -#, c-format -msgid "unknown format code '%c' for object of type 'float'" -msgstr "" - -#: py/objstr.c:1343 -msgid "'=' alignment not allowed in string format specifier" -msgstr "" - -#: py/objstr.c:1367 -#, c-format -msgid "unknown format code '%c' for object of type 'str'" -msgstr "" - -#: py/objstr.c:1415 -msgid "format requires a dict" -msgstr "" - -#: py/objstr.c:1424 -msgid "incomplete format key" -msgstr "" - -#: py/objstr.c:1482 -msgid "incomplete format" -msgstr "" - -#: py/objstr.c:1490 -msgid "not enough arguments for format string" -msgstr "" - -#: py/objstr.c:1500 -#, c-format -msgid "%%c requires int or char" -msgstr "" - -#: py/objstr.c:1507 -msgid "integer required" -msgstr "" - -#: py/objstr.c:1570 -#, c-format -msgid "unsupported format character '%c' (0x%x) at index %d" -msgstr "" - -#: py/objstr.c:1577 -msgid "not all arguments converted during string formatting" -msgstr "" - -#: py/objstr.c:2102 -msgid "can't convert to str implicitly" -msgstr "" - -#: py/objstr.c:2106 -msgid "can't convert '%q' object to %q implicitly" -msgstr "" - -#: py/objstrunicode.c:134 -#, c-format -msgid "string indices must be integers, not %s" -msgstr "" - -#: py/objstrunicode.c:145 py/objstrunicode.c:164 -msgid "string index out of range" -msgstr "" - -#: py/objtype.c:358 -msgid "__init__() should return None" -msgstr "" - -#: py/objtype.c:360 -#, c-format -msgid "__init__() should return None, not '%s'" -msgstr "" - -#: py/objtype.c:623 py/objtype.c:1275 py/runtime.c:1065 -msgid "unreadable attribute" -msgstr "" - -#: py/objtype.c:868 py/runtime.c:653 -msgid "object not callable" -msgstr "" - -#: py/objtype.c:870 py/runtime.c:655 -#, c-format -msgid "'%s' object is not callable" -msgstr "" - -#: py/objtype.c:978 -msgid "type takes 1 or 3 arguments" -msgstr "" - -#: py/objtype.c:989 -msgid "cannot create instance" -msgstr "" - -#: py/objtype.c:991 -msgid "cannot create '%q' instances" -msgstr "" - -#: py/objtype.c:1047 -msgid "can't add special method to already-subclassed class" -msgstr "" - -#: py/objtype.c:1091 py/objtype.c:1097 -msgid "type is not an acceptable base type" -msgstr "" - -#: py/objtype.c:1100 -msgid "type '%q' is not an acceptable base type" -msgstr "" - -#: py/objtype.c:1137 -msgid "multiple inheritance not supported" -msgstr "" - -#: py/objtype.c:1164 -msgid "multiple bases have instance lay-out conflict" -msgstr "" - -#: py/objtype.c:1205 -msgid "first argument to super() must be type" -msgstr "" - -#: py/objtype.c:1370 -msgid "issubclass() arg 2 must be a class or a tuple of classes" -msgstr "" - -#: py/objtype.c:1384 -msgid "issubclass() arg 1 must be a class" -msgstr "" - -#: py/parse.c:726 -msgid "constant must be an integer" -msgstr "" - -#: py/parse.c:868 -msgid "Unable to init parser" -msgstr "" - -#: py/parse.c:1170 -msgid "unexpected indent" -msgstr "" - -#: py/parse.c:1173 -msgid "unindent does not match any outer indentation level" -msgstr "" - -#: py/parsenum.c:60 -msgid "int() arg 2 must be >= 2 and <= 36" -msgstr "" - -#: py/parsenum.c:151 -msgid "invalid syntax for integer" -msgstr "" - -#: py/parsenum.c:155 -#, c-format -msgid "invalid syntax for integer with base %d" -msgstr "" - -#: py/parsenum.c:339 -msgid "invalid syntax for number" -msgstr "" - -#: py/parsenum.c:342 -msgid "decimal numbers not supported" -msgstr "" - -#: py/persistentcode.c:223 -msgid "" -"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/" -"mpy-update for more info." -msgstr "" - -#: py/persistentcode.c:326 -msgid "can only save bytecode" -msgstr "" - -#: py/runtime.c:206 -msgid "name not defined" -msgstr "" - -#: py/runtime.c:209 -msgid "name '%q' is not defined" -msgstr "" - -#: py/runtime.c:304 py/runtime.c:611 -msgid "unsupported type for operator" -msgstr "" - -#: py/runtime.c:307 -msgid "unsupported type for %q: '%s'" -msgstr "" - -#: py/runtime.c:614 -msgid "unsupported types for %q: '%s', '%s'" -msgstr "" - -#: py/runtime.c:881 py/runtime.c:888 py/runtime.c:945 -msgid "wrong number of values to unpack" -msgstr "" - -#: py/runtime.c:883 py/runtime.c:947 -#, c-format -msgid "need more than %d values to unpack" -msgstr "" - -#: py/runtime.c:890 -#, c-format -msgid "too many values to unpack (expected %d)" -msgstr "" - -#: py/runtime.c:984 -msgid "argument has wrong type" -msgstr "" - -#: py/runtime.c:986 -msgid "argument should be a '%q' not a '%q'" -msgstr "" - -#: py/runtime.c:1123 py/runtime.c:1197 -msgid "no such attribute" -msgstr "" - -#: py/runtime.c:1128 -msgid "type object '%q' has no attribute '%q'" -msgstr "" - -#: py/runtime.c:1132 py/runtime.c:1200 -msgid "'%s' object has no attribute '%q'" -msgstr "" - -#: py/runtime.c:1238 -msgid "object not iterable" -msgstr "" - -#: py/runtime.c:1241 -#, c-format -msgid "'%s' object is not iterable" -msgstr "" - -#: py/runtime.c:1260 py/runtime.c:1296 -msgid "object not an iterator" -msgstr "" - -#: py/runtime.c:1262 py/runtime.c:1298 -#, c-format -msgid "'%s' object is not an iterator" -msgstr "" - -#: py/runtime.c:1401 -msgid "exceptions must derive from BaseException" -msgstr "" - -#: py/runtime.c:1430 -msgid "cannot import name %q" -msgstr "" - -#: py/runtime.c:1535 -msgid "memory allocation failed, heap is locked" -msgstr "" - -#: py/runtime.c:1539 -#, c-format -msgid "memory allocation failed, allocating %u bytes" -msgstr "" - -#: py/runtime.c:1609 -msgid "maximum recursion depth exceeded" -msgstr "" - -#: py/sequence.c:264 -msgid "object not in sequence" -msgstr "" - -#: py/stream.c:96 -msgid "stream operation not supported" -msgstr "" - -#: py/vm.c:255 -msgid "local variable referenced before assignment" -msgstr "" - -#: py/vm.c:1142 -msgid "no active exception to reraise" -msgstr "" - -#: py/vm.c:1284 -msgid "byte code not implemented" -msgstr "" - #: shared-bindings/_stage/Layer.c:71 msgid "graphic must be 2048 bytes long" msgstr "" @@ -2001,8 +1337,9 @@ msgid "stop must be 1 or 2" msgstr "" #: shared-bindings/digitalio/DigitalInOut.c:211 +#, fuzzy msgid "Invalid direction." -msgstr "" +msgstr "Dirección inválida." #: shared-bindings/digitalio/DigitalInOut.c:240 msgid "Cannot set value when direction is input." @@ -2030,28 +1367,27 @@ msgstr "" msgid "expected a DigitalInOut" msgstr "" -#: shared-bindings/i2cslave/I2CSlave.c:98 -msgid "can't convert address to int" +#: shared-bindings/math/__init__.c:53 +msgid "math domain error" msgstr "" -#: shared-bindings/i2cslave/I2CSlave.c:101 -msgid "address out of bounds" +#: shared-bindings/math/__init__.c:346 msgstr "" #: shared-bindings/i2cslave/I2CSlave.c:107 msgid "addresses is empty" msgstr "" +#: shared-bindings/math/__init__.c:346 +msgid "division by zero" +msgstr "" + #: shared-bindings/microcontroller/Pin.c:89 #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:75 msgid "Expected a %q" msgstr "" -#: shared-bindings/microcontroller/Pin.c:100 -msgid "%q in use" -msgstr "" - #: shared-bindings/microcontroller/__init__.c:126 msgid "Invalid run mode." msgstr "" @@ -2103,8 +1439,9 @@ msgid "index must be int" msgstr "" #: shared-bindings/pulseio/PulseIn.c:293 +#, fuzzy msgid "Read-only" -msgstr "" +msgstr "Solo lectura" #: shared-bindings/pulseio/PulseOut.c:134 msgid "Array must contain halfwords (type 'H')" From 9353385aa945d4955640c919fa7e3986f2a564dc Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 20 Aug 2018 22:27:38 -0500 Subject: [PATCH 2/7] Update es.po strings, still a lot of review to do --- locale/es.po | 214 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 206 insertions(+), 8 deletions(-) diff --git a/locale/es.po b/locale/es.po index 31811eedb9..440f345bdf 100644 --- a/locale/es.po +++ b/locale/es.po @@ -1,14 +1,14 @@ -# SOME DESCRIPTIVE TITLE. +# Spanish translation. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Carlos Diaz , 2018. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-03 17:20-0700\n" -"PO-Revision-Date: 2018-08-11 22:01-0500\n" +"PO-Revision-Date: 2018-08-20 22:19-0500\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" @@ -885,17 +885,50 @@ msgstr "" msgid "function missing required positional argument #%d" msgstr "" +<<<<<<< HEAD #: py/bc.c:260 msgid "function missing required keyword argument '%q'" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 +msgid "AnalogOut not supported on given pin" +msgstr "" +======= +#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 +msgid "AnalogOut not supported on given pin" +msgstr "AnalogOut no es soportado por el pin dado" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/bc.c:269 msgid "function missing keyword-only argument" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 +msgid "Invalid bit clock pin" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 +msgid "Invalid bit clock pin" +msgstr "Pin bit clock inválido" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/binary.c:112 msgid "bad typecode" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 +msgid "Bit clock and word select must share a clock unit" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 +#, fuzzy +msgid "Bit clock and word select must share a clock unit" +msgstr "Bit clock y Word select deben compartir la unidad de reloj" +>>>>>>> Update es.po strings, still a lot of review to do #: py/builtinevex.c:99 msgid "bad compile mode" @@ -909,9 +942,21 @@ msgstr "" msgid "module not found" msgstr "" +<<<<<<< HEAD #: py/builtinimport.c:425 py/builtinimport.c:537 msgid "no module named '%q'" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 +msgid "Unable to find free GCLK" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 +msgid "Unable to find free GCLK" +msgstr "No se pudo encontrar un GCLK libre" +>>>>>>> Update es.po strings, still a lot of review to do #: py/builtinimport.c:512 msgid "relative import" @@ -921,29 +966,71 @@ msgstr "" msgid "can't assign to expression" msgstr "" +<<<<<<< HEAD #: py/compile.c:416 msgid "multiple *x in assignment" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 +msgid "Unable to allocate buffers for signed conversion" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 +msgid "Unable to allocate buffers for signed conversion" +msgstr "No se pudieron asignar buffers para la conversión con signo" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:642 msgid "non-default argument follows default argument" msgstr "" +<<<<<<< HEAD #: py/compile.c:771 py/compile.c:789 msgid "invalid micropython decorator" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 +msgid "Only 8 or 16 bit mono with " +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 +msgid "Only 8 or 16 bit mono with " +msgstr "Solo mono de 8 o 16 bit con" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/compile.c:943 msgid "can't delete expression" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 +msgid "sampling rate out of range" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 +msgid "sampling rate out of range" +msgstr "Velocidad de muestreo fuera de rango" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:955 msgid "'break' outside loop" msgstr "" +<<<<<<< HEAD #: py/compile.c:958 msgid "'continue' outside loop" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 +msgid "Right channel unsupported" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 +msgid "Right channel unsupported" +msgstr "El canal derecho no tiene soporte" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:969 msgid "'return' outside function" @@ -957,17 +1044,37 @@ msgstr "" msgid "no binding for nonlocal found" msgstr "" +<<<<<<< HEAD #: py/compile.c:1188 msgid "identifier redefined as nonlocal" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 +msgid "Cannot output both channels on the same pin" +msgstr "" +======= +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 +msgid "Cannot output both channels on the same pin" +msgstr "No es posible utilizar el mismo pin para ambos canales" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:1197 msgid "can't declare nonlocal in outer code" msgstr "" +<<<<<<< HEAD #: py/compile.c:1542 msgid "default 'except' must be last" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/busio/I2C.c:45 +msgid "Not enough pins available" +msgstr "" +======= +#: ports/atmel-samd/common-hal/busio/I2C.c:45 +msgid "Not enough pins available" +msgstr "No hay suficientes pines disponibles" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2095 msgid "*x must be assignment target" @@ -981,17 +1088,47 @@ msgstr "" msgid "can't have multiple *x" msgstr "" +<<<<<<< HEAD #: py/compile.c:2263 msgid "can't have multiple **x" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/busio/UART.c:66 +msgid "bytes > 8 bits not supported" +msgstr "" +======= +#: ports/atmel-samd/common-hal/busio/UART.c:66 +msgid "bytes > 8 bits not supported" +msgstr "bytes > 8 bits no son soportados" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/compile.c:2271 msgid "LHS of keyword arg must be an id" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/busio/UART.c:73 +msgid "tx and rx cannot both be None" +msgstr "" +======= +#: ports/atmel-samd/common-hal/busio/UART.c:73 +msgid "tx and rx cannot both be None" +msgstr "tx y rx no pueden ser ambos None" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/compile.c:2287 msgid "non-keyword arg after */**" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/busio/UART.c:142 +msgid "Failed to allocate RX buffer" +msgstr "" +======= +#: ports/atmel-samd/common-hal/busio/UART.c:142 +msgid "Failed to allocate RX buffer" +msgstr "Fallo la asignación del buffer RX" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2291 msgid "non-keyword arg after keyword arg" @@ -1013,26 +1150,59 @@ msgstr "" #: py/compile.c:2600 msgid "'yield' outside function" msgstr "" +"No es posible reiniciar en modo bootloader porque no hay bootloader presente." #: py/compile.c:2619 msgid "'await' outside function" msgstr "" +<<<<<<< HEAD #: py/compile.c:2774 msgid "name reused for argument" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 +msgid "All timers for this pin are in use" +msgstr "" +======= +#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 +msgid "All timers for this pin are in use" +msgstr "Todos los timers para este pin están siendo utilizado" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2827 msgid "parameter annotation must be an identifier" msgstr "" +<<<<<<< HEAD #: py/compile.c:2969 py/compile.c:3137 msgid "return annotation must be an identifier" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 +msgid "EXTINT channel already in use" +msgstr "" +======= +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 +msgid "EXTINT channel already in use" +msgstr "El canal EXTINT ya esta siendo usado" +>>>>>>> Update es.po strings, still a lot of review to do +<<<<<<< HEAD #: py/compile.c:3097 msgid "inline assembler must be a function" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 +#, c-format +msgid "Failed to allocate RX buffer of %d bytes" +msgstr "" +======= +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 +#, c-format +msgid "Failed to allocate RX buffer of %d bytes" +msgstr "Fallo la asignación del buffer RX de %d bytes" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3134 msgid "unknown type" @@ -1046,17 +1216,37 @@ msgstr "" msgid "'label' requires 1 argument" msgstr "" +<<<<<<< HEAD #: py/compile.c:3190 msgid "label redefined" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 +msgid "Both pins must support hardware interrupts" +msgstr "" +======= +#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 +msgid "Both pins must support hardware interrupts" +msgstr "Ambos pines deben soportar interrupciones por hardware" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3196 msgid "'align' requires 1 argument" msgstr "" +<<<<<<< HEAD #: py/compile.c:3205 msgid "'data' requires at least 2 arguments" msgstr "" +||||||| merged common ancestors +#: ports/atmel-samd/common-hal/rtc/RTC.c:101 +msgid "calibration value out of range +/-127" +msgstr "" +======= +#: ports/atmel-samd/common-hal/rtc/RTC.c:101 +msgid "calibration value out of range +/-127" +msgstr "Valor de calibración fuera de rango +/-127" +>>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3212 msgid "'data' requires integer arguments" @@ -1072,8 +1262,16 @@ msgstr "" #: py/emitinlinextensa.c:162 #, c-format +<<<<<<< HEAD msgid "'%s' expects a register" msgstr "" +||||||| merged common ancestors +msgid "Buffer incorrect size. Should be %d bytes." +msgstr "" +======= +msgid "Buffer incorrect size. Should be %d bytes." +msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes." +>>>>>>> Update es.po strings, still a lot of review to do #: py/emitinlinextensa.c:169 #, c-format @@ -1177,11 +1375,11 @@ msgstr "" #: py/modbuiltins.c:162 msgid "chr() arg not in range(0x110000)" -msgstr "" +msgstr "El argumento de chr() esta fuera de rango(0x110000)" #: py/modbuiltins.c:171 msgid "chr() arg not in range(256)" -msgstr "" +msgstr "El argumento de chr() no esta en el rango(256)" #: py/modbuiltins.c:285 msgid "arg is an empty sequence" @@ -1189,12 +1387,12 @@ msgstr "" #: py/modbuiltins.c:350 msgid "ord expects a character" -msgstr "" +msgstr "ord espera un carácter" #: py/modbuiltins.c:353 #, c-format msgid "ord() expected a character, but string of length %d found" -msgstr "" +msgstr "ord() espera un carácter, pero encontró un string de longitud %d" #: py/modbuiltins.c:363 msgid "3-arg pow() not supported" @@ -1221,7 +1419,7 @@ msgstr "" #: shared-bindings/struct/__init__.c:103 shared-bindings/struct/__init__.c:145 #: shared-module/struct/__init__.c:91 shared-module/struct/__init__.c:175 msgid "buffer too small" -msgstr "" +msgstr "buffer demasiado pequeño" #: shared-bindings/_stage/Layer.c:71 msgid "graphic must be 2048 bytes long" From 245a7b72a603879fc3d240b154ef46b81c72c3ce Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 23 Aug 2018 21:36:02 -0500 Subject: [PATCH 3/7] Add POEdit .mo files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a6bed32354..8b6e4de0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,7 @@ TAGS *~ *.DS_Store + +# POEdit mo files +#################### +*.mo From 0aef043867330314cba9014d86310e44a4c3124e Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 24 Aug 2018 22:24:59 -0500 Subject: [PATCH 4/7] Markers cleanup --- locale/es.po | 158 +++++++++++++++++---------------------------------- 1 file changed, 52 insertions(+), 106 deletions(-) diff --git a/locale/es.po b/locale/es.po index 440f345bdf..0e25960eba 100644 --- a/locale/es.po +++ b/locale/es.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-03 17:20-0700\n" -"PO-Revision-Date: 2018-08-20 22:19-0500\n" +"PO-Revision-Date: 2018-08-23 22:37-0500\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" @@ -157,14 +157,12 @@ msgstr " salida:\n" #: main.c:148 main.c:221 #, fuzzy -msgid "" -"Auto-reload is on. Simply save files over USB to run them or enter REPL to " -"disable.\n" +msgid "Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.\n" msgstr "" #: main.c:159 msgid "Running in safe mode! Auto-reload is off.\n" -msgstr "" +msgstr "Ejecutando en modo seguro! Auto-recarga esta deshabilitado.\n" #: main.c:161 main.c:232 msgid "Auto-reload is off.\n" @@ -172,7 +170,7 @@ msgstr "" #: main.c:175 msgid "Running in safe mode! Not running saved code.\n" -msgstr "" +msgstr "Ejecutando en modo seguro! No se esta ejecutando el código guardado.\n" #: main.c:191 msgid "WARNING: Your code filename has two extensions\n" @@ -187,8 +185,7 @@ msgid "To exit, please reset the board without " msgstr "" #: main.c:249 -msgid "" -"You are running in safe mode which means something really bad happened.\n" +msgid "You are running in safe mode which means something really bad happened.\n" msgstr "" #: main.c:251 @@ -200,15 +197,11 @@ msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n" msgstr "" #: main.c:255 -msgid "" -"The microcontroller's power dipped. Please make sure your power supply " -"provides\n" +msgid "The microcontroller's power dipped. Please make sure your power supply provides\n" msgstr "" #: main.c:256 -msgid "" -"enough power for the whole circuit and press reset (after ejecting " -"CIRCUITPY).\n" +msgid "enough power for the whole circuit and press reset (after ejecting CIRCUITPY).\n" msgstr "" #: main.c:260 @@ -885,50 +878,44 @@ msgstr "" msgid "function missing required positional argument #%d" msgstr "" -<<<<<<< HEAD #: py/bc.c:260 msgid "function missing required keyword argument '%q'" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 msgid "AnalogOut not supported on given pin" msgstr "" -======= + #: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 msgid "AnalogOut not supported on given pin" msgstr "AnalogOut no es soportado por el pin dado" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/bc.c:269 msgid "function missing keyword-only argument" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 msgid "Invalid bit clock pin" msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 msgid "Invalid bit clock pin" msgstr "Pin bit clock inválido" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/binary.c:112 msgid "bad typecode" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 msgid "Bit clock and word select must share a clock unit" msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 #, fuzzy msgid "Bit clock and word select must share a clock unit" msgstr "Bit clock y Word select deben compartir la unidad de reloj" ->>>>>>> Update es.po strings, still a lot of review to do #: py/builtinevex.c:99 msgid "bad compile mode" @@ -942,21 +929,19 @@ msgstr "" msgid "module not found" msgstr "" -<<<<<<< HEAD #: py/builtinimport.c:425 py/builtinimport.c:537 msgid "no module named '%q'" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 msgid "Unable to find free GCLK" msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 msgid "Unable to find free GCLK" msgstr "No se pudo encontrar un GCLK libre" ->>>>>>> Update es.po strings, still a lot of review to do #: py/builtinimport.c:512 msgid "relative import" @@ -966,71 +951,63 @@ msgstr "" msgid "can't assign to expression" msgstr "" -<<<<<<< HEAD #: py/compile.c:416 msgid "multiple *x in assignment" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 #: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 msgid "Unable to allocate buffers for signed conversion" msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 #: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 msgid "Unable to allocate buffers for signed conversion" msgstr "No se pudieron asignar buffers para la conversión con signo" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:642 msgid "non-default argument follows default argument" msgstr "" -<<<<<<< HEAD #: py/compile.c:771 py/compile.c:789 msgid "invalid micropython decorator" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 msgid "Only 8 or 16 bit mono with " msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 msgid "Only 8 or 16 bit mono with " msgstr "Solo mono de 8 o 16 bit con" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/compile.c:943 msgid "can't delete expression" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 msgid "sampling rate out of range" msgstr "" -======= + #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 msgid "sampling rate out of range" msgstr "Velocidad de muestreo fuera de rango" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:955 msgid "'break' outside loop" msgstr "" -<<<<<<< HEAD #: py/compile.c:958 msgid "'continue' outside loop" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 msgid "Right channel unsupported" msgstr "" -======= + #: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 msgid "Right channel unsupported" msgstr "El canal derecho no tiene soporte" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:969 msgid "'return' outside function" @@ -1044,37 +1021,33 @@ msgstr "" msgid "no binding for nonlocal found" msgstr "" -<<<<<<< HEAD #: py/compile.c:1188 msgid "identifier redefined as nonlocal" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 msgid "Cannot output both channels on the same pin" msgstr "" -======= + #: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 msgid "Cannot output both channels on the same pin" msgstr "No es posible utilizar el mismo pin para ambos canales" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:1197 msgid "can't declare nonlocal in outer code" msgstr "" -<<<<<<< HEAD #: py/compile.c:1542 msgid "default 'except' must be last" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/busio/I2C.c:45 msgid "Not enough pins available" msgstr "" -======= + #: ports/atmel-samd/common-hal/busio/I2C.c:45 msgid "Not enough pins available" msgstr "No hay suficientes pines disponibles" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2095 msgid "*x must be assignment target" @@ -1088,47 +1061,41 @@ msgstr "" msgid "can't have multiple *x" msgstr "" -<<<<<<< HEAD #: py/compile.c:2263 msgid "can't have multiple **x" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/busio/UART.c:66 msgid "bytes > 8 bits not supported" msgstr "" -======= + #: ports/atmel-samd/common-hal/busio/UART.c:66 msgid "bytes > 8 bits not supported" msgstr "bytes > 8 bits no son soportados" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/compile.c:2271 msgid "LHS of keyword arg must be an id" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/busio/UART.c:73 msgid "tx and rx cannot both be None" msgstr "" -======= + #: ports/atmel-samd/common-hal/busio/UART.c:73 msgid "tx and rx cannot both be None" msgstr "tx y rx no pueden ser ambos None" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/compile.c:2287 msgid "non-keyword arg after */**" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/busio/UART.c:142 msgid "Failed to allocate RX buffer" msgstr "" -======= + #: ports/atmel-samd/common-hal/busio/UART.c:142 msgid "Failed to allocate RX buffer" msgstr "Fallo la asignación del buffer RX" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2291 msgid "non-keyword arg after keyword arg" @@ -1149,60 +1116,53 @@ msgstr "" #: py/compile.c:2600 msgid "'yield' outside function" -msgstr "" -"No es posible reiniciar en modo bootloader porque no hay bootloader presente." +msgstr "No es posible reiniciar en modo bootloader porque no hay bootloader presente." #: py/compile.c:2619 msgid "'await' outside function" msgstr "" -<<<<<<< HEAD #: py/compile.c:2774 msgid "name reused for argument" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 msgid "All timers for this pin are in use" msgstr "" -======= + #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 msgid "All timers for this pin are in use" msgstr "Todos los timers para este pin están siendo utilizado" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:2827 msgid "parameter annotation must be an identifier" msgstr "" -<<<<<<< HEAD #: py/compile.c:2969 py/compile.c:3137 msgid "return annotation must be an identifier" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 msgid "EXTINT channel already in use" msgstr "" -======= + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 msgid "EXTINT channel already in use" msgstr "El canal EXTINT ya esta siendo usado" ->>>>>>> Update es.po strings, still a lot of review to do -<<<<<<< HEAD #: py/compile.c:3097 msgid "inline assembler must be a function" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 #, c-format msgid "Failed to allocate RX buffer of %d bytes" msgstr "" -======= + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 #, c-format msgid "Failed to allocate RX buffer of %d bytes" msgstr "Fallo la asignación del buffer RX de %d bytes" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3134 msgid "unknown type" @@ -1216,37 +1176,33 @@ msgstr "" msgid "'label' requires 1 argument" msgstr "" -<<<<<<< HEAD #: py/compile.c:3190 msgid "label redefined" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 msgid "Both pins must support hardware interrupts" msgstr "" -======= + #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 msgid "Both pins must support hardware interrupts" msgstr "Ambos pines deben soportar interrupciones por hardware" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3196 msgid "'align' requires 1 argument" msgstr "" -<<<<<<< HEAD #: py/compile.c:3205 msgid "'data' requires at least 2 arguments" msgstr "" -||||||| merged common ancestors + #: ports/atmel-samd/common-hal/rtc/RTC.c:101 msgid "calibration value out of range +/-127" msgstr "" -======= + #: ports/atmel-samd/common-hal/rtc/RTC.c:101 msgid "calibration value out of range +/-127" msgstr "Valor de calibración fuera de rango +/-127" ->>>>>>> Update es.po strings, still a lot of review to do #: py/compile.c:3212 msgid "'data' requires integer arguments" @@ -1262,16 +1218,14 @@ msgstr "" #: py/emitinlinextensa.c:162 #, c-format -<<<<<<< HEAD msgid "'%s' expects a register" msgstr "" -||||||| merged common ancestors + msgid "Buffer incorrect size. Should be %d bytes." msgstr "" -======= + msgid "Buffer incorrect size. Should be %d bytes." msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes." ->>>>>>> Update es.po strings, still a lot of review to do #: py/emitinlinextensa.c:169 #, c-format @@ -1479,14 +1433,11 @@ msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" #: shared-bindings/audiobusio/PDMIn.c:208 -msgid "" -"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" +msgid "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" msgstr "" #: shared-bindings/audioio/RawSample.c:98 -msgid "" -"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or " -"'B'" +msgid "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or 'B'" msgstr "" #: shared-bindings/audioio/RawSample.c:104 @@ -1569,9 +1520,6 @@ msgstr "" msgid "math domain error" msgstr "" -#: shared-bindings/math/__init__.c:346 -msgstr "" - #: shared-bindings/i2cslave/I2CSlave.c:107 msgid "addresses is empty" msgstr "" @@ -1615,13 +1563,11 @@ msgid "No hardware random available" msgstr "" #: shared-bindings/pulseio/PWMOut.c:164 -msgid "" -"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" +msgid "PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" msgstr "" #: shared-bindings/pulseio/PWMOut.c:195 -msgid "" -"PWM frequency not writeable when variable_frequency is False on construction." +msgid "PWM frequency not writeable when variable_frequency is False on construction." msgstr "" #: shared-bindings/pulseio/PulseIn.c:275 @@ -1711,8 +1657,7 @@ msgid "threshold must be in the range 0-65536" msgstr "" #: shared-bindings/util.c:38 -msgid "" -"Object has been deinitialized and can no longer be used. Create a new object." +msgid "Object has been deinitialized and can no longer be used. Create a new object." msgstr "" #: shared-module/audioio/WaveFile.c:61 @@ -1778,3 +1723,4 @@ msgstr "" #: shared-module/struct/__init__.c:83 msgid "too many arguments provided with the given format" msgstr "" + From 2a2699bef618e704bcdeca51ae351404690821cb Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 25 Aug 2018 10:39:09 -0500 Subject: [PATCH 5/7] main.c strings translated, and recovered some translations from a backup es.po file --- locale/es.po | 213 +++++++++++++++++---------------------------------- 1 file changed, 70 insertions(+), 143 deletions(-) diff --git a/locale/es.po b/locale/es.po index 0e25960eba..fbe4eb6317 100644 --- a/locale/es.po +++ b/locale/es.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-08-03 17:20-0700\n" -"PO-Revision-Date: 2018-08-23 22:37-0500\n" +"PO-Revision-Date: 2018-08-24 22:56-0500\n" "Last-Translator: \n" "Language-Team: \n" "Language: en_US\n" @@ -19,137 +19,139 @@ msgstr "" #: extmod/machine_i2c.c:299 msgid "invalid I2C peripheral" -msgstr "" +msgstr "periférico I2C inválido" #: extmod/machine_i2c.c:340 extmod/machine_i2c.c:354 extmod/machine_i2c.c:368 #: extmod/machine_i2c.c:392 msgid "I2C operation not supported" -msgstr "" +msgstr "operación I2C no soportada" #: extmod/machine_mem.c:45 ports/unix/modmachine.c:53 #, c-format msgid "address %08x is not aligned to %d bytes" -msgstr "" +msgstr "la dirección %08x no esta alineada a %d bytes" #: extmod/machine_spi.c:57 msgid "invalid SPI peripheral" -msgstr "" +msgstr "periférico SPI inválido" #: extmod/machine_spi.c:124 msgid "buffers must be the same length" -msgstr "" +msgstr "los buffers deben de tener la misma longitud" #: extmod/machine_spi.c:207 msgid "bits must be 8" -msgstr "" +msgstr "bits debe ser 8" #: extmod/machine_spi.c:210 msgid "firstbit must be MSB" -msgstr "" +msgstr "firstbit debe ser MSB" #: extmod/machine_spi.c:215 msgid "must specify all of sck/mosi/miso" -msgstr "" +msgstr "se deben de especificar sck/mosi/miso" #: extmod/modframebuf.c:299 msgid "invalid format" -msgstr "" +msgstr "formato inválido" #: extmod/modubinascii.c:38 extmod/moduhashlib.c:102 msgid "a bytes-like object is required" -msgstr "" +msgstr "se requiere un objeto bytes-like" #: extmod/modubinascii.c:90 msgid "odd-length string" -msgstr "" +msgstr "string de longitud impar" #: extmod/modubinascii.c:101 msgid "non-hex digit found" -msgstr "" +msgstr "se encontró un digito no hexadecimal" #: extmod/modubinascii.c:169 msgid "incorrect padding" -msgstr "" +msgstr "padding incorrecto" #: extmod/moductypes.c:122 msgid "syntax error in uctypes descriptor" -msgstr "" +msgstr "error de sintaxis en el descriptor uctypes" #: extmod/moductypes.c:219 msgid "Cannot unambiguously get sizeof scalar" -msgstr "" +msgstr "No se puede obtener inequívocamente sizeof escalar" #: extmod/moductypes.c:397 msgid "struct: no fields" -msgstr "" +msgstr "struct: no fields" #: extmod/moductypes.c:530 msgid "struct: cannot index" -msgstr "" +msgstr "struct: no se puede indexar" #: extmod/moductypes.c:544 msgid "struct: index out of range" -msgstr "" +msgstr "struct: index fuera de rango" #: extmod/moduheapq.c:38 msgid "heap must be a list" -msgstr "" +msgstr "heap debe ser una lista" #: extmod/moduheapq.c:86 extmod/modutimeq.c:147 extmod/modutimeq.c:172 msgid "empty heap" -msgstr "" +msgstr "heap vacío" #: extmod/modujson.c:281 msgid "syntax error in JSON" -msgstr "" +msgstr "error de sintaxis en JSON" #: extmod/modure.c:161 msgid "Splitting with sub-captures" -msgstr "" +msgstr "Dividiendo con sub-capturas" #: extmod/modure.c:207 msgid "Error in regex" -msgstr "" +msgstr "Error en regex" #: extmod/modussl_axtls.c:81 msgid "invalid key" -msgstr "" +msgstr "llave inválida" #: extmod/modussl_axtls.c:87 msgid "invalid cert" -msgstr "" +msgstr "certificado inválido" #: extmod/modutimeq.c:131 msgid "queue overflow" -msgstr "" +msgstr "desborde de queue" #: extmod/moduzlib.c:97 msgid "compression header" -msgstr "" +msgstr "encabezado de compresión" #: extmod/uos_dupterm.c:120 msgid "invalid dupterm index" -msgstr "" +msgstr "index dupterm inválido" #: extmod/vfs_fat.c:426 py/moduerrno.c:150 +#, fuzzy msgid "Read-only filesystem" -msgstr "" +msgstr "sistema de archivos de Solo-Lectura" #: extmod/vfs_posix_file.c:48 ports/unix/file.c:50 py/objstringio.c:43 msgid "I/O operation on closed file" -msgstr "" +msgstr "Operación I/O en archivo cerrado" #: lib/embed/abort_.c:8 +#, fuzzy msgid "abort() called" -msgstr "" +msgstr "se llamó abort()" #: lib/netutils/netutils.c:83 msgid "invalid arguments" -msgstr "" +msgstr "argumentos inválidos" #: lib/utils/pyexec.c:97 py/builtinimport.c:253 msgid "script compilation not supported" -msgstr "" +msgstr "script de compilación no soportado" #: main.c:143 msgid " output:\n" @@ -158,7 +160,7 @@ msgstr " salida:\n" #: main.c:148 main.c:221 #, fuzzy msgid "Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.\n" -msgstr "" +msgstr "Auto-reload habilitado. Simplemente guarda los archivos via USB para ejecutarlos o entra REPL para desabilitarlos.\n" #: main.c:159 msgid "Running in safe mode! Auto-reload is off.\n" @@ -166,7 +168,7 @@ msgstr "Ejecutando en modo seguro! Auto-recarga esta deshabilitado.\n" #: main.c:161 main.c:232 msgid "Auto-reload is off.\n" -msgstr "" +msgstr "Auto-reload deshabilitado.\n" #: main.c:175 msgid "Running in safe mode! Not running saved code.\n" @@ -174,27 +176,28 @@ msgstr "Ejecutando en modo seguro! No se esta ejecutando el código guardado.\n" #: main.c:191 msgid "WARNING: Your code filename has two extensions\n" -msgstr "" +msgstr "ADVERTENCIA: El nombre de archivo de tu código tiene dos extensiones\n" #: main.c:239 msgid "You requested starting safe mode by " -msgstr "" +msgstr "Solicitaste iniciar en modo seguro con " #: main.c:242 msgid "To exit, please reset the board without " -msgstr "" +msgstr "Para salir, por favor reinicia la tarjeta sin " #: main.c:249 msgid "You are running in safe mode which means something really bad happened.\n" -msgstr "" +msgstr "Estás ejecutando en modo seguro, lo cual significa que algo realmente malo ha sucedido.\n" #: main.c:251 msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" -msgstr "" +msgstr "Parece que nuestro código del núcleo CircuitPython dejó de funcionar. Whoops!\n" #: main.c:252 +#, fuzzy msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n" -msgstr "" +msgstr "Por favor registra un problema aquí con los contenidos de tu unidad de almacenamiento CIRCUITPY:\n" #: main.c:255 msgid "The microcontroller's power dipped. Please make sure your power supply provides\n" @@ -202,15 +205,15 @@ msgstr "" #: main.c:256 msgid "enough power for the whole circuit and press reset (after ejecting CIRCUITPY).\n" -msgstr "" +msgstr "suficiente poder para todo el circuito y pulsa reset (después de expulsar CIRCUITPY).\n" #: main.c:260 msgid "Press any key to enter the REPL. Use CTRL-D to reload." -msgstr "" +msgstr "Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar." #: main.c:415 msgid "soft reboot\n" -msgstr "" +msgstr "reinicio suave\n" #: ports/atmel-samd/audio_dma.c:285 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361 @@ -296,7 +299,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:109 msgid "Invalid clock pin" -msgstr "" +msgstr "pin clock inválido" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 msgid "Only 8 or 16 bit mono with " @@ -304,7 +307,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 msgid "sampling rate out of range" -msgstr "" +msgstr "velocidad de muestreo fuera de rango" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:69 msgid "DAC already in use" @@ -318,7 +321,7 @@ msgstr "" #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:116 #: ports/atmel-samd/common-hal/touchio/TouchIn.c:65 msgid "Invalid pin" -msgstr "" +msgstr "pin inválido" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:84 msgid "Invalid pin for left channel" @@ -336,11 +339,11 @@ msgstr "" #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:186 #: ports/atmel-samd/common-hal/pulseio/PulseOut.c:110 msgid "All timers in use" -msgstr "" +msgstr "Todos los timers estan siendo utilizados" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:215 msgid "All event channels in use" -msgstr "" +msgstr "Todos los canales de eventos estan siendo utilizados" #: ports/atmel-samd/common-hal/busio/I2C.c:71 msgid "Not enough pins available" @@ -352,7 +355,7 @@ msgstr "" #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45 #: ports/nrf/common-hal/busio/I2C.c:58 msgid "Invalid pins" -msgstr "" +msgstr "pines inválidos" #: ports/atmel-samd/common-hal/busio/I2C.c:101 msgid "SDA or SCL needs a pull up" @@ -500,40 +503,40 @@ msgstr "" #: ports/esp8266/common-hal/digitalio/DigitalInOut.c:210 msgid "GPIO16 does not support pull up." -msgstr "" +msgstr "GPIO16 no soporta pull up." #: ports/esp8266/common-hal/microcontroller/__init__.c:66 msgid "ESP8226 does not support safe mode." -msgstr "" +msgstr "ESP8226 no soporta modo seguro" #: ports/esp8266/common-hal/pulseio/PWMOut.c:54 #: ports/esp8266/common-hal/pulseio/PWMOut.c:113 #, c-format msgid "Maximum PWM frequency is %dhz." -msgstr "" +msgstr "La frecuencia máxima del PWM es %dhz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:57 #: ports/esp8266/common-hal/pulseio/PWMOut.c:116 msgid "Minimum PWM frequency is 1hz." -msgstr "" +msgstr "La frecuencia mínima del PWM es 1hz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:68 #, c-format msgid "Multiple PWM frequencies not supported. PWM already set to %dhz." -msgstr "" +msgstr "PWM de múltiples frecuencias no tiene soporte. El PWM ya se estableció a %dhz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70 #, c-format msgid "PWM not supported on pin %d" -msgstr "" +msgstr "El pin %d no soporta PWM" #: ports/esp8266/common-hal/pulseio/PulseIn.c:78 msgid "No PulseIn support for %q" -msgstr "" +msgstr "%q no tiene soporte para PulseIn" #: ports/esp8266/common-hal/storage/__init__.c:34 msgid "Unable to remount filesystem" -msgstr "" +msgstr "No se pudo montar de nuevo el sistema de archivos" #: ports/esp8266/common-hal/storage/__init__.c:38 msgid "Use esptool to erase flash and re-upload Python instead" @@ -882,10 +885,6 @@ msgstr "" msgid "function missing required keyword argument '%q'" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 -msgid "AnalogOut not supported on given pin" -msgstr "" - #: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 msgid "AnalogOut not supported on given pin" msgstr "AnalogOut no es soportado por el pin dado" @@ -894,11 +893,6 @@ msgstr "AnalogOut no es soportado por el pin dado" msgid "function missing keyword-only argument" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 -msgid "Invalid bit clock pin" -msgstr "" - #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 msgid "Invalid bit clock pin" @@ -908,10 +902,6 @@ msgstr "Pin bit clock inválido" msgid "bad typecode" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 -msgid "Bit clock and word select must share a clock unit" -msgstr "" - #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 #, fuzzy msgid "Bit clock and word select must share a clock unit" @@ -927,25 +917,20 @@ msgstr "" #: py/builtinimport.c:422 py/builtinimport.c:534 msgid "module not found" -msgstr "" +msgstr "módulo no encontrado" #: py/builtinimport.c:425 py/builtinimport.c:537 msgid "no module named '%q'" -msgstr "" +msgstr "ningún módulo se llama '%q'" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 msgid "Unable to find free GCLK" -msgstr "" - -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 -msgid "Unable to find free GCLK" -msgstr "No se pudo encontrar un GCLK libre" +msgstr "No se pudo encontrar un GCLK disponible" #: py/builtinimport.c:512 msgid "relative import" -msgstr "" +msgstr "import relativo" #: py/compile.c:397 py/compile.c:542 msgid "can't assign to expression" @@ -955,11 +940,6 @@ msgstr "" msgid "multiple *x in assignment" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 -msgid "Unable to allocate buffers for signed conversion" -msgstr "" - #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 #: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 msgid "Unable to allocate buffers for signed conversion" @@ -973,10 +953,6 @@ msgstr "" msgid "invalid micropython decorator" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 -msgid "Only 8 or 16 bit mono with " -msgstr "" - #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 msgid "Only 8 or 16 bit mono with " msgstr "Solo mono de 8 o 16 bit con" @@ -987,23 +963,15 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 msgid "sampling rate out of range" -msgstr "" - -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 -msgid "sampling rate out of range" -msgstr "Velocidad de muestreo fuera de rango" +msgstr "velocidad de muestreo fuera de rango" #: py/compile.c:955 msgid "'break' outside loop" -msgstr "" +msgstr "'break' fuera de un bucle" #: py/compile.c:958 msgid "'continue' outside loop" -msgstr "" - -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 -msgid "Right channel unsupported" -msgstr "" +msgstr "'continue' fuera de un bucle" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 msgid "Right channel unsupported" @@ -1011,7 +979,7 @@ msgstr "El canal derecho no tiene soporte" #: py/compile.c:969 msgid "'return' outside function" -msgstr "" +msgstr "'return' fuera de una función" #: py/compile.c:1169 msgid "identifier redefined as global" @@ -1025,10 +993,6 @@ msgstr "" msgid "identifier redefined as nonlocal" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 -msgid "Cannot output both channels on the same pin" -msgstr "" - #: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 msgid "Cannot output both channels on the same pin" msgstr "No es posible utilizar el mismo pin para ambos canales" @@ -1041,10 +1005,6 @@ msgstr "" msgid "default 'except' must be last" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c:45 -msgid "Not enough pins available" -msgstr "" - #: ports/atmel-samd/common-hal/busio/I2C.c:45 msgid "Not enough pins available" msgstr "No hay suficientes pines disponibles" @@ -1065,10 +1025,6 @@ msgstr "" msgid "can't have multiple **x" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:66 -msgid "bytes > 8 bits not supported" -msgstr "" - #: ports/atmel-samd/common-hal/busio/UART.c:66 msgid "bytes > 8 bits not supported" msgstr "bytes > 8 bits no son soportados" @@ -1077,10 +1033,6 @@ msgstr "bytes > 8 bits no son soportados" msgid "LHS of keyword arg must be an id" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:73 -msgid "tx and rx cannot both be None" -msgstr "" - #: ports/atmel-samd/common-hal/busio/UART.c:73 msgid "tx and rx cannot both be None" msgstr "tx y rx no pueden ser ambos None" @@ -1089,10 +1041,6 @@ msgstr "tx y rx no pueden ser ambos None" msgid "non-keyword arg after */**" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:142 -msgid "Failed to allocate RX buffer" -msgstr "" - #: ports/atmel-samd/common-hal/busio/UART.c:142 msgid "Failed to allocate RX buffer" msgstr "Fallo la asignación del buffer RX" @@ -1106,10 +1054,6 @@ msgstr "" msgid "invalid syntax" msgstr "" -#: py/compile.c:2465 -msgid "expecting key:value for dict" -msgstr "" - #: py/compile.c:2475 msgid "expecting just a value for set" msgstr "" @@ -1126,10 +1070,6 @@ msgstr "" msgid "name reused for argument" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 -msgid "All timers for this pin are in use" -msgstr "" - #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 msgid "All timers for this pin are in use" msgstr "Todos los timers para este pin están siendo utilizado" @@ -1142,10 +1082,6 @@ msgstr "" msgid "return annotation must be an identifier" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 -msgid "EXTINT channel already in use" -msgstr "" - #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 msgid "EXTINT channel already in use" msgstr "El canal EXTINT ya esta siendo usado" @@ -1154,11 +1090,6 @@ msgstr "El canal EXTINT ya esta siendo usado" msgid "inline assembler must be a function" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 -#, c-format -msgid "Failed to allocate RX buffer of %d bytes" -msgstr "" - #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 #, c-format msgid "Failed to allocate RX buffer of %d bytes" @@ -1180,10 +1111,6 @@ msgstr "" msgid "label redefined" msgstr "" -#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 -msgid "Both pins must support hardware interrupts" -msgstr "" - #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 msgid "Both pins must support hardware interrupts" msgstr "Ambos pines deben soportar interrupciones por hardware" From 64a333eeafc35975c6ffab025974f6029ddea201 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 30 Aug 2018 16:12:20 -0700 Subject: [PATCH 6/7] Clean up duplicates and have make translate produce a stable ordering. --- Makefile | 4 +- locale/circuitpython.pot | 6 +- locale/en_US.po | 6 +- locale/es.po | 907 +++++++++++++++++++++++++++++++++------ locale/fr.po | 10 +- 5 files changed, 786 insertions(+), 147 deletions(-) diff --git a/Makefile b/Makefile index ca6647a0ef..94d2e461e3 100644 --- a/Makefile +++ b/Makefile @@ -194,10 +194,10 @@ pseudoxml: all-source: locale/circuitpython.pot: all-source - find . -iname "*.c" | xargs xgettext -L C --keyword=translate -o circuitpython.pot -p locale + find . -iname "*.c" | xargs xgettext -L C --keyword=translate -F -o circuitpython.pot -p locale translate: locale/circuitpython.pot - for po in $(shell ls locale/*.po); do msgmerge -U $$po locale/circuitpython.pot; done + for po in $(shell ls locale/*.po); do msgmerge -U -F $$po locale/circuitpython.pot; done check-translate: locale/circuitpython.pot $(wildcard locale/*.po) $(PYTHON) tools/check_translations.py $^ diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 4434a0018d..13c4c36f3e 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 09:37-0700\n" +"POT-Creation-Date: 2018-08-30 16:06-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -610,11 +610,11 @@ msgid "frequency can only be either 80Mhz or 160MHz" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "STA required" +msgid "AP required" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "AP required" +msgid "STA required" msgstr "" #: ports/esp8266/modnetwork.c:87 diff --git a/locale/en_US.po b/locale/en_US.po index 256278256c..5ce0e9ab09 100644 --- a/locale/en_US.po +++ b/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 09:37-0700\n" +"POT-Creation-Date: 2018-08-30 16:04-0700\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -610,11 +610,11 @@ msgid "frequency can only be either 80Mhz or 160MHz" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "STA required" +msgid "AP required" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "AP required" +msgid "STA required" msgstr "" #: ports/esp8266/modnetwork.c:87 diff --git a/locale/es.po b/locale/es.po index fbe4eb6317..56aa8612fb 100644 --- a/locale/es.po +++ b/locale/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-03 17:20-0700\n" +"POT-Creation-Date: 2018-08-30 16:04-0700\n" "PO-Revision-Date: 2018-08-24 22:56-0500\n" "Last-Translator: \n" "Language-Team: \n" @@ -157,10 +157,14 @@ msgstr "script de compilación no soportado" msgid " output:\n" msgstr " salida:\n" -#: main.c:148 main.c:221 +#: main.c:157 main.c:230 #, fuzzy -msgid "Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.\n" -msgstr "Auto-reload habilitado. Simplemente guarda los archivos via USB para ejecutarlos o entra REPL para desabilitarlos.\n" +msgid "" +"Auto-reload is on. Simply save files over USB to run them or enter REPL to " +"disable.\n" +msgstr "" +"Auto-reload habilitado. Simplemente guarda los archivos via USB para " +"ejecutarlos o entra REPL para desabilitarlos.\n" #: main.c:159 msgid "Running in safe mode! Auto-reload is off.\n" @@ -187,29 +191,43 @@ msgid "To exit, please reset the board without " msgstr "Para salir, por favor reinicia la tarjeta sin " #: main.c:249 -msgid "You are running in safe mode which means something really bad happened.\n" -msgstr "Estás ejecutando en modo seguro, lo cual significa que algo realmente malo ha sucedido.\n" +msgid "" +"You are running in safe mode which means something really bad happened.\n" +msgstr "" +"Estás ejecutando en modo seguro, lo cual significa que algo realmente malo " +"ha sucedido.\n" #: main.c:251 msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" -msgstr "Parece que nuestro código del núcleo CircuitPython dejó de funcionar. Whoops!\n" +msgstr "" +"Parece que nuestro código del núcleo CircuitPython dejó de funcionar. " +"Whoops!\n" #: main.c:252 #, fuzzy msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n" -msgstr "Por favor registra un problema aquí con los contenidos de tu unidad de almacenamiento CIRCUITPY:\n" +msgstr "" +"Por favor registra un problema aquí con los contenidos de tu unidad de " +"almacenamiento CIRCUITPY:\n" #: main.c:255 -msgid "The microcontroller's power dipped. Please make sure your power supply provides\n" +msgid "" +"The microcontroller's power dipped. Please make sure your power supply " +"provides\n" msgstr "" #: main.c:256 -msgid "enough power for the whole circuit and press reset (after ejecting CIRCUITPY).\n" -msgstr "suficiente poder para todo el circuito y pulsa reset (después de expulsar CIRCUITPY).\n" +msgid "" +"enough power for the whole circuit and press reset (after ejecting " +"CIRCUITPY).\n" +msgstr "" +"suficiente poder para todo el circuito y pulsa reset (después de expulsar " +"CIRCUITPY).\n" #: main.c:260 msgid "Press any key to enter the REPL. Use CTRL-D to reload." -msgstr "Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar." +msgstr "" +"Presiona cualquier tecla para entrar al REPL. Usa CTRL-D para recargar." #: main.c:415 msgid "soft reboot\n" @@ -251,16 +269,17 @@ msgstr "" #: ports/atmel-samd/common-hal/analogio/AnalogOut.c:56 msgid "AnalogOut not supported on given pin" -msgstr "" +msgstr "AnalogOut no es soportado por el pin dado" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 msgid "Invalid bit clock pin" -msgstr "" +msgstr "Pin bit clock inválido" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 +#, fuzzy msgid "Bit clock and word select must share a clock unit" -msgstr "" +msgstr "Bit clock y Word select deben compartir la unidad de reloj" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:156 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:130 @@ -281,7 +300,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 msgid "Unable to find free GCLK" -msgstr "" +msgstr "No se pudo encontrar un GCLK disponible" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:254 msgid "Too many channels in sample." @@ -295,7 +314,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 #: ports/atmel-samd/common-hal/audioio/AudioOut.c:328 msgid "Unable to allocate buffers for signed conversion" -msgstr "" +msgstr "No se pudieron asignar buffers para la conversión con signo" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:109 msgid "Invalid clock pin" @@ -303,7 +322,7 @@ msgstr "pin clock inválido" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 msgid "Only 8 or 16 bit mono with " -msgstr "" +msgstr "Solo mono de 8 o 16 bit con" #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 msgid "sampling rate out of range" @@ -315,7 +334,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 msgid "Right channel unsupported" -msgstr "" +msgstr "El canal derecho no tiene soporte" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:76 #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:116 @@ -333,7 +352,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 msgid "Cannot output both channels on the same pin" -msgstr "" +msgstr "No es posible utilizar el mismo pin para ambos canales" #: ports/atmel-samd/common-hal/audioio/AudioOut.c:173 #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:186 @@ -347,7 +366,7 @@ msgstr "Todos los canales de eventos estan siendo utilizados" #: ports/atmel-samd/common-hal/busio/I2C.c:71 msgid "Not enough pins available" -msgstr "" +msgstr "No hay suficientes pines disponibles" #: ports/atmel-samd/common-hal/busio/I2C.c:78 #: ports/atmel-samd/common-hal/busio/SPI.c:132 @@ -367,15 +386,15 @@ msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c:66 msgid "bytes > 8 bits not supported" -msgstr "" +msgstr "bytes > 8 bits no son soportados" #: ports/atmel-samd/common-hal/busio/UART.c:72 msgid "tx and rx cannot both be None" -msgstr "" +msgstr "tx y rx no pueden ser ambos None" #: ports/atmel-samd/common-hal/busio/UART.c:139 msgid "Failed to allocate RX buffer" -msgstr "" +msgstr "Fallo la asignación del buffer RX" #: ports/atmel-samd/common-hal/busio/UART.c:147 msgid "Could not initialize UART" @@ -407,7 +426,7 @@ msgstr "" #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 msgid "All timers for this pin are in use" -msgstr "" +msgstr "Todos los timers para este pin están siendo utilizado" #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:110 msgid "No hardware support on pin" @@ -415,13 +434,13 @@ msgstr "" #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 msgid "EXTINT channel already in use" -msgstr "" +msgstr "El canal EXTINT ya esta siendo usado" #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 #: ports/esp8266/common-hal/pulseio/PulseIn.c:86 #, c-format msgid "Failed to allocate RX buffer of %d bytes" -msgstr "" +msgstr "Fallo la asignación del buffer RX de %d bytes" #: ports/atmel-samd/common-hal/pulseio/PulseIn.c:203 #: ports/esp8266/common-hal/pulseio/PulseIn.c:151 @@ -439,15 +458,16 @@ msgstr "" #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 msgid "Both pins must support hardware interrupts" -msgstr "" +msgstr "Ambos pines deben soportar interrupciones por hardware" #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:46 +#, fuzzy msgid "A hardware interrupt channel is already in use" -msgstr "" +msgstr "El canal EXTINT ya esta siendo usado" #: ports/atmel-samd/common-hal/rtc/RTC.c:101 msgid "calibration value out of range +/-127" -msgstr "" +msgstr "Valor de calibración fuera de rango +/-127" #: ports/atmel-samd/common-hal/storage/__init__.c:48 msgid "Cannot remount '/' when USB is active." @@ -461,7 +481,7 @@ msgstr "" #: ports/nrf/common-hal/usb_hid/Device.c:45 #, c-format msgid "Buffer incorrect size. Should be %d bytes." -msgstr "" +msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes." #: ports/atmel-samd/common-hal/usb_hid/Device.c:82 #: ports/nrf/common-hal/usb_hid/Device.c:53 @@ -523,7 +543,8 @@ msgstr "La frecuencia mínima del PWM es 1hz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:68 #, c-format msgid "Multiple PWM frequencies not supported. PWM already set to %dhz." -msgstr "PWM de múltiples frecuencias no tiene soporte. El PWM ya se estableció a %dhz" +msgstr "" +"PWM de múltiples frecuencias no tiene soporte. El PWM ya se estableció a %dhz" #: ports/esp8266/common-hal/pulseio/PWMOut.c:77 ports/esp8266/machine_pwm.c:70 #, c-format @@ -607,11 +628,11 @@ msgid "frequency can only be either 80Mhz or 160MHz" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "STA required" +msgid "AP required" msgstr "" #: ports/esp8266/modnetwork.c:61 -msgid "AP required" +msgid "STA required" msgstr "" #: ports/esp8266/modnetwork.c:87 @@ -885,28 +906,14 @@ msgstr "" msgid "function missing required keyword argument '%q'" msgstr "" -#: ports/atmel-samd/common-hal/analogio/AnalogOut.c:53 -msgid "AnalogOut not supported on given pin" -msgstr "AnalogOut no es soportado por el pin dado" - #: py/bc.c:269 msgid "function missing keyword-only argument" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:147 -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:150 -msgid "Invalid bit clock pin" -msgstr "Pin bit clock inválido" - #: py/binary.c:112 msgid "bad typecode" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:153 -#, fuzzy -msgid "Bit clock and word select must share a clock unit" -msgstr "Bit clock y Word select deben compartir la unidad de reloj" - #: py/builtinevex.c:99 msgid "bad compile mode" msgstr "" @@ -923,11 +930,6 @@ msgstr "módulo no encontrado" msgid "no module named '%q'" msgstr "ningún módulo se llama '%q'" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:240 -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:172 -msgid "Unable to find free GCLK" -msgstr "No se pudo encontrar un GCLK disponible" - #: py/builtinimport.c:512 msgid "relative import" msgstr "import relativo" @@ -940,11 +942,6 @@ msgstr "" msgid "multiple *x in assignment" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:324 -msgid "Unable to allocate buffers for signed conversion" -msgstr "No se pudieron asignar buffers para la conversión con signo" - #: py/compile.c:642 msgid "non-default argument follows default argument" msgstr "" @@ -953,18 +950,10 @@ msgstr "" msgid "invalid micropython decorator" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:134 -msgid "Only 8 or 16 bit mono with " -msgstr "Solo mono de 8 o 16 bit con" - #: py/compile.c:943 msgid "can't delete expression" msgstr "" -#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:167 -msgid "sampling rate out of range" -msgstr "velocidad de muestreo fuera de rango" - #: py/compile.c:955 msgid "'break' outside loop" msgstr "'break' fuera de un bucle" @@ -973,10 +962,6 @@ msgstr "'break' fuera de un bucle" msgid "'continue' outside loop" msgstr "'continue' fuera de un bucle" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:73 -msgid "Right channel unsupported" -msgstr "El canal derecho no tiene soporte" - #: py/compile.c:969 msgid "'return' outside function" msgstr "'return' fuera de una función" @@ -993,10 +978,6 @@ msgstr "" msgid "identifier redefined as nonlocal" msgstr "" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:91 -msgid "Cannot output both channels on the same pin" -msgstr "No es posible utilizar el mismo pin para ambos canales" - #: py/compile.c:1197 msgid "can't declare nonlocal in outer code" msgstr "" @@ -1005,10 +986,6 @@ msgstr "" msgid "default 'except' must be last" msgstr "" -#: ports/atmel-samd/common-hal/busio/I2C.c:45 -msgid "Not enough pins available" -msgstr "No hay suficientes pines disponibles" - #: py/compile.c:2095 msgid "*x must be assignment target" msgstr "" @@ -1025,26 +1002,14 @@ msgstr "" msgid "can't have multiple **x" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:66 -msgid "bytes > 8 bits not supported" -msgstr "bytes > 8 bits no son soportados" - #: py/compile.c:2271 msgid "LHS of keyword arg must be an id" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:73 -msgid "tx and rx cannot both be None" -msgstr "tx y rx no pueden ser ambos None" - #: py/compile.c:2287 msgid "non-keyword arg after */**" msgstr "" -#: ports/atmel-samd/common-hal/busio/UART.c:142 -msgid "Failed to allocate RX buffer" -msgstr "Fallo la asignación del buffer RX" - #: py/compile.c:2291 msgid "non-keyword arg after keyword arg" msgstr "" @@ -1054,13 +1019,18 @@ msgstr "" msgid "invalid syntax" msgstr "" +#: py/compile.c:2465 +msgid "expecting key:value for dict" +msgstr "" + #: py/compile.c:2475 msgid "expecting just a value for set" msgstr "" #: py/compile.c:2600 msgid "'yield' outside function" -msgstr "No es posible reiniciar en modo bootloader porque no hay bootloader presente." +msgstr "" +"No es posible reiniciar en modo bootloader porque no hay bootloader presente." #: py/compile.c:2619 msgid "'await' outside function" @@ -1070,10 +1040,6 @@ msgstr "" msgid "name reused for argument" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PWMOut.c:184 -msgid "All timers for this pin are in use" -msgstr "Todos los timers para este pin están siendo utilizado" - #: py/compile.c:2827 msgid "parameter annotation must be an identifier" msgstr "" @@ -1082,19 +1048,10 @@ msgstr "" msgid "return annotation must be an identifier" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:113 -msgid "EXTINT channel already in use" -msgstr "El canal EXTINT ya esta siendo usado" - #: py/compile.c:3097 msgid "inline assembler must be a function" msgstr "" -#: ports/atmel-samd/common-hal/pulseio/PulseIn.c:118 -#, c-format -msgid "Failed to allocate RX buffer of %d bytes" -msgstr "Fallo la asignación del buffer RX de %d bytes" - #: py/compile.c:3134 msgid "unknown type" msgstr "" @@ -1111,10 +1068,6 @@ msgstr "" msgid "label redefined" msgstr "" -#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c:38 -msgid "Both pins must support hardware interrupts" -msgstr "Ambos pines deben soportar interrupciones por hardware" - #: py/compile.c:3196 msgid "'align' requires 1 argument" msgstr "" @@ -1123,14 +1076,6 @@ msgstr "" msgid "'data' requires at least 2 arguments" msgstr "" -#: ports/atmel-samd/common-hal/rtc/RTC.c:101 -msgid "calibration value out of range +/-127" -msgstr "" - -#: ports/atmel-samd/common-hal/rtc/RTC.c:101 -msgid "calibration value out of range +/-127" -msgstr "Valor de calibración fuera de rango +/-127" - #: py/compile.c:3212 msgid "'data' requires integer arguments" msgstr "" @@ -1148,12 +1093,6 @@ msgstr "" msgid "'%s' expects a register" msgstr "" -msgid "Buffer incorrect size. Should be %d bytes." -msgstr "" - -msgid "Buffer incorrect size. Should be %d bytes." -msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes." - #: py/emitinlinextensa.c:169 #, c-format msgid "'%s' expects an integer" @@ -1302,6 +1241,697 @@ msgstr "" msgid "buffer too small" msgstr "buffer demasiado pequeño" +#: py/modthread.c:240 +msgid "expecting a dict for keyword args" +msgstr "" + +#: py/moduerrno.c:143 py/moduerrno.c:146 +msgid "Permission denied" +msgstr "" + +#: py/moduerrno.c:144 +msgid "No such file/directory" +msgstr "" + +#: py/moduerrno.c:145 +msgid "Input/output error" +msgstr "" + +#: py/moduerrno.c:147 +msgid "File exists" +msgstr "" + +#: py/moduerrno.c:148 +#, fuzzy +msgid "Unsupported operation" +msgstr "El pin %d no soporta PWM" + +#: py/moduerrno.c:149 +#, fuzzy +msgid "Invalid argument" +msgstr "argumentos inválidos" + +#: py/obj.c:90 +msgid "Traceback (most recent call last):\n" +msgstr "" + +#: py/obj.c:94 +msgid " File \"%q\", line %d" +msgstr "" + +#: py/obj.c:96 +msgid " File \"%q\"" +msgstr "" + +#: py/obj.c:100 +msgid ", in %q\n" +msgstr "" + +#: py/obj.c:257 +msgid "can't convert to int" +msgstr "" + +#: py/obj.c:260 +#, c-format +msgid "can't convert %s to int" +msgstr "" + +#: py/obj.c:320 +msgid "can't convert to float" +msgstr "" + +#: py/obj.c:323 +#, c-format +msgid "can't convert %s to float" +msgstr "" + +#: py/obj.c:353 +msgid "can't convert to complex" +msgstr "" + +#: py/obj.c:356 +#, c-format +msgid "can't convert %s to complex" +msgstr "" + +#: py/obj.c:371 +msgid "expected tuple/list" +msgstr "" + +#: py/obj.c:374 +#, c-format +msgid "object '%s' is not a tuple or list" +msgstr "" + +#: py/obj.c:385 +msgid "tuple/list has wrong length" +msgstr "" + +#: py/obj.c:387 +#, c-format +msgid "requested length %d but object has length %d" +msgstr "" + +#: py/obj.c:400 +msgid "indices must be integers" +msgstr "" + +#: py/obj.c:403 +msgid "%q indices must be integers, not %s" +msgstr "" + +#: py/obj.c:423 +#, fuzzy +msgid "%q index out of range" +msgstr "struct: index fuera de rango" + +#: py/obj.c:455 +msgid "object has no len" +msgstr "" + +#: py/obj.c:458 +#, c-format +msgid "object of type '%s' has no len()" +msgstr "" + +#: py/obj.c:496 +#, fuzzy +msgid "object does not support item deletion" +msgstr "ESP8226 no soporta modo seguro" + +#: py/obj.c:499 +#, c-format +msgid "'%s' object does not support item deletion" +msgstr "" + +#: py/obj.c:503 +msgid "object is not subscriptable" +msgstr "" + +#: py/obj.c:506 +#, c-format +msgid "'%s' object is not subscriptable" +msgstr "" + +#: py/obj.c:510 +msgid "object does not support item assignment" +msgstr "" + +#: py/obj.c:513 +#, c-format +msgid "'%s' object does not support item assignment" +msgstr "" + +#: py/obj.c:544 +msgid "object with buffer protocol required" +msgstr "" + +#: py/objarray.c:413 py/objstr.c:427 py/objstrunicode.c:191 py/objtuple.c:187 +#: shared-bindings/nvm/ByteArray.c:85 +msgid "only slices with step=1 (aka None) are supported" +msgstr "" + +#: py/objarray.c:426 +msgid "lhs and rhs should be compatible" +msgstr "" + +#: py/objarray.c:444 shared-bindings/nvm/ByteArray.c:107 +msgid "array/bytes required on right side" +msgstr "" + +#: py/objcomplex.c:203 +msgid "can't do truncated division of a complex number" +msgstr "" + +#: py/objcomplex.c:209 +msgid "complex division by zero" +msgstr "" + +#: py/objcomplex.c:237 +msgid "0.0 to a complex power" +msgstr "" + +#: py/objdeque.c:107 +msgid "full" +msgstr "" + +#: py/objdeque.c:127 +#, fuzzy +msgid "empty" +msgstr "heap vacío" + +#: py/objdict.c:314 +msgid "popitem(): dictionary is empty" +msgstr "" + +#: py/objdict.c:357 +msgid "dict update sequence has wrong length" +msgstr "" + +#: py/objfloat.c:308 py/parsenum.c:331 +#, fuzzy +msgid "complex values not supported" +msgstr "script de compilación no soportado" + +#: py/objgenerator.c:108 +msgid "can't send non-None value to a just-started generator" +msgstr "" + +#: py/objgenerator.c:126 +msgid "generator already executing" +msgstr "" + +#: py/objgenerator.c:229 +msgid "generator ignored GeneratorExit" +msgstr "" + +#: py/objgenerator.c:251 +msgid "can't pend throw to just-started generator" +msgstr "" + +#: py/objint.c:144 +msgid "can't convert inf to int" +msgstr "" + +#: py/objint.c:146 +msgid "can't convert NaN to int" +msgstr "" + +#: py/objint.c:163 +msgid "float too big" +msgstr "" + +#: py/objint.c:328 +#, fuzzy +msgid "long int not supported in this build" +msgstr "AnalogOut no es soportado por el pin dado" + +#: py/objint.c:334 py/objint.c:340 py/objint.c:350 py/objint.c:358 +msgid "small int overflow" +msgstr "" + +#: py/objint_longlong.c:189 py/objint_mpz.c:283 py/runtime.c:486 +msgid "negative power with no float support" +msgstr "" + +#: py/objint_longlong.c:251 +msgid "ulonglong too large" +msgstr "" + +#: py/objint_mpz.c:267 py/runtime.c:396 py/runtime.c:411 +msgid "negative shift count" +msgstr "" + +#: py/objint_mpz.c:336 +msgid "pow() with 3 arguments requires integers" +msgstr "" + +#: py/objint_mpz.c:347 +msgid "pow() 3rd argument cannot be 0" +msgstr "" + +#: py/objint_mpz.c:415 +msgid "overflow converting long int to machine word" +msgstr "" + +#: py/objlist.c:273 +msgid "pop from empty list" +msgstr "" + +#: py/objnamedtuple.c:92 +msgid "can't set attribute" +msgstr "" + +#: py/objobject.c:55 +#, fuzzy +msgid "__new__ arg must be a user-type" +msgstr "heap debe ser una lista" + +#: py/objrange.c:110 +msgid "zero step" +msgstr "" + +#: py/objset.c:371 +msgid "pop from an empty set" +msgstr "" + +#: py/objslice.c:66 +#, fuzzy +msgid "Length must be an int" +msgstr "heap debe ser una lista" + +#: py/objslice.c:71 +msgid "Length must be non-negative" +msgstr "" + +#: py/objslice.c:86 py/sequence.c:57 +msgid "slice step cannot be zero" +msgstr "" + +#: py/objslice.c:159 +msgid "Cannot subclass slice" +msgstr "" + +#: py/objstr.c:261 +#, fuzzy +msgid "bytes value out of range" +msgstr "Valor de calibración fuera de rango +/-127" + +#: py/objstr.c:270 +msgid "wrong number of arguments" +msgstr "" + +#: py/objstr.c:467 +msgid "join expects a list of str/bytes objects consistent with self object" +msgstr "" + +#: py/objstr.c:542 py/objstr.c:647 py/objstr.c:1744 +#, fuzzy +msgid "empty separator" +msgstr "heap vacío" + +#: py/objstr.c:641 +msgid "rsplit(None,n)" +msgstr "" + +#: py/objstr.c:713 +#, fuzzy +msgid "substring not found" +msgstr "módulo no encontrado" + +#: py/objstr.c:770 +msgid "start/end indices" +msgstr "" + +#: py/objstr.c:931 +msgid "bad format string" +msgstr "" + +#: py/objstr.c:953 +msgid "single '}' encountered in format string" +msgstr "" + +#: py/objstr.c:992 +msgid "bad conversion specifier" +msgstr "" + +#: py/objstr.c:996 +msgid "end of format while looking for conversion specifier" +msgstr "" + +#: py/objstr.c:998 +#, c-format +msgid "unknown conversion specifier %c" +msgstr "" + +#: py/objstr.c:1029 +msgid "unmatched '{' in format" +msgstr "" + +#: py/objstr.c:1036 +msgid "expected ':' after format specifier" +msgstr "" + +#: py/objstr.c:1050 +msgid "" +"can't switch from automatic field numbering to manual field specification" +msgstr "" + +#: py/objstr.c:1055 py/objstr.c:1083 +#, fuzzy +msgid "tuple index out of range" +msgstr "struct: index fuera de rango" + +#: py/objstr.c:1071 +#, fuzzy +msgid "attributes not supported yet" +msgstr "bytes > 8 bits no son soportados" + +#: py/objstr.c:1079 +msgid "" +"can't switch from manual field specification to automatic field numbering" +msgstr "" + +#: py/objstr.c:1171 +#, fuzzy +msgid "invalid format specifier" +msgstr "formato inválido" + +#: py/objstr.c:1192 +msgid "sign not allowed in string format specifier" +msgstr "" + +#: py/objstr.c:1200 +msgid "sign not allowed with integer format specifier 'c'" +msgstr "" + +#: py/objstr.c:1259 +#, c-format +msgid "unknown format code '%c' for object of type '%s'" +msgstr "" + +#: py/objstr.c:1331 +#, c-format +msgid "unknown format code '%c' for object of type 'float'" +msgstr "" + +#: py/objstr.c:1343 +msgid "'=' alignment not allowed in string format specifier" +msgstr "" + +#: py/objstr.c:1367 +#, c-format +msgid "unknown format code '%c' for object of type 'str'" +msgstr "" + +#: py/objstr.c:1415 +msgid "format requires a dict" +msgstr "" + +#: py/objstr.c:1424 +msgid "incomplete format key" +msgstr "" + +#: py/objstr.c:1482 +#, fuzzy +msgid "incomplete format" +msgstr "formato inválido" + +#: py/objstr.c:1490 +msgid "not enough arguments for format string" +msgstr "" + +#: py/objstr.c:1500 +#, c-format +msgid "%%c requires int or char" +msgstr "" + +#: py/objstr.c:1507 +msgid "integer required" +msgstr "" + +#: py/objstr.c:1570 +#, c-format +msgid "unsupported format character '%c' (0x%x) at index %d" +msgstr "" + +#: py/objstr.c:1577 +msgid "not all arguments converted during string formatting" +msgstr "" + +#: py/objstr.c:2102 +msgid "can't convert to str implicitly" +msgstr "" + +#: py/objstr.c:2106 +msgid "can't convert '%q' object to %q implicitly" +msgstr "" + +#: py/objstrunicode.c:134 +#, c-format +msgid "string indices must be integers, not %s" +msgstr "" + +#: py/objstrunicode.c:145 py/objstrunicode.c:164 +#, fuzzy +msgid "string index out of range" +msgstr "struct: index fuera de rango" + +#: py/objtype.c:358 +msgid "__init__() should return None" +msgstr "" + +#: py/objtype.c:360 +#, c-format +msgid "__init__() should return None, not '%s'" +msgstr "" + +#: py/objtype.c:623 py/objtype.c:1275 py/runtime.c:1065 +msgid "unreadable attribute" +msgstr "" + +#: py/objtype.c:868 py/runtime.c:653 +msgid "object not callable" +msgstr "" + +#: py/objtype.c:870 py/runtime.c:655 +#, c-format +msgid "'%s' object is not callable" +msgstr "" + +#: py/objtype.c:978 +msgid "type takes 1 or 3 arguments" +msgstr "" + +#: py/objtype.c:989 +msgid "cannot create instance" +msgstr "" + +#: py/objtype.c:991 +msgid "cannot create '%q' instances" +msgstr "" + +#: py/objtype.c:1047 +msgid "can't add special method to already-subclassed class" +msgstr "" + +#: py/objtype.c:1091 py/objtype.c:1097 +msgid "type is not an acceptable base type" +msgstr "" + +#: py/objtype.c:1100 +msgid "type '%q' is not an acceptable base type" +msgstr "" + +#: py/objtype.c:1137 +#, fuzzy +msgid "multiple inheritance not supported" +msgstr "operación I2C no soportada" + +#: py/objtype.c:1164 +msgid "multiple bases have instance lay-out conflict" +msgstr "" + +#: py/objtype.c:1205 +msgid "first argument to super() must be type" +msgstr "" + +#: py/objtype.c:1370 +msgid "issubclass() arg 2 must be a class or a tuple of classes" +msgstr "" + +#: py/objtype.c:1384 +msgid "issubclass() arg 1 must be a class" +msgstr "" + +#: py/parse.c:726 +#, fuzzy +msgid "constant must be an integer" +msgstr "heap debe ser una lista" + +#: py/parse.c:868 +#, fuzzy +msgid "Unable to init parser" +msgstr "No se pudo encontrar un GCLK disponible" + +#: py/parse.c:1170 +msgid "unexpected indent" +msgstr "" + +#: py/parse.c:1173 +msgid "unindent does not match any outer indentation level" +msgstr "" + +#: py/parsenum.c:60 +msgid "int() arg 2 must be >= 2 and <= 36" +msgstr "" + +#: py/parsenum.c:151 +#, fuzzy +msgid "invalid syntax for integer" +msgstr "formato inválido" + +#: py/parsenum.c:155 +#, c-format +msgid "invalid syntax for integer with base %d" +msgstr "" + +#: py/parsenum.c:339 +#, fuzzy +msgid "invalid syntax for number" +msgstr "argumentos inválidos" + +#: py/parsenum.c:342 +#, fuzzy +msgid "decimal numbers not supported" +msgstr "bytes > 8 bits no son soportados" + +#: py/persistentcode.c:223 +msgid "" +"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/" +"mpy-update for more info." +msgstr "" + +#: py/persistentcode.c:326 +msgid "can only save bytecode" +msgstr "" + +#: py/runtime.c:206 +#, fuzzy +msgid "name not defined" +msgstr "módulo no encontrado" + +#: py/runtime.c:209 +msgid "name '%q' is not defined" +msgstr "" + +#: py/runtime.c:304 py/runtime.c:611 +msgid "unsupported type for operator" +msgstr "" + +#: py/runtime.c:307 +msgid "unsupported type for %q: '%s'" +msgstr "" + +#: py/runtime.c:614 +msgid "unsupported types for %q: '%s', '%s'" +msgstr "" + +#: py/runtime.c:881 py/runtime.c:888 py/runtime.c:945 +msgid "wrong number of values to unpack" +msgstr "" + +#: py/runtime.c:883 py/runtime.c:947 +#, c-format +msgid "need more than %d values to unpack" +msgstr "" + +#: py/runtime.c:890 +#, c-format +msgid "too many values to unpack (expected %d)" +msgstr "" + +#: py/runtime.c:984 +msgid "argument has wrong type" +msgstr "" + +#: py/runtime.c:986 +msgid "argument should be a '%q' not a '%q'" +msgstr "" + +#: py/runtime.c:1123 py/runtime.c:1197 +msgid "no such attribute" +msgstr "" + +#: py/runtime.c:1128 +msgid "type object '%q' has no attribute '%q'" +msgstr "" + +#: py/runtime.c:1132 py/runtime.c:1200 +msgid "'%s' object has no attribute '%q'" +msgstr "" + +#: py/runtime.c:1238 +msgid "object not iterable" +msgstr "" + +#: py/runtime.c:1241 +#, c-format +msgid "'%s' object is not iterable" +msgstr "" + +#: py/runtime.c:1260 py/runtime.c:1296 +msgid "object not an iterator" +msgstr "" + +#: py/runtime.c:1262 py/runtime.c:1298 +#, c-format +msgid "'%s' object is not an iterator" +msgstr "" + +#: py/runtime.c:1401 +msgid "exceptions must derive from BaseException" +msgstr "" + +#: py/runtime.c:1430 +#, fuzzy +msgid "cannot import name %q" +msgstr "ningún módulo se llama '%q'" + +#: py/runtime.c:1535 +msgid "memory allocation failed, heap is locked" +msgstr "" + +#: py/runtime.c:1539 +#, c-format +msgid "memory allocation failed, allocating %u bytes" +msgstr "" + +#: py/runtime.c:1609 +msgid "maximum recursion depth exceeded" +msgstr "" + +#: py/sequence.c:264 +msgid "object not in sequence" +msgstr "" + +#: py/stream.c:96 +#, fuzzy +msgid "stream operation not supported" +msgstr "operación I2C no soportada" + +#: py/vm.c:255 +msgid "local variable referenced before assignment" +msgstr "" + +#: py/vm.c:1142 +msgid "no active exception to reraise" +msgstr "" + +#: py/vm.c:1284 +msgid "byte code not implemented" +msgstr "" + #: shared-bindings/_stage/Layer.c:71 msgid "graphic must be 2048 bytes long" msgstr "" @@ -1360,11 +1990,14 @@ msgid "destination buffer must be an array of type 'H' for bit_depth = 16" msgstr "" #: shared-bindings/audiobusio/PDMIn.c:208 -msgid "destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" +msgid "" +"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8" msgstr "" #: shared-bindings/audioio/RawSample.c:98 -msgid "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or 'B'" +msgid "" +"sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' or " +"'B'" msgstr "" #: shared-bindings/audioio/RawSample.c:104 @@ -1443,24 +2076,28 @@ msgstr "" msgid "expected a DigitalInOut" msgstr "" -#: shared-bindings/math/__init__.c:53 -msgid "math domain error" +#: shared-bindings/i2cslave/I2CSlave.c:98 +msgid "can't convert address to int" +msgstr "" + +#: shared-bindings/i2cslave/I2CSlave.c:101 +msgid "address out of bounds" msgstr "" #: shared-bindings/i2cslave/I2CSlave.c:107 msgid "addresses is empty" msgstr "" -#: shared-bindings/math/__init__.c:346 -msgid "division by zero" -msgstr "" - #: shared-bindings/microcontroller/Pin.c:89 #: shared-bindings/neopixel_write/__init__.c:67 #: shared-bindings/pulseio/PulseOut.c:75 msgid "Expected a %q" msgstr "" +#: shared-bindings/microcontroller/Pin.c:100 +msgid "%q in use" +msgstr "" + #: shared-bindings/microcontroller/__init__.c:126 msgid "Invalid run mode." msgstr "" @@ -1490,11 +2127,13 @@ msgid "No hardware random available" msgstr "" #: shared-bindings/pulseio/PWMOut.c:164 -msgid "PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" +msgid "" +"PWM duty_cycle must be between 0 and 65535 inclusive (16 bit resolution)" msgstr "" #: shared-bindings/pulseio/PWMOut.c:195 -msgid "PWM frequency not writeable when variable_frequency is False on construction." +msgid "" +"PWM frequency not writeable when variable_frequency is False on construction." msgstr "" #: shared-bindings/pulseio/PulseIn.c:275 @@ -1584,7 +2223,8 @@ msgid "threshold must be in the range 0-65536" msgstr "" #: shared-bindings/util.c:38 -msgid "Object has been deinitialized and can no longer be used. Create a new object." +msgid "" +"Object has been deinitialized and can no longer be used. Create a new object." msgstr "" #: shared-module/audioio/WaveFile.c:61 @@ -1650,4 +2290,3 @@ msgstr "" #: shared-module/struct/__init__.c:83 msgid "too many arguments provided with the given format" msgstr "" - diff --git a/locale/fr.po b/locale/fr.po index 4438e90b54..492785b676 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-20 09:37-0700\n" +"POT-Creation-Date: 2018-08-30 16:04-0700\n" "PO-Revision-Date: 2018-08-14 11:01+0200\n" "Last-Translator: Pierrick Couturier \n" "Language-Team: fr\n" @@ -620,14 +620,14 @@ msgstr "l'emplacement en mémoire flash doit être inférieure à 1Mo" msgid "frequency can only be either 80Mhz or 160MHz" msgstr "la fréquence doit être soit 80MHz soit 160MHz" -#: ports/esp8266/modnetwork.c:61 -msgid "STA required" -msgstr "'STA' requis" - #: ports/esp8266/modnetwork.c:61 msgid "AP required" msgstr "'AP' requis" +#: ports/esp8266/modnetwork.c:61 +msgid "STA required" +msgstr "'STA' requis" + #: ports/esp8266/modnetwork.c:87 msgid "Cannot update i/f status" msgstr "le status i/f ne peut être mis à jour" From 836d5c2eacbbe63f05fdf9223819376e54ec1ba6 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 30 Aug 2018 16:14:58 -0700 Subject: [PATCH 7/7] Update string locations. --- locale/circuitpython.pot | 16 ++++++++-------- locale/en_US.po | 16 ++++++++-------- locale/es.po | 16 ++++++++-------- locale/fr.po | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 13c4c36f3e..d4adf34d51 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-30 16:06-0700\n" +"POT-Creation-Date: 2018-08-30 16:12-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2127,7 +2127,7 @@ msgid "empty sequence" msgstr "" #: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 -#: shared-bindings/time/__init__.c:192 +#: shared-bindings/time/__init__.c:190 msgid "RTC is not supported on this board" msgstr "" @@ -2147,27 +2147,27 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/time/__init__.c:80 +#: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" -#: shared-bindings/time/__init__.c:90 +#: shared-bindings/time/__init__.c:88 msgid "time.struct_time() takes exactly 1 argument" msgstr "" -#: shared-bindings/time/__init__.c:93 +#: shared-bindings/time/__init__.c:91 msgid "time.struct_time() takes a 9-sequence" msgstr "" -#: shared-bindings/time/__init__.c:171 shared-bindings/time/__init__.c:252 +#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:250 msgid "Tuple or struct_time argument required" msgstr "" -#: shared-bindings/time/__init__.c:176 shared-bindings/time/__init__.c:257 +#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:255 msgid "function takes exactly 9 arguments" msgstr "" -#: shared-bindings/time/__init__.c:228 shared-bindings/time/__init__.c:261 +#: shared-bindings/time/__init__.c:226 shared-bindings/time/__init__.c:259 msgid "timestamp out of range for platform time_t" msgstr "" diff --git a/locale/en_US.po b/locale/en_US.po index 5ce0e9ab09..439b67a0ab 100644 --- a/locale/en_US.po +++ b/locale/en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-30 16:04-0700\n" +"POT-Creation-Date: 2018-08-30 16:12-0700\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: \n" "Language-Team: \n" @@ -2127,7 +2127,7 @@ msgid "empty sequence" msgstr "" #: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 -#: shared-bindings/time/__init__.c:192 +#: shared-bindings/time/__init__.c:190 msgid "RTC is not supported on this board" msgstr "" @@ -2147,27 +2147,27 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/time/__init__.c:80 +#: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" -#: shared-bindings/time/__init__.c:90 +#: shared-bindings/time/__init__.c:88 msgid "time.struct_time() takes exactly 1 argument" msgstr "" -#: shared-bindings/time/__init__.c:93 +#: shared-bindings/time/__init__.c:91 msgid "time.struct_time() takes a 9-sequence" msgstr "" -#: shared-bindings/time/__init__.c:171 shared-bindings/time/__init__.c:252 +#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:250 msgid "Tuple or struct_time argument required" msgstr "" -#: shared-bindings/time/__init__.c:176 shared-bindings/time/__init__.c:257 +#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:255 msgid "function takes exactly 9 arguments" msgstr "" -#: shared-bindings/time/__init__.c:228 shared-bindings/time/__init__.c:261 +#: shared-bindings/time/__init__.c:226 shared-bindings/time/__init__.c:259 msgid "timestamp out of range for platform time_t" msgstr "" diff --git a/locale/es.po b/locale/es.po index 56aa8612fb..19d2830ad9 100644 --- a/locale/es.po +++ b/locale/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-30 16:04-0700\n" +"POT-Creation-Date: 2018-08-30 16:12-0700\n" "PO-Revision-Date: 2018-08-24 22:56-0500\n" "Last-Translator: \n" "Language-Team: \n" @@ -2174,7 +2174,7 @@ msgid "empty sequence" msgstr "" #: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 -#: shared-bindings/time/__init__.c:192 +#: shared-bindings/time/__init__.c:190 msgid "RTC is not supported on this board" msgstr "" @@ -2194,27 +2194,27 @@ msgstr "" msgid "Stack size must be at least 256" msgstr "" -#: shared-bindings/time/__init__.c:80 +#: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "" -#: shared-bindings/time/__init__.c:90 +#: shared-bindings/time/__init__.c:88 msgid "time.struct_time() takes exactly 1 argument" msgstr "" -#: shared-bindings/time/__init__.c:93 +#: shared-bindings/time/__init__.c:91 msgid "time.struct_time() takes a 9-sequence" msgstr "" -#: shared-bindings/time/__init__.c:171 shared-bindings/time/__init__.c:252 +#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:250 msgid "Tuple or struct_time argument required" msgstr "" -#: shared-bindings/time/__init__.c:176 shared-bindings/time/__init__.c:257 +#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:255 msgid "function takes exactly 9 arguments" msgstr "" -#: shared-bindings/time/__init__.c:228 shared-bindings/time/__init__.c:261 +#: shared-bindings/time/__init__.c:226 shared-bindings/time/__init__.c:259 msgid "timestamp out of range for platform time_t" msgstr "" diff --git a/locale/fr.po b/locale/fr.po index 492785b676..732e663f23 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-30 16:04-0700\n" +"POT-Creation-Date: 2018-08-30 16:12-0700\n" "PO-Revision-Date: 2018-08-14 11:01+0200\n" "Last-Translator: Pierrick Couturier \n" "Language-Team: fr\n" @@ -2161,7 +2161,7 @@ msgid "empty sequence" msgstr "séquence vide" #: shared-bindings/rtc/RTC.c:40 shared-bindings/rtc/RTC.c:44 -#: shared-bindings/time/__init__.c:192 +#: shared-bindings/time/__init__.c:190 msgid "RTC is not supported on this board" msgstr "RTC non supportée sur cette carte" @@ -2181,27 +2181,27 @@ msgstr "La luminosité doit être entre 0 et 255" msgid "Stack size must be at least 256" msgstr "La pile doit être au moins de 256" -#: shared-bindings/time/__init__.c:80 +#: shared-bindings/time/__init__.c:78 msgid "sleep length must be non-negative" msgstr "la longueur de sleep ne doit pas être négative" -#: shared-bindings/time/__init__.c:90 +#: shared-bindings/time/__init__.c:88 msgid "time.struct_time() takes exactly 1 argument" msgstr "time.struct_time() prend exactement 1 argument" -#: shared-bindings/time/__init__.c:93 +#: shared-bindings/time/__init__.c:91 msgid "time.struct_time() takes a 9-sequence" msgstr "time.struct_time() prend une séquence de longueur 9" -#: shared-bindings/time/__init__.c:171 shared-bindings/time/__init__.c:252 +#: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:250 msgid "Tuple or struct_time argument required" msgstr "Argument de type tuple ou struct_time nécessaire" -#: shared-bindings/time/__init__.c:176 shared-bindings/time/__init__.c:257 +#: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:255 msgid "function takes exactly 9 arguments" msgstr "la fonction prend exactement 9 arguments" -#: shared-bindings/time/__init__.c:228 shared-bindings/time/__init__.c:261 +#: shared-bindings/time/__init__.c:226 shared-bindings/time/__init__.c:259 msgid "timestamp out of range for platform time_t" msgstr "timestamp hors gamme pour la plateforme time_t"