8000 Update translation files · Neradoc/circuitpython@efcaa1c · GitHub
[go: up one dir, main page]

Skip to content

Commit efcaa1c

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 6bf42f1 commit efcaa1c

File tree

19 files changed

+188
-238
lines changed
  • 19 files changed

    +188
    -238
    lines changed

    locale/ID.po

    Lines changed: 14 additions & 13 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1113,7 +1113,7 @@ msgstr ""
    11131113
    msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
    11141114
    msgstr ""
    11151115

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

    @@ -2343,10 +2343,6 @@ msgstr ""
    23432343
    msgid "Unsupported display bus type"
    23442344
    msgstr "Tipe bus tampilan tidak didukung"
    23452345

    2346-
    #: shared-module/audiocore/WaveFile.c
    2347-
    msgid "Unsupported format"
    2348-
    msgstr "Format tidak didukung"
    2349-
    23502346
    #: shared-bindings/hashlib/__init__.c
    23512347
    msgid "Unsupported hash algorithm"
    23522348
    msgstr "Algoritma hash tidak didukung"
    @@ -2409,9 +2405,11 @@ msgstr ""
    24092405
    msgid "Wi-Fi: "
    24102406
    msgstr ""
    24112407

    2408+
    #: ports/espressif/common-hal/wifi/Radio.c
    24122409
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2413-
    msgid "Wifi is not enabled"
    2414-
    msgstr "Wifi tidak diaktifkan"
    2410+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2411+
    msgid "WiFi is not enabled"
    2412+
    msgstr ""
    24152413

    24162414
    #: main.c
    24172415
    msgid "Woken up by alarm.\n"
    @@ -4441,12 +4439,6 @@ msgstr ""
    44414439
    msgid "width must be greater than zero"
    44424440
    msgstr ""
    44434441

    4444-
    #: ports/espressif/common-hal/wifi/Radio.c
    4445-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4446-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4447-
    msgid "wifi is not enabled"
    4448-
    msgstr "wifi tidak diaktifkan"
    4449-
    44504442
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44514443
    msgid "wifi.Monitor not available"
    44524444
    msgstr ""
    @@ -4509,6 +4501,15 @@ msgstr "zi harus berjenis float"
    45094501
    msgid "zi must be of shape (n_section, 2)"
    45104502
    msgstr "Zi harus berbentuk (n_section, 2)"
    45114503

    4504+
    #~ msgid "Unsupported format"
    4505+
    #~ msgstr "Format tidak didukung"
    4506+
    4507+
    #~ msgid "Wifi is not enabled"
    4508+
    #~ msgstr "Wifi tidak diaktifkan"
    4509+
    4510+
    #~ msgid "wifi is not enabled"
    4511+
    #~ msgstr "wifi tidak diaktifkan"
    4512+
    45124513
    #~ msgid "Cannot remount '/' when visible via USB."
    45134514
    #~ msgstr "Tidak dapat memasang kembali '/' saat terlihat melalui USB."
    45144515

    locale/cs.po

    Lines changed: 11 additions & 13 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1106,7 +1106,7 @@ msgstr "Pro barevný prostor L8 musí mít vstupní bitmapa 8 bitů na pixel"
    11061106
    msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
    11071107
    msgstr "Pro barevný prostor RGB musí mít vstupní bitmapa 16 bitů na pixel"
    11081108

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

    @@ -2324,10 +2324,6 @@ msgstr "Nepodporovaný barevný prostor"
    23242324
    msgid "Unsupported display bus type"
    23252325
    msgstr "Nepodporovaná sběrnice dispalye"
    23262326

    2327-
    #: shared-module/audiocore/WaveFile.c
    2328-
    msgid "Unsupported format"
    2329-
    msgstr "Nepodporovaný formát"
    2330-
    23312327
    #: shared-bindings/hashlib/__init__.c
    23322328
    msgid "Unsupported hash algorithm"
    23332329
    msgstr "Nepodporovaný hash algoritmus"
    @@ -2389,9 +2385,11 @@ msgstr ""
    23892385
    msgid "Wi-Fi: "
    23902386
    msgstr "Wi-Fi: "
    23912387

    2388+
    #: ports/espressif/common-hal/wifi/Radio.c
    23922389
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2393-
    msgid "Wifi is not enabled"
    2394-
    msgstr "Wifi není povoleno"
    2390+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2391+
    msgid "WiFi is not enabled"
    2392+
    msgstr ""
    23952393

    23962394
    #: main.c
    23972395
    msgid "Woken up by alarm.\n"
    @@ -4421,12 +4419,6 @@ msgstr ""
    44214419
    msgid "width must be greater than zero"
    44224420
    msgstr ""
    44234421

    4424-
    #: ports/espressif/common-hal/wifi/Radio.c
    4425-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4426-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4427-
    msgid "wifi is not enabled"
    4428-
    msgstr ""
    4429-
    44304422
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44314423
    msgid "wifi.Monitor not available"
    44324424
    msgstr "wifi.Monitor není dostupný"
    @@ -4489,6 +4481,12 @@ msgstr ""
    44894481
    msgid "zi must be of shape (n_section, 2)"
    44904482
    msgstr ""
    44914483

    4484+
    #~ msgid "Unsupported format"
    4485+
    #~ msgstr "Nepodporovaný formát"
    4486+
    4487+
    #~ msgid "Wifi is not enabled"
    4488+
    #~ msgstr "Wifi není povoleno"
    4489+
    44924490
    #~ msgid "Cannot remount '/' when visible via USB."
    44934491
    #~ msgstr "Není možné znovu připojit '/', pokud je viditelné pomocí USB."
    44944492

    locale/de_DE.po

    Lines changed: 14 additions & 13 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1113,7 +1113,7 @@ msgstr "Für den L8-Farbraum muss die Eingabe-Bitmap 8 Bit pro Pixel aufweisen"
    11131113
    msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
    11141114
    msgstr "Für RGB-Farbräume muss die Eingabe-Bitmap 16 Bit pro Pixel haben"
    11151115

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

    @@ -2353,10 +2353,6 @@ msgstr "Nicht unterstützter Farbraum"
    23532353
    msgid "Unsupported display bus type"
    23542354
    msgstr "Nicht unterstützter display bus type"
    23552355

    2356-
    #: shared-module/audiocore/WaveFile.c
    2357-
    msgid "Unsupported format"
    2358-
    msgstr "Nicht unterstütztes Format"
    2359-
    23602356
    #: shared-bindings/hashlib/__init__.c
    23612357
    msgid "Unsupported hash algorithm"
    23622358
    msgstr "Hash Algorithmus wird nicht unterstützt"
    @@ -2421,9 +2417,11 @@ msgstr ""
    24212417
    msgid "Wi-Fi: "
    24222418
    msgstr "Wi-Fi: "
    24232419

    2420+
    #: ports/espressif/common-hal/wifi/Radio.c
    24242421
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2425-
    msgid "Wifi is not enabled"
    2426-
    msgstr "WLAN ist nicht aktiviert"
    2422+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2423+
    msgid "WiFi is not enabled"
    2424+
    msgstr ""
    24272425

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

    4486-
    #: ports/espressif/common-hal/wifi/Radio.c
    4487-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4488-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4489-
    msgid "wifi is not enabled"
    4490-
    msgstr "wifi ist nicht aktiviert"
    4491-
    44924484
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44934485
    msgid "wifi.Monitor not available"
    44944486
    msgstr "wifi.Monitor nicht verfügbar"
    @@ -4551,6 +4543,15 @@ msgstr "zi muss eine Gleitkommazahl sein"
    45514543
    msgid "zi must be of shape (n_section, 2)"
    45524544
    msgstr "zi muss die Form (n_section, 2) haben"
    45534545

    4546+
    #~ msgid "Unsupported format"
    4547+
    #~ msgstr "Nicht unterstütztes Format"
    4548+
    4549+
    #~ msgid "Wifi is not enabled"
    4550+
    #~ msgstr "WLAN ist nicht aktiviert"
    4551+
    4552+
    #~ msgid "wifi is not enabled"
    4553+
    #~ msgstr "wifi ist nicht aktiviert"
    4554+
    45544555
    #~ msgid "Cannot remount '/' when visible via USB."
    45554556
    #~ msgstr "'/' kann nicht wiedereingehängt werden, wenn per USB sichtbar."
    45564557

    locale/el.po

    Lines changed: 4 additions & 12 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1114,7 +1114,7 @@ msgstr ""
    11141114
    msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
    11151115
    msgstr ""
    11161116

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

    @@ -2328,10 +2328,6 @@ msgstr ""
    23282328
    msgid "Unsupported display bus type"
    23292329
    msgstr ""
    23302330

    2331-
    #: shared-module/audiocore/WaveFile.c
    2332-
    msgid "Unsupported format"
    2333-
    msgstr ""
    2334-
    23352331
    #: shared-bindings/hashlib/__init__.c
    23362332
    msgid "Unsupported hash algorithm"
    23372333
    msgstr ""
    @@ -2388,8 +2384,10 @@ msgstr ""
    23882384
    msgid "Wi-Fi: "
    23892385
    msgstr ""
    23902386

    2387+
    #: ports/espressif/common-hal/wifi/Radio.c
    23912388
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2392-
    msgid "Wifi is not enabled"
    2389+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2390+
    msgid "WiFi is not enabled"
    23932391
    msgstr ""
    23942392

    23952393
    #: main.c
    @@ -4420,12 +4418,6 @@ msgstr ""
    44204418
    msgid "width must be greater than zero"
    44214419
    msgstr ""
    44224420

    4423-
    #: ports/espressif/common-hal/wifi/Radio.c
    4424-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4425-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4426-
    msgid "wifi is not enabled"
    4427-
    msgstr ""
    4428-
    44294421
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44304422
    msgid "wifi.Monitor not available"
    44314423
    msgstr ""

    locale/en_GB.po

    Lines changed: 14 additions & 13 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1106,7 +1106,7 @@ msgstr "For L8 colourspace, input bitmap must have 8 bits per pixel"
    11061106
    msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
    11071107
    msgstr "For RGB colourspaces, input bitmap must have 16 bits per pixel"
    11081108

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

    @@ -2328,10 +2328,6 @@ msgstr "Unsupported colourspace"
    23282328
    msgid "Unsupported display bus type"
    23292329
    msgstr "Unsupported display bus type"
    23302330

    2331-
    #: shared-module/audiocore/WaveFile.c
    2332-
    msgid "Unsupported format"
    2333-
    msgstr "Unsupported format"
    2334-
    23352331
    #: shared-bindings/hashlib/__init__.c
    23362332
    msgid "Unsupported hash algorithm"
    23372333
    msgstr "Unsupported hash algorithm"
    @@ -2393,9 +2389,11 @@ msgstr ""
    23932389
    msgid "Wi-Fi: "
    23942390
    msgstr "Wi-Fi: "
    23952391

    2392+
    #: ports/espressif/common-hal/wifi/Radio.c
    23962393
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2397-
    msgid "Wifi is not enabled"
    2398-
    msgstr "Wifi is not enabled"
    2394+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2395+
    msgid "WiFi is not enabled"
    2396+
    msgstr ""
    23992397

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

    4433-
    #: ports/espressif/common-hal/wifi/Radio.c
    4434-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4435-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4436-
    msgid "wifi is not enabled"
    4437-
    msgstr "WiFi is not enabled"
    4438-
    44394431
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44404432
    msgid "wifi.Monitor not available"
    44414433
    msgstr "wifi.Monitor not available"
    @@ -4498,6 +4490,15 @@ msgstr "zi must be of float type"
    44984490
    msgid "zi must be of shape (n_section, 2)"
    44994491
    msgstr "zi must be of shape (n_section, 2)"
    45004492

    4493+
    #~ msgid "Unsupported format"
    4494+
    #~ msgstr "Unsupported format"
    4495+
    4496+
    #~ msgid "Wifi is not enabled"
    4497+
    #~ msgstr "Wifi is not enabled"
    4498+
    4499+
    #~ msgid "wifi is not enabled"
    4500+
    #~ msgstr "WiFi is not enabled"
    4501+
    45014502
    #~ msgid "Cannot remount '/' when visible via USB."
    45024503
    #~ msgstr "Cannot remount '/' when visible via USB."
    45034504

    locale/es.po

    Lines changed: 14 additions & 13 deletions
    5DB4
    Original file line numberDiff line numberDiff line change
    @@ -1120,7 +1120,7 @@ msgstr ""
    11201120
    "Para espacios de colores RGB, el bitmap de entrada debe tener 16 bits por "
    11211121
    "pixel"
    11221122

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

    @@ -2364,10 +2364,6 @@ msgstr "Espacio de color no sportado"
    23642364
    msgid "Unsupported display bus type"
    23652365
    msgstr "Sin capacidad de bus tipo display"
    23662366

    2367-
    #: shared-module/audiocore/WaveFile.c
    2368-
    msgid "Unsupported format"
    2369-
    msgstr "Formato no soportado"
    2370-
    23712367
    #: shared-bindings/hashlib/__init__.c
    23722368
    msgid "Unsupported hash algorithm"
    23732369
    msgstr "Algoritmo hash no soportado"
    @@ -2430,9 +2426,11 @@ msgstr ""
    24302426
    msgid "Wi-Fi: "
    24312427
    msgstr "Wi-Fi: "
    24322428

    2429+
    #: ports/espressif/common-hal/wifi/Radio.c
    24332430
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    2434-
    msgid "Wifi is not enabled"
    2435-
    msgstr "Wifi no esta activado"
    2431+
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    2432+
    msgid "WiFi is not enabled"
    2433+
    msgstr ""
    24362434

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

    4480-
    #: ports/espressif/common-hal/wifi/Radio.c
    4481-
    #: ports/raspberrypi/common-hal/wifi/Radio.c
    4482-
    #: ports/zephyr-cp/common-hal/wifi/Radio.c
    4483-
    msgid "wifi is not enabled"
    4484-
    msgstr "wifi no esta habilitado"
    4485-
    44864478
    #: ports/raspberrypi/common-hal/wifi/Monitor.c
    44874479
    msgid "wifi.Monitor not available"
    44884480
    msgstr "wifi.Monitor no esta disponible"
    @@ -4545,6 +4537,15 @@ msgstr "zi debe ser de tipo flotante"
    45454537
    msgid "zi must be of shape (n_section, 2)"
    45464538
    msgstr "zi debe ser una forma (n_section,2)"
    45474539

    4540+
    #~ msgid "Unsupported format"
    4541+
    #~ msgstr "Formato no soportado"
    4542+
    4543+
    #~ msgid "Wifi is not enabled"
    4544+
    #~ msgstr "Wifi no esta activado"
    4545+
    4546+
    #~ msgid "wifi is not enabled"
    4547+
    #~ msgstr "wifi no esta habilitado"
    4548+
    45484549
    #~ msgid "Cannot remount '/' when visible via USB."
    45494550
    #~ msgstr "No se puede remountar '/' cuanto se es visible vía USB."
    45504551

    0 commit comments

    Comments
     (0)
    0