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
27 changes: 14 additions & 13 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ msgstr ""
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
msgstr ""

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr ""

Expand Down Expand Up @@ -2343,10 +2343,6 @@ msgstr ""
msgid "Unsupported display bus type"
msgstr "Tipe bus tampilan tidak didukung"

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr "Format tidak didukung"

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr "Algoritma hash tidak didukung"
Expand Down Expand Up @@ -2409,9 +2405,11 @@ msgstr ""
msgid "Wi-Fi: "
msgstr ""

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
msgstr "Wifi tidak diaktifkan"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
msgid "Woken up by alarm.\n"
Expand Down Expand Up @@ -4441,12 +4439,6 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr "wifi tidak diaktifkan"

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr ""
Expand Down Expand Up @@ -4509,6 +4501,15 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "Unsupported format"
#~ msgstr "Format tidak didukung"

#~ msgid "Wifi is not enabled"
#~ msgstr "Wifi tidak diaktifkan"

#~ msgid "wifi is not enabled"
#~ msgstr "wifi tidak diaktifkan"

#~ msgid "Cannot remount '/' when visible via USB."
#~ msgstr "Tidak dapat memasang kembali '/' saat terlihat melalui USB."

Expand Down
24 changes: 11 additions & 13 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ msgstr "Pro barevný prostor L8 musí mít vstupní bitmapa 8 bitů na pixel"
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
msgstr "Pro barevný prostor RGB musí mít vstupní bitmapa 16 bitů na pixel"

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr "Formát není podporován"

Expand Down Expand Up @@ -2324,10 +2324,6 @@ msgstr "Nepodporovaný barevný prostor"
msgid "Unsupported display bus type"
msgstr "Nepodporovaná sběrnice dispalye"

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr "Nepodporovaný formát"

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr "Nepodporovaný hash algoritmus"
Expand Down Expand Up @@ -2389,9 +2385,11 @@ msgstr ""
msgid "Wi-Fi: "
msgstr "Wi-Fi: "

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
msgstr "Wifi není povoleno"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
msgid "Woken up by alarm.\n"
Expand Down Expand Up @@ -4421,12 +4419,6 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr "wifi.Monitor není dostupný"
Expand Down Expand Up @@ -4489,6 +4481,12 @@ msgstr ""
msgid "zi must be of shape (n_section, 2)"
msgstr ""

#~ msgid "Unsupported format"
#~ msgstr "Nepodporovaný formát"

#~ msgid "Wifi is not enabled"
#~ msgstr "Wifi není povoleno"

#~ msgid "Cannot remount '/' when visible via USB."
#~ msgstr "Není možné znovu připojit '/', pokud je viditelné pomocí USB."

Expand Down
27 changes: 14 additions & 13 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ msgstr "Für den L8-Farbraum muss die Eingabe-Bitmap 8 Bit pro Pixel aufweisen"
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
msgstr "Für RGB-Farbräume muss die Eingabe-Bitmap 16 Bit pro Pixel haben"

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr "Format nicht unterstützt"

Expand Down Expand Up @@ -2353,10 +2353,6 @@ msgstr "Nicht unterstützter Farbraum"
msgid "Unsupported display bus type"
msgstr "Nicht unterstützter display bus type"

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr "Nicht unterstütztes Format"

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr "Hash Algorithmus wird nicht unterstützt"
Expand Down Expand Up @@ -2421,9 +2417,11 @@ msgstr ""
msgid "Wi-Fi: "
msgstr "Wi-Fi: "

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
msgstr "WLAN ist nicht aktiviert"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
msgid "Woken up by alarm.\n"
Expand Down Expand Up @@ -4483,12 +4481,6 @@ msgstr "Gewichte müssen ein Objekt des Typs %q, %q, %q, or %q, not %q sein "
msgid "width must be greater than zero"
msgstr "Breite muss größer als 0 sein"

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr "wifi ist nicht aktiviert"

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr "wifi.Monitor nicht verfügbar"
Expand Down Expand Up @@ -4551,6 +4543,15 @@ msgstr "zi muss eine Gleitkommazahl sein"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi muss die Form (n_section, 2) haben"

#~ msgid "Unsupported format"
#~ msgstr "Nicht unterstütztes Format"

#~ msgid "Wifi is not enabled"
#~ msgstr "WLAN ist nicht aktiviert"

#~ msgid "wifi is not enabled"
#~ msgstr "wifi ist nicht aktiviert"

#~ msgid "Cannot remount '/' when visible via USB."
#~ msgstr "'/' kann nicht wiedereingehängt werden, wenn per USB sichtbar."

Expand Down
16 changes: 4 additions & 12 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ msgstr ""
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
msgstr ""

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr ""

