Skip to content

Commit 277e8d5

Browse files
authored
Merge branch 'master' into Optical-Encoder-Module
2 parents bc40034 + 75f9969 commit 277e8d5

File tree

53 files changed

+1708
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1708
-43
lines changed

locale/ID.po

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,22 @@ msgstr ""
7070
msgid "%q indices must be integers, not %s"
7171
msgstr ""
7272

73+
#: shared-bindings/vectorio/Polygon.c
74+
msgid "%q list must be a list"
75+
msgstr ""
76+
7377
#: shared-bindings/_bleio/CharacteristicBuffer.c
7478
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
75-
#: shared-bindings/displayio/Shape.c
79+
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
80+
#: shared-bindings/vectorio/Rectangle.c
7681
#, fuzzy
7782
msgid "%q must be >= 1"
7883
msgstr "buffers harus mempunyai panjang yang sama"
7984

85+
#: shared-bindings/vectorio/Polygon.c
86+
msgid "%q must be a tuple of length 2"
87+
msgstr ""
88+
8089
#: shared-bindings/fontio/BuiltinFont.c
8190
msgid "%q should be an int"
8291
msgstr ""
@@ -2022,6 +2031,10 @@ msgstr ""
20222031
msgid "chr() arg not in range(256)"
20232032
msgstr ""
20242033

2034+
#: shared-module/vectorio/Circle.c
2035+
msgid "circle can only be registered in one parent"
2036+
msgstr ""
2037+
20252038
#: shared-bindings/displayio/Palette.c
20262039
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
20272040
msgstr ""
@@ -2124,6 +2137,10 @@ msgstr ""
21242137
msgid "empty"
21252138
msgstr ""
21262139

2140+
#: shared-bindings/vectorio/Polygon.c
2141+
msgid "empty %q list"
2142+
msgstr ""
2143+
21272144
#: extmod/moduheapq.c extmod/modutimeq.c
21282145
msgid "empty heap"
21292146
msgstr "heap kosong"
@@ -2814,10 +2831,14 @@ msgstr ""
28142831
msgid "pixel value requires too many bits"
28152832
msgstr ""
28162833

2817-
#: shared-bindings/displayio/TileGrid.c
2834+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
28182835
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
28192836
msgstr ""
28202837

2838+
#: shared-module/vectorio/Polygon.c
2839+
msgid "polygon can only be registered in one parent"
2840+
msgstr ""
2841+
28212842
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
28222843
#: ports/cxd56/common-hal/pulseio/PulseIn.c
28232844
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3137,7 +3158,8 @@ msgstr ""
31373158
msgid "unreadable attribute"
31383159
msgstr ""
31393160

3140-
#: shared-bindings/displayio/TileGrid.c
3161+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
3162+
#: shared-bindings/vectorio/VectorShape.c
31413163
msgid "unsupported %q type"
31423164
msgstr ""
31433165

locale/circuitpython.pot

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,21 @@ msgstr ""
7070
msgid "%q indices must be integers, not %s"
7171
msgstr ""
7272

73+
#: shared-bindings/vectorio/Polygon.c
74+
msgid "%q list must be a list"
75+
msgstr ""
76+
7377
#: shared-bindings/_bleio/CharacteristicBuffer.c
7478
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
75-
#: shared-bindings/displayio/Shape.c
79+
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
80+
#: shared-bindings/vectorio/Rectangle.c
7681
msgid "%q must be >= 1"
7782
msgstr ""
7883

84+
#: shared-bindings/vectorio/Polygon.c
85+
msgid "%q must be a tuple of length 2"
86+
msgstr ""
87+
7988
#: shared-bindings/fontio/BuiltinFont.c
8089
msgid "%q should be an int"
8190
msgstr ""
@@ -1998,6 +2007,10 @@ msgstr ""
19982007
msgid "chr() arg not in range(256)"
19992008
msgstr ""
20002009

2010+
#: shared-module/vectorio/Circle.c
2011+
msgid "circle can only be registered in one parent"
2012+
msgstr ""
2013+
20012014
#: shared-bindings/displayio/Palette.c
20022015
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
20032016
msgstr ""
@@ -2100,6 +2113,10 @@ msgstr ""
21002113
msgid "empty"
21012114
msgstr ""
21022115

2116+
#: shared-bindings/vectorio/Polygon.c
2117+
msgid "empty %q list"
2118+
msgstr ""
2119+
21032120
#: extmod/moduheapq.c extmod/modutimeq.c
21042121
msgid "empty heap"
21052122
msgstr ""
@@ -2789,10 +2806,14 @@ msgstr ""
27892806
msgid "pixel value requires too many bits"
27902807
msgstr ""
27912808

