Skip to content

Commit 7422f43

Browse files
committed
update translations
1 parent a9baa44 commit 7422f43

13 files changed

Lines changed: 112 additions & 136 deletions

File tree

locale/ID.po

Lines changed: 5 additions & 9 deletions
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: 2019-11-21 16:50-0800\n"
11+
"POT-Creation-Date: 2019-11-23 13:58-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 <LL@li.org>\n"
@@ -843,6 +843,10 @@ msgstr ""
843843
msgid "Must be a %q subclass."
844844
msgstr ""
845845

846+
#: shared-bindings/_pixelbuf/PixelBuf.c
847+
msgid "Negative step not supported"
848+
msgstr ""
849+
846850
#: ports/nrf/common-hal/_bleio/Characteristic.c
847851
msgid "No CCCD for this Characteristic"
848852
msgstr ""
@@ -938,10 +942,6 @@ msgid ""
938942
"%d bpp given"
939943
msgstr ""
940944

941-
#: shared-bindings/_pixelbuf/PixelBuf.c
942-
msgid "Only slices with step=1 (aka None) are supported"
943-
msgstr ""
944-
945945
#: shared-bindings/audiobusio/PDMIn.c
946946
msgid "Oversample must be multiple of 8."
947947
msgstr ""
@@ -2614,10 +2614,6 @@ msgstr ""
26142614
msgid "window must be <= interval"
26152615
msgstr ""
26162616

2617-
#: shared-bindings/_pixelbuf/PixelBuf.c
2618-
msgid "write_args must be a list, tuple, or None"
2619-
msgstr ""
2620-
26212617
#: py/objstr.c
26222618
msgid "wrong number of arguments"
26232619
msgstr ""

locale/circuitpython.pot

Lines changed: 5 additions & 9 deletions
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: 2019-11-21 16:50-0800\n"
11+
"POT-Creation-Date: 2019-11-23 13:58-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 <LL@li.org>\n"
@@ -832,6 +832,10 @@ msgstr ""
832832
msgid "Must be a %q subclass."
833833
msgstr ""
834834

835+
#: shared-bindings/_pixelbuf/PixelBuf.c
836+
msgid "Negative step not supported"
837+
msgstr ""
838+
835839
#: ports/nrf/common-hal/_bleio/Characteristic.c
836840
msgid "No CCCD for this Characteristic"
837841
msgstr ""
@@ -926,10 +930,6 @@ msgid ""
926930
"%d bpp given"
927931
msgstr ""
928932

929-
#: shared-bindings/_pixelbuf/PixelBuf.c
930-
msgid "Only slices with step=1 (aka None) are supported"
931-
msgstr ""
932-
933933
#: shared-bindings/audiobusio/PDMIn.c
934934
msgid "Oversample must be multiple of 8."
935935
msgstr ""
@@ -2582,10 +2582,6 @@ msgstr ""
25822582
msgid "window must be <= interval"
25832583
msgstr ""
25842584

2585-
#: shared-bindings/_pixelbuf/PixelBuf.c
2586-
msgid "write_args must be a list, tuple, or None"
2587-
msgstr ""
2588-
25892585
#: py/objstr.c
25902586
msgid "wrong number of arguments"
25912587
msgstr ""

locale/de_DE.po

Lines changed: 14 additions & 12 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: 2019-11-21 16:50-0800\n"
10+
"POT-Creation-Date: 2019-11-23 13:58-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"
@@ -847,6 +847,10 @@ msgstr ""
847847
msgid "Must be a %q subclass."
848848
msgstr "Muss eine %q Unterklasse sein."
849849

850+
#: shared-bindings/_pixelbuf/PixelBuf.c
851+
msgid "Negative step not supported"
852+
msgstr ""
853+
850854
#: ports/nrf/common-hal/_bleio/Characteristic.c
851855
msgid "No CCCD for this Characteristic"
852856
msgstr "Kein CCCD für diese Charakteristik"
@@ -947,10 +951,6 @@ msgstr ""
947951
"Nur monochrome, indizierte 4bpp oder 8bpp, und 16bpp oder größere BMPs "
948952
"unterstützt: %d bpp wurden gegeben"
949953

950-
#: shared-bindings/_pixelbuf/PixelBuf.c
951-
msgid "Only slices with step=1 (aka None) are supported"
952-
msgstr ""
953-
954954
#: shared-bindings/audiobusio/PDMIn.c
955955
msgid "Oversample must be multiple of 8."
956956
msgstr "Oversample muss ein Vielfaches von 8 sein."
@@ -1464,9 +1464,8 @@ msgid "byte code not implemented"
14641464
msgstr ""
14651465

