Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ msgstr "%q musí být %d-%d"
msgid "%q must be 1 when %q is True"
msgstr "%q musí být 1, pokud %q je True"

#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "%q must be 16, 24, or 32"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
#: shared-bindings/audioi2sin/I2SIn.c
msgid "%q must be 8, 16, 24, or 32"
msgstr ""

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
msgid "%q must be <= %d"
Expand Down Expand Up @@ -673,6 +682,7 @@ msgid "Below minimum frame rate"
msgstr "Pod minimální obnovovací frekvencí"

#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "Bit clock and word select must be sequential GPIO pins"
msgstr ""

Expand Down Expand Up @@ -820,7 +830,7 @@ msgstr ""
msgid "Cannot pull on input-only pin."
msgstr "Nelze aktivovat pull rezistor na pinu, který je pouze pro vstup."

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Cannot record to a file"
msgstr "Nelze nahrávat do souboru"

Expand Down Expand Up @@ -944,7 +954,7 @@ msgid "Deep sleep pins must use a rising edge with pulldown"
msgstr ""
"Piny pro hluboký spánek musí používat náběžnou hranu s pulldown rezistorem"

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Cílová kapacita je menší než destination_length."

Expand Down Expand Up @@ -1836,6 +1846,7 @@ msgid "Parameter error"
msgstr ""

#: ports/espressif/common-hal/audiobusio/__init__.c
#: ports/espressif/common-hal/audioi2sin/I2SIn.c
msgid "Peripheral in use"
msgstr "Periférie je používána"

Expand Down Expand Up @@ -2733,10 +2744,6 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
msgid "bit_depth must be 8, 16, 24, or 32."
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""
Expand Down Expand Up @@ -3547,6 +3554,11 @@ msgstr "chybné bits_per_pixel %d, musí být 1, 2, 4, 8, 16, 24, or 32"
msgid "invalid cert"
msgstr "špatný certifikár"

#: shared-bindings/audioi2sin/I2SIn.c
#, c-format
msgid "invalid destination buffer, must be an array of type: %c"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down
24 changes: 18 additions & 6 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ msgstr "%q πρέπει να είναι %d-%d"
msgid "%q must be 1 when %q is True"
msgstr "%q πρέπει να είναι 1 όταν %q είναι True"

#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "%q must be 16, 24, or 32"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
#: shared-bindings/audioi2sin/I2SIn.c
msgid "%q must be 8, 16, 24, or 32"
msgstr ""

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
msgid "%q must be <= %d"
Expand Down Expand Up @@ -677,6 +686,7 @@ msgid "Below minimum frame rate"
msgstr "Χαμηλότερο από το ελάχιστο frame rate"

#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "Bit clock and word select must be sequential GPIO pins"
msgstr "Ρολόι bit και ορισμού λέξης πρέπει να είναι διαδοχικά GPIO pins"

Expand Down Expand Up @@ -825,7 +835,7 @@ msgstr ""
msgid "Cannot pull on input-only pin."
msgstr "Δεν γίνεται pull σε pin μόνο για εισόδο."

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Cannot record to a file"
msgstr "Δεν μπορεί να γίνει καταγραφή σε αρχείο"

Expand Down Expand Up @@ -949,7 +959,7 @@ msgstr "Τα δεδομένα είναι πολύ μεγάλα για πακέτ
msgid "Deep sleep pins must use a rising edge with pulldown"
msgstr "Τα pins βαθύ ύπνου πρέπει να χρησιμοποιούν rising edge με pulldown"

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr ""
"Το μέγεθος προορισμού πρέπει να είναι μικρότερο από το destination_length."
Expand Down Expand Up @@ -1841,6 +1851,7 @@ msgid "Parameter error"
msgstr ""

#: ports/espressif/common-hal/audiobusio/__init__.c
#: ports/espressif/common-hal/audioi2sin/I2SIn.c
msgid "Peripheral in use"
msgstr ""

