Skip to content

Commit 22becaf

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 07f944b commit 22becaf

File tree

16 files changed

+224
-32
lines changed

16 files changed

+224
-32
lines changed

locale/ID.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -436,7 +436,7 @@ msgstr "Ukuran buffer salah. Seharusnya %d byte."
436436
msgid "Buffer is not a bytearray."
437437
msgstr "Buffer bukan bytearray."
438438

439-
#: shared-bindings/displayio/Display.c
439+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
440440
#: shared-bindings/framebufferio/FramebufferDisplay.c
441441
msgid "Buffer is too small"
442442
msgstr "Buffer terlalu kecil"
@@ -632,6 +632,10 @@ msgstr "File .mpy rusak"
632632
msgid "Corrupt raw code"
633633
msgstr "Kode raw rusak"
634634

635+
#: ports/cxd56/common-hal/camera/Camera.c
636+
msgid "Could not initialize Camera"
637+
msgstr ""
638+
635639
#: ports/cxd56/common-hal/gnss/GNSS.c
636640
msgid "Could not initialize GNSS"
637641
msgstr ""
@@ -859,6 +863,10 @@ msgstr "Gagal menulis flash internal."
859863
msgid "File exists"
860864
msgstr "File sudah ada"
861865

866+
#: ports/cxd56/common-hal/camera/Camera.c
867+
msgid "Format not supported"
868+
msgstr ""
869+
862870
#: shared-module/framebufferio/FramebufferDisplay.c
863871
#, c-format
864872
msgid "Framebuffer requires %d bytes"
@@ -1528,6 +1536,10 @@ msgstr "Serializer sedang digunakan"
15281536
msgid "Server side context cannot have hostname"
15291537
msgstr ""
15301538

1539+
#: ports/cxd56/common-hal/camera/Camera.c
1540+
msgid "Size not supported"
1541+
msgstr ""
1542+
15311543
#: shared-bindings/nvm/ByteArray.c
15321544
msgid "Slice and value different lengths."
15331545
msgstr ""

locale/cs.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -434,7 +434,7 @@ msgstr ""
434434
msgid "Buffer is not a bytearray."
435435
msgstr ""
436436

437-
#: shared-bindings/displayio/Display.c
437+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
438438
#: shared-bindings/framebufferio/FramebufferDisplay.c
439439
msgid "Buffer is too small"
440440
msgstr ""
@@ -619,6 +619,10 @@ msgstr ""
619619
msgid "Corrupt raw code"
620620
msgstr ""
621621

622+
#: ports/cxd56/common-hal/camera/Camera.c
623+
msgid "Could not initialize Camera"
624+
msgstr ""
625+
622626
#: ports/cxd56/common-hal/gnss/GNSS.c
623627
msgid "Could not initialize GNSS"
624628
msgstr ""
@@ -845,6 +849,10 @@ msgstr ""
845849
msgid "File exists"
846850
msgstr ""
847851

852+
#: ports/cxd56/common-hal/camera/Camera.c
853+
msgid "Format not supported"
854+
msgstr ""
855+
848856
#: shared-module/framebufferio/FramebufferDisplay.c
849857
#, c-format
850858
msgid "Framebuffer requires %d bytes"
@@ -1507,6 +1515,10 @@ msgstr ""
15071515
msgid "Server side context cannot have hostname"
15081516
msgstr ""
15091517

1518+
#: ports/cxd56/common-hal/camera/Camera.c
1519+
msgid "Size not supported"
1520+
msgstr ""
1521+
15101522
#: shared-bindings/nvm/ByteArray.c
15111523
msgid "Slice and value different lengths."
15121524
msgstr ""

locale/de_DE.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -437,7 +437,7 @@ msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
437437
msgid "Buffer is not a bytearray."
438438
msgstr "Der Buffer ist kein Byte-Array."
439439

440-
#: shared-bindings/displayio/Display.c
440+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
441441
#: shared-bindings/framebufferio/FramebufferDisplay.c
442442
msgid "Buffer is too small"
443443
msgstr "Der Puffer ist zu klein"
@@ -629,6 +629,10 @@ msgstr "Beschädigte .mpy Datei"
629629
msgid "Corrupt raw code"
630630
msgstr "Beschädigter raw code"
631631