2792-
#: shared-bindings/displayio/TileGrid.c
2809+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
27932810
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
27942811
msgstr ""
27952812

2813+
#: shared-module/vectorio/Polygon.c
2814+
msgid "polygon can only be registered in one parent"
2815+
msgstr ""
2816+
27962817
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
27972818
#: ports/cxd56/common-hal/pulseio/PulseIn.c
27982819
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3111,7 +3132,8 @@ msgstr ""
31113132
msgid "unreadable attribute"
31123133
msgstr ""
31133134

3114-
#: shared-bindings/displayio/TileGrid.c
3135+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
3136+
#: shared-bindings/vectorio/VectorShape.c
31153137
msgid "unsupported %q type"
31163138
msgstr ""
31173139

locale/de_DE.po

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,21 @@ msgstr "Der Index %q befindet sich außerhalb des Bereiches"
7979
msgid "%q indices must be integers, not %s"
8080
msgstr "%q Indizes müssen ganze Zahlen sein, nicht %s"
8181

82+
#: shared-bindings/vectorio/Polygon.c
83+
msgid "%q list must be a list"
84+
msgstr ""
85+
8286
#: shared-bindings/_bleio/CharacteristicBuffer.c
8387
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
84-
#: shared-bindings/displayio/Shape.c
88+
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
89+
#: shared-bindings/vectorio/Rectangle.c
8590
msgid "%q must be >= 1"
8691
msgstr "%q muss >= 1 sein"
8792

93+
#: shared-bindings/vectorio/Polygon.c
94+
msgid "%q must be a tuple of length 2"
95+
msgstr ""
96+
8897
#: shared-bindings/fontio/BuiltinFont.c
8998
msgid "%q should be an int"
9099
msgstr "%q sollte ein int sein"
@@ -2033,6 +2042,10 @@ msgstr "chr() arg ist nicht in range(0x110000)"
20332042
msgid "chr() arg not in range(256)"
20342043
msgstr "chr() arg ist nicht in range(256)"
20352044

2045+
#: shared-module/vectorio/Circle.c
2046+
msgid "circle can only be registered in one parent"
2047+
msgstr ""
2048+
20362049
#: shared-bindings/displayio/Palette.c
20372050
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
20382051
msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
@@ -2136,6 +2149,10 @@ msgstr "Division durch Null"
21362149
msgid "empty"
21372150
msgstr "leer"
21382151

2152+
#: shared-bindings/vectorio/Polygon.c
2153+
msgid "empty %q list"
2154+
msgstr ""
2155+
21392156
#: extmod/moduheapq.c extmod/modutimeq.c
21402157
msgid "empty heap"
21412158
msgstr "leerer heap"
@@ -2834,10 +2851,14 @@ msgstr "Pixelkoordinaten außerhalb der Grenzen"
28342851
msgid "pixel value requires too many bits"
28352852
msgstr ""
28362853

2837-
#: shared-bindings/displayio/TileGrid.c
2854+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
28382855
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
28392856
msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein"
28402857

2858+
#: shared-module/vectorio/Polygon.c
2859+
msgid "polygon can only be registered in one parent"
2860+
msgstr ""
2861+
28412862
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
28422863
#: ports/cxd56/common-hal/pulseio/PulseIn.c
28432864
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3163,7 +3184,8 @@ msgstr ""
31633184
msgid "unreadable attribute"
31643185
msgstr "nicht lesbares Attribut"
31653186

3166-
#: shared-bindings/displayio/TileGrid.c
3187+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
3188+
#: shared-bindings/vectorio/VectorShape.c
31673189
msgid "unsupported %q type"
31683190
msgstr "Nicht unterstützter %q-Typ"
31693191

locale/en_US.po

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,21 @@ msgstr ""
7070
msgid "%q indices must be integers, not %s"
7171
msgstr ""
7272

73+
#: shared-bindings/vectorio/Polygon.c
74+
msgid "%q list must be a list"
75+
msgstr ""
76+
7377
#: shared-bindings/_bleio/CharacteristicBuffer.c
7478
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
75-
#: shared-bindings/displayio/Shape.c
79+
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
80+
#: shared-bindings/vectorio/Rectangle.c
7681
msgid "%q must be >= 1"
7782
msgstr ""
7883

