Skip to content

Commit 4f3c50a

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent d166834 commit 4f3c50a

File tree

18 files changed

+219
-108
lines changed

18 files changed

+219
-108
lines changed

locale/ID.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ msgstr "%q harus antara %d dan %d"
152152
msgid "%q must be of type %q"
153153
msgstr "%q harus bertipe %q"
154154

155+
#: shared-bindings/digitalio/Pull.c
156+
msgid "%q must be of type %q or None"
157+
msgstr ""
158+
155159
#: ports/atmel-samd/common-hal/busio/UART.c
156160
msgid "%q must be power of 2"
157161
msgstr "%q harus pangkat 2"
@@ -1617,7 +1621,7 @@ msgstr "tidak ada channel DMA ditemukan"
16171621
msgid "No DMA pacing timer found"
16181622
msgstr ""
16191623

1620-
#: shared-module/adafruit_bus_device/I2CDevice.c
1624+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16211625
#, c-format
16221626
msgid "No I2C device at address: %x"
16231627
msgstr ""
@@ -1924,7 +1928,7 @@ msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
19241928
msgid "Pin interrupt already in use"
19251929
msgstr ""
19261930

1927-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1931+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19281932
#: shared-bindings/digitalio/DigitalInOut.c
19291933
msgid "Pin is input only"
19301934
msgstr ""
@@ -2011,6 +2015,10 @@ msgstr "Pull tidak digunakan saat arah output."
20112015
msgid "RAISE mode is not implemented"
20122016
msgstr ""
20132017

2018+
#: ports/raspberrypi/common-hal/countio/Counter.c
2019+
msgid "RISE_AND_FALL not available on this chip"
2020+
msgstr ""
2021+
20142022
#: ports/stm/common-hal/os/__init__.c
20152023
msgid "RNG DeInit Error"
20162024
msgstr "Kesalahan DeInit RNG"
@@ -2484,10 +2492,6 @@ msgstr "Format tidak didukung"
24842492
msgid "Unsupported operation"
24852493
msgstr "Operasi yang tidak didukung"
24862494

2487-
#: shared-bindings/digitalio/DigitalInOut.c
2488-
msgid "Unsupported pull value."
2489-
msgstr "Nilai tarikan yang tidak didukung."
2490-
24912495
#: ports/espressif/common-hal/dualbank/__init__.c
24922496
msgid "Update Failed"
24932497
msgstr ""
@@ -4581,6 +4585,9 @@ msgstr "zi harus berjenis float"
45814585
msgid "zi must be of shape (n_section, 2)"
45824586
msgstr "Zi harus berbentuk (n_section, 2)"
45834587

4588+
#~ msgid "Unsupported pull value."
4589+
#~ msgstr "Nilai tarikan yang tidak didukung."
4590+
45844591
#, c-format
45854592
#~ msgid ""
45864593
#~ "Welcome to Adafruit CircuitPython %s!\n"

locale/cs.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ msgstr "%q musí být mezi %d a %d"
151151
msgid "%q must be of type %q"
152152
msgstr "%q musí být typu %q"
153153

154+
#: shared-bindings/digitalio/Pull.c
155+
msgid "%q must be of type %q or None"
156+
msgstr ""
157+
154158
#: ports/atmel-samd/common-hal/busio/UART.c
155159
msgid "%q must be power of 2"
156160
msgstr "%q musí být mocnina 2"
@@ -1605,7 +1609,7 @@ msgstr ""
16051609
msgid "No DMA pacing timer found"
16061610
msgstr ""
16071611

1608-
#: shared-module/adafruit_bus_device/I2CDevice.c
1612+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16091613
#, c-format
16101614
msgid "No I2C device at address: %x"
16111615
msgstr ""
@@ -1905,7 +1909,7 @@ msgstr ""
19051909
msgid "Pin interrupt already in use"
19061910
msgstr ""
19071911

1908-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1912+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19091913
#: shared-bindings/digitalio/DigitalInOut.c
19101914
msgid "Pin is input only"
19111915
msgstr ""
@@ -1989,6 +1993,10 @@ msgstr ""
19891993
msgid "RAISE mode is not implemented"
19901994
msgstr ""
19911995

1996+
#: ports/raspberrypi/common-hal/countio/Counter.c
1997+
msgid "RISE_AND_FALL not available on this chip"
1998+
msgstr ""
1999+
19922000
#: ports/stm/common-hal/os/__init__.c
19932001
msgid "RNG DeInit Error"
19942002
msgstr ""
@@ -2458,10 +2466,6 @@ msgstr ""
24582466
msgid "Unsupported operation"
24592467
msgstr ""
24602468

2461-
#: shared-bindings/digitalio/DigitalInOut.c
2462-
msgid "Unsupported pull value."
2463-
msgstr ""
2464-
24652469
#: ports/espressif/common-hal/dualbank/__init__.c
24662470
msgid "Update Failed"
24672471
msgstr ""

locale/de_DE.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ msgstr ""
152152
msgid "%q must be of type %q"
153153
msgstr ""
154154

