@@ -111,6 +111,9 @@ msgstr ""
111
111
#: ports/raspberrypi/common-hal/analogio/AnalogOut.c
112
112
#: ports/raspberrypi/common-hal/rtc/RTC.c ports/stm/common-hal/alarm/__init__.c
113
113
#: ports/stm/common-hal/canio/Listener.c ports/stm/common-hal/rtc/RTC.c
114
+ #: shared-bindings/audiobusio/I2SOut.c shared-bindings/audiobusio/PDMIn.c
115
+ #: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
116
+ #: shared-bindings/keypad/ShiftRegisterKeys.c
114
117
msgid "%q"
115
118
msgstr "%q"
116
119
@@ -206,7 +209,7 @@ msgstr "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
206
209
msgid "%q must be array of type 'H'"
207
210
msgstr "%q must be array of type 'H'"
208
211
209
- #: shared-bindings/synthio/MidiTrack.c shared-bindings /synthio/__init__.c
212
+ #: shared-module /synthio/__init__.c
210
213
msgid "%q must be array of type 'h'"
211
214
msgstr "%q must be array of type 'h'"
212
215
@@ -1136,10 +1139,6 @@ msgstr "I2C init error"
1136
1139
msgid "I2C peripheral in use"
1137
1140
msgstr "I2C peripheral in use"
1138
1141
1139
- #: shared-bindings/audiobusio/I2SOut.c
1140
- msgid "I2SOut not available"
1141
- msgstr "I2SOut not available"
1142
-
1143
1142
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1144
1143
msgid "In-buffer elements must be <= 4 bytes long"
1145
1144
msgstr "In-buffer elements must be <= 4 bytes long"
@@ -1303,6 +1302,10 @@ msgstr "Invalid format"
1303
1302
msgid "Invalid format chunk size"
1304
1303
msgstr "Invalid format chunk size"
1305
1304
1305
+ #: shared-bindings/wifi/Radio.c
1306
+ msgid "Invalid hex password"
1307
+ msgstr ""
1308
+
1306
1309
#: ports/espressif/common-hal/wifi/Radio.c
1307
1310
msgid "Invalid multicast MAC address"
1308
1311
msgstr "Invalid multicast MAC address"
@@ -1733,10 +1736,6 @@ msgstr "Out-buffer elements must be <= 4 bytes long"
1733
1736
msgid "Oversample must be multiple of 8."
1734
1737
msgstr "Oversample must be multiple of 8."
1735
1738
1736
- #: shared-bindings/audiobusio/PDMIn.c
1737
- msgid "PDMIn not available"
1738
- msgstr "PDMIn not available"
1739
-
1740
1739
#: shared-bindings/pwmio/PWMOut.c
1741
1740
msgid ""
1742
1741
"PWM frequency not writable when variable_frequency is False on construction."
@@ -4405,6 +4404,12 @@ msgstr "zi must be of float type"
4405
4404
msgid "zi must be of shape (n_section, 2)"
4406
4405
msgstr "zi must be of shape (n_section, 2)"
4407
4406
4407
+ #~ msgid "I2SOut not available"
4408
+ #~ msgstr "I2SOut not available"
4409
+
4410
+ #~ msgid "PDMIn not available"
4411
+ #~ msgstr "PDMIn not available"
4412
+
4408
4413
#~ msgid "out of range of source"
4409
4414
#~ msgstr "out of range of source"
4410
4415
0 commit comments