Skip to content

Commit 357d787

Browse files
committed
make translate
1 parent d1a2a1a commit 357d787

File tree

13 files changed

+65
-299
lines changed

13 files changed

+65
-299
lines changed

locale/ID.po

Lines changed: 5 additions & 23 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: 2020-03-30 17:03-0700\n"
11+
"POT-Creation-Date: 2020-04-13 17:17-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"
@@ -900,6 +900,7 @@ msgid "Invalid number of bits"
900900
msgstr ""
901901

902902
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
903+
#: shared-bindings/displayio/FourWire.c
903904
msgid "Invalid phase"
904905
msgstr ""
905906

@@ -931,6 +932,7 @@ msgid "Invalid pins for PWMOut"
931932
msgstr ""
932933

933934
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
935+
#: shared-bindings/displayio/FourWire.c
934936
msgid "Invalid polarity"
935937
msgstr ""
936938

@@ -2158,10 +2160,6 @@ msgstr ""
21582160
msgid "full"
21592161
msgstr ""
21602162

2161-
#: extmod/ulab/code/linalg.c
2162-
msgid "function defined for ndarrays only"
2163-
msgstr ""
2164-
21652163
#: py/argcheck.c
21662164
msgid "function does not take keyword arguments"
21672165
msgstr "fungsi tidak dapat mengambil argumen keyword"
@@ -2175,10 +2173,6 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
21752173
msgid "function got multiple values for argument '%q'"
21762174
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
21772175

2178-
#: extmod/ulab/code/linalg.c
2179-
msgid "function is defined for ndarrays only"
2180-
msgstr ""
2181-
21822176
#: py/argcheck.c
21832177
#, c-format
21842178
msgid "function missing %d required positional arguments"
@@ -2659,14 +2653,6 @@ msgstr "modul tidak ditemukan"
26592653
msgid "only bit_depth=16 is supported"
26602654
msgstr ""
26612655

2662-
#: extmod/ulab/code/linalg.c
2663-
msgid "only ndarray objects can be inverted"
2664-
msgstr ""
2665-
2666-
#: extmod/ulab/code/linalg.c
2667-
msgid "only ndarrays can be inverted"
2668-
msgstr ""
2669-
26702656
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26712657
msgid "only sample_rate=16000 is supported"
26722658
msgstr ""
@@ -2676,10 +2662,6 @@ msgstr ""
26762662
msgid "only slices with step=1 (aka None) are supported"
26772663
msgstr ""
26782664

2679-
#: extmod/ulab/code/linalg.c
2680-
msgid "only square matrices can be inverted"
2681-
msgstr ""
2682-
26832665
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26842666
msgid "operands could not be broadcast together"
26852667
msgstr ""
@@ -3095,7 +3077,7 @@ msgid "wrong argument type"
30953077
msgstr ""
30963078

30973079
#: extmod/ulab/code/ndarray.c
3098-
msgid "wrong input type"
3080+
msgid "wrong index type"
30993081
msgstr ""
31003082

31013083
#: py/objstr.c
@@ -3107,7 +3089,7 @@ msgid "wrong number of values to unpack"
31073089
msgstr ""
31083090

31093091
#: extmod/ulab/code/ndarray.c
3110-
msgid "wrong operand type on the right hand side"
3092+
msgid "wrong operand type"
31113093
msgstr ""
31123094

31133095
#: shared-module/displayio/Shape.c

locale/circuitpython.pot

Lines changed: 5 additions & 23 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: 2020-03-30 17:03-0700\n"
11+
"POT-Creation-Date: 2020-04-13 17:17-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"
@@ -889,6 +889,7 @@ msgid "Invalid number of bits"
889889
msgstr ""
890890

891891
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
892+
#: shared-bindings/displayio/FourWire.c
892893
msgid "Invalid phase"
893894
msgstr ""
894895

@@ -920,6 +921,7 @@ msgid "Invalid pins for PWMOut"
920921
msgstr ""
921922

922923
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
924+
#: shared-bindings/displayio/FourWire.c
923925
msgid "Invalid polarity"
924926
msgstr ""
925927

@@ -2134,10 +2136,6 @@ msgstr ""
21342136
msgid "full"
21352137
msgstr ""
21362138