84+
#: shared-bindings/vectorio/Polygon.c
85+
msgid "%q must be a tuple of length 2"
86+
msgstr ""
87+
7988
#: shared-bindings/fontio/BuiltinFont.c
8089
msgid "%q should be an int"
8190
msgstr ""
@@ -1998,6 +2007,10 @@ msgstr ""
19982007
msgid "chr() arg not in range(256)"
19992008
msgstr ""
20002009

2010+
#: shared-module/vectorio/Circle.c
2011+
msgid "circle can only be registered in one parent"
2012+
msgstr ""
2013+
20012014
#: shared-bindings/displayio/Palette.c
20022015
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
20032016
msgstr ""
@@ -2100,6 +2113,10 @@ msgstr ""
21002113
msgid "empty"
21012114
msgstr ""
21022115

2116+
#: shared-bindings/vectorio/Polygon.c
2117+
msgid "empty %q list"
2118+
msgstr ""
2119+
21032120
#: extmod/moduheapq.c extmod/modutimeq.c
21042121
msgid "empty heap"
21052122
msgstr ""
@@ -2789,10 +2806,14 @@ msgstr ""
27892806
msgid "pixel value requires too many bits"
27902807
msgstr ""
27912808

2792-
#: shared-bindings/displayio/TileGrid.c
2809+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
27932810
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
27942811
msgstr ""
27952812

2813+
#: shared-module/vectorio/Polygon.c
2814+
msgid "polygon can only be registered in one parent"
2815+
msgstr ""
2816+
27962817
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
27972818
#: ports/cxd56/common-hal/pulseio/PulseIn.c
27982819
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3111,7 +3132,8 @@ msgstr ""
31113132
msgid "unreadable attribute"
31123133
msgstr ""
31133134

3114-
#: shared-bindings/displayio/TileGrid.c
3135+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
3136+
#: shared-bindings/vectorio/VectorShape.c
31153137
msgid "unsupported %q type"
31163138
msgstr ""
31173139

locale/en_x_pirate.po

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,21 @@ msgstr ""
7777
msgid "%q indices must be integers, not %s"
7878
msgstr ""
7979

80+
#: shared-bindings/vectorio/Polygon.c
81+
msgid "%q list must be a list"
82+
msgstr ""
83+
8084
#: shared-bindings/_bleio/CharacteristicBuffer.c
8185
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
82-
#: shared-bindings/displayio/Shape.c
86+
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
87+
#: shared-bindings/vectorio/Rectangle.c
8388
msgid "%q must be >= 1"
8489
msgstr ""
8590

91+
#: shared-bindings/vectorio/Polygon.c
92+
msgid "%q must be a tuple of length 2"
93+
msgstr ""
94+
8695
#: shared-bindings/fontio/BuiltinFont.c
8796
msgid "%q should be an int"
8897
msgstr ""
@@ -2007,6 +2016,10 @@ msgstr ""
20072016
msgid "chr() arg not in range(256)"
20082017
msgstr ""
20092018

2019+
#: shared-module/vectorio/Circle.c
2020+
msgid "circle can only be registered in one parent"
2021+
msgstr ""
2022+
20102023
#: shared-bindings/displayio/Palette.c
20112024
msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
20122025
msgstr ""
@@ -2109,6 +2122,10 @@ msgstr ""
21092122
msgid "empty"
21102123
msgstr ""
21112124

2125+
#: shared-bindings/vectorio/Polygon.c
2126+
msgid "empty %q list"
2127+
msgstr ""
2128+
21122129
#: extmod/moduheapq.c extmod/modutimeq.c
21132130
msgid "empty heap"
21142131
msgstr ""
@@ -2798,10 +2815,14 @@ msgstr ""
27982815
msgid "pixel value requires too many bits"
27992816
msgstr ""
28002817

2801-
#: shared-bindings/displayio/TileGrid.c
2818+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
28022819
msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
28032820
msgstr ""
28042821

2822+
#: shared-module/vectorio/Polygon.c
2823+
msgid "polygon can only be registered in one parent"
2824+
msgstr ""
2825+
28052826
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
28062827
#: ports/cxd56/common-hal/pulseio/PulseIn.c
28072828
#: ports/nrf/common-hal/pulseio/PulseIn.c
@@ -3120,7 +3141,8 @@ msgstr ""
31203141
msgid "unreadable attribute"
31213142
msgstr ""
31223143

3123-
#: shared-bindings/displayio/TileGrid.c
3144+
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/Polygon.c
3145+
#: shared-bindings/vectorio/VectorShape.c
31243146
msgid "unsupported %q type"
31253147
msgstr ""
31263148

0 commit comments

Comments
 (0)