632+
#: ports/cxd56/common-hal/camera/Camera.c
633+
msgid "Could not initialize Camera"
634+
msgstr ""
635+
632636
#: ports/cxd56/common-hal/gnss/GNSS.c
633637
msgid "Could not initialize GNSS"
634638
msgstr ""
@@ -856,6 +860,10 @@ msgstr "Interner Flash konnte nicht geschrieben werden."
856860
msgid "File exists"
857861
msgstr "Datei existiert"
858862

863+
#: ports/cxd56/common-hal/camera/Camera.c
864+
msgid "Format not supported"
865+
msgstr ""
866+
859867
#: shared-module/framebufferio/FramebufferDisplay.c
860868
#, c-format
861869
msgid "Framebuffer requires %d bytes"
@@ -1537,6 +1545,10 @@ msgstr "Serializer wird benutzt"
15371545
msgid "Server side context cannot have hostname"
15381546
msgstr ""
15391547

1548+
#: ports/cxd56/common-hal/camera/Camera.c
1549+
msgid "Size not supported"
1550+
msgstr ""
1551+
15401552
#: shared-bindings/nvm/ByteArray.c
15411553
msgid "Slice and value different lengths."
15421554
msgstr "Slice und Wert (value) haben unterschiedliche Längen."

locale/el.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
10+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -429,7 +429,7 @@ msgstr ""
429429
msgid "Buffer is not a bytearray."
430430
msgstr ""
431431

432-
#: shared-bindings/displayio/Display.c
432+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
433433
#: shared-bindings/framebufferio/FramebufferDisplay.c
434434
msgid "Buffer is too small"
435435
msgstr ""
@@ -614,6 +614,10 @@ msgstr ""
614614
msgid "Corrupt raw code"
615615
msgstr ""
616616

617+
#: ports/cxd56/common-hal/camera/Camera.c
618+
msgid "Could not initialize Camera"
619+
msgstr ""
620+
617621
#: ports/cxd56/common-hal/gnss/GNSS.c
618622
msgid "Could not initialize GNSS"
619623
msgstr ""
@@ -840,6 +844,10 @@ msgstr ""
840844
msgid "File exists"
841845
msgstr ""
842846

847+
#: ports/cxd56/common-hal/camera/Camera.c
848+
msgid "Format not supported"
849+
msgstr ""
850+
843851
#: shared-module/framebufferio/FramebufferDisplay.c
844852
#, c-format
845853
msgid "Framebuffer requires %d bytes"
@@ -1502,6 +1510,10 @@ msgstr ""
15021510
msgid "Server side context cannot have hostname"
15031511
msgstr ""
15041512

1513+
#: ports/cxd56/common-hal/camera/Camera.c
1514+
msgid "Size not supported"
1515+
msgstr ""
1516+
15051517
#: shared-bindings/nvm/ByteArray.c
15061518
msgid "Slice and value different lengths."
15071519
msgstr ""

locale/es.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
10+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
1111
"PO-Revision-Date: 2020-08-17 21:11+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
@@ -443,7 +443,7 @@ msgstr "Tamaño de buffer incorrecto. Debe ser de %d bytes."
443443
msgid "Buffer is not a bytearray."
444444
msgstr "Buffer no es un bytearray."
445445

446-
#: shared-bindings/displayio/Display.c
446+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
447447
#: shared-bindings/framebufferio/FramebufferDisplay.c
448448
msgid "Buffer is too small"
449449
msgstr "El buffer es muy pequeño"
@@ -634,6 +634,10 @@ msgstr "Archivo .mpy corrupto"
634634
msgid "Corrupt raw code"
635635
msgstr "Código crudo corrupto"
636636

637+
#: ports/cxd56/common-hal/camera/Camera.c
638+
msgid "Could not initialize Camera"
639+
msgstr ""
640+
637641
#: ports/cxd56/common-hal/gnss/GNSS.c
638642
msgid "Could not initialize GNSS"
639643
msgstr "No se pudo inicializar el GNSS"
@@ -860,6 +864,10 @@ msgstr "Error al escribir al flash interno."
860864
msgid "File exists"
861865
msgstr "El archivo ya existe"
862866

867+
#: ports/cxd56/common-hal/camera/Camera.c
868+
msgid "Format not supported"
869+
msgstr ""
870+
863871
#: shared-module/framebufferio/FramebufferDisplay.c
864872
#, c-format
865873
msgid "Framebuffer requires %d bytes"
@@ -1536,6 +1544,10 @@ msgstr "Serializer está siendo utilizado"
15361544
msgid "Server side context cannot have hostname"
15371545
msgstr ""
15381546