2137-
#: extmod/ulab/code/linalg.c
2138-
msgid "function defined for ndarrays only"
2139-
msgstr ""
2140-
21412139
#: py/argcheck.c
21422140
msgid "function does not take keyword arguments"
21432141
msgstr ""
@@ -2151,10 +2149,6 @@ msgstr ""
21512149
msgid "function got multiple values for argument '%q'"
21522150
msgstr ""
21532151

2154-
#: extmod/ulab/code/linalg.c
2155-
msgid "function is defined for ndarrays only"
2156-
msgstr ""
2157-
21582152
#: py/argcheck.c
21592153
#, c-format
21602154
msgid "function missing %d required positional arguments"
@@ -2634,14 +2628,6 @@ msgstr ""
26342628
msgid "only bit_depth=16 is supported"
26352629
msgstr ""
26362630

2637-
#: extmod/ulab/code/linalg.c
2638-
msgid "only ndarray objects can be inverted"
2639-
msgstr ""
2640-
2641-
#: extmod/ulab/code/linalg.c
2642-
msgid "only ndarrays can be inverted"
2643-
msgstr ""
2644-
26452631
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26462632
msgid "only sample_rate=16000 is supported"
26472633
msgstr ""
@@ -2651,10 +2637,6 @@ msgstr ""
26512637
msgid "only slices with step=1 (aka None) are supported"
26522638
msgstr ""
26532639

2654-
#: extmod/ulab/code/linalg.c
2655-
msgid "only square matrices can be inverted"
2656-
msgstr ""
2657-
26582640
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26592641
msgid "operands could not be broadcast together"
26602642
msgstr ""
@@ -3069,7 +3051,7 @@ msgid "wrong argument type"
30693051
msgstr ""
30703052

30713053
#: extmod/ulab/code/ndarray.c
3072-
msgid "wrong input type"
3054+
msgid "wrong index type"
30733055
msgstr ""
30743056

30753057
#: py/objstr.c
@@ -3081,7 +3063,7 @@ msgid "wrong number of values to unpack"
30813063
msgstr ""
30823064

30833065
#: extmod/ulab/code/ndarray.c
3084-
msgid "wrong operand type on the right hand side"
3066+
msgid "wrong operand type"
30853067
msgstr ""
30863068

30873069
#: shared-module/displayio/Shape.c

locale/de_DE.po

Lines changed: 5 additions & 23 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-03-30 17:03-0700\n"
10+
"POT-Creation-Date: 2020-04-13 17:17-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"
@@ -897,6 +897,7 @@ msgid "Invalid number of bits"
897897
msgstr "Ungültige Anzahl von Bits"
898898

899899
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
900+
#: shared-bindings/displayio/FourWire.c
900901
msgid "Invalid phase"
901902
msgstr "Ungültige Phase"
902903

@@ -928,6 +929,7 @@ msgid "Invalid pins for PWMOut"
928929
msgstr ""
929930

930931
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
932+
#: shared-bindings/displayio/FourWire.c
931933
msgid "Invalid polarity"
932934
msgstr "Ungültige Polarität"
933935

@@ -2163,10 +2165,6 @@ msgstr ""
21632165
msgid "full"
21642166
msgstr "voll"
21652167

2166-
#: extmod/ulab/code/linalg.c
2167-
msgid "function defined for ndarrays only"
2168-
msgstr ""
2169-
21702168
#: py/argcheck.c
21712169
msgid "function does not take keyword arguments"
21722170
msgstr "Funktion akzeptiert keine Keyword-Argumente"
@@ -2180,10 +2178,6 @@ msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
21802178
msgid "function got multiple values for argument '%q'"
21812179
msgstr "Funktion hat mehrere Werte für Argument '%q'"
21822180

2183-
#: extmod/ulab/code/linalg.c
2184-
msgid "function is defined for ndarrays only"
2185-
msgstr ""
2186-
21872181
#: py/argcheck.c
21882182
#, c-format
21892183
msgid "function missing %d required positional arguments"
@@ -2670,14 +2664,6 @@ msgstr "offset außerhalb der Grenzen"
26702664
msgid "only bit_depth=16 is supported"
26712665
msgstr "nur eine bit_depth=16 wird unterstützt"
26722666

2673-
#: extmod/ulab/code/linalg.c
2674-
msgid "only ndarray objects can be inverted"
2675-
msgstr ""
2676-
2677-
#: extmod/ulab/code/linalg.c
2678-
msgid "only ndarrays can be inverted"
2679-
msgstr ""
2680-
26812667
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26822668
msgid "only sample_rate=16000 is supported"
26832669
msgstr "nur eine sample_rate=16000 wird unterstützt"
@@ -2687,10 +2673,6 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
26872673
msgid "only slices with step=1 (aka None) are supported"
26882674
msgstr ""
26892675