Expand Down Expand Up @@ -2732,10 +2743,6 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
msgid "bit_depth must be 8, 16, 24, or 32."
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""
Expand Down Expand Up @@ -3546,6 +3553,11 @@ msgstr ""
msgid "invalid cert"
msgstr ""

#: shared-bindings/audioi2sin/I2SIn.c
#, c-format
msgid "invalid destination buffer, must be an array of type: %c"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down
24 changes: 18 additions & 6 deletions locale/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,15 @@ msgstr ""
msgid "%q must be 1 when %q is True"
msgstr ""

#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "%q must be 16, 24, or 32"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
#: shared-bindings/audioi2sin/I2SIn.c
msgid "%q must be 8, 16, 24, or 32"
msgstr ""

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
msgid "%q must be <= %d"
Expand Down Expand Up @@ -662,6 +671,7 @@ msgid "Below minimum frame rate"
msgstr ""

#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "Bit clock and word select must be sequential GPIO pins"
msgstr ""

Expand Down Expand Up @@ -806,7 +816,7 @@ msgstr ""
msgid "Cannot pull on input-only pin."
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Cannot record to a file"
msgstr ""

Expand Down Expand Up @@ -928,7 +938,7 @@ msgstr ""
msgid "Deep sleep pins must use a rising edge with pulldown"
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr ""

Expand Down Expand Up @@ -1817,6 +1827,7 @@ msgid "Parameter error"
msgstr ""

#: ports/espressif/common-hal/audiobusio/__init__.c
#: ports/espressif/common-hal/audioi2sin/I2SIn.c
msgid "Peripheral in use"
msgstr ""

Expand Down Expand Up @@ -2706,10 +2717,6 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
msgid "bit_depth must be 8, 16, 24, or 32."
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""
Expand Down Expand Up @@ -3520,6 +3527,11 @@ msgstr ""
msgid "invalid cert"
msgstr ""

#: shared-bindings/audioi2sin/I2SIn.c
#, c-format
msgid "invalid destination buffer, must be an array of type: %c"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down
24 changes: 18 additions & 6 deletions locale/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ msgstr "%q는 %d-%d이어야 합니다"
msgid "%q must be 1 when %q is True"
msgstr "%q가 참일 때 %q는 1이어야 합니다"

#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "%q must be 16, 24, or 32"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
#: shared-bindings/audioi2sin/I2SIn.c
msgid "%q must be 8, 16, 24, or 32"
msgstr ""

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
#, fuzzy
Expand Down Expand Up @@ -703,6 +712,7 @@ msgid "Below minimum frame rate"
msgstr "최소 프레임 속도 미만"

#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "Bit clock and word select must be sequential GPIO pins"
msgstr "비트 클럭 및 워드 선택은 순차적 GPIO 핀이어야 합니다"

Expand Down Expand Up @@ -848,7 +858,7 @@ msgstr "확장되고 연결 가능한 광고에 대한 검색 응답을 가질
msgid "Cannot pull on input-only pin."
msgstr "입력 전용 핀을 끌어올 수 없습니다."

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Cannot record to a file"
msgstr "파일에 녹음 할 수 없습니다"

Expand Down Expand Up @@ -973,7 +983,7 @@ msgstr "광고 (브로드 캐스트) 패킷에 대한 데이터가 너무 큽니
msgid "Deep sleep pins must use a rising edge with pulldown"
msgstr "딥 슬립 핀은 풀다운이 있는 상승 에지를 사용해야 합니다"

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "대상 용량이 destination_length보다 작습니다."

Expand Down Expand Up @@ -1886,6 +1896,7 @@ msgid "Parameter error"
msgstr "파라미터 오류"