Expand Down Expand Up @@ -2328,10 +2328,6 @@ msgstr ""
msgid "Unsupported display bus type"
msgstr ""

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr ""

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr ""
Expand Down Expand Up @@ -2388,8 +2384,10 @@ msgstr ""
msgid "Wi-Fi: "
msgstr ""

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
Expand Down Expand Up @@ -4420,12 +4418,6 @@ msgstr ""
msgid "width must be greater than zero"
msgstr ""

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr ""

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr ""
Expand Down
27 changes: 14 additions & 13 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ msgstr "For L8 colourspace, input bitmap must have 8 bits per pixel"
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
msgstr "For RGB colourspaces, input bitmap must have 16 bits per pixel"

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr "Format not supported"

Expand Down Expand Up @@ -2328,10 +2328,6 @@ msgstr "Unsupported colourspace"
msgid "Unsupported display bus type"
msgstr "Unsupported display bus type"

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr "Unsupported format"

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr "Unsupported hash algorithm"
Expand Down Expand Up @@ -2393,9 +2389,11 @@ msgstr ""
msgid "Wi-Fi: "
msgstr "Wi-Fi: "

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
msgstr "Wifi is not enabled"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
msgid "Woken up by alarm.\n"
Expand Down Expand Up @@ -4430,12 +4428,6 @@ msgstr "weights must be an object of type %q, %q, %q, or %q, not %q "
msgid "width must be greater than zero"
msgstr "width must be greater than zero"

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr "WiFi is not enabled"

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr "wifi.Monitor not available"
Expand Down Expand Up @@ -4498,6 +4490,15 @@ msgstr "zi must be of float type"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi must be of shape (n_section, 2)"

#~ msgid "Unsupported format"
#~ msgstr "Unsupported format"

#~ msgid "Wifi is not enabled"
#~ msgstr "Wifi is not enabled"

#~ msgid "wifi is not enabled"
#~ msgstr "WiFi is not enabled"

#~ msgid "Cannot remount '/' when visible via USB."
#~ msgstr "Cannot remount '/' when visible via USB."

Expand Down
27 changes: 14 additions & 13 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ msgstr ""
"Para espacios de colores RGB, el bitmap de entrada debe tener 16 bits por "
"pixel"

#: ports/cxd56/common-hal/camera/Camera.c
#: ports/cxd56/common-hal/camera/Camera.c shared-module/audiocore/WaveFile.c
msgid "Format not supported"
msgstr "Sin capacidades para el formato"

Expand Down Expand Up @@ -2364,10 +2364,6 @@ msgstr "Espacio de color no sportado"
msgid "Unsupported display bus type"
msgstr "Sin capacidad de bus tipo display"

#: shared-module/audiocore/WaveFile.c
msgid "Unsupported format"
msgstr "Formato no soportado"

#: shared-bindings/hashlib/__init__.c
msgid "Unsupported hash algorithm"
msgstr "Algoritmo hash no soportado"
Expand Down Expand Up @@ -2430,9 +2426,11 @@ msgstr ""
msgid "Wi-Fi: "
msgstr "Wi-Fi: "

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
msgid "Wifi is not enabled"
msgstr "Wifi no esta activado"
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "WiFi is not enabled"
msgstr ""

#: main.c
msgid "Woken up by alarm.\n"
Expand Down Expand Up @@ -4477,12 +4475,6 @@ msgstr "los pesos deben ser un tipo de objetos %q, %q, %q, or %q, y no %q. "
msgid "width must be greater than zero"
msgstr "el ancho debe ser mayor que cero"

#: ports/espressif/common-hal/wifi/Radio.c
#: ports/raspberrypi/common-hal/wifi/Radio.c
#: ports/zephyr-cp/common-hal/wifi/Radio.c
msgid "wifi is not enabled"
msgstr "wifi no esta habilitado"

#: ports/raspberrypi/common-hal/wifi/Monitor.c
msgid "wifi.Monitor not available"
msgstr "wifi.Monitor no esta disponible"
Expand Down Expand Up @@ -4545,6 +4537,15 @@ msgstr "zi debe ser de tipo flotante"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi debe ser una forma (n_section,2)"

#~ msgid "Unsupported format"
#~ msgstr "Formato no soportado"

#~ msgid "Wifi is not enabled"
#~ msgstr "Wifi no esta activado"

#~ msgid "wifi is not enabled"
#~ msgstr "wifi no esta habilitado"

#~ msgid "Cannot remount '/' when visible via USB."
#~ msgstr "No se puede remountar '/' cuanto se es visible vía USB."

Expand Down
Loading
Loading