From e9eaa63aef2e8d3b56b617841f2fe7f5f34f33c3 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 28 Jul 2023 02:35:32 +0200 Subject: [PATCH] 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/ --- locale/ID.po | 9 +++++++-- locale/cs.po | 9 +++++++-- locale/de_DE.po | 9 +++++++-- locale/el.po | 9 +++++++-- locale/en_GB.po | 9 +++++++-- locale/es.po | 9 +++++++-- locale/fil.po | 9 +++++++-- locale/fr.po | 9 +++++++-- locale/hi.po | 9 +++++++-- locale/it_IT.po | 9 +++++++-- locale/ja.po | 9 +++++++-- locale/ko.po | 9 +++++++-- locale/nl.po | 9 +++++++-- locale/pl.po | 9 +++++++-- locale/pt_BR.po | 9 +++++++-- locale/ru.po | 9 +++++++-- locale/sv.po | 9 +++++++-- locale/tr.po | 9 +++++++-- locale/zh_Latn_pinyin.po | 9 +++++++-- 19 files changed, 133 insertions(+), 38 deletions(-) diff --git a/locale/ID.po b/locale/ID.po index 483c5f48acef..51ecc1b3ced5 100644 --- a/locale/ID.po +++ b/locale/ID.po @@ -1770,6 +1770,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Tambahkan module apapun pada filesystem\n" @@ -1849,7 +1853,8 @@ msgstr "Kesalahan pembuatan nomor acak" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Baca-saja" @@ -4050,7 +4055,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/cs.po b/locale/cs.po index 0ffa07aed82f..063af8520e2f 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -1761,6 +1761,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1840,7 +1844,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4036,7 +4041,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/de_DE.po b/locale/de_DE.po index 609437e439b2..ade8b1e29135 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -1794,6 +1794,10 @@ msgstr "Pins müssen geordnete GPIO-Pins sein" msgid "Pins must share PWM slice" msgstr "Pins muss ein geteiltes PWM-Stück sein" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "und alle Module im Dateisystem\n" @@ -1874,7 +1878,8 @@ msgstr "Fehler bei der Erzeugung von Zufallszahlen" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Nur lesen möglich, da Schreibgeschützt" @@ -4121,7 +4126,7 @@ msgstr "sos[:, 3] sollten alle Einsen sein" msgid "sosfilt requires iterable arguments" msgstr "sosfilt erfordert iterierbare Argumente" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "Quell-Palette zu groß" diff --git a/locale/el.po b/locale/el.po index 57fd874dd638..7c8998b14048 100644 --- a/locale/el.po +++ b/locale/el.po @@ -1775,6 +1775,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1854,7 +1858,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4050,7 +4055,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/en_GB.po b/locale/en_GB.po index 13de7645fe5e..cdda9a8f9bc3 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -1777,6 +1777,10 @@ msgstr "Pins must be sequential GPIO pins" msgid "Pins must share PWM slice" msgstr "Pins must share PWM slice" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Plus any modules on the filesystem\n" @@ -1854,7 +1858,8 @@ msgstr "Random number generation error" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Read-only" @@ -4064,7 +4069,7 @@ msgstr "sos[:, 3] should be all ones" msgid "sosfilt requires iterable arguments" msgstr "sosfilt requires iterable arguments" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "source palette too large" diff --git a/locale/es.po b/locale/es.po index 92af54c327ba..0e892a1636e4 100644 --- a/locale/es.po +++ b/locale/es.po @@ -1808,6 +1808,10 @@ msgstr "Los pines deben ser pines GPIO secuenciales" msgid "Pins must share PWM slice" msgstr "Los pines deben compartir la división PWM" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Además de cualquier módulo en el sistema de archivos\n" @@ -1888,7 +1892,8 @@ msgstr "Error de generación de números aleatorios" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Solo-lectura" @@ -4118,7 +4123,7 @@ msgstr "sos[:, 3] deberían ser todos unos" msgid "sosfilt requires iterable arguments" msgstr "sosfilt requiere argumentos iterables" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "paleta fuente muy larga" diff --git a/locale/fil.po b/locale/fil.po index aff40a5bb75a..8d7ea45e4516 100644 --- a/locale/fil.po +++ b/locale/fil.po @@ -1764,6 +1764,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Kasama ang kung ano pang modules na sa filesystem\n" @@ -1841,7 +1845,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Basahin-lamang" @@ -4057,7 +4062,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/fr.po b/locale/fr.po index 18c0d68845a7..1d8a0b8b4b52 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -1818,6 +1818,10 @@ msgstr "Les broches doivent être des broches GPIO à la suite" msgid "Pins must share PWM slice" msgstr "Les broches doivent partager la tranche PWM" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Ainsi que tout autres modules présents sur le système de fichiers\n" @@ -1899,7 +1903,8 @@ msgstr "Erreur de génération de chiffres aléatoires" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Lecture seule" @@ -4141,7 +4146,7 @@ msgstr "sos[:, 3] doivent tous être à un" msgid "sosfilt requires iterable arguments" msgstr "sosfilt nécessite des argument itératifs" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "la palette source est trop grande" diff --git a/locale/hi.po b/locale/hi.po index 7469814d2155..e3faa63ef1e8 100644 --- a/locale/hi.po +++ b/locale/hi.po @@ -1748,6 +1748,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1825,7 +1829,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4021,7 +4026,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/it_IT.po b/locale/it_IT.po index 6a4e37a0effe..4e020abc595b 100644 --- a/locale/it_IT.po +++ b/locale/it_IT.po @@ -1770,6 +1770,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c #, fuzzy msgid "Plus any modules on the filesystem\n" @@ -1848,7 +1852,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Sola lettura" @@ -4067,7 +4072,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/ja.po b/locale/ja.po index 32b556907227..898ee0ecec52 100644 --- a/locale/ja.po +++ b/locale/ja.po @@ -1763,6 +1763,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1841,7 +1845,8 @@ msgstr "乱数生成エラー" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "読み込み専用" @@ -4045,7 +4050,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/ko.po b/locale/ko.po index 0dd12d03e547..a9f2802a2435 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -1751,6 +1751,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1828,7 +1832,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4025,7 +4030,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/nl.po b/locale/nl.po index 7d115254bee5..380f48f92553 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -1767,6 +1767,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "En iedere module in het bestandssysteem\n" @@ -1846,7 +1850,8 @@ msgstr "Random number generatie fout" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Alleen-lezen" @@ -4055,7 +4060,7 @@ msgstr "sos[:, 3] moeten allemaal 1 zijn" msgid "sosfilt requires iterable arguments" msgstr "sosfilt vereist itereerbare argumenten" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "bronpalet te groot" diff --git a/locale/pl.po b/locale/pl.po index b97a3ba2a85a..4f7e4c4f3ee3 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -1756,6 +1756,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Oraz moduły w systemie plików\n" @@ -1833,7 +1837,8 @@ msgstr "Błąd generowania liczb losowych" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Tylko do odczytu" @@ -4031,7 +4036,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "źródłowa paleta jest zbyt duża" diff --git a/locale/pt_BR.po b/locale/pt_BR.po index af480bd9aa22..0343664e3044 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -1802,6 +1802,10 @@ msgstr "Pinos devem ser pinos GPIO sequenciais" msgid "Pins must share PWM slice" msgstr "Os pinos devem compartilhar a fatia do PWM" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Além de quaisquer módulos no sistema de arquivos\n" @@ -1884,7 +1888,8 @@ msgstr "Houve um erro na geração do número aleatório" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Somente leitura" @@ -4120,7 +4125,7 @@ msgstr "sos[:, 3] deve ser um em todos" msgid "sosfilt requires iterable arguments" msgstr "o sosfilt requer que os argumentos sejam iteráveis" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "a paleta de origem é muito grande" diff --git a/locale/ru.po b/locale/ru.po index 12040cc43986..7d7effef4230 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -1807,6 +1807,10 @@ msgstr "Пины должны быть последовательными выв msgid "Pins must share PWM slice" msgstr "Пины должны иметь общий срез ШИМ" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1886,7 +1890,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4084,7 +4089,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/sv.po b/locale/sv.po index 1b927ef5495e..ac191b0efc4a 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -1786,6 +1786,10 @@ msgstr "Pins måste vara sekventiella GPIO-pinnar" msgid "Pins must share PWM slice" msgstr "Pinnar måste dela PWM-segment" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Plus eventuella moduler i filsystemet\n" @@ -1865,7 +1869,8 @@ msgstr "Fel vid generering av slumptal" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Skrivskyddad" @@ -4082,7 +4087,7 @@ msgstr "sos[:, 3] måste vara ettor" msgid "sosfilt requires iterable arguments" msgstr "sosfilt kräver iterable argument" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "källpalett för stor" diff --git a/locale/tr.po b/locale/tr.po index 851fef7f943d..d2a7184bd8bf 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -1767,6 +1767,10 @@ msgstr "" msgid "Pins must share PWM slice" msgstr "" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "" @@ -1847,7 +1851,8 @@ msgstr "" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "" @@ -4043,7 +4048,7 @@ msgstr "" msgid "sosfilt requires iterable arguments" msgstr "" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "" diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index 3853fdc0d7a1..bd67ab950038 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -1791,6 +1791,10 @@ msgstr "yǐn jiǎo bì xū shì lián xù de GPIO yǐn jiǎo" msgid "Pins must share PWM slice" msgstr "yǐn jiǎo bì xū gòng xiǎng PWM qiē piàn" +#: shared-module/usb/core/Device.c +msgid "Pipe error" +msgstr "" + #: py/builtinhelp.c msgid "Plus any modules on the filesystem\n" msgstr "Zài wénjiàn xìtǒng shàng tiānjiā rènhé mókuài\n" @@ -1870,7 +1874,8 @@ msgstr "Suíjī shù shēngchéng cuòwù" #: shared-bindings/_bleio/__init__.c #: shared-bindings/memorymonitor/AllocationSize.c -#: shared-bindings/pulseio/PulseIn.c shared-module/displayio/Bitmap.c +#: shared-bindings/pulseio/PulseIn.c shared-module/bitmaptools/__init__.c +#: shared-module/displayio/Bitmap.c msgid "Read-only" msgstr "Zhǐ dú" @@ -4085,7 +4090,7 @@ msgstr "sos [:, 3] yīnggāi quán shì" msgid "sosfilt requires iterable arguments" msgstr "sosfilt xūyào diédài cānshù" -#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c +#: shared-bindings/bitmaptools/__init__.c msgid "source palette too large" msgstr "yuán miànbǎn tài dà"