#: ports/espressif/common-hal/audiobusio/__init__.c
#: ports/espressif/common-hal/audioi2sin/I2SIn.c
#, fuzzy
msgid "Peripheral in use"
msgstr "주변 기기가 사용 중입니다"
Expand Down Expand Up @@ -2780,10 +2791,6 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
msgid "bit_depth must be 8, 16, 24, or 32."
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""
Expand Down Expand Up @@ -3594,6 +3601,11 @@ msgstr ""
msgid "invalid cert"
msgstr "cert가 유효하지 않습니다"

#: shared-bindings/audioi2sin/I2SIn.c
#, c-format
msgid "invalid destination buffer, must be an array of type: %c"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down
27 changes: 21 additions & 6 deletions locale/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ msgstr "%q должно быть %d-%d"
msgid "%q must be 1 when %q is True"
msgstr "%q должен быть равен 1, если %q имеет значение True"

#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "%q must be 16, 24, or 32"
msgstr ""

#: ports/espressif/common-hal/audiobusio/PDMIn.c
#: shared-bindings/audioi2sin/I2SIn.c
msgid "%q must be 8, 16, 24, or 32"
msgstr ""

#: py/argcheck.c shared-bindings/gifio/GifWriter.c
#: shared-module/gifio/OnDiskGif.c
msgid "%q must be <= %d"
Expand Down Expand Up @@ -677,6 +686,7 @@ msgid "Below minimum frame rate"
msgstr "Ниже минимальной частоты кадров"

#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
#: ports/raspberrypi/common-hal/audioi2sin/I2SIn.c
msgid "Bit clock and word select must be sequential GPIO pins"
msgstr "Несколько часов и слов должны быть последовательными GPIO пинами"

Expand Down Expand Up @@ -827,7 +837,7 @@ msgstr ""
msgid "Cannot pull on input-only pin."
msgstr "Невозможно вытащить контакт только для ввода."

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Cannot record to a file"
msgstr "Невозможно записать в файл"

Expand Down Expand Up @@ -954,7 +964,7 @@ msgstr ""
"Выводы глубокого сна должны использовать сигнал по возрастанию с подтяжкой к "
"земле"

#: shared-bindings/audiobusio/PDMIn.c
#: shared-bindings/audiobusio/PDMIn.c shared-bindings/audioi2sin/I2SIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Емкость места назначения меньше длины места назначения."

Expand Down Expand Up @@ -1862,6 +1872,7 @@ msgid "Parameter error"
msgstr "Ошибка параметра"

#: ports/espressif/common-hal/audiobusio/__init__.c
#: ports/espressif/common-hal/audioi2sin/I2SIn.c
msgid "Peripheral in use"
msgstr "Периферийные устройства в использовании"

Expand Down Expand Up @@ -2776,10 +2787,6 @@ msgstr "Неверный шрифт"
msgid "binary op %q not implemented"
msgstr "двоичная операция %q не реализована"

#: ports/espressif/common-hal/audiobusio/PDMIn.c
msgid "bit_depth must be 8, 16, 24, or 32."
msgstr "Глубина_бита должна быть равна 8, 16, 24 или 32."

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr "Размер и глубина растрового изображения должны совпадать"
Expand Down Expand Up @@ -3601,6 +3608,11 @@ msgstr "неверный бит_на_пиксель %d, должно быть 1,
msgid "invalid cert"
msgstr "Неверный сертификат"

#: shared-bindings/audioi2sin/I2SIn.c
#, c-format
msgid "invalid destination buffer, must be an array of type: %c"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
#, c-format
msgid "invalid element size %d for bits_per_pixel %d\n"
Expand Down Expand Up @@ -4692,6 +4704,9 @@ msgstr "zi должно быть типа float"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi должен иметь форму (n_section, 2)"

#~ msgid "bit_depth must be 8, 16, 24, or 32."
#~ msgstr "Глубина_бита должна быть равна 8, 16, 24 или 32."

#~ msgid "%q renamed %q"
#~ msgstr "%q переименован %q"

Expand Down
Loading
Loading