Skip to content

Commit 85508d7

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 351a0e7 commit 85508d7

File tree

16 files changed

+82
-17
lines changed

16 files changed

+82
-17
lines changed

locale/ID.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ msgid "Buffer too short by %d bytes"
538538
msgstr "Buffer terlalu pendek untuk %d byte"
539539

540540
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
541+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
541542
#: ports/nrf/common-hal/displayio/ParallelBus.c
542543
#, c-format
543544
msgid "Bus pin %d is already in use"
@@ -818,6 +819,10 @@ msgstr "DAC sudah digunakan"
818819
msgid "Data 0 pin must be byte aligned"
819820
msgstr "Data 0 pin harus byte disejajarkan"
820821

822+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
823+
msgid "Data 0 pin must be byte aligned."
824+
msgstr ""
825+
821826
#: shared-module/audiocore/WaveFile.c
822827
msgid "Data chunk must follow fmt chunk"
823828
msgstr "Potongan data harus mengikuti fmt chunk"
@@ -1613,7 +1618,6 @@ msgstr ""
16131618
"Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
16141619
"konstruksi."
16151620

1616-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16171621
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16181622
#: ports/stm/common-hal/displayio/ParallelBus.c
16191623
msgid "ParallelBus not yet supported"

locale/cs.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ msgid "Buffer too short by %d bytes"
534534
msgstr ""
535535

536536
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
537+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
537538
#: ports/nrf/common-hal/displayio/ParallelBus.c
538539
#, c-format
539540
msgid "Bus pin %d is already in use"
@@ -803,6 +804,10 @@ msgstr ""
803804
msgid "Data 0 pin must be byte aligned"
804805
msgstr ""
805806

807+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
808+
msgid "Data 0 pin must be byte aligned."
809+
msgstr ""
810+
806811
#: shared-module/audiocore/WaveFile.c
807812
msgid "Data chunk must follow fmt chunk"
808813
msgstr ""
@@ -1587,7 +1592,6 @@ msgid ""
15871592
"PWM frequency not writable when variable_frequency is False on construction."
15881593
msgstr ""
15891594

1590-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
15911595
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
15921596
#: ports/stm/common-hal/displayio/ParallelBus.c
15931597
msgid "ParallelBus not yet supported"

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ msgid "Buffer too short by %d bytes"
539539
msgstr "Buffer um %d Bytes zu kurz"
540540

541541
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
542+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
542543
#: ports/nrf/common-hal/displayio/ParallelBus.c
543544
#, c-format
544545
msgid "Bus pin %d is already in use"
@@ -815,6 +816,10 @@ msgstr "DAC wird schon benutzt"
815816
msgid "Data 0 pin must be byte aligned"
816817
msgstr "Data 0 pin muss am Byte ausgerichtet sein"
817818

819+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
820+
msgid "Data 0 pin must be byte aligned."
821+
msgstr ""
822+
818823
#: shared-module/audiocore/WaveFile.c
819824
msgid "Data chunk must follow fmt chunk"
820825
msgstr "Dem fmt Block muss ein Datenblock folgen"
@@ -1612,7 +1617,6 @@ msgid ""
16121617
"PWM frequency not writable when variable_frequency is False on construction."
16131618
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."
16141619

1615-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16161620
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16171621
#: ports/stm/common-hal/displayio/ParallelBus.c
16181622
msgid "ParallelBus not yet supported"

locale/el.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ msgid "Buffer too short by %d bytes"
531531
msgstr ""
532532

533533
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
534+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
534535
#: ports/nrf/common-hal/displayio/ParallelBus.c
535536
#, c-format
536537
msgid "Bus pin %d is already in use"
@@ -800,6 +801,10 @@ msgstr ""
800801
msgid "Data 0 pin must be byte aligned"
801802
msgstr ""
802803

804+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
805+
msgid "Data 0 pin must be byte aligned."
806+
msgstr ""
807+
803808
#: shared-module/audiocore/WaveFile.c
804809
msgid "Data chunk must follow fmt chunk"
805810
msgstr ""
@@ -1584,7 +1589,6 @@ msgid ""
15841589
"PWM frequency not writable when variable_frequency is False on construction."
15851590
msgstr ""
15861591

1587-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
15881592
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
15891593
#: ports/stm/common-hal/displayio/ParallelBus.c
15901594
msgid "ParallelBus not yet supported"

locale/es.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ msgid "Buffer too short by %d bytes"
543543
msgstr "Búffer muy corto por %d bytes"
544544

545545
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
546+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
546547
#: ports/nrf/common-hal/displayio/ParallelBus.c
547548
#, c-format
548549
msgid "Bus pin %d is already in use"
@@ -818,6 +819,10 @@ msgstr "DAC ya está siendo utilizado"
818819
msgid "Data 0 pin must be byte aligned"
819820
msgstr "El pin Data 0 debe estar alineado a bytes"
820821

822+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
823+
msgid "Data 0 pin must be byte aligned."
824+
msgstr ""
825+
821826
#: shared-module/audiocore/WaveFile.c
822827
msgid "Data chunk must follow fmt chunk"
823828
msgstr "Trozo de datos debe seguir fmt chunk"
@@ -1613,7 +1618,6 @@ msgstr ""
16131618
"La frecuencia de PWM no se puede escribir variable_frequency es False en la "
16141619
"construcción."
16151620

1616-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16171621
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16181622
#: ports/stm/common-hal/displayio/ParallelBus.c
16191623
msgid "ParallelBus not yet supported"

locale/fil.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ msgid "Buffer too short by %d bytes"
536536
msgstr ""
537537

