Skip to content

Commit d19700e

Browse files
committed
make translate
1 parent d1a2a1a commit d19700e

File tree

13 files changed

+117
-299
lines changed

13 files changed

+117
-299
lines changed

locale/ID.po

Lines changed: 9 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 19: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"
@@ -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

@@ -1647,6 +1649,10 @@ msgstr ""
16471649
msgid "array/bytes required on right side"
16481650
msgstr ""
16491651

1652+
#: extmod/ulab/code/numerical.c
1653+
msgid "attempt to get argmin/argmax of an empty sequence"
1654+
msgstr ""
1655+
16501656
#: py/objstr.c
16511657
msgid "attributes not supported yet"
16521658
msgstr ""
@@ -2158,10 +2164,6 @@ msgstr ""
21582164
msgid "full"
21592165
msgstr ""
21602166

2161-
#: extmod/ulab/code/linalg.c
2162-
msgid "function defined for ndarrays only"
2163-
msgstr ""
2164-
21652167
#: py/argcheck.c
21662168
msgid "function does not take keyword arguments"
21672169
msgstr "fungsi tidak dapat mengambil argumen keyword"
@@ -2175,10 +2177,6 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
21752177
msgid "function got multiple values for argument '%q'"
21762178
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
21772179

2178-
#: extmod/ulab/code/linalg.c
2179-
msgid "function is defined for ndarrays only"
2180-
msgstr ""
2181-
21822180
#: py/argcheck.c
21832181
#, c-format
21842182
msgid "function missing %d required positional arguments"
@@ -2659,14 +2657,6 @@ msgstr "modul tidak ditemukan"
26592657
msgid "only bit_depth=16 is supported"
26602658
msgstr ""
26612659

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-
26702660
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26712661
msgid "only sample_rate=16000 is supported"
26722662
msgstr ""
@@ -2676,10 +2666,6 @@ msgstr ""
26762666
msgid "only slices with step=1 (aka None) are supported"
26772667
msgstr ""
26782668

2679-
#: extmod/ulab/code/linalg.c
2680-
msgid "only square matrices can be inverted"
2681-
msgstr ""
2682-
26832669
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26842670
msgid "operands could not be broadcast together"
26852671
msgstr ""
@@ -3095,7 +3081,7 @@ msgid "wrong argument type"
30953081
msgstr ""
30963082

30973083
#: extmod/ulab/code/ndarray.c
3098-
msgid "wrong input type"
3084+
msgid "wrong index type"
30993085
msgstr ""
31003086

31013087
#: py/objstr.c
@@ -3107,7 +3093,7 @@ msgid "wrong number of values to unpack"
31073093
msgstr ""
31083094

31093095
#: extmod/ulab/code/ndarray.c
3110-
msgid "wrong operand type on the right hand side"
3096+
msgid "wrong operand type"
31113097
msgstr ""
31123098

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

locale/circuitpython.pot

Lines changed: 9 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 19: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"
@@ -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

@@ -1624,6 +1626,10 @@ msgstr ""
16241626
msgid "array/bytes required on right side"
16251627
msgstr ""
16261628

1629+
#: extmod/ulab/code/numerical.c
1630+
msgid "attempt to get argmin/argmax of an empty sequence"
1631+
msgstr ""
1632+
16271633
#: py/objstr.c
16281634
msgid "attributes not supported yet"
16291635
msgstr ""
@@ -2134,10 +2140,6 @@ msgstr ""
21342140
msgid "full"
21352141
msgstr ""
21362142

2137-
#: extmod/ulab/code/linalg.c
2138-
msgid "function defined for ndarrays only"
2139-
msgstr ""
2140-
21412143
#: py/argcheck.c
21422144
msgid "function does not take keyword arguments"
21432145
msgstr ""
@@ -2151,10 +2153,6 @@ msgstr ""
21512153
msgid "function got multiple values for argument '%q'"
21522154
msgstr ""
21532155

