Update translations

This commit is contained in:
Scott Shawcroft 2019-02-12 15:01:52 -08:00
parent 1e16b3e134
commit df00d74db8
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
9 changed files with 452 additions and 427 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1356,7 +1356,7 @@ msgstr ""
msgid "division by zero" msgid "division by zero"
msgstr "" msgstr ""
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1810,69 +1810,69 @@ msgstr ""
msgid "string index out of range" msgid "string index out of range"
msgstr "" msgstr ""
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "" msgstr ""
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "" msgstr ""
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "" msgstr ""
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "" msgstr ""
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "" msgstr ""
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "" msgstr ""
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "" msgstr ""
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "" msgstr ""
@ -2348,7 +2348,7 @@ msgstr ""
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "" msgstr ""
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2361,7 +2361,7 @@ msgstr ""
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
msgid "%q should be an int" msgid "%q should be an int"
msgstr "" msgstr ""
@ -2396,10 +2396,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "" msgstr ""
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
msgid "Group must have %q at least 1" #, fuzzy
msgstr "" msgid "%q must be >= 1"
msgstr "buffers harus mempunyai panjang yang sama"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2709,11 +2710,11 @@ msgstr "sistem file (filesystem) bersifat Read-only"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "Baudrate tidak didukung" msgstr "Baudrate tidak didukung"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2847,12 +2848,15 @@ msgid ""
"exit safe mode.\n" "exit safe mode.\n"
msgstr "" msgstr ""
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" #, fuzzy
#~ msgstr "" #~ msgid "unicode_characters must be a string"
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n" #~ msgstr "keyword harus berupa string"
#~ msgid "Invalid UUID parameter" #~ msgid "All PWM peripherals are in use"
#~ msgstr "Parameter UUID tidak valid" #~ msgstr "Semua perangkat PWM sedang digunakan"
#~ msgid "Invalid UUID string length"
#~ msgstr "Panjang string UUID tidak valid"
#~ msgid "" #~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting " #~ "enough power for the whole circuit and press reset (after ejecting "
@ -2861,21 +2865,18 @@ msgstr ""
#~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut " #~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
#~ "CIRCUITPY).\n" #~ "CIRCUITPY).\n"
#~ msgid "Invalid UUID string length" #~ msgid "Invalid UUID parameter"
#~ msgstr "Panjang string UUID tidak valid" #~ msgstr "Parameter UUID tidak valid"
#~ msgid ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
#, fuzzy #, fuzzy
#~ msgid "unpack requires a buffer of %d bytes" #~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte" #~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
#~ msgid "All PWM peripherals are in use" #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr "Semua perangkat PWM sedang digunakan" #~ msgstr ""
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
#, fuzzy #~ msgid ""
#~ msgid "unicode_characters must be a string" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr "keyword harus berupa string" #~ msgstr ""
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -1323,7 +1323,7 @@ msgstr ""
msgid "division by zero" msgid "division by zero"
msgstr "" msgstr ""
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1777,69 +1777,69 @@ msgstr ""
msgid "string index out of range" msgid "string index out of range"
msgstr "" msgstr ""
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "" msgstr ""
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "" msgstr ""
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "" msgstr ""
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "" msgstr ""
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "" msgstr ""
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "" msgstr ""
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "" msgstr ""
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "" msgstr ""
@ -2310,7 +2310,7 @@ msgstr ""
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "" msgstr ""
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2323,7 +2323,7 @@ msgstr ""
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
msgid "%q should be an int" msgid "%q should be an int"
msgstr "" msgstr ""
@ -2358,9 +2358,9 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "" msgstr ""
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "" msgstr ""
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
@ -2669,11 +2669,11 @@ msgstr ""
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Sebastian Plamauer\n" "Last-Translator: Sebastian Plamauer\n"
"Language-Team: \n" "Language-Team: \n"
@ -1341,7 +1341,7 @@ msgstr ""
msgid "division by zero" msgid "division by zero"
msgstr "" msgstr ""
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1795,69 +1795,69 @@ msgstr ""
msgid "string index out of range" msgid "string index out of range"
msgstr "" msgstr ""
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "" msgstr ""
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "" msgstr ""
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "" msgstr ""
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "" msgstr ""
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "" msgstr ""
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "" msgstr ""
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "" msgstr ""
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "" msgstr ""
@ -2334,7 +2334,7 @@ msgstr ""
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "" msgstr ""
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2347,7 +2347,7 @@ msgstr ""
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
msgid "%q should be an int" msgid "%q should be an int"
msgstr "" msgstr ""
@ -2382,11 +2382,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "" msgstr ""
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben" msgstr "Puffergröße muss >= 1 sein"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2695,11 +2695,11 @@ msgstr "Schreibgeschützte Dateisystem"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "Nicht unterstützter display bus type" msgstr "Nicht unterstützter display bus type"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2844,9 +2844,13 @@ msgstr ""
"Die Reset-Taste wurde beim Booten von CircuitPython gedrückt. Drücke sie " "Die Reset-Taste wurde beim Booten von CircuitPython gedrückt. Drücke sie "
"erneut um den abgesicherten Modus zu verlassen. \n" "erneut um den abgesicherten Modus zu verlassen. \n"
#~ msgid "All PWM peripherals are in use" #, fuzzy
#~ msgstr "Alle PWM-Peripheriegeräte werden verwendet" #~ msgid "Group must have %q at least 1"
#~ msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
#, fuzzy #, fuzzy
#~ msgid "unicode_characters must be a string" #~ msgid "unicode_characters must be a string"
#~ msgstr "name muss ein String sein" #~ msgstr "name muss ein String sein"
#~ msgid "All PWM peripherals are in use"
#~ msgstr "Alle PWM-Peripheriegeräte werden verwendet"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -1323,7 +1323,7 @@ msgstr ""
msgid "division by zero" msgid "division by zero"
msgstr "" msgstr ""
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1777,69 +1777,69 @@ msgstr ""
msgid "string index out of range" msgid "string index out of range"
msgstr "" msgstr ""
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "" msgstr ""
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "" msgstr ""
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "" msgstr ""
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "" msgstr ""
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "" msgstr ""
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "" msgstr ""
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "" msgstr ""
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "" msgstr ""
@ -2310,7 +2310,7 @@ msgstr ""
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "" msgstr ""
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2323,7 +2323,7 @@ msgstr ""
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
msgid "%q should be an int" msgid "%q should be an int"
msgstr "" msgstr ""
@ -2358,9 +2358,9 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "" msgstr ""
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "" msgstr ""
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
@ -2669,11 +2669,11 @@ msgstr ""
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "" msgstr ""
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-08-24 22:56-0500\n" "PO-Revision-Date: 2018-08-24 22:56-0500\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -1359,7 +1359,7 @@ msgstr "error de dominio matemático"
msgid "division by zero" msgid "division by zero"
msgstr "división por cero" msgstr "división por cero"
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1820,69 +1820,69 @@ msgstr "índices de string deben ser enteros, no %s"
msgid "string index out of range" msgid "string index out of range"
msgstr "string index fuera de rango" msgstr "string index fuera de rango"
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "__init__() deberia devolver None" msgstr "__init__() deberia devolver None"
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "__init__() deberia devolver None, no '%s'" msgstr "__init__() deberia devolver None, no '%s'"
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "atributo no legible" msgstr "atributo no legible"
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "objeto no puede ser llamado" msgstr "objeto no puede ser llamado"
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "objeto '%s' no puede ser llamado" msgstr "objeto '%s' no puede ser llamado"
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "type acepta 1 o 3 argumentos" msgstr "type acepta 1 o 3 argumentos"
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "no se puede crear instancia" msgstr "no se puede crear instancia"
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "no se pueden crear '%q' instancias" msgstr "no se pueden crear '%q' instancias"
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "no se puede agregar un método a una clase ya subclasificada" msgstr "no se puede agregar un método a una clase ya subclasificada"
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "type no es un tipo de base aceptable" msgstr "type no es un tipo de base aceptable"
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "type '%q' no es un tipo de base aceptable" msgstr "type '%q' no es un tipo de base aceptable"
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "herencia multiple no soportada" msgstr "herencia multiple no soportada"
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "primer argumento para super() debe ser de tipo" msgstr "primer argumento para super() debe ser de tipo"
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "issubclass() arg 2 debe ser una clase o tuple de clases" msgstr "issubclass() arg 2 debe ser una clase o tuple de clases"
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "issubclass() arg 1 debe ser una clase" msgstr "issubclass() arg 1 debe ser una clase"
@ -2369,7 +2369,7 @@ msgstr "valor pull no soportado."
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "No se puede eliminar valores" msgstr "No se puede eliminar valores"
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2383,7 +2383,7 @@ msgstr "address fuera de límites"
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
#, fuzzy #, fuzzy
msgid "%q should be an int" msgid "%q should be an int"
msgstr "y deberia ser un int" msgstr "y deberia ser un int"
@ -2420,11 +2420,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "Bytes debe estar entre 0 y 255." msgstr "Bytes debe estar entre 0 y 255."
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Group debe tener size de minimo 1" msgstr "los buffers deben de tener la misma longitud"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2738,11 +2738,11 @@ msgstr "Solo-lectura"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "tipo de bitmap no soportado" msgstr "tipo de bitmap no soportado"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "Group lleno" msgstr "Group lleno"
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2886,12 +2886,16 @@ msgstr ""
"El botón reset fue presionado mientras arrancaba CircuitPython. Presiona " "El botón reset fue presionado mientras arrancaba CircuitPython. Presiona "
"otra vez para salir del modo seguro.\n" "otra vez para salir del modo seguro.\n"
#, fuzzy
#~ msgid "Group must have %q at least 1"
#~ msgstr "Group debe tener size de minimo 1"
#~ msgid "Baud rate too high for this SPI peripheral"
#~ msgstr "Baud rate demasiado alto para este periférico SPI"
#~ msgid "Invalid UUID parameter" #~ msgid "Invalid UUID parameter"
#~ msgstr "Parámetro UUID inválido" #~ msgstr "Parámetro UUID inválido"
#~ msgid "Group empty"
#~ msgstr "Group vacío"
#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" #~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
#~ msgstr "row buffer deberia ser un bytearray o array de tipo 'b' o 'B'" #~ msgstr "row buffer deberia ser un bytearray o array de tipo 'b' o 'B'"
@ -2911,26 +2915,30 @@ msgstr ""
#~ msgid "All PWM peripherals are in use" #~ msgid "All PWM peripherals are in use"
#~ msgstr "Todos los periféricos PWM en uso" #~ msgstr "Todos los periféricos PWM en uso"
#~ msgid "displayio is a work in progress" #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr "displayio todavia esta en desarrollo" #~ msgstr ""
#~ "Parece que nuestro código CircuitPython dejó de funcionar. Whoops!\n"
#~ msgid "Cannot set PPCP parameters." #~ msgid "Group empty"
#~ msgstr "No se pueden establecer los parámetros PPCP." #~ msgstr "Group vacío"
#~ msgid "Invalid UUID string length"
#~ msgstr "Longitud de string UUID inválida"
#~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "Se puede codificar el UUID en el paquete de anuncio."
#~ msgid "Wrong address length" #~ msgid "Wrong address length"
#~ msgstr "Longitud de address erronea" #~ msgstr "Longitud de address erronea"
#~ msgid "Cannot apply GAP parameters." #~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "No se pueden aplicar los parámetros GAP." #~ msgstr "Se puede codificar el UUID en el paquete de anuncio."
#~ msgid "Can not apply device name in the stack." #~ msgid "Invalid Service type"
#~ msgstr "No se puede aplicar el nombre del dispositivo en el stack." #~ msgstr "Tipo de Servicio inválido"
#~ msgid "Invalid UUID string length"
#~ msgstr "Longitud de string UUID inválida"
#~ msgid "Can not add Service."
#~ msgstr "No se puede agregar el Servicio."
#~ msgid "displayio is a work in progress"
#~ msgstr "displayio todavia esta en desarrollo"
#~ msgid "" #~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting " #~ "enough power for the whole circuit and press reset (after ejecting "
@ -2939,6 +2947,25 @@ msgstr ""
#~ "suficiente poder para todo el circuito y presiona reset (después de " #~ "suficiente poder para todo el circuito y presiona reset (después de "
#~ "expulsar CIRCUITPY).\n" #~ "expulsar CIRCUITPY).\n"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Falló la asignación del buffer RX de %d bytes"
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "No se puede codificar el UUID, para revisar la longitud."
#~ msgid "Wrong number of bytes provided"
#~ msgstr "Numero erroneo de bytes dados"
#~ msgid "Cannot apply GAP parameters."
#~ msgstr "No se pueden aplicar los parámetros GAP."
#~ msgid "Can not apply device name in the stack."
#~ msgstr "No se puede aplicar el nombre del dispositivo en el stack."
#~ msgid "Cannot set PPCP parameters."
#~ msgstr "No se pueden establecer los parámetros PPCP."
#, fuzzy #, fuzzy
#~ msgid "" #~ msgid ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
@ -2946,28 +2973,5 @@ msgstr ""
#~ "Por favor registra un issue en la siguiente URL con el contenidos de tu " #~ "Por favor registra un issue en la siguiente URL con el contenidos de tu "
#~ "unidad de almacenamiento CIRCUITPY:\n" #~ "unidad de almacenamiento CIRCUITPY:\n"
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr ""
#~ "Parece que nuestro código CircuitPython dejó de funcionar. Whoops!\n"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Falló la asignación del buffer RX de %d bytes"
#~ msgid "Wrong number of bytes provided"
#~ msgstr "Numero erroneo de bytes dados"
#~ msgid "Can not add Service."
#~ msgstr "No se puede agregar el Servicio."
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "No se puede codificar el UUID, para revisar la longitud."
#~ msgid "Invalid Service type"
#~ msgstr "Tipo de Servicio inválido"
#~ msgid "Can not apply advertisement data. status: 0x%02x" #~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x" #~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x"
#~ msgid "Baud rate too high for this SPI peripheral"
#~ msgstr "Baud rate demasiado alto para este periférico SPI"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-12-20 22:15-0800\n" "PO-Revision-Date: 2018-12-20 22:15-0800\n"
"Last-Translator: Timothy <me@timothygarcia.ca>\n" "Last-Translator: Timothy <me@timothygarcia.ca>\n"
"Language-Team: fil\n" "Language-Team: fil\n"
@ -1360,7 +1360,7 @@ msgstr "may pagkakamali sa math domain"
msgid "division by zero" msgid "division by zero"
msgstr "dibisyon ng zero" msgstr "dibisyon ng zero"
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "puno na ang schedule stack" msgstr "puno na ang schedule stack"
@ -1821,70 +1821,70 @@ msgstr "ang indeks ng string ay dapat na integer, hindi %s"
msgid "string index out of range" msgid "string index out of range"
msgstr "indeks ng string wala sa sakop" msgstr "indeks ng string wala sa sakop"
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "__init __ () dapat magbalik na None" msgstr "__init __ () dapat magbalik na None"
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "__init__() dapat magbalink na None, hindi '%s'" msgstr "__init__() dapat magbalink na None, hindi '%s'"
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "hindi mabasa ang attribute" msgstr "hindi mabasa ang attribute"
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "hindi matatawag ang object" msgstr "hindi matatawag ang object"
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "'%s' object hindi matatawag" msgstr "'%s' object hindi matatawag"
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "type kumuhuha ng 1 o 3 arguments" msgstr "type kumuhuha ng 1 o 3 arguments"
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "hindi magawa ang instance" msgstr "hindi magawa ang instance"
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "hindi magawa '%q' instances" msgstr "hindi magawa '%q' instances"
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
"hindi madagdag ang isang espesyal na method sa isang na i-subclass na class" "hindi madagdag ang isang espesyal na method sa isang na i-subclass na class"
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "hindi puede ang type para sa base type" msgstr "hindi puede ang type para sa base type"
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "hindi maari ang type na '%q' para sa base type" msgstr "hindi maari ang type na '%q' para sa base type"
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "maraming inhertance hindi sinusuportahan" msgstr "maraming inhertance hindi sinusuportahan"
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "maraming bases ay may instance lay-out conflict" msgstr "maraming bases ay may instance lay-out conflict"
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "unang argument ng super() ay dapat type" msgstr "unang argument ng super() ay dapat type"
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "issubclass() arg 2 ay dapat na class o tuple ng classes" msgstr "issubclass() arg 2 ay dapat na class o tuple ng classes"
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "issubclass() arg 1 ay dapat na class" msgstr "issubclass() arg 1 ay dapat na class"
@ -2374,7 +2374,7 @@ msgstr "Hindi suportado ang pull value."
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "Hindi mabura ang values" msgstr "Hindi mabura ang values"
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "Hindi suportado ang Slices" msgstr "Hindi suportado ang Slices"
@ -2388,7 +2388,7 @@ msgstr "wala sa sakop ang address"
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
#, fuzzy #, fuzzy
msgid "%q should be an int" msgid "%q should be an int"
msgstr "y ay dapat int" msgstr "y ay dapat int"
@ -2425,11 +2425,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "Sa gitna ng 0 o 255 dapat ang bytes." msgstr "Sa gitna ng 0 o 255 dapat ang bytes."
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Group dapat ay hindi baba sa 1 na haba" msgstr "aarehas na haba dapat ang buffer slices"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2744,11 +2744,11 @@ msgstr "Basahin-lamang"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "Hindi supportadong tipo ng bitmap" msgstr "Hindi supportadong tipo ng bitmap"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "Puno ang group" msgstr "Puno ang group"
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2892,12 +2892,17 @@ msgstr ""
"Ang reset button ay pinindot habang nag boot ang CircuitPython. Pindutin " "Ang reset button ay pinindot habang nag boot ang CircuitPython. Pindutin "
"ulit para lumabas sa safe mode.\n" "ulit para lumabas sa safe mode.\n"
#, fuzzy
#~ msgid "Group must have %q at least 1"
#~ msgstr "Group dapat ay hindi baba sa 1 na haba"
#, fuzzy
#~ msgid "palette must be displayio.Palette"
#~ msgstr "ang palette ay dapat 32 bytes ang haba"
#~ msgid "Invalid UUID parameter" #~ msgid "Invalid UUID parameter"
#~ msgstr "Mali ang UUID parameter" #~ msgstr "Mali ang UUID parameter"
#~ msgid "Group empty"
#~ msgstr "Walang laman ang group"
#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" #~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
#~ msgstr "ang row buffer ay dapat bytearray o array na type b or B" #~ msgstr "ang row buffer ay dapat bytearray o array na type b or B"
@ -2917,26 +2922,30 @@ msgstr ""
#~ msgid "All PWM peripherals are in use" #~ msgid "All PWM peripherals are in use"
#~ msgstr "Lahat ng PWM peripherals ay ginagamit" #~ msgstr "Lahat ng PWM peripherals ay ginagamit"
#~ msgid "displayio is a work in progress" #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr "displayio ay nasa gitna ng konstruksiyon" #~ msgstr ""
#~ "Mukhang ang core CircuitPython code ay nag-crash ng malakas. Aray!\n"
#~ msgid "Cannot set PPCP parameters." #~ msgid "Group empty"
#~ msgstr "Hindi ma-set ang PPCP parameters." #~ msgstr "Walang laman ang group"
#~ msgid "Invalid UUID string length"
#~ msgstr "Mali ang UUID string length"
#~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "Maaring i-encode ang UUID sa advertisement packet."
#~ msgid "Wrong address length" #~ msgid "Wrong address length"
#~ msgstr "Mali ang address length" #~ msgstr "Mali ang address length"
#~ msgid "Cannot apply GAP parameters." #~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "Hindi ma-apply ang GAP parameters." #~ msgstr "Maaring i-encode ang UUID sa advertisement packet."
#~ msgid "Can not apply device name in the stack." #~ msgid "Invalid Service type"
#~ msgstr "Hindi maaaring ma-aplay ang device name sa stack." #~ msgstr "Mali ang tipo ng serbisyo"
#~ msgid "Invalid UUID string length"
#~ msgstr "Mali ang UUID string length"
#~ msgid "Can not add Service."
#~ msgstr "Hindi maidaragdag ang serbisyo."
#~ msgid "displayio is a work in progress"
#~ msgstr "displayio ay nasa gitna ng konstruksiyon"
#~ msgid "" #~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting " #~ "enough power for the whole circuit and press reset (after ejecting "
@ -2945,35 +2954,30 @@ msgstr ""
#~ "ay nagbibigay ng sapat na power para sa buong circuit at i-press ang " #~ "ay nagbibigay ng sapat na power para sa buong circuit at i-press ang "
#~ "reset (pagkatapos i-eject ang CIRCUITPY).\n" #~ "reset (pagkatapos i-eject ang CIRCUITPY).\n"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Nabigong ilaan ang RX buffer ng %d bytes"
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "Hindi ma-encode UUID, para suriin ang haba."
#~ msgid "Wrong number of bytes provided"
#~ msgstr "Mali ang bilang ng bytes"
#~ msgid "Cannot apply GAP parameters."
#~ msgstr "Hindi ma-apply ang GAP parameters."
#~ msgid "Can not apply device name in the stack."
#~ msgstr "Hindi maaaring ma-aplay ang device name sa stack."
#~ msgid "Cannot set PPCP parameters."
#~ msgstr "Hindi ma-set ang PPCP parameters."
#~ msgid "" #~ msgid ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr "" #~ msgstr ""
#~ "Mag-file ng isang isyu dito gamit ang mga nilalaman ng iyong CIRCUITPY " #~ "Mag-file ng isang isyu dito gamit ang mga nilalaman ng iyong CIRCUITPY "
#~ "drive:\n" #~ "drive:\n"
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr ""
#~ "Mukhang ang core CircuitPython code ay nag-crash ng malakas. Aray!\n"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Nabigong ilaan ang RX buffer ng %d bytes"
#~ msgid "Wrong number of bytes provided"
#~ msgstr "Mali ang bilang ng bytes"
#~ msgid "Can not add Service."
#~ msgstr "Hindi maidaragdag ang serbisyo."
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "Hindi ma-encode UUID, para suriin ang haba."
#~ msgid "Invalid Service type"
#~ msgstr "Mali ang tipo ng serbisyo"
#~ msgid "Can not apply advertisement data. status: 0x%02x" #~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "Hindi ma i-apply ang advertisement data. status: 0x%02x" #~ msgstr "Hindi ma i-apply ang advertisement data. status: 0x%02x"
#, fuzzy
#~ msgid "palette must be displayio.Palette"
#~ msgstr "ang palette ay dapat 32 bytes ang haba"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.1\n" "Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-12-23 20:05+0100\n" "PO-Revision-Date: 2018-12-23 20:05+0100\n"
"Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n" "Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n"
"Language-Team: fr\n" "Language-Team: fr\n"
@ -1358,7 +1358,7 @@ msgstr "erreur de domaine math"
msgid "division by zero" msgid "division by zero"
msgstr "division par zéro" msgstr "division par zéro"
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "pile de plannification pleine" msgstr "pile de plannification pleine"
@ -1819,71 +1819,71 @@ msgstr "les indices de chaîne de caractère doivent être des entiers, pas %s"
msgid "string index out of range" msgid "string index out of range"
msgstr "index de chaîne hors gamme" msgstr "index de chaîne hors gamme"
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "__init__() doit retourner None" msgstr "__init__() doit retourner None"
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "__init__() doit retourner None, pas '%s'" msgstr "__init__() doit retourner None, pas '%s'"
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "attribut illisible" msgstr "attribut illisible"
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "objet non appelable" msgstr "objet non appelable"
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "objet '%s' non appelable" msgstr "objet '%s' non appelable"
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "le type prend 1 ou 3 arguments" msgstr "le type prend 1 ou 3 arguments"
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "ne peut pas créer une instance" msgstr "ne peut pas créer une instance"
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "ne peut pas créer une instance de '%q'" msgstr "ne peut pas créer une instance de '%q'"
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
"impossible d'ajouter une méthode spécial à une classe déjà sous-classée" "impossible d'ajouter une méthode spécial à une classe déjà sous-classée"
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "le type n'est pas un type de base accepté" msgstr "le type n'est pas un type de base accepté"
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "le type '%q' n'est pas un type de base accepté" msgstr "le type '%q' n'est pas un type de base accepté"
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "héritage multiple non supporté" msgstr "héritage multiple non supporté"
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "de multiple bases ont un conflit de lay-out d'instance" msgstr "de multiple bases ont un conflit de lay-out d'instance"
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "le premier argument de super() doit être un type" msgstr "le premier argument de super() doit être un type"
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
"l'argument 2 de issubclass() doit être une classe ou un tuple de classes" "l'argument 2 de issubclass() doit être une classe ou un tuple de classes"
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "l'argument 1 de issubclass() doit être une classe" msgstr "l'argument 1 de issubclass() doit être une classe"
@ -2375,7 +2375,7 @@ msgstr "Valeur de tirage 'pull' non supportée."
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "Impossible de supprimer les valeurs" msgstr "Impossible de supprimer les valeurs"
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "Slices non supportées" msgstr "Slices non supportées"
@ -2389,7 +2389,7 @@ msgstr "adresse hors limites"
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
#, fuzzy #, fuzzy
msgid "%q should be an int" msgid "%q should be an int"
msgstr "y doit être un entier (int)" msgstr "y doit être un entier (int)"
@ -2427,11 +2427,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "Les octets 'bytes' doivent être entre 0 et 255" msgstr "Les octets 'bytes' doivent être entre 0 et 255"
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Le tampon doit être de longueur au moins 1" msgstr "les slices de tampon doivent être de longueurs égales"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
#, fuzzy #, fuzzy
@ -2761,11 +2761,11 @@ msgstr "Lecture seule"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "type de bitmap non supporté" msgstr "type de bitmap non supporté"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "Groupe plein" msgstr "Groupe plein"
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2915,13 +2915,16 @@ msgstr ""
"Le bouton 'reset' a été appuyé pendant le démarrage de CircuitPython. " "Le bouton 'reset' a été appuyé pendant le démarrage de CircuitPython. "
"Appuyer denouveau pour quitter de le mode sans-échec.\n" "Appuyer denouveau pour quitter de le mode sans-échec.\n"
#, fuzzy
#~ msgid "Group must have %q at least 1"
#~ msgstr "Le tampon doit être de longueur au moins 1"
#~ msgid "Cannot set PPCP parameters."
#~ msgstr "Impossible d'appliquer les paramètres PPCP"
#~ msgid "Invalid UUID parameter" #~ msgid "Invalid UUID parameter"
#~ msgstr "Paramètre UUID invalide" #~ msgstr "Paramètre UUID invalide"
#, fuzzy
#~ msgid "Group empty"
#~ msgstr "Groupe vide"
#, fuzzy #, fuzzy
#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'" #~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
#~ msgstr "" #~ msgstr ""
@ -2946,20 +2949,49 @@ msgstr ""
#~ msgid "All PWM peripherals are in use" #~ msgid "All PWM peripherals are in use"
#~ msgstr "Tous les périphériques PWM sont utilisés" #~ msgstr "Tous les périphériques PWM sont utilisés"
#~ msgid "displayio is a work in progress" #, fuzzy
#~ msgstr "displayio est en cours de développement" #~ msgid "value_size must be power of two"
#~ msgstr "value_size doit être une puissance de 2"
#~ msgid "Cannot apply GAP parameters." #, fuzzy
#~ msgstr "Impossible d'appliquer les paramètres GAP" #~ msgid "Group empty"
#~ msgstr "Groupe vide"
#~ msgid "Invalid UUID string length" #~ msgid "Wrong address length"
#~ msgstr "Longeur de chaîne UUID invalide" #~ msgstr "Mauvaise longueur d'adresse"
#~ msgid "Can not add Service." #~ msgid "Can not add Service."
#~ msgstr "Impossible d'ajouter le Service" #~ msgstr "Impossible d'ajouter le Service"
#~ msgid "Wrong address length" #~ msgid "Can not add Characteristic."
#~ msgstr "Mauvaise longueur d'adresse" #~ msgstr "Impossible d'ajouter la Characteristic."
#~ msgid "Invalid UUID string length"
#~ msgstr "Longeur de chaîne UUID invalide"
#~ msgid "Can not apply device name in the stack."
#~ msgstr "Impossible d'appliquer le nom de périphérique dans la pile"
#~ msgid "displayio is a work in progress"
#~ msgstr "displayio est en cours de développement"
#~ msgid "Invalid Service type"
#~ msgstr "Type de service invalide"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Echec de l'allocation de %d octets du tampon RX"
#~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ msgstr ""
#~ "assez de puissance pour l'ensemble du circuit et appuyez sur "
#~ "'reset' (après avoir éjecter CIRCUITPY).\n"
#, fuzzy
#~ msgid "Wrong number of bytes provided"
#~ msgstr "mauvais nombre d'octets fourni'"
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr "" #~ msgstr ""
@ -2970,39 +3002,11 @@ msgstr ""
#~ msgstr "" #~ msgstr ""
#~ "SVP, remontez le problème là avec le contenu du lecteur CIRCUITPY:\n" #~ "SVP, remontez le problème là avec le contenu du lecteur CIRCUITPY:\n"
#~ msgid "Invalid Service type" #~ msgid "Cannot apply GAP parameters."
#~ msgstr "Type de service invalide" #~ msgstr "Impossible d'appliquer les paramètres GAP"
#~ msgid "Can not encode UUID, to check length." #~ msgid "Can not encode UUID, to check length."
#~ msgstr "Impossible d'encoder l'UUID pour vérifier la longueur." #~ msgstr "Impossible d'encoder l'UUID pour vérifier la longueur."
#, fuzzy
#~ msgid "value_size must be power of two"
#~ msgstr "value_size doit être une puissance de 2"
#, fuzzy
#~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Echec de l'allocation de %d octets du tampon RX"
#, fuzzy
#~ msgid "Wrong number of bytes provided"
#~ msgstr "mauvais nombre d'octets fourni'"
#~ msgid "Can not apply device name in the stack."
#~ msgstr "Impossible d'appliquer le nom de périphérique dans la pile"
#~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting "
#~ "CIRCUITPY).\n"
#~ msgstr ""
#~ "assez de puissance pour l'ensemble du circuit et appuyez sur "
#~ "'reset' (après avoir éjecter CIRCUITPY).\n"
#~ msgid "Can not add Characteristic."
#~ msgstr "Impossible d'ajouter la Characteristic."
#~ msgid "Can not query for the device address." #~ msgid "Can not query for the device address."
#~ msgstr "Impossible d'obtenir l'adresse du périphérique" #~ msgstr "Impossible d'obtenir l'adresse du périphérique"
#~ msgid "Cannot set PPCP parameters."
#~ msgstr "Impossible d'appliquer les paramètres PPCP"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-10-02 16:27+0200\n" "PO-Revision-Date: 2018-10-02 16:27+0200\n"
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n" "Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -1358,7 +1358,7 @@ msgstr "errore di dominio matematico"
msgid "division by zero" msgid "division by zero"
msgstr "divisione per zero" msgstr "divisione per zero"
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1815,71 +1815,71 @@ msgstr "indici della stringa devono essere interi, non %s"
msgid "string index out of range" msgid "string index out of range"
msgstr "indice della stringa fuori intervallo" msgstr "indice della stringa fuori intervallo"
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "__init__() deve ritornare None" msgstr "__init__() deve ritornare None"
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "__init__() deve ritornare None, non '%s'" msgstr "__init__() deve ritornare None, non '%s'"
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "attributo non leggibile" msgstr "attributo non leggibile"
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "tipo prende 1 o 3 argomenti" msgstr "tipo prende 1 o 3 argomenti"
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "impossibile creare un istanza" msgstr "impossibile creare un istanza"
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "creare '%q' istanze" msgstr "creare '%q' istanze"
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "il tipo non è un tipo di base accettabile" msgstr "il tipo non è un tipo di base accettabile"
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "il tipo '%q' non è un tipo di base accettabile" msgstr "il tipo '%q' non è un tipo di base accettabile"
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "ereditarietà multipla non supportata" msgstr "ereditarietà multipla non supportata"
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
"il secondo argomento di issubclass() deve essere una classe o una tupla di " "il secondo argomento di issubclass() deve essere una classe o una tupla di "
"classi" "classi"
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "il primo argomento di issubclass() deve essere una classe" msgstr "il primo argomento di issubclass() deve essere una classe"
@ -2372,7 +2372,7 @@ msgstr "Valore di pull non supportato."
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "Impossibile cancellare valori" msgstr "Impossibile cancellare valori"
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "Slice non supportate" msgstr "Slice non supportate"
@ -2386,7 +2386,7 @@ msgstr "indirizzo fuori limite"
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
#, fuzzy #, fuzzy
msgid "%q should be an int" msgid "%q should be an int"
msgstr "y dovrebbe essere un int" msgstr "y dovrebbe essere un int"
@ -2423,11 +2423,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "I byte devono essere compresi tra 0 e 255" msgstr "I byte devono essere compresi tra 0 e 255"
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Il gruppo deve avere dimensione almeno 1" msgstr "slice del buffer devono essere della stessa lunghezza"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2749,11 +2749,11 @@ msgstr "Sola lettura"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "tipo di bitmap non supportato" msgstr "tipo di bitmap non supportato"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "Gruppo pieno" msgstr "Gruppo pieno"
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2889,66 +2889,75 @@ msgid ""
"exit safe mode.\n" "exit safe mode.\n"
msgstr "" msgstr ""
#~ msgid "row data must be a buffer"
#~ msgstr "valori della riga devono essere un buffer"
#, fuzzy
#~ msgid "Group must have %q at least 1"
#~ msgstr "Il gruppo deve avere dimensione almeno 1"
#~ msgid "Invalid UUID parameter" #~ msgid "Invalid UUID parameter"
#~ msgstr "Parametro UUID non valido" #~ msgstr "Parametro UUID non valido"
#~ msgid "Group empty" #~ msgid "Group empty"
#~ msgstr "Gruppo vuoto" #~ msgstr "Gruppo vuoto"
#~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
#~ msgstr ""
#~ "buffer di riga deve essere un bytearray o un array di tipo 'b' o 'B'"
#~ msgid "row data must be a buffer"
#~ msgstr "valori della riga devono essere un buffer"
#, fuzzy #, fuzzy
#~ msgid "All PWM peripherals are in use" #~ msgid "All PWM peripherals are in use"
#~ msgstr "Tutte le periferiche SPI sono in uso" #~ msgstr "Tutte le periferiche SPI sono in uso"
#~ msgid "index must be int" #~ msgid "row buffer must be a bytearray or array of type 'b' or 'B'"
#~ msgstr "l'indice deve essere int" #~ msgstr ""
#~ "buffer di riga deve essere un bytearray o un array di tipo 'b' o 'B'"
#, fuzzy
#~ msgid "Wrong number of bytes provided"
#~ msgstr "numero di argomenti errato"
#, fuzzy #, fuzzy
#~ msgid "unicode_characters must be a string" #~ msgid "unicode_characters must be a string"
#~ msgstr "argomenti nominati devono essere stringhe" #~ msgstr "argomenti nominati devono essere stringhe"
#~ msgid "index must be int"
#~ msgstr "l'indice deve essere int"
#~ msgid "Invalid Service type" #~ msgid "Invalid Service type"
#~ msgstr "Tipo di servizio non valido" #~ msgstr "Tipo di servizio non valido"
#, fuzzy
#~ msgid "Wrong number of bytes provided"
#~ msgstr "numero di argomenti errato"
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n" #~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
#~ msgstr "" #~ msgstr ""
#~ "Sembra che il codice del core di CircuitPython sia crashato malamente. " #~ "Sembra che il codice del core di CircuitPython sia crashato malamente. "
#~ "Whoops!\n" #~ "Whoops!\n"
#~ msgid "Cannot set PPCP parameters." #~ msgid "Can not add Characteristic."
#~ msgstr "Impossibile impostare i parametri PPCP." #~ msgstr "Non è possibile aggiungere Characteristic."
#~ msgid "Cannot apply GAP parameters."
#~ msgstr "Impossibile applicare i parametri GAP."
#~ msgid "Can not apply advertisement data. status: 0x%02x" #~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "Impossible inserire dati advertisement. status: 0x%02x" #~ msgstr "Impossible inserire dati advertisement. status: 0x%02x"
#~ msgid "Invalid UUID string length" #~ msgid ""
#~ msgstr "Lunghezza della stringa UUID non valida" #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Ti preghiamo di compilare una issue con il contenuto del tuo drie "
#~ "CIRCUITPY:\n"
#~ msgid "Can not query for the device address." #~ msgid "Can not query for the device address."
#~ msgstr "Non è possibile trovare l'indirizzo del dispositivo." #~ msgstr "Non è possibile trovare l'indirizzo del dispositivo."
#~ msgid "Can not add Service." #~ msgid "Cannot set PPCP parameters."
#~ msgstr "Non è possibile aggiungere Service." #~ msgstr "Impossibile impostare i parametri PPCP."
#~ msgid "Can not encode UUID, to check length."
#~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare."
#~ msgid "Can not apply device name in the stack." #~ msgid "Can not apply device name in the stack."
#~ msgstr "Non è possibile inserire il nome del dipositivo nella lista." #~ msgstr "Non è possibile inserire il nome del dipositivo nella lista."
#, fuzzy #~ msgid "Can encode UUID into the advertisement packet."
#~ msgid "unpack requires a buffer of %d bytes" #~ msgstr "È possibile codificare l'UUID nel pacchetto di advertisement."
#~ msgstr "Fallita allocazione del buffer RX di %d byte"
#~ msgid "Can not add Service."
#~ msgstr "Non è possibile aggiungere Service."
#~ msgid "" #~ msgid ""
#~ "enough power for the whole circuit and press reset (after ejecting " #~ "enough power for the whole circuit and press reset (after ejecting "
@ -2957,17 +2966,12 @@ msgstr ""
#~ "abbastanza potenza per l'intero circuito e premere reset (dopo aver " #~ "abbastanza potenza per l'intero circuito e premere reset (dopo aver "
#~ "espulso CIRCUITPY).\n" #~ "espulso CIRCUITPY).\n"
#~ msgid "Cannot apply GAP parameters." #~ msgid "Invalid UUID string length"
#~ msgstr "Impossibile applicare i parametri GAP." #~ msgstr "Lunghezza della stringa UUID non valida"
#~ msgid "Can encode UUID into the advertisement packet." #, fuzzy
#~ msgstr "È possibile codificare l'UUID nel pacchetto di advertisement." #~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Fallita allocazione del buffer RX di %d byte"
#~ msgid "Can not add Characteristic." #~ msgid "Can not encode UUID, to check length."
#~ msgstr "Non è possibile aggiungere Characteristic." #~ msgstr "Non è possibile codificare l'UUID, lunghezza da controllare."
#~ msgid ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Ti preghiamo di compilare una issue con il contenuto del tuo drie "
#~ "CIRCUITPY:\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-11 17:39-0800\n" "POT-Creation-Date: 2019-02-12 15:01-0800\n"
"PO-Revision-Date: 2018-10-02 21:14-0000\n" "PO-Revision-Date: 2018-10-02 21:14-0000\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -1340,7 +1340,7 @@ msgstr ""
msgid "division by zero" msgid "division by zero"
msgstr "divisão por zero" msgstr "divisão por zero"
#: py/modmicropython.c:117 #: py/modmicropython.c:155
msgid "schedule stack full" msgid "schedule stack full"
msgstr "" msgstr ""
@ -1794,69 +1794,69 @@ msgstr ""
msgid "string index out of range" msgid "string index out of range"
msgstr "" msgstr ""
#: py/objtype.c:368 #: py/objtype.c:371
msgid "__init__() should return None" msgid "__init__() should return None"
msgstr "" msgstr ""
#: py/objtype.c:370 #: py/objtype.c:373
#, c-format #, c-format
msgid "__init__() should return None, not '%s'" msgid "__init__() should return None, not '%s'"
msgstr "" msgstr ""
#: py/objtype.c:633 py/objtype.c:1287 py/runtime.c:1065 #: py/objtype.c:636 py/objtype.c:1290 py/runtime.c:1065
msgid "unreadable attribute" msgid "unreadable attribute"
msgstr "atributo ilegível" msgstr "atributo ilegível"
#: py/objtype.c:878 py/runtime.c:653 #: py/objtype.c:881 py/runtime.c:653
msgid "object not callable" msgid "object not callable"
msgstr "" msgstr ""
#: py/objtype.c:880 py/runtime.c:655 #: py/objtype.c:883 py/runtime.c:655
#, c-format #, c-format
msgid "'%s' object is not callable" msgid "'%s' object is not callable"
msgstr "" msgstr ""
#: py/objtype.c:988 #: py/objtype.c:991
msgid "type takes 1 or 3 arguments" msgid "type takes 1 or 3 arguments"
msgstr "" msgstr ""
#: py/objtype.c:999 #: py/objtype.c:1002
msgid "cannot create instance" msgid "cannot create instance"
msgstr "não é possível criar instância" msgstr "não é possível criar instância"
#: py/objtype.c:1001 #: py/objtype.c:1004
msgid "cannot create '%q' instances" msgid "cannot create '%q' instances"
msgstr "" msgstr ""
#: py/objtype.c:1059 #: py/objtype.c:1062
msgid "can't add special method to already-subclassed class" msgid "can't add special method to already-subclassed class"
msgstr "" msgstr ""
#: py/objtype.c:1103 py/objtype.c:1109 #: py/objtype.c:1106 py/objtype.c:1112
msgid "type is not an acceptable base type" msgid "type is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1112 #: py/objtype.c:1115
msgid "type '%q' is not an acceptable base type" msgid "type '%q' is not an acceptable base type"
msgstr "" msgstr ""
#: py/objtype.c:1149 #: py/objtype.c:1152
msgid "multiple inheritance not supported" msgid "multiple inheritance not supported"
msgstr "" msgstr ""
#: py/objtype.c:1176 #: py/objtype.c:1179
msgid "multiple bases have instance lay-out conflict" msgid "multiple bases have instance lay-out conflict"
msgstr "" msgstr ""
#: py/objtype.c:1217 #: py/objtype.c:1220
msgid "first argument to super() must be type" msgid "first argument to super() must be type"
msgstr "" msgstr ""
#: py/objtype.c:1382 #: py/objtype.c:1385
msgid "issubclass() arg 2 must be a class or a tuple of classes" msgid "issubclass() arg 2 must be a class or a tuple of classes"
msgstr "" msgstr ""
#: py/objtype.c:1396 #: py/objtype.c:1399
msgid "issubclass() arg 1 must be a class" msgid "issubclass() arg 1 must be a class"
msgstr "" msgstr ""
@ -2338,7 +2338,7 @@ msgstr ""
msgid "Cannot delete values" msgid "Cannot delete values"
msgstr "Não é possível excluir valores" msgstr "Não é possível excluir valores"
#: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:194 #: shared-bindings/displayio/Bitmap.c:139 shared-bindings/displayio/Group.c:253
#: shared-bindings/pulseio/PulseIn.c:278 #: shared-bindings/pulseio/PulseIn.c:278
msgid "Slices not supported" msgid "Slices not supported"
msgstr "" msgstr ""
@ -2351,7 +2351,7 @@ msgstr ""
msgid "pixel value requires too many bits" msgid "pixel value requires too many bits"
msgstr "" msgstr ""
#: shared-bindings/displayio/BuiltinFont.c:74 #: shared-bindings/displayio/BuiltinFont.c:93
#, fuzzy #, fuzzy
msgid "%q should be an int" msgid "%q should be an int"
msgstr "y deve ser um int" msgstr "y deve ser um int"
@ -2388,11 +2388,11 @@ msgstr ""
msgid "Command must be an int between 0 and 255" msgid "Command must be an int between 0 and 255"
msgstr "Os bytes devem estar entre 0 e 255." msgstr "Os bytes devem estar entre 0 e 255."
#: shared-bindings/displayio/Group.c:61 shared-bindings/displayio/Group.c:66 #: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
#: shared-bindings/displayio/Group.c:93 #: shared-bindings/displayio/Group.c:100
#, fuzzy #, fuzzy
msgid "Group must have %q at least 1" msgid "%q must be >= 1"
msgstr "Grupo deve ter tamanho pelo menos 1" msgstr "buffers devem ser o mesmo tamanho"
#: shared-bindings/displayio/Palette.c:91 #: shared-bindings/displayio/Palette.c:91
msgid "color buffer must be a bytearray or array of type 'b' or 'B'" msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@ -2705,11 +2705,11 @@ msgstr "Somente leitura"
msgid "Unsupported display bus type" msgid "Unsupported display bus type"
msgstr "Taxa de transmissão não suportada" msgstr "Taxa de transmissão não suportada"
#: shared-module/displayio/Group.c:48 #: shared-module/displayio/Group.c:66
msgid "Group full" msgid "Group full"
msgstr "Grupo cheio" msgstr "Grupo cheio"
#: shared-module/displayio/Group.c:55 #: shared-module/displayio/Group.c:73
msgid "Layer must be a Group or TileGrid subclass." msgid "Layer must be a Group or TileGrid subclass."
msgstr "" msgstr ""
@ -2841,19 +2841,35 @@ msgstr ""
#~ msgstr "index deve ser int" #~ msgstr "index deve ser int"
#, fuzzy #, fuzzy
#~ msgid "unicode_characters must be a string" #~ msgid "Group must have %q at least 1"
#~ msgstr "heap deve ser uma lista" #~ msgstr "Grupo deve ter tamanho pelo menos 1"
#~ msgid "Group empty" #~ msgid "Group empty"
#~ msgstr "Grupo vazio" #~ msgstr "Grupo vazio"
#, fuzzy
#~ msgid "unicode_characters must be a string"
#~ msgstr "heap deve ser uma lista"
#~ msgid "Invalid UUID parameter" #~ msgid "Invalid UUID parameter"
#~ msgstr "Parâmetro UUID inválido" #~ msgstr "Parâmetro UUID inválido"
#~ msgid "Baud rate too high for this SPI peripheral"
#~ msgstr "Taxa de transmissão muito alta para esse periférico SPI"
#~ msgid "Can encode UUID into the advertisement packet."
#~ msgstr "Pode codificar o UUID no pacote de anúncios."
#, fuzzy #, fuzzy
#~ msgid "unpack requires a buffer of %d bytes" #~ msgid "unpack requires a buffer of %d bytes"
#~ msgstr "Falha ao alocar buffer RX de %d bytes" #~ msgstr "Falha ao alocar buffer RX de %d bytes"
#~ msgid "Can not query for the device address."
#~ msgstr "Não é possível consultar o endereço do dispositivo."
#~ msgid "Invalid Service type"
#~ msgstr "Tipo de serviço inválido"
#~ msgid "Cannot set PPCP parameters." #~ msgid "Cannot set PPCP parameters."
#~ msgstr "Não é possível definir parâmetros PPCP." #~ msgstr "Não é possível definir parâmetros PPCP."
@ -2863,23 +2879,11 @@ msgstr ""
#~ msgid "Cannot apply GAP parameters." #~ msgid "Cannot apply GAP parameters."
#~ msgstr "Não é possível aplicar parâmetros GAP." #~ msgstr "Não é possível aplicar parâmetros GAP."
#~ msgid "Can not add Characteristic."
#~ msgstr "Não é possível adicionar Característica."
#~ msgid "Can not apply advertisement data. status: 0x%02x" #~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "Não é possível aplicar dados de anúncio. status: 0x%02x" #~ msgstr "Não é possível aplicar dados de anúncio. status: 0x%02x"
#~ msgid "Can encode UUID into the advertisement packet." #~ msgid "Can not add Characteristic."
#~ msgstr "Pode codificar o UUID no pacote de anúncios." #~ msgstr "Não é possível adicionar Característica."
#~ msgid "Invalid Service type"
#~ msgstr "Tipo de serviço inválido"
#~ msgid "Can not query for the device address."
#~ msgstr "Não é possível consultar o endereço do dispositivo."
#~ msgid "Baud rate too high for this SPI peripheral"
#~ msgstr "Taxa de transmissão muito alta para esse periférico SPI"
#, fuzzy #, fuzzy
#~ msgid "All PWM peripherals are in use" #~ msgid "All PWM peripherals are in use"