Skip to content

Commit 9d69aef

Browse files
authored
Merge pull request #8383 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 885dbec + 2003d23 commit 9d69aef

File tree

19 files changed

+302
-104
lines changed

19 files changed

+302
-104
lines changed

locale/ID.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,14 @@ msgstr "Alamat harus sepanjang %d byte"
465465

466466
#: ports/espressif/common-hal/memorymap/AddressRange.c
467467
#: ports/nrf/common-hal/memorymap/AddressRange.c
468+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
468469
msgid "Address range not allowed"
469470
msgstr ""
470471

472+
#: shared-bindings/memorymap/AddressRange.c
473+
msgid "Address range wraps around"
474+
msgstr ""
475+
471476
#: ports/espressif/common-hal/canio/CAN.c
472477
msgid "All CAN peripherals are in use"
473478
msgstr ""
@@ -2160,6 +2165,10 @@ msgstr "String UUID bukan 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
21602165
msgid "UUID value is not str, int or byte buffer"
21612166
msgstr "Nilai UUID bukan str, int atau byte buffer"
21622167

2168+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2169+
msgid "Unable to access unaligned IO register"
2170+
msgstr ""
2171+
21632172
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21642173
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
21652174
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
@@ -2213,14 +2222,14 @@ msgstr ""
22132222
msgid "Unable to start mDNS query"
22142223
msgstr ""
22152224

2216-
#: shared-bindings/memorymap/AddressRange.c
2217-
msgid "Unable to write to address."
2218-
msgstr ""
2219-
22202225
#: shared-bindings/nvm/ByteArray.c
22212226
msgid "Unable to write to nvm."
22222227
msgstr "Tidak dapat menulis ke nvm."
22232228

2229+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2230+
msgid "Unable to write to read-only memory"
2231+
msgstr ""
2232+
22242233
#: shared-bindings/alarm/SleepMemory.c
22252234
msgid "Unable to write to sleep_memory."
22262235
msgstr ""

locale/cs.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,14 @@ msgstr "Adresa musí být %d bajtů dlouhá"
466466

467467
#: ports/espressif/common-hal/memorymap/AddressRange.c
468468
#: ports/nrf/common-hal/memorymap/AddressRange.c
469+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
469470
msgid "Address range not allowed"
470471
msgstr ""
471472

473+
#: shared-bindings/memorymap/AddressRange.c
474+
msgid "Address range wraps around"
475+
msgstr ""
476+
472477
#: ports/espressif/common-hal/canio/CAN.c
473478
msgid "All CAN peripherals are in use"
474479
msgstr "Všechny CAN periferie jsou používány"
@@ -2149,6 +2154,10 @@ msgstr ""
21492154
msgid "UUID value is not str, int or byte buffer"
21502155
msgstr ""
21512156

2157+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2158+
msgid "Unable to access unaligned IO register"
2159+
msgstr ""
2160+
21522161
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21532162
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
21542163
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
@@ -2202,14 +2211,14 @@ msgstr ""
22022211
msgid "Unable to start mDNS query"
22032212
msgstr ""
22042213

2205-
#: shared-bindings/memorymap/AddressRange.c
2206-
msgid "Unable to write to address."
2207-
msgstr ""
2208-
22092214
#: shared-bindings/nvm/ByteArray.c
22102215
msgid "Unable to write to nvm."
22112216
msgstr ""
22122217

2218+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2219+
msgid "Unable to write to read-only memory"
2220+
msgstr ""
2221+
22132222
#: shared-bindings/alarm/SleepMemory.c
22142223
msgid "Unable to write to sleep_memory."
22152224
msgstr ""

locale/de_DE.po

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,14 @@ msgstr "Die Adresse muss %d Bytes lang sein"
473473

474474
#: ports/espressif/common-hal/memorymap/AddressRange.c
475475
#: ports/nrf/common-hal/memorymap/AddressRange.c
476+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
476477
msgid "Address range not allowed"
477478
msgstr "Adressbereich nicht erlaubt"
478479