2690-
#: extmod/ulab/code/linalg.c
2691-
msgid "only square matrices can be inverted"
2692-
msgstr ""
2693-
26942676
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26952677
msgid "operands could not be broadcast together"
26962678
msgstr ""
@@ -3114,7 +3096,7 @@ msgid "wrong argument type"
31143096
msgstr ""
31153097

31163098
#: extmod/ulab/code/ndarray.c
3117-
msgid "wrong input type"
3099+
msgid "wrong index type"
31183100
msgstr ""
31193101

31203102
#: py/objstr.c
@@ -3126,7 +3108,7 @@ msgid "wrong number of values to unpack"
31263108
msgstr "falsche Anzahl zu entpackender Werte"
31273109

31283110
#: extmod/ulab/code/ndarray.c
3129-
msgid "wrong operand type on the right hand side"
3111+
msgid "wrong operand type"
31303112
msgstr ""
31313113

31323114
#: shared-module/displayio/Shape.c

locale/en_US.po

Lines changed: 5 additions & 23 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-03-30 17:03-0700\n"
10+
"POT-Creation-Date: 2020-04-13 17:17-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -889,6 +889,7 @@ msgid "Invalid number of bits"
889889
msgstr ""
890890

891891
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
892+
#: shared-bindings/displayio/FourWire.c
892893
msgid "Invalid phase"
893894
msgstr ""
894895

@@ -920,6 +921,7 @@ msgid "Invalid pins for PWMOut"
920921
msgstr ""
921922

922923
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
924+
#: shared-bindings/displayio/FourWire.c
923925
msgid "Invalid polarity"
924926
msgstr ""
925927

@@ -2134,10 +2136,6 @@ msgstr ""
21342136
msgid "full"
21352137
msgstr ""
21362138

2137-
#: extmod/ulab/code/linalg.c
2138-
msgid "function defined for ndarrays only"
2139-
msgstr ""
2140-
21412139
#: py/argcheck.c
21422140
msgid "function does not take keyword arguments"
21432141
msgstr ""
@@ -2151,10 +2149,6 @@ msgstr ""
21512149
msgid "function got multiple values for argument '%q'"
21522150
msgstr ""
21532151

2154-
#: extmod/ulab/code/linalg.c
2155-
msgid "function is defined for ndarrays only"
2156-
msgstr ""
2157-
21582152
#: py/argcheck.c
21592153
#, c-format
21602154
msgid "function missing %d required positional arguments"
@@ -2634,14 +2628,6 @@ msgstr ""
26342628
msgid "only bit_depth=16 is supported"
26352629
msgstr ""
26362630

2637-
#: extmod/ulab/code/linalg.c
2638-
msgid "only ndarray objects can be inverted"
2639-
msgstr ""
2640-
2641-
#: extmod/ulab/code/linalg.c
2642-
msgid "only ndarrays can be inverted"
2643-
msgstr ""
2644-
26452631
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26462632
msgid "only sample_rate=16000 is supported"
26472633
msgstr ""
@@ -2651,10 +2637,6 @@ msgstr ""
26512637
msgid "only slices with step=1 (aka None) are supported"
26522638
msgstr ""
26532639

2654-
#: extmod/ulab/code/linalg.c
2655-
msgid "only square matrices can be inverted"
2656-
msgstr ""
2657-
26582640
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26592641
msgid "operands could not be broadcast together"
26602642
msgstr ""
@@ -3069,7 +3051,7 @@ msgid "wrong argument type"
30693051
msgstr ""
30703052

30713053
#: extmod/ulab/code/ndarray.c
3072-
msgid "wrong input type"
3054+
msgid "wrong index type"
30733055
msgstr ""
30743056

30753057
#: py/objstr.c
@@ -3081,7 +3063,7 @@ msgid "wrong number of values to unpack"
30813063
msgstr ""
30823064

30833065
#: extmod/ulab/code/ndarray.c
3084-
msgid "wrong operand type on the right hand side"
3066+
msgid "wrong operand type"
30853067
msgstr ""
30863068

30873069
#: shared-module/displayio/Shape.c

0 commit comments

Comments
 (0)