538538
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
539+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
539540
#: ports/nrf/common-hal/displayio/ParallelBus.c
540541
#, fuzzy, c-format
541542
msgid "Bus pin %d is already in use"
@@ -809,6 +810,10 @@ msgstr "Ginagamit na ang DAC"
809810
msgid "Data 0 pin must be byte aligned"
810811
msgstr "graphic ay dapat 2048 bytes ang haba"
811812

813+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
814+
msgid "Data 0 pin must be byte aligned."
815+
msgstr ""
816+
812817
#: shared-module/audiocore/WaveFile.c
813818
msgid "Data chunk must follow fmt chunk"
814819
msgstr "Dapat sunurin ng Data chunk ang fmt chunk"
@@ -1603,7 +1608,6 @@ msgid ""
16031608
msgstr ""
16041609
"PWM frequency hindi writable kapag variable_frequency ay False sa pag buo."
16051610

1606-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16071611
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16081612
#: ports/stm/common-hal/displayio/ParallelBus.c
16091613
msgid "ParallelBus not yet supported"

locale/fr.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ msgid "Buffer too short by %d bytes"
548548
msgstr "Tampon trop court de %d octets"
549549

550550
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
551+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
551552
#: ports/nrf/common-hal/displayio/ParallelBus.c
552553
#, c-format
553554
msgid "Bus pin %d is already in use"
@@ -831,6 +832,10 @@ msgstr "DAC déjà utilisé"
831832
msgid "Data 0 pin must be byte aligned"
832833
msgstr "La broche 'Data 0' doit être aligné sur l'octet"
833834

835+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
836+
msgid "Data 0 pin must be byte aligned."
837+
msgstr ""
838+
834839
#: shared-module/audiocore/WaveFile.c
835840
msgid "Data chunk must follow fmt chunk"
836841
msgstr "Un bloc de données doit suivre un bloc fmt"
@@ -1631,7 +1636,6 @@ msgstr ""
16311636
"La fréquence de PWM n'est pas modifiable quand variable_frequency est False "
16321637
"à la construction."
16331638

1634-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16351639
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16361640
#: ports/stm/common-hal/displayio/ParallelBus.c
16371641
msgid "ParallelBus not yet supported"

locale/hi.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ msgid "Buffer too short by %d bytes"
531531
msgstr ""
532532

533533
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
534+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
534535
#: ports/nrf/common-hal/displayio/ParallelBus.c
535536
#, c-format
536537
msgid "Bus pin %d is already in use"
@@ -800,6 +801,10 @@ msgstr ""
800801
msgid "Data 0 pin must be byte aligned"
801802
msgstr ""
802803

804+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
805+
msgid "Data 0 pin must be byte aligned."
806+
msgstr ""
807+
803808
#: shared-module/audiocore/WaveFile.c
804809
msgid "Data chunk must follow fmt chunk"
805810
msgstr ""
@@ -1584,7 +1589,6 @@ msgid ""
15841589
"PWM frequency not writable when variable_frequency is False on construction."
15851590
msgstr ""
15861591

1587-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
15881592
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
15891593
#: ports/stm/common-hal/displayio/ParallelBus.c
15901594
msgid "ParallelBus not yet supported"

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ msgid "Buffer too short by %d bytes"
536536
msgstr ""
537537

538538
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
539+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
539540
#: ports/nrf/common-hal/displayio/ParallelBus.c
540541
#, fuzzy, c-format
541542
msgid "Bus pin %d is already in use"
@@ -810,6 +811,10 @@ msgstr "DAC già in uso"
810811
msgid "Data 0 pin must be byte aligned"
811812
msgstr "graphic deve essere lunga 2048 byte"
812813

814+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
815+
msgid "Data 0 pin must be byte aligned."
816+
msgstr ""
817+
813818
#: shared-module/audiocore/WaveFile.c
814819
msgid "Data chunk must follow fmt chunk"
815820
msgstr ""
@@ -1612,7 +1617,6 @@ msgstr ""
16121617
"frequenza PWM frequency non è scrivibile quando variable_frequency è "
16131618
"impostato nel costruttore a False."
16141619

1615-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16161620
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16171621
#: ports/stm/common-hal/displayio/ParallelBus.c
16181622
msgid "ParallelBus not yet supported"

locale/ja.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ msgid "Buffer too short by %d bytes"
538538
msgstr "バッファが %d バイト足りません"
539539

540540
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
541+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
541542
#: ports/nrf/common-hal/displayio/ParallelBus.c
542543
#, c-format
543544
msgid "Bus pin %d is already in use"
@@ -811,6 +812,10 @@ msgstr "DACはすでに使用中"
811812
msgid "Data 0 pin must be byte aligned"
812813
msgstr "Data 0 ピンは、バイト整列されていなければなりません"
813814

815+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
816+
msgid "Data 0 pin must be byte aligned."
817+
msgstr ""
818+
814819
#: shared-module/audiocore/WaveFile.c
815820
msgid "Data chunk must follow fmt chunk"
816821
msgstr "fmtチャンクの後にdataチャンクが続かなければなりません"
@@ -1600,7 +1605,6 @@ msgid ""
16001605
"PWM frequency not writable when variable_frequency is False on construction."
16011606
msgstr "PWM周波数は生成時のvariable_frequencyがFalseのとき書き換え不可"
16021607

1603-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16041608
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16051609
#: ports/stm/common-hal/displayio/ParallelBus.c
16061610
msgid "ParallelBus not yet supported"

0 commit comments

Comments
 (0)