14661466
#: shared-bindings/_pixelbuf/PixelBuf.c
1467-
#, c-format
1468-
msgid "byteorder is not an instance of ByteOrder (got a %s)"
1469-
msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten)"
1467+
msgid "byteorder is not a string"
1468+
msgstr ""
14701469

14711470
#: ports/atmel-samd/common-hal/busio/UART.c
14721471
msgid "bytes > 8 bits not supported"
@@ -2648,10 +2647,6 @@ msgstr "value_count muss größer als 0 sein"
26482647
msgid "window must be <= interval"
26492648
msgstr ""
26502649

2651-
#: shared-bindings/_pixelbuf/PixelBuf.c
2652-
msgid "write_args must be a list, tuple, or None"
2653-
msgstr "write_args muss eine Liste, ein Tupel oder None sein"
2654-
26552650
#: py/objstr.c
26562651
msgid "wrong number of arguments"
26572652
msgstr "falsche Anzahl an Argumenten"
@@ -2941,6 +2936,10 @@ msgstr ""
29412936
#~ msgid "buffer too long"
29422937
#~ msgstr "Buffer zu lang"
29432938

2939+
#, c-format
2940+
#~ msgid "byteorder is not an instance of ByteOrder (got a %s)"
2941+
#~ msgstr "byteorder ist keine Instanz von ByteOrder (%s erhalten)"
2942+
29442943
#~ msgid "expected a DigitalInOut"
29452944
#~ msgstr "erwarte DigitalInOut"
29462945

@@ -3007,3 +3006,6 @@ msgstr ""
30073006

30083007
#~ msgid "wifi_set_ip_info() failed"
30093008
#~ msgstr "wifi_set_ip_info() fehlgeschlagen"
3009+
3010+
#~ msgid "write_args must be a list, tuple, or None"
3011+
#~ msgstr "write_args muss eine Liste, ein Tupel oder None sein"

locale/en_US.po

Lines changed: 5 additions & 9 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: 2019-11-21 16:50-0800\n"
10+
"POT-Creation-Date: 2019-11-23 13:58-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -832,6 +832,10 @@ msgstr ""
832832
msgid "Must be a %q subclass."
833833
msgstr ""
834834

835+
#: shared-bindings/_pixelbuf/PixelBuf.c
836+
msgid "Negative step not supported"
837+
msgstr ""
838+
835839
#: ports/nrf/common-hal/_bleio/Characteristic.c
836840
msgid "No CCCD for this Characteristic"
837841
msgstr ""
@@ -926,10 +930,6 @@ msgid ""
926930
"%d bpp given"
927931
msgstr ""
928932

929-
#: shared-bindings/_pixelbuf/PixelBuf.c
930-
msgid "Only slices with step=1 (aka None) are supported"
931-
msgstr ""
932-
933933
#: shared-bindings/audiobusio/PDMIn.c
934934
msgid "Oversample must be multiple of 8."
935935
msgstr ""
@@ -2582,10 +2582,6 @@ msgstr ""
25822582
msgid "window must be <= interval"
25832583
msgstr ""
25842584

2585-
#: shared-bindings/_pixelbuf/PixelBuf.c
2586-
msgid "write_args must be a list, tuple, or None"
2587-
msgstr ""
2588-
25892585
#: py/objstr.c
25902586
msgid "wrong number of arguments"
25912587
msgstr ""

locale/en_x_pirate.po

Lines changed: 5 additions & 9 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: 2019-11-21 16:50-0800\n"
10+
"POT-Creation-Date: 2019-11-23 13:58-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -836,6 +836,10 @@ msgstr ""
836836
msgid "Must be a %q subclass."
837837
msgstr ""
838838

839+
#: shared-bindings/_pixelbuf/PixelBuf.c
840+
msgid "Negative step not supported"
841+
msgstr ""
842+
839843
#: ports/nrf/common-hal/_bleio/Characteristic.c
840844
msgid "No CCCD for this Characteristic"
841845
msgstr ""
@@ -930,10 +934,6 @@ msgid ""
930934
"%d bpp given"
931935
msgstr ""
932936

933-
#: shared-bindings/_pixelbuf/PixelBuf.c
934-
msgid "Only slices with step=1 (aka None) are supported"
935-
msgstr ""
936-
937937
#: shared-bindings/audiobusio/PDMIn.c
938938
msgid "Oversample must be multiple of 8."
939939
msgstr ""
@@ -2586,10 +2586,6 @@ msgstr ""
25862586
msgid "window must be <= interval"
25872587
msgstr ""
25882588

2589-
#: shared-bindings/_pixelbuf/PixelBuf.c
2590-
msgid "write_args must be a list, tuple, or None"
2591-
msgstr ""
2592-
25932589
#: py/objstr.c
25942590
msgid "wrong number of arguments"
25952591
msgstr ""

locale/es.po

