Skip to content

Commit e119c88

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 df7a39c commit e119c88

File tree

17 files changed

+272
-0
lines changed

17 files changed

+272
-0
lines changed

locale/ID.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,10 @@ msgstr ""
562562
msgid "Bit depth must be multiple of 8."
563563
msgstr "Kedalaman bit harus kelipatan 8."
564564

565+
#: shared-bindings/bitmaptools/__init__.c
566+
msgid "Bitmap size and bits per value must match"
567+
msgstr ""
568+
565569
#: supervisor/shared/safe_mode.c
566570
msgid "Boot device must be first device (interface #0)."
567571
msgstr ""
@@ -1090,6 +1094,14 @@ msgstr ""
10901094
msgid "Firmware image is invalid"
10911095
msgstr ""
10921096

1097+
#: shared-bindings/bitmaptools/__init__.c
1098+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1099+
msgstr ""
1100+
1101+
#: shared-bindings/bitmaptools/__init__.c
1102+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1103+
msgstr ""
1104+
10931105
#: ports/cxd56/common-hal/camera/Camera.c
10941106
msgid "Format not supported"
10951107
msgstr ""
@@ -2427,6 +2439,10 @@ msgstr ""
24272439
msgid "Unsupported baudrate"
24282440
msgstr "Baudrate tidak didukung"
24292441

2442+
#: shared-bindings/bitmaptools/__init__.c
2443+
msgid "Unsupported colorspace"
2444+
msgstr ""
2445+
24302446
#: shared-module/displayio/display_core.c
24312447
msgid "Unsupported display bus type"
24322448
msgstr "Tipe bus tampilan tidak didukung"

locale/cs.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,10 @@ msgstr ""
555555
msgid "Bit depth must be multiple of 8."
556556
msgstr ""
557557

558+
#: shared-bindings/bitmaptools/__init__.c
559+
msgid "Bitmap size and bits per value must match"
560+
msgstr ""
561+
558562
#: supervisor/shared/safe_mode.c
559563
msgid "Boot device must be first device (interface #0)."
560564
msgstr ""
@@ -1074,6 +1078,14 @@ msgstr ""
10741078
msgid "Firmware image is invalid"
10751079
msgstr ""
10761080

1081+
#: shared-bindings/bitmaptools/__init__.c
1082+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1083+
msgstr ""
1084+
1085+
#: shared-bindings/bitmaptools/__init__.c
1086+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1087+
msgstr ""
1088+
10771089
#: ports/cxd56/common-hal/camera/Camera.c
10781090
msgid "Format not supported"
10791091
msgstr ""
@@ -2393,6 +2405,10 @@ msgstr ""
23932405
msgid "Unsupported baudrate"
23942406
msgstr ""
23952407

2408+
#: shared-bindings/bitmaptools/__init__.c
2409+
msgid "Unsupported colorspace"
2410+
msgstr ""
2411+
23962412
#: shared-module/displayio/display_core.c
23972413
msgid "Unsupported display bus type"
23982414
msgstr ""

locale/de_DE.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@ msgstr "Bittiefe muss zwischen 1 und 6 liegen, nicht %d"
563563
msgid "Bit depth must be multiple of 8."
564564
msgstr "Bit depth muss ein Vielfaches von 8 sein."
565565

566+
#: shared-bindings/bitmaptools/__init__.c
567+
msgid "Bitmap size and bits per value must match"
568+
msgstr ""
569+
566570
#: supervisor/shared/safe_mode.c
567571
msgid "Boot device must be first device (interface #0)."
568572
msgstr ""
@@ -1087,6 +1091,14 @@ msgstr "Filter zu komplex"
10871091
msgid "Firmware image is invalid"
10881092
msgstr "Firmware Image ist ungültig"
10891093

1094+
#: shared-bindings/bitmaptools/__init__.c
1095+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1096+
msgstr ""
1097+
1098+
#: shared-bindings/bitmaptools/__init__.c
1099+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1100+
msgstr ""
1101+
10901102
#: ports/cxd56/common-hal/camera/Camera.c
10911103
msgid "Format not supported"
10921104
msgstr "Format nicht unterstützt"
@@ -2429,6 +2441,10 @@ msgstr ""
24292441
msgid "Unsupported baudrate"
24302442
msgstr "Baudrate wird nicht unterstützt"
24312443

2444+
#: shared-bindings/bitmaptools/__init__.c
2445+
msgid "Unsupported colorspace"
2446+
msgstr ""
2447+
24322448
#: shared-module/displayio/display_core.c
24332449
msgid "Unsupported display bus type"
24342450
msgstr "Nicht unterstützter display bus type"

locale/el.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,10 @@ msgstr ""
552552
msgid "Bit depth must be multiple of 8."
553553
msgstr ""
554554

555+
#: shared-bindings/bitmaptools/__init__.c
556+
msgid "Bitmap size and bits per value must match"
557+
msgstr ""
558+
555559
#: supervisor/shared/safe_mode.c
556560
msgid "Boot device must be first device (interface #0)."
557561
msgstr ""
@@ -1071,6 +1075,14 @@ msgstr ""
10711075
msgid "Firmware image is invalid"
10721076
msgstr ""
10731077

