Skip to content

Commit 1219391

Browse files
committed
move native fill to a helper to work around being unable to call a subclass show method from the native superclass
1 parent 8129a85 commit 1219391

File tree

15 files changed

+89
-46
lines changed

15 files changed

+89
-46
lines changed

locale/ID.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
11+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -600,6 +600,10 @@ msgstr ""
600600
msgid "Expected a Characteristic"
601601
msgstr ""
602602

603+
#: shared-bindings/_pixelbuf/__init__.c
604+
msgid "Expected a PixelBuf instance"
605+
msgstr ""
606+
603607
#: shared-bindings/_bleio/Characteristic.c
604608
msgid "Expected a Service"
605609
msgstr ""
@@ -1078,7 +1082,6 @@ msgid "Sample rate must be positive"
10781082
msgstr ""
10791083

10801084
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1081-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10821085
#, c-format
10831086
msgid "Sample rate too high. It must be less than %d"
10841087
msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"

locale/circuitpython.pot

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-12-13 13:44-0500\n"
11+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -589,6 +589,10 @@ msgstr ""
589589
msgid "Expected a Characteristic"
590590
msgstr ""
591591

592+
#: shared-bindings/_pixelbuf/__init__.c
593+
msgid "Expected a PixelBuf instance"
594+
msgstr ""
595+
592596
#: shared-bindings/_bleio/Characteristic.c
593597
msgid "Expected a Service"
594598
msgstr ""
@@ -1062,7 +1066,6 @@ msgid "Sample rate must be positive"
10621066
msgstr ""
10631067

10641068
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1065-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10661069
#, c-format
10671070
msgid "Sample rate too high. It must be less than %d"
10681071
msgstr ""

locale/de_DE.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
10+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -593,6 +593,10 @@ msgstr "Erwartet ein(e) %q"
593593
msgid "Expected a Characteristic"
594594
msgstr "Characteristic wird erwartet"
595595

596+
#: shared-bindings/_pixelbuf/__init__.c
597+
msgid "Expected a PixelBuf instance"
598+
msgstr ""
599+
596600
#: shared-bindings/_bleio/Characteristic.c
597601
msgid "Expected a Service"
598602
msgstr "Ein Service wird erwartet"
@@ -1079,7 +1083,6 @@ msgid "Sample rate must be positive"
10791083
msgstr "Abtastrate muss positiv sein"
10801084

10811085
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1082-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10831086
#, c-format
10841087
msgid "Sample rate too high. It must be less than %d"
10851088
msgstr "Abtastrate zu hoch. Wert muss unter %d liegen"

locale/en_US.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
10+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -589,6 +589,10 @@ msgstr ""
589589
msgid "Expected a Characteristic"
590590
msgstr ""
591591

592+
#: shared-bindings/_pixelbuf/__init__.c
593+
msgid "Expected a PixelBuf instance"
594+
msgstr ""
595+
592596
#: shared-bindings/_bleio/Characteristic.c
593597
msgid "Expected a Service"
594598
msgstr ""
@@ -1062,7 +1066,6 @@ msgid "Sample rate must be positive"
10621066
msgstr ""
10631067

10641068
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1065-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10661069
#, c-format
10671070
msgid "Sample rate too high. It must be less than %d"
10681071
msgstr ""

locale/en_x_pirate.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
10+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -593,6 +593,10 @@ msgstr ""
593593
msgid "Expected a Characteristic"
594594
msgstr ""
595595

596+
#: shared-bindings/_pixelbuf/__init__.c
597+
msgid "Expected a PixelBuf instance"
598+
msgstr ""
599+
596600
#: shared-bindings/_bleio/Characteristic.c
597601
msgid "Expected a Service"
598602
msgstr ""
@@ -1066,7 +1070,6 @@ msgid "Sample rate must be positive"
10661070
msgstr ""
10671071

10681072
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1069-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10701073
#, c-format
10711074
msgid "Sample rate too high. It must be less than %d"
10721075
msgstr ""

locale/es.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-12-13 13:44-0500\n"
10+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -595,6 +595,10 @@ msgstr "Se espera un %q"
595595
msgid "Expected a Characteristic"
596596
msgstr "Se esperaba una Característica."
597597