155+
#: shared-bindings/digitalio/Pull.c
156+
msgid "%q must be of type %q or None"
157+
msgstr ""
158+
155159
#: ports/atmel-samd/common-hal/busio/UART.c
156160
msgid "%q must be power of 2"
157161
msgstr ""
@@ -1617,7 +1621,7 @@ msgstr "Kein DMA Kanal gefunden"
16171621
msgid "No DMA pacing timer found"
16181622
msgstr ""
16191623

1620-
#: shared-module/adafruit_bus_device/I2CDevice.c
1624+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16211625
#, c-format
16221626
msgid "No I2C device at address: %x"
16231627
msgstr ""
@@ -1923,7 +1927,7 @@ msgstr "Pin hat keine ADC Funktionalität"
19231927
msgid "Pin interrupt already in use"
19241928
msgstr ""
19251929

1926-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1930+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19271931
#: shared-bindings/digitalio/DigitalInOut.c
19281932
msgid "Pin is input only"
19291933
msgstr "Pin kann nur als Eingang verwendet werden"
@@ -2010,6 +2014,10 @@ msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
20102014
msgid "RAISE mode is not implemented"
20112015
msgstr ""
20122016

2017+
#: ports/raspberrypi/common-hal/countio/Counter.c
2018+
msgid "RISE_AND_FALL not available on this chip"
2019+
msgstr ""
2020+
20132021
#: ports/stm/common-hal/os/__init__.c
20142022
msgid "RNG DeInit Error"
20152023
msgstr "RNG DeInit-Fehler"
@@ -2486,10 +2494,6 @@ msgstr "Nicht unterstütztes Format"
24862494
msgid "Unsupported operation"
24872495
msgstr "Nicht unterstützte Operation"
24882496

2489-
#: shared-bindings/digitalio/DigitalInOut.c
2490-
msgid "Unsupported pull value."
2491-
msgstr "Nicht unterstützter Pull-Wert."
2492-
24932497
#: ports/espressif/common-hal/dualbank/__init__.c
24942498
msgid "Update Failed"
24952499
msgstr "Update fehlgeschlagen"
@@ -4614,6 +4618,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
46144618
msgid "zi must be of shape (n_section, 2)"
46154619
msgstr ""
46164620

4621+
#~ msgid "Unsupported pull value."
4622+
#~ msgstr "Nicht unterstützter Pull-Wert."
4623+
46174624
#, c-format
46184625
#~ msgid ""
46194626
#~ "Welcome to Adafruit CircuitPython %s!\n"

locale/el.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ msgstr ""
144144
msgid "%q must be of type %q"
145145
msgstr ""
146146

147+
#: shared-bindings/digitalio/Pull.c
148+
msgid "%q must be of type %q or None"
149+
msgstr ""
150+
147151
#: ports/atmel-samd/common-hal/busio/UART.c
148152
msgid "%q must be power of 2"
149153
msgstr ""
@@ -1596,7 +1600,7 @@ msgstr ""
15961600
msgid "No DMA pacing timer found"
15971601
msgstr ""
15981602

1599-
#: shared-module/adafruit_bus_device/I2CDevice.c
1603+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16001604
#, c-format
16011605
msgid "No I2C device at address: %x"
16021606
msgstr ""
@@ -1896,7 +1900,7 @@ msgstr ""
18961900
msgid "Pin interrupt already in use"
18971901
msgstr ""
18981902

1899-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1903+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19001904
#: shared-bindings/digitalio/DigitalInOut.c
19011905
msgid "Pin is input only"
19021906
msgstr ""
@@ -1978,6 +1982,10 @@ msgstr ""
19781982
msgid "RAISE mode is not implemented"
19791983
msgstr ""
19801984

1985+
#: ports/raspberrypi/common-hal/countio/Counter.c
1986+
msgid "RISE_AND_FALL not available on this chip"
1987+
msgstr ""
1988+
19811989
#: ports/stm/common-hal/os/__init__.c
19821990
msgid "RNG DeInit Error"
19831991
msgstr ""
@@ -2447,10 +2455,6 @@ msgstr ""
24472455
msgid "Unsupported operation"
24482456
msgstr ""
24492457

2450-
#: shared-bindings/digitalio/DigitalInOut.c
2451-
msgid "Unsupported pull value."
2452-
msgstr ""
2453-
24542458
#: ports/espressif/common-hal/dualbank/__init__.c
24552459
msgid "Update Failed"
24562460
msgstr ""

locale/en_GB.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ msgstr "%q must be between %d and %d"
153153
msgid "%q must be of type %q"
154154
msgstr ""
155155

156+
#: shared-bindings/digitalio/Pull.c
157+
msgid "%q must be of type %q or None"
158+
msgstr ""
159+
156160
#: ports/atmel-samd/common-hal/busio/UART.c
157161
msgid "%q must be power of 2"
158162
msgstr "%q must be power of 2"
@@ -1611,7 +1615,7 @@ msgstr "No DMA channel found"
16111615
msgid "No DMA pacing timer found"
16121616
msgstr "No DMA pacing timer found"
16131617