1547+
#: ports/cxd56/common-hal/camera/Camera.c
1548+
msgid "Size not supported"
1549+
msgstr ""
1550+
15391551
#: shared-bindings/nvm/ByteArray.c
15401552
msgid "Slice and value different lengths."
15411553
msgstr "Slice y value tienen tamaños diferentes."

locale/fil.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
99
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1010
"Last-Translator: Timothy <[email protected]>\n"
1111
"Language-Team: fil\n"
@@ -434,7 +434,7 @@ msgstr "Mali ang size ng buffer. Dapat %d bytes."
434434
msgid "Buffer is not a bytearray."
435435
msgstr ""
436436

437-
#: shared-bindings/displayio/Display.c
437+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
438438
#: shared-bindings/framebufferio/FramebufferDisplay.c
439439
msgid "Buffer is too small"
440440
msgstr ""
@@ -622,6 +622,10 @@ msgstr ""
622622
msgid "Corrupt raw code"
623623
msgstr ""
624624

625+
#: ports/cxd56/common-hal/camera/Camera.c
626+
msgid "Could not initialize Camera"
627+
msgstr ""
628+
625629
#: ports/cxd56/common-hal/gnss/GNSS.c
626630
msgid "Could not initialize GNSS"
627631
msgstr ""
@@ -853,6 +857,10 @@ msgstr ""
853857
msgid "File exists"
854858
msgstr "Mayroong file"
855859

860+
#: ports/cxd56/common-hal/camera/Camera.c
861+
msgid "Format not supported"
862+
msgstr ""
863+
856864
#: shared-module/framebufferio/FramebufferDisplay.c
857865
#, c-format
858866
msgid "Framebuffer requires %d bytes"
@@ -1524,6 +1532,10 @@ msgstr "Serializer ginagamit"
15241532
msgid "Server side context cannot have hostname"
15251533
msgstr ""
15261534

1535+
#: ports/cxd56/common-hal/camera/Camera.c
1536+
msgid "Size not supported"
1537+
msgstr ""
1538+
15271539
#: shared-bindings/nvm/ByteArray.c
15281540
msgid "Slice and value different lengths."
15291541
msgstr "Slice at value iba't ibang haba."

locale/fr.po

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
10+
"POT-Creation-Date: 2020-09-11 13:30+0200\n"
1111
"PO-Revision-Date: 2020-09-16 13:47+0000\n"
1212
"Last-Translator: Hugo Dahl <[email protected]>\n"
1313
"Language: fr\n"
@@ -443,7 +443,7 @@ msgstr "Tampon de taille incorrect. Devrait être de %d octets."
443443
msgid "Buffer is not a bytearray."
444444
msgstr "Le tampon n'est pas un 'bytearray'."
445445

446-
#: shared-bindings/displayio/Display.c
446+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
447447
#: shared-bindings/framebufferio/FramebufferDisplay.c
448448
msgid "Buffer is too small"
449449
msgstr "Le tampon est trop petit"
@@ -638,6 +638,10 @@ msgstr "Fichier .mpy corrompu"
638638
msgid "Corrupt raw code"
639639
msgstr "Code brut corrompu"
640640

641+
#: ports/cxd56/common-hal/camera/Camera.c
642+
msgid "Could not initialize Camera"
643+
msgstr ""
644+
641645
#: ports/cxd56/common-hal/gnss/GNSS.c
642646
msgid "Could not initialize GNSS"
643647
msgstr "Impossible d'initialiser GNSS"
@@ -865,6 +869,10 @@ msgstr "Échec de l'écriture du flash interne."
865869
msgid "File exists"
866870
msgstr "Le fichier existe"
867871

872+
#: ports/cxd56/common-hal/camera/Camera.c
873+
msgid "Format not supported"
874+
msgstr ""
875+
868876
#: shared-module/framebufferio/FramebufferDisplay.c
869877
#, c-format
870878
msgid "Framebuffer requires %d bytes"
@@ -1543,6 +1551,10 @@ msgstr "Sérialiseur en cours d'utilisation"
15431551
msgid "Server side context cannot have hostname"
15441552
msgstr ""
15451553

1554+
#: ports/cxd56/common-hal/camera/Camera.c
1555+
msgid "Size not supported"
1556+
msgstr ""
1557+
15461558
#: shared-bindings/nvm/ByteArray.c
15471559
msgid "Slice and value different lengths."
15481560
msgstr "Tranche et valeur de tailles différentes."

0 commit comments

Comments
 (0)