2154-
#: extmod/ulab/code/linalg.c
2155-
msgid "function is defined for ndarrays only"
2156-
msgstr ""
2157-
21582156
#: py/argcheck.c
21592157
#, c-format
21602158
msgid "function missing %d required positional arguments"
@@ -2634,14 +2632,6 @@ msgstr ""
26342632
msgid "only bit_depth=16 is supported"
26352633
msgstr ""
26362634

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-
26452635
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26462636
msgid "only sample_rate=16000 is supported"
26472637
msgstr ""
@@ -2651,10 +2641,6 @@ msgstr ""
26512641
msgid "only slices with step=1 (aka None) are supported"
26522642
msgstr ""
26532643

2654-
#: extmod/ulab/code/linalg.c
2655-
msgid "only square matrices can be inverted"
2656-
msgstr ""
2657-
26582644
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26592645
msgid "operands could not be broadcast together"
26602646
msgstr ""
@@ -3069,7 +3055,7 @@ msgid "wrong argument type"
30693055
msgstr ""
30703056

30713057
#: extmod/ulab/code/ndarray.c
3072-
msgid "wrong input type"
3058+
msgid "wrong index type"
30733059
msgstr ""
30743060

30753061
#: py/objstr.c
@@ -3081,7 +3067,7 @@ msgid "wrong number of values to unpack"
30813067
msgstr ""
30823068

30833069
#: extmod/ulab/code/ndarray.c
3084-
msgid "wrong operand type on the right hand side"
3070+
msgid "wrong operand type"
30853071
msgstr ""
30863072

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

locale/de_DE.po

Lines changed: 9 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 19: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"
@@ -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

@@ -1652,6 +1654,10 @@ msgstr ""
16521654
msgid "array/bytes required on right side"
16531655
msgstr "Array/Bytes auf der rechten Seite erforderlich"
16541656

1657+
#: extmod/ulab/code/numerical.c
1658+
msgid "attempt to get argmin/argmax of an empty sequence"
1659+
msgstr ""
1660+
16551661
#: py/objstr.c
16561662
msgid "attributes not supported yet"
16571663
msgstr "Attribute werden noch nicht unterstützt"
@@ -2163,10 +2169,6 @@ msgstr ""
21632169
msgid "full"
21642170
msgstr "voll"
21652171

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

2183-
#: extmod/ulab/code/linalg.c
2184-
msgid "function is defined for ndarrays only"
2185-
msgstr ""
2186-
21872185
#: py/argcheck.c
21882186
#, c-format
21892187
msgid "function missing %d required positional arguments"
@@ -2670,14 +2668,6 @@ msgstr "offset außerhalb der Grenzen"
26702668
msgid "only bit_depth=16 is supported"
26712669
msgstr "nur eine bit_depth=16 wird unterstützt"
26722670

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-
26812671
#: ports/nrf/common-hal/audiobusio/PDMIn.c
26822672
msgid "only sample_rate=16000 is supported"
26832673
msgstr "nur eine sample_rate=16000 wird unterstützt"
@@ -2687,10 +2677,6 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
26872677
msgid "only slices with step=1 (aka None) are supported"
26882678
msgstr ""
26892679

2690-
#: extmod/ulab/code/linalg.c
2691-
msgid "only square matrices can be inverted"
2692-
msgstr ""
2693-
26942680
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
26952681
msgid "operands could not be broadcast together"
26962682
msgstr ""
@@ -3114,7 +3100,7 @@ msgid "wrong argument type"
31143100
msgstr ""
31153101

31163102
#: extmod/ulab/code/ndarray.c
3117-
msgid "wrong input type"
3103+
msgid "wrong index type"
31183104
msgstr ""
31193105

31203106
#: py/objstr.c
@@ -3126,7 +3112,7 @@ msgid "wrong number of values to unpack"
31263112
msgstr "falsche Anzahl zu entpackender Werte"
31273113

31283114
#: extmod/ulab/code/ndarray.c
3129-
msgid "wrong operand type on the right hand side"
3115+
msgid "wrong operand type"
31303116
msgstr ""
31313117

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

0 commit comments

Comments
 (0)