1614-
#: shared-module/adafruit_bus_device/I2CDevice.c
1618+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16151619
#, c-format
16161620
msgid "No I2C device at address: %x"
16171621
msgstr "No I2C device at address: %x"
@@ -1917,7 +1921,7 @@ msgstr "Pin does not have ADC capabilities"
19171921
msgid "Pin interrupt already in use"
19181922
msgstr "Pin interrupt already in use"
19191923

1920-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1924+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19211925
#: shared-bindings/digitalio/DigitalInOut.c
19221926
msgid "Pin is input only"
19231927
msgstr "Pin is input only"
@@ -2002,6 +2006,10 @@ msgstr "Pull not used when direction is output."
20022006
msgid "RAISE mode is not implemented"
20032007
msgstr "RAISE mode is not implemented"
20042008

2009+
#: ports/raspberrypi/common-hal/countio/Counter.c
2010+
msgid "RISE_AND_FALL not available on this chip"
2011+
msgstr ""
2012+
20052013
#: ports/stm/common-hal/os/__init__.c
20062014
msgid "RNG DeInit Error"
20072015
msgstr "RNG deinit Error"
@@ -2480,10 +2488,6 @@ msgstr "Unsupported format"
24802488
msgid "Unsupported operation"
24812489
msgstr "Unsupported operation"
24822490

2483-
#: shared-bindings/digitalio/DigitalInOut.c
2484-
msgid "Unsupported pull value."
2485-
msgstr "Unsupported pull value."
2486-
24872491
#: ports/espressif/common-hal/dualbank/__init__.c
24882492
msgid "Update Failed"
24892493
msgstr "Update failed"
@@ -4582,6 +4586,9 @@ msgstr "zi must be of float type"
45824586
msgid "zi must be of shape (n_section, 2)"
45834587
msgstr "zi must be of shape (n_section, 2)"
45844588

4589+
#~ msgid "Unsupported pull value."
4590+
#~ msgstr "Unsupported pull value."
4591+
45854592
#~ msgid "%q must <= %d"
45864593
#~ msgstr "%q must <= %d"
45874594

locale/es.po

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ msgstr "%q debe estar entre %d y %d"
155155
msgid "%q must be of type %q"
156156
msgstr ""
157157

158+
#: shared-bindings/digitalio/Pull.c
159+
msgid "%q must be of type %q or None"
160+
msgstr ""
161+
158162
#: ports/atmel-samd/common-hal/busio/UART.c
159163
msgid "%q must be power of 2"
160164
msgstr ""
@@ -1633,7 +1637,7 @@ msgstr "No se encontró el canal DMA"
16331637
msgid "No DMA pacing timer found"
16341638
msgstr "timer por establecedor de paso DMA no encontrado"
16351639

1636-
#: shared-module/adafruit_bus_device/I2CDevice.c
1640+
#: shared-module/adafruit_bus_device/i2c_device/I2CDevice.c
16371641
#, c-format
16381642
msgid "No I2C device at address: %x"
16391643
msgstr "No hay dispositivo I2C en la dirección: %x"
@@ -1941,7 +1945,7 @@ msgstr "Pin no tiene capacidad ADC"
19411945
msgid "Pin interrupt already in use"
19421946
msgstr "Interrupción de Pin ya está en uso"
19431947

1944-
#: shared-bindings/adafruit_bus_device/SPIDevice.c
1948+
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
19451949
#: shared-bindings/digitalio/DigitalInOut.c
19461950
msgid "Pin is input only"
19471951
msgstr "El pin es solo de entrada"
@@ -2029,6 +2033,10 @@ msgstr "Pull no se usa cuando la dirección es output."
20292033
msgid "RAISE mode is not implemented"
20302034
msgstr "El modo RAISE no esta implementado"
20312035

2036+
#: ports/raspberrypi/common-hal/countio/Counter.c
2037+
msgid "RISE_AND_FALL not available on this chip"
2038+
msgstr ""
2039+
20322040
#: ports/stm/common-hal/os/__init__.c
20332041
msgid "RNG DeInit Error"
20342042
msgstr "Error de desinicialización de RNG"
@@ -2511,10 +2519,6 @@ msgstr "Formato no soportado"
25112519
msgid "Unsupported operation"
25122520
msgstr "Operación no soportada"
25132521

2514-
#: shared-bindings/digitalio/DigitalInOut.c
2515-
msgid "Unsupported pull value."
2516-
msgstr "valor pull no soportado."
2517-
25182522
#: ports/espressif/common-hal/dualbank/__init__.c
25192523
msgid "Update Failed"
25202524
msgstr "La actualización fallo"
@@ -4629,6 +4633,9 @@ msgstr "zi debe ser de tipo flotante"
46294633
msgid "zi must be of shape (n_section, 2)"
46304634
msgstr "zi debe ser una forma (n_section,2)"
46314635

4636+
#~ msgid "Unsupported pull value."
4637+
#~ msgstr "valor pull no soportado."
4638+
46324639
#~ msgid "%q must <= %d"
46334640
#~ msgstr "%q debe ser <= %d"
46344641

0 commit comments

Comments
 (0)