598+
#: shared-bindings/_pixelbuf/__init__.c
599+
msgid "Expected a PixelBuf instance"
600+
msgstr ""
601+
598602
#: shared-bindings/_bleio/Characteristic.c
599603
msgid "Expected a Service"
600604
msgstr ""
@@ -1080,7 +1084,6 @@ msgid "Sample rate must be positive"
10801084
msgstr "Sample rate debe ser positivo"
10811085

10821086
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1083-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10841087
#, c-format
10851088
msgid "Sample rate too high. It must be less than %d"
10861089
msgstr "Frecuencia de muestreo demasiado alta. Debe ser menor a %d"

locale/fil.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
10+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -602,6 +602,10 @@ msgstr "Umasa ng %q"
602602
msgid "Expected a Characteristic"
603603
msgstr "Hindi mabasa and Characteristic."
604604

605+
#: shared-bindings/_pixelbuf/__init__.c
606+
msgid "Expected a PixelBuf instance"
607+
msgstr ""
608+
605609
#: shared-bindings/_bleio/Characteristic.c
606610
msgid "Expected a Service"
607611
msgstr ""
@@ -1086,7 +1090,6 @@ msgid "Sample rate must be positive"
10861090
msgstr "Sample rate ay dapat positibo"
10871091

10881092
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1089-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10901093
#, c-format
10911094
msgid "Sample rate too high. It must be less than %d"
10921095
msgstr "Sample rate ay masyadong mataas. Ito ay dapat hindi hiigit sa %d"

locale/fr.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-12-13 13:44-0500\n"
11+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1414
"Language-Team: fr\n"
@@ -605,6 +605,10 @@ msgstr "Attendu un %q"
605605
msgid "Expected a Characteristic"
606606
msgstr "Une 'Characteristic' est attendue"
607607

608+
#: shared-bindings/_pixelbuf/__init__.c
609+
msgid "Expected a PixelBuf instance"
610+
msgstr ""
611+
608612
#: shared-bindings/_bleio/Characteristic.c
609613
msgid "Expected a Service"
610614
msgstr ""
@@ -1100,7 +1104,6 @@ msgid "Sample rate must be positive"
11001104
msgstr "Le taux d'échantillonage doit être positif"
11011105

11021106
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1103-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
11041107
#, c-format
11051108
msgid "Sample rate too high. It must be less than %d"
11061109
msgstr "Taux d'échantillonage trop élevé. Doit être inf. à %d"

locale/it_IT.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
11+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -602,6 +602,10 @@ msgstr "Atteso un %q"
602602
msgid "Expected a Characteristic"
603603
msgstr "Non è possibile aggiungere Characteristic."
604604

605+
#: shared-bindings/_pixelbuf/__init__.c
606+
msgid "Expected a PixelBuf instance"
607+
msgstr ""
608+
605609
#: shared-bindings/_bleio/Characteristic.c
606610
msgid "Expected a Service"
607611
msgstr ""
@@ -1096,7 +1100,6 @@ msgid "Sample rate must be positive"
10961100
msgstr "STA deve essere attiva"
10971101

10981102
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1099-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
11001103
#, c-format
11011104
msgid "Sample rate too high. It must be less than %d"
11021105
msgstr ""

locale/ko.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-12-12 15:33-0800\n"
11+
"POT-Creation-Date: 2020-01-01 17:29-0500\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -593,6 +593,10 @@ msgstr "%q 이 예상되었습니다."
593593
msgid "Expected a Characteristic"
594594
msgstr "특성(Characteristic)이 예상되었습니다."
595595

596+
#: shared-bindings/_pixelbuf/__init__.c
597+
msgid "Expected a PixelBuf instance"
598+
msgstr ""
599+
596600
#: shared-bindings/_bleio/Characteristic.c
597601
msgid "Expected a Service"
598602
msgstr ""
@@ -1066,7 +1070,6 @@ msgid "Sample rate must be positive"
10661070
msgstr ""
10671071

10681072
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1069-
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10701073
#, c-format
10711074
msgid "Sample rate too high. It must be less than %d"
10721075
msgstr ""

0 commit comments

Comments
 (0)