Skip to content

Commit d272cae

Browse files
committed
make translate
1 parent 4dfc586 commit d272cae

File tree

13 files changed

+156
-13
lines changed

13 files changed

+156
-13
lines changed

locale/ID.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
11+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -53,6 +53,11 @@ msgstr "output:\n"
5353
msgid "%%c requires int or char"
5454
msgstr ""
5555

56+
#: shared-bindings/_protomatter/Protomatter.c
57+
#, c-format
58+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+
msgstr ""
60+
5661
#: shared-bindings/microcontroller/Pin.c
5762
msgid "%q in use"
5863
msgstr ""
@@ -360,6 +365,7 @@ msgstr ""
360365
msgid "Both pins must support hardware interrupts"
361366
msgstr "Kedua pin harus mendukung hardware interrut"
362367

368+
#: shared-bindings/_protomatter/Protomatter.c
363369
#: shared-bindings/displayio/Display.c
364370
#: shared-bindings/framebufferio/FramebufferDisplay.c
365371
msgid "Brightness must be 0-1.0"
@@ -1033,6 +1039,11 @@ msgstr ""
10331039
msgid "Must provide MISO or MOSI pin"
10341040
msgstr ""
10351041

1042+
#: shared-bindings/_protomatter/Protomatter.c
1043+
#, c-format
1044+
msgid "Must use a multiple of 6 rgb pins, not %d"
1045+
msgstr ""
1046+
10361047
#: py/parse.c
10371048
msgid "Name too long"
10381049
msgstr ""

locale/circuitpython.pot

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
11+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -53,6 +53,11 @@ msgstr ""
5353
msgid "%%c requires int or char"
5454
msgstr ""
5555

56+
#: shared-bindings/_protomatter/Protomatter.c
57+
#, c-format
58+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+
msgstr ""
60+
5661
#: shared-bindings/microcontroller/Pin.c
5762
msgid "%q in use"
5863
msgstr ""
@@ -356,6 +361,7 @@ msgstr ""
356361
msgid "Both pins must support hardware interrupts"
357362
msgstr ""
358363

364+
#: shared-bindings/_protomatter/Protomatter.c
359365
#: shared-bindings/displayio/Display.c
360366
#: shared-bindings/framebufferio/FramebufferDisplay.c
361367
msgid "Brightness must be 0-1.0"
@@ -1022,6 +1028,11 @@ msgstr ""
10221028
msgid "Must provide MISO or MOSI pin"
10231029
msgstr ""
10241030

1031+
#: shared-bindings/_protomatter/Protomatter.c
1032+
#, c-format
1033+
msgid "Must use a multiple of 6 rgb pins, not %d"
1034+
msgstr ""
1035+
10251036
#: py/parse.c
10261037
msgid "Name too long"
10271038
msgstr ""

locale/de_DE.po

Lines changed: 12 additions & 1 deletion
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-04-10 10:42-0500\n"
10+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -55,6 +55,11 @@ msgstr " Ausgabe:\n"
5555
msgid "%%c requires int or char"
5656
msgstr "%%c erwartet int oder char"
5757

58+
#: shared-bindings/_protomatter/Protomatter.c
59+
#, c-format
60+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
61+
msgstr ""
62+
5863
#: shared-bindings/microcontroller/Pin.c
5964
msgid "%q in use"
6065
msgstr "%q in Benutzung"
@@ -360,6 +365,7 @@ msgstr "Bit depth muss ein Vielfaches von 8 sein."
360365
msgid "Both pins must support hardware interrupts"
361366
msgstr "Beide pins müssen Hardware Interrupts unterstützen"
362367

368+
#: shared-bindings/_protomatter/Protomatter.c
363369
#: shared-bindings/displayio/Display.c
364370
#: shared-bindings/framebufferio/FramebufferDisplay.c
365371
msgid "Brightness must be 0-1.0"
@@ -1031,6 +1037,11 @@ msgstr "Muss eine %q Unterklasse sein."
10311037
msgid "Must provide MISO or MOSI pin"
10321038
msgstr ""
10331039

1040+
#: shared-bindings/_protomatter/Protomatter.c
1041+
#, c-format
1042+
msgid "Must use a multiple of 6 rgb pins, not %d"
1043+
msgstr ""
1044+
10341045
#: py/parse.c
10351046
msgid "Name too long"
10361047
msgstr ""

locale/en_US.po