480+
#: shared-bindings/memorymap/AddressRange.c
481+
msgid "Address range wraps around"
482+
msgstr ""
483+
479484
#: ports/espressif/common-hal/canio/CAN.c
480485
msgid "All CAN peripherals are in use"
481486
msgstr "Alle CAN-Schnittstellen sind in Benutzung"
@@ -2187,6 +2192,10 @@ msgstr "UUID string ist nicht 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'"
21872192
msgid "UUID value is not str, int or byte buffer"
21882193
msgstr "Der UUID-Wert ist kein str-, int- oder Byte-Puffer"
21892194

2195+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2196+
msgid "Unable to access unaligned IO register"
2197+
msgstr ""
2198+
21902199
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21912200
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
21922201
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
@@ -2240,14 +2249,14 @@ msgstr "ADC-DMA-Controller konnte nicht gestartet werden, Fehlercode: %d"
22402249
msgid "Unable to start mDNS query"
22412250
msgstr "mDNS-Abfrage kann nicht gestartet werden"
22422251

2243-
#: shared-bindings/memorymap/AddressRange.c
2244-
msgid "Unable to write to address."
2245-
msgstr "An die Adresse kann nicht geschrieben werden."
2246-
22472252
#: shared-bindings/nvm/ByteArray.c
22482253
msgid "Unable to write to nvm."
22492254
msgstr "Schreiben in nvm nicht möglich."
22502255

2256+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2257+
msgid "Unable to write to read-only memory"
2258+
msgstr ""
2259+
22512260
#: shared-bindings/alarm/SleepMemory.c
22522261
msgid "Unable to write to sleep_memory."
22532262
msgstr "Schreiben in sleep_memory nicht möglich."
@@ -4466,6 +4475,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44664475
msgid "zi must be of shape (n_section, 2)"
44674476
msgstr "zi muss die Form (n_section, 2) haben"
44684477

4478+
#~ msgid "Unable to write to address."
4479+
#~ msgstr "An die Adresse kann nicht geschrieben werden."
4480+
44694481
#~ msgid "queue overflow"
44704482
#~ msgstr "Warteschlangenüberlauf"
44714483

locale/el.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,14 @@ msgstr "Η διεύθυνση πρέπει να είναι %d bytes μεγάλη
474474

475475
#: ports/espressif/common-hal/memorymap/AddressRange.c
476476
#: ports/nrf/common-hal/memorymap/AddressRange.c
477+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
477478
msgid "Address range not allowed"
478479
msgstr ""
479480

481+
#: shared-bindings/memorymap/AddressRange.c
482+
msgid "Address range wraps around"
483+
msgstr ""
484+
480485
#: ports/espressif/common-hal/canio/CAN.c
481486
msgid "All CAN peripherals are in use"
482487
msgstr "Όλα τα περιφεριακά CAN είναι σε χρήση"
@@ -2162,6 +2167,10 @@ msgstr ""
21622167
msgid "UUID value is not str, int or byte buffer"
21632168
msgstr ""
21642169

2170+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2171+
msgid "Unable to access unaligned IO register"
2172+
msgstr ""
2173+
21652174
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21662175
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
21672176
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
@@ -2215,14 +2224,14 @@ msgstr ""
22152224
msgid "Unable to start mDNS query"
22162225
msgstr ""
22172226

2218-
#: shared-bindings/memorymap/AddressRange.c
2219-
msgid "Unable to write to address."
2220-
msgstr ""
2221-
22222227
#: shared-bindings/nvm/ByteArray.c
22232228
msgid "Unable to write to nvm."
22242229
msgstr ""
22252230

2231+
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
2232+
msgid "Unable to write to read-only memory"
2233+
msgstr ""
2234+
22262235
#: shared-bindings/alarm/SleepMemory.c
22272236
msgid "Unable to write to sleep_memory."
22282237
msgstr ""

0 commit comments

Comments
 (0)