1078+
#: shared-bindings/bitmaptools/__init__.c
1079+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1080+
msgstr ""
1081+
1082+
#: shared-bindings/bitmaptools/__init__.c
1083+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1084+
msgstr ""
1085+
10741086
#: ports/cxd56/common-hal/camera/Camera.c
10751087
msgid "Format not supported"
10761088
msgstr ""
@@ -2390,6 +2402,10 @@ msgstr ""
23902402
msgid "Unsupported baudrate"
23912403
msgstr ""
23922404

2405+
#: shared-bindings/bitmaptools/__init__.c
2406+
msgid "Unsupported colorspace"
2407+
msgstr ""
2408+
23932409
#: shared-module/displayio/display_core.c
23942410
msgid "Unsupported display bus type"
23952411
msgstr ""

locale/en_GB.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@ msgstr "Bit depth must be from 1 to 6 inclusive, not %d"
563563
msgid "Bit depth must be multiple of 8."
564564
msgstr "Bit depth must be multiple of 8."
565565

566+
#: shared-bindings/bitmaptools/__init__.c
567+
msgid "Bitmap size and bits per value must match"
568+
msgstr ""
569+
566570
#: supervisor/shared/safe_mode.c
567571
msgid "Boot device must be first device (interface #0)."
568572
msgstr ""
@@ -1084,6 +1088,14 @@ msgstr "Filters too complex"
10841088
msgid "Firmware image is invalid"
10851089
msgstr "Firmware image is invalid"
10861090

1091+
#: shared-bindings/bitmaptools/__init__.c
1092+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1093+
msgstr ""
1094+
1095+
#: shared-bindings/bitmaptools/__init__.c
1096+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1097+
msgstr ""
1098+
10871099
#: ports/cxd56/common-hal/camera/Camera.c
10881100
msgid "Format not supported"
10891101
msgstr "Format not supported"
@@ -2423,6 +2435,10 @@ msgstr ""
24232435
msgid "Unsupported baudrate"
24242436
msgstr "Unsupported baudrate"
24252437

2438+
#: shared-bindings/bitmaptools/__init__.c
2439+
msgid "Unsupported colorspace"
2440+
msgstr ""
2441+
24262442
#: shared-module/displayio/display_core.c
24272443
msgid "Unsupported display bus type"
24282444
msgstr "Unsupported display bus type"

locale/es.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ msgstr "Bit depth tiene que ser de 1 a 6 inclusivo, no %d"
567567
msgid "Bit depth must be multiple of 8."
568568
msgstr "Bits depth debe ser múltiplo de 8."
569569

570+
#: shared-bindings/bitmaptools/__init__.c
571+
msgid "Bitmap size and bits per value must match"
572+
msgstr ""
573+
570574
#: supervisor/shared/safe_mode.c
571575
msgid "Boot device must be first device (interface #0)."
572576
msgstr ""
@@ -1094,6 +1098,14 @@ msgstr "Filtros muy complejos"
10941098
msgid "Firmware image is invalid"
10951099
msgstr "La imagen de firmware es inválida"
10961100

1101+
#: shared-bindings/bitmaptools/__init__.c
1102+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1103+
msgstr ""
1104+
1105+
#: shared-bindings/bitmaptools/__init__.c
1106+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1107+
msgstr ""
1108+
10971109
#: ports/cxd56/common-hal/camera/Camera.c
10981110
msgid "Format not supported"
10991111
msgstr "Sin capacidades para el formato"
@@ -2454,6 +2466,10 @@ msgstr ""
24542466
msgid "Unsupported baudrate"
24552467
msgstr "Baudrate no soportado"
24562468

2469+
#: shared-bindings/bitmaptools/__init__.c
2470+
msgid "Unsupported colorspace"
2471+
msgstr ""
2472+
24572473
#: shared-module/displayio/display_core.c
24582474
msgid "Unsupported display bus type"
24592475
msgstr "Sin capacidad de bus tipo display"

locale/fil.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,10 @@ msgstr ""
559559
msgid "Bit depth must be multiple of 8."
560560
msgstr "Bit depth ay dapat multiple ng 8."
561561

562+
#: shared-bindings/bitmaptools/__init__.c
563+
msgid "Bitmap size and bits per value must match"
564+
msgstr ""
565+
562566
#: supervisor/shared/safe_mode.c
563567
msgid "Boot device must be first device (interface #0)."
564568
msgstr ""
@@ -1084,6 +1088,14 @@ msgstr ""
10841088
msgid "Firmware image is invalid"
10851089
msgstr ""
10861090

1091+
#: shared-bindings/bitmaptools/__init__.c
1092+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1093+
msgstr ""
1094+
1095+
#: shared-bindings/bitmaptools/__init__.c
1096+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1097+
msgstr ""
1098+
10871099
#: ports/cxd56/common-hal/camera/Camera.c
10881100
msgid "Format not supported"
10891101
msgstr ""
@@ -2411,6 +2423,10 @@ msgstr ""
24112423
msgid "Unsupported baudrate"
24122424
msgstr "Hindi supportadong baudrate"
24132425