Lines changed: 12 additions & 1 deletion
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-04-10 10:42-0500\n"
10+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -53,6 +53,11 @@ msgstr ""
5353
msgid "%%c requires int or char"
5454
msgstr ""
5555

56+
#: shared-bindings/_protomatter/Protomatter.c
57+
#, c-format
58+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+
msgstr ""
60+
5661
#: shared-bindings/microcontroller/Pin.c
5762
msgid "%q in use"
5863
msgstr ""
@@ -356,6 +361,7 @@ msgstr ""
356361
msgid "Both pins must support hardware interrupts"
357362
msgstr ""
358363

364+
#: shared-bindings/_protomatter/Protomatter.c
359365
#: shared-bindings/displayio/Display.c
360366
#: shared-bindings/framebufferio/FramebufferDisplay.c
361367
msgid "Brightness must be 0-1.0"
@@ -1022,6 +1028,11 @@ msgstr ""
10221028
msgid "Must provide MISO or MOSI pin"
10231029
msgstr ""
10241030

1031+
#: shared-bindings/_protomatter/Protomatter.c
1032+
#, c-format
1033+
msgid "Must use a multiple of 6 rgb pins, not %d"
1034+
msgstr ""
1035+
10251036
#: py/parse.c
10261037
msgid "Name too long"
10271038
msgstr ""

locale/en_x_pirate.po

Lines changed: 12 additions & 1 deletion
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-04-10 10:42-0500\n"
10+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -55,6 +55,11 @@ msgstr ""
5555
msgid "%%c requires int or char"
5656
msgstr ""
5757

58+
#: shared-bindings/_protomatter/Protomatter.c
59+
#, c-format
60+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
61+
msgstr ""
62+
5863
#: shared-bindings/microcontroller/Pin.c
5964
msgid "%q in use"
6065
msgstr ""
@@ -360,6 +365,7 @@ msgstr ""
360365
msgid "Both pins must support hardware interrupts"
361366
msgstr ""
362367

368+
#: shared-bindings/_protomatter/Protomatter.c
363369
#: shared-bindings/displayio/Display.c
364370
#: shared-bindings/framebufferio/FramebufferDisplay.c
365371
msgid "Brightness must be 0-1.0"
@@ -1026,6 +1032,11 @@ msgstr ""
10261032
msgid "Must provide MISO or MOSI pin"
10271033
msgstr ""
10281034

1035+
#: shared-bindings/_protomatter/Protomatter.c
1036+
#, c-format
1037+
msgid "Must use a multiple of 6 rgb pins, not %d"
1038+
msgstr ""
1039+
10291040
#: py/parse.c
10301041
msgid "Name too long"
10311042
msgstr ""

locale/es.po

Lines changed: 12 additions & 1 deletion
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-04-10 10:42-0500\n"
10+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -55,6 +55,11 @@ msgstr " salida:\n"
5555
msgid "%%c requires int or char"
5656
msgstr "%%c requiere int o char"
5757

58+
#: shared-bindings/_protomatter/Protomatter.c
59+
#, c-format
60+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
61+
msgstr ""
62+
5863
#: shared-bindings/microcontroller/Pin.c
5964
msgid "%q in use"
6065
msgstr "%q está siendo utilizado"
@@ -362,6 +367,7 @@ msgstr "Bits depth debe ser múltiplo de 8."
362367
msgid "Both pins must support hardware interrupts"
363368
msgstr "Ambos pines deben soportar interrupciones por hardware"
364369

370+
#: shared-bindings/_protomatter/Protomatter.c
365371
#: shared-bindings/displayio/Display.c
366372
#: shared-bindings/framebufferio/FramebufferDisplay.c
367373
msgid "Brightness must be 0-1.0"
@@ -1030,6 +1036,11 @@ msgstr "Debe de ser una subclase de %q"
10301036
msgid "Must provide MISO or MOSI pin"
10311037
msgstr ""
10321038

1039+
#: shared-bindings/_protomatter/Protomatter.c
1040+
#, c-format
1041+
msgid "Must use a multiple of 6 rgb pins, not %d"
1042+
msgstr ""
1043+
10331044
#: py/parse.c
10341045
msgid "Name too long"
10351046
msgstr ""

locale/fil.po

Lines changed: 12 additions & 1 deletion
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-04-10 10:42-0500\n"
10+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <[email protected]>\n"
1313
"Language-Team: fil\n"
@@ -53,6 +53,11 @@ msgstr " output:\n"
5353
msgid "%%c requires int or char"
5454
msgstr "%%c nangangailangan ng int o char"
5555