Lines changed: 9 additions & 10 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: 2019-11-21 16:50-0800\n"
10+
"POT-Creation-Date: 2019-11-23 13:58-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -846,6 +846,10 @@ msgstr "Micrófono demora de inicio debe estar en el rango 0.0 a 1.0"
846846
msgid "Must be a %q subclass."
847847
msgstr "Debe de ser una subclase de %q"
848848

849+
#: shared-bindings/_pixelbuf/PixelBuf.c
850+
msgid "Negative step not supported"
851+
msgstr ""
852+
849853
#: ports/nrf/common-hal/_bleio/Characteristic.c
850854
msgid "No CCCD for this Characteristic"
851855
msgstr ""
@@ -944,11 +948,6 @@ msgid ""
944948
"%d bpp given"
945949
msgstr ""
946950

947-
#: shared-bindings/_pixelbuf/PixelBuf.c
948-
#, fuzzy
949-
msgid "Only slices with step=1 (aka None) are supported"
950-
msgstr "solo se admiten segmentos con step=1 (alias None)"
951-
952951
#: shared-bindings/audiobusio/PDMIn.c
953952
msgid "Oversample must be multiple of 8."
954953
msgstr "El sobremuestreo debe ser un múltiplo de 8"
@@ -2645,10 +2644,6 @@ msgstr ""
26452644
msgid "window must be <= interval"
26462645
msgstr ""
26472646

2648-
#: shared-bindings/_pixelbuf/PixelBuf.c
2649-
msgid "write_args must be a list, tuple, or None"
2650-
msgstr ""
2651-
26522647
#: py/objstr.c
26532648
msgid "wrong number of arguments"
26542649
msgstr "numero erroneo de argumentos"
@@ -2890,6 +2885,10 @@ msgstr "paso cero"
28902885
#~ "Solo se admiten BMP monocromos, indexados de 8bpp y 16bpp o superiores:% "
28912886
#~ "d bppdado"
28922887

2888+
#, fuzzy
2889+
#~ msgid "Only slices with step=1 (aka None) are supported"
2890+
#~ msgstr "solo se admiten segmentos con step=1 (alias None)"
2891+
28932892
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
28942893
#~ msgstr "Solo color verdadero (24 bpp o superior) BMP admitido %x"
28952894

locale/fil.po

Lines changed: 10 additions & 10 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: 2019-11-21 16:50-0800\n"
10+
"POT-Creation-Date: 2019-11-23 13:58-0500\n"
1111
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1212
"Last-Translator: Timothy <me@timothygarcia.ca>\n"
1313
"Language-Team: fil\n"
@@ -852,6 +852,10 @@ msgstr "Ang delay ng startup ng mikropono ay dapat na nasa 0.0 hanggang 1.0"
852852
msgid "Must be a %q subclass."
853853
msgstr ""
854854

855+
#: shared-bindings/_pixelbuf/PixelBuf.c
856+
msgid "Negative step not supported"
857+
msgstr ""
858+
855859
#: ports/nrf/common-hal/_bleio/Characteristic.c
856860
msgid "No CCCD for this Characteristic"
857861
msgstr ""
@@ -949,11 +953,6 @@ msgid ""
949953
"%d bpp given"
950954
msgstr ""
951955

952-
#: shared-bindings/_pixelbuf/PixelBuf.c
953-
#, fuzzy
954-
msgid "Only slices with step=1 (aka None) are supported"
955-
msgstr "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
956-
957956
#: shared-bindings/audiobusio/PDMIn.c
958957
msgid "Oversample must be multiple of 8."
959958
msgstr "Oversample ay dapat multiple ng 8."
@@ -2654,10 +2653,6 @@ msgstr ""
26542653
msgid "window must be <= interval"
26552654
msgstr ""
26562655

2657-
#: shared-bindings/_pixelbuf/PixelBuf.c
2658-
msgid "write_args must be a list, tuple, or None"
2659-
msgstr ""
2660-
26612656
#: py/objstr.c
26622657
msgid "wrong number of arguments"
26632658
msgstr "mali ang bilang ng argumento"
@@ -2873,6 +2868,11 @@ msgstr "zero step"
28732868
#~ msgid "Only bit maps of 8 bit color or less are supported"
28742869
#~ msgstr "Tanging bit maps na may 8 bit color o mas mababa ang supportado"
28752870

2871+
#, fuzzy
2872+
#~ msgid "Only slices with step=1 (aka None) are supported"
2873+
#~ msgstr ""
2874+
#~ "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
2875+
28762876
#~ msgid "Only true color (24 bpp or higher) BMP supported %x"
28772877
#~ msgstr "Dapat true color (24 bpp o mas mataas) BMP lamang ang supportado %x"
28782878

0 commit comments

Comments
 (0)