2426+
#: shared-bindings/bitmaptools/__init__.c
2427+
msgid "Unsupported colorspace"
2428+
msgstr ""
2429+
24142430
#: shared-module/displayio/display_core.c
24152431
#, fuzzy
24162432
msgid "Unsupported display bus type"

locale/fr.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@ msgstr "Bit depth doit être entre 1 et 6 inclusivement, et non %d"
569569
msgid "Bit depth must be multiple of 8."
570570
msgstr "La profondeur de bit doit être un multiple de 8."
571571

572+
#: shared-bindings/bitmaptools/__init__.c
573+
msgid "Bitmap size and bits per value must match"
574+
msgstr ""
575+
572576
#: supervisor/shared/safe_mode.c
573577
msgid "Boot device must be first device (interface #0)."
574578
msgstr ""
@@ -1101,6 +1105,14 @@ msgstr "Filtres trop complexe"
11011105
msgid "Firmware image is invalid"
11021106
msgstr "Image du microprogramme est invalide"
11031107

1108+
#: shared-bindings/bitmaptools/__init__.c
1109+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1110+
msgstr ""
1111+
1112+
#: shared-bindings/bitmaptools/__init__.c
1113+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1114+
msgstr ""
1115+
11041116
#: ports/cxd56/common-hal/camera/Camera.c
11051117
msgid "Format not supported"
11061118
msgstr "Format non supporté"
@@ -2458,6 +2470,10 @@ msgstr ""
24582470
msgid "Unsupported baudrate"
24592471
msgstr "Débit en bauds non supporté"
24602472

2473+
#: shared-bindings/bitmaptools/__init__.c
2474+
msgid "Unsupported colorspace"
2475+
msgstr ""
2476+
24612477
#: shared-module/displayio/display_core.c
24622478
msgid "Unsupported display bus type"
24632479
msgstr "Type de bus d'affichage non supporté"

locale/hi.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,10 @@ msgstr ""
552552
msgid "Bit depth must be multiple of 8."
553553
msgstr ""
554554

555+
#: shared-bindings/bitmaptools/__init__.c
556+
msgid "Bitmap size and bits per value must match"
557+
msgstr ""
558+
555559
#: supervisor/shared/safe_mode.c
556560
msgid "Boot device must be first device (interface #0)."
557561
msgstr ""
@@ -1071,6 +1075,14 @@ msgstr ""
10711075
msgid "Firmware image is invalid"
10721076
msgstr ""
10731077

1078+
#: shared-bindings/bitmaptools/__init__.c
1079+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1080+
msgstr ""
1081+
1082+
#: shared-bindings/bitmaptools/__init__.c
1083+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1084+
msgstr ""
1085+
10741086
#: ports/cxd56/common-hal/camera/Camera.c
10751087
msgid "Format not supported"
10761088
msgstr ""
@@ -2390,6 +2402,10 @@ msgstr ""
23902402
msgid "Unsupported baudrate"
23912403
msgstr ""
23922404

2405+
#: shared-bindings/bitmaptools/__init__.c
2406+
msgid "Unsupported colorspace"
2407+
msgstr ""
2408+
23932409
#: shared-module/displayio/display_core.c
23942410
msgid "Unsupported display bus type"
23952411
msgstr ""

locale/it_IT.po

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ msgstr "La profondità dei bit deve essere inclusiva da 1 a 6, non %d"
567567
msgid "Bit depth must be multiple of 8."
568568
msgstr "La profondità di bit deve essere un multiplo di 8."
569569

570+
#: shared-bindings/bitmaptools/__init__.c
571+
msgid "Bitmap size and bits per value must match"
572+
msgstr ""
573+
570574
#: supervisor/shared/safe_mode.c
571575
msgid "Boot device must be first device (interface #0)."
572576
msgstr ""
@@ -1091,6 +1095,14 @@ msgstr ""
10911095
msgid "Firmware image is invalid"
10921096
msgstr ""
10931097

1098+
#: shared-bindings/bitmaptools/__init__.c
1099+
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1100+
msgstr ""
1101+
1102+
#: shared-bindings/bitmaptools/__init__.c
1103+
msgid "For RGB colorspaces, input bitmap must have 16 bits per pixel"
1104+
msgstr ""
1105+
10941106
#: ports/cxd56/common-hal/camera/Camera.c
10951107
msgid "Format not supported"
10961108
msgstr ""
@@ -2430,6 +2442,10 @@ msgstr ""
24302442
msgid "Unsupported baudrate"
24312443
msgstr "baudrate non supportato"
24322444

2445+
#: shared-bindings/bitmaptools/__init__.c
2446+
msgid "Unsupported colorspace"
2447+
msgstr ""
2448+
24332449
#: shared-module/displayio/display_core.c
24342450
#, fuzzy
24352451
msgid "Unsupported display bus type"

0 commit comments

Comments
 (0)