56+
#: shared-bindings/_protomatter/Protomatter.c
57+
#, c-format
58+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+
msgstr ""
60+
5661
#: shared-bindings/microcontroller/Pin.c
5762
msgid "%q in use"
5863
msgstr "%q ay ginagamit"
@@ -362,6 +367,7 @@ msgstr "Bit depth ay dapat multiple ng 8."
362367
msgid "Both pins must support hardware interrupts"
363368
msgstr "Ang parehong mga pin ay dapat na sumusuporta sa hardware interrupts"
364369

370+
#: shared-bindings/_protomatter/Protomatter.c
365371
#: shared-bindings/displayio/Display.c
366372
#: shared-bindings/framebufferio/FramebufferDisplay.c
367373
msgid "Brightness must be 0-1.0"
@@ -1038,6 +1044,11 @@ msgstr ""
10381044
msgid "Must provide MISO or MOSI pin"
10391045
msgstr ""
10401046

1047+
#: shared-bindings/_protomatter/Protomatter.c
1048+
#, c-format
1049+
msgid "Must use a multiple of 6 rgb pins, not %d"
1050+
msgstr ""
1051+
10411052
#: py/parse.c
10421053
msgid "Name too long"
10431054
msgstr ""

locale/fr.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
11+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <[email protected]>\n"
1414
"Language-Team: fr\n"
@@ -55,6 +55,11 @@ msgstr " sortie:\n"
5555
msgid "%%c requires int or char"
5656
msgstr "%%c nécessite un entier 'int' ou un caractère 'char'"
5757

58+
#: shared-bindings/_protomatter/Protomatter.c
59+
#, c-format
60+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
61+
msgstr ""
62+
5863
#: shared-bindings/microcontroller/Pin.c
5964
msgid "%q in use"
6065
msgstr "%q utilisé"
@@ -366,6 +371,7 @@ msgstr "La profondeur de bit doit être un multiple de 8."
366371
msgid "Both pins must support hardware interrupts"
367372
msgstr "Les deux entrées doivent supporter les interruptions matérielles"
368373

374+
#: shared-bindings/_protomatter/Protomatter.c
369375
#: shared-bindings/displayio/Display.c
370376
#: shared-bindings/framebufferio/FramebufferDisplay.c
371377
msgid "Brightness must be 0-1.0"
@@ -1045,6 +1051,11 @@ msgstr ""
10451051
msgid "Must provide MISO or MOSI pin"
10461052
msgstr ""
10471053

1054+
#: shared-bindings/_protomatter/Protomatter.c
1055+
#, c-format
1056+
msgid "Must use a multiple of 6 rgb pins, not %d"
1057+
msgstr ""
1058+
10481059
#: py/parse.c
10491060
msgid "Name too long"
10501061
msgstr ""

locale/it_IT.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
11+
"POT-Creation-Date: 2020-04-14 18:22-0500\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <[email protected]>\n"
1414
"Language-Team: \n"
@@ -53,6 +53,11 @@ msgstr " output:\n"
5353
msgid "%%c requires int or char"
5454
msgstr "%%c necessita di int o char"
5555

56+
#: shared-bindings/_protomatter/Protomatter.c
57+
#, c-format
58+
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
59+
msgstr ""
60+
5661
#: shared-bindings/microcontroller/Pin.c
5762
msgid "%q in use"
5863
msgstr "%q in uso"
@@ -362,6 +367,7 @@ msgstr "La profondità di bit deve essere multipla di 8."
362367
msgid "Both pins must support hardware interrupts"
363368
msgstr "Entrambi i pin devono supportare gli interrupt hardware"
364369

370+
#: shared-bindings/_protomatter/Protomatter.c
365371
#: shared-bindings/displayio/Display.c
366372
#: shared-bindings/framebufferio/FramebufferDisplay.c
367373
msgid "Brightness must be 0-1.0"
@@ -1042,6 +1048,11 @@ msgstr ""
10421048
msgid "Must provide MISO or MOSI pin"
10431049
msgstr ""
10441050

1051+
#: shared-bindings/_protomatter/Protomatter.c
1052+
#, c-format
1053+
msgid "Must use a multiple of 6 rgb pins, not %d"
1054+
msgstr ""
1055+
10451056
#: py/parse.c
10461057
msgid "Name too long"
10471058
msgstr ""

0 commit comments

Comments
 (0)