Skip to content

Commit 40a1f3e

Browse files
authored
Merge pull request #2811 from jepler/update-ulab
ulab: actually update the submodule
2 parents faa50df + 485f667 commit 40a1f3e

File tree

16 files changed

+98
-27
lines changed

16 files changed

+98
-27
lines changed

locale/ID.po

Lines changed: 7 additions & 2 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-04-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2215,6 +2215,10 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
22152215
msgid "function got multiple values for argument '%q'"
22162216
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
22172217

2218+
#: extmod/ulab/code/compare.c
2219+
msgid "function is implemented for scalars and ndarrays only"
2220+
msgstr ""
2221+
22182222
#: py/argcheck.c
22192223
#, c-format
22202224
msgid "function missing %d required positional arguments"
@@ -2704,7 +2708,8 @@ msgstr ""
27042708
msgid "only slices with step=1 (aka None) are supported"
27052709
msgstr ""
27062710

2707-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2711+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2712+
#: extmod/ulab/code/vectorise.c
27082713
msgid "operands could not be broadcast together"
27092714
msgstr ""
27102715

locale/circuitpython.pot

Lines changed: 7 additions & 2 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-04-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2191,6 +2191,10 @@ msgstr ""
21912191
msgid "function got multiple values for argument '%q'"
21922192
msgstr ""
21932193

2194+
#: extmod/ulab/code/compare.c
2195+
msgid "function is implemented for scalars and ndarrays only"
2196+
msgstr ""
2197+
21942198
#: py/argcheck.c
21952199
#, c-format
21962200
msgid "function missing %d required positional arguments"
@@ -2679,7 +2683,8 @@ msgstr ""
26792683
msgid "only slices with step=1 (aka None) are supported"
26802684
msgstr ""
26812685

2682-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2686+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2687+
#: extmod/ulab/code/vectorise.c
26832688
msgid "operands could not be broadcast together"
26842689
msgstr ""
26852690

locale/de_DE.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2220,6 +2220,10 @@ msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
22202220
msgid "function got multiple values for argument '%q'"
22212221
msgstr "Funktion hat mehrere Werte für Argument '%q'"
22222222

2223+
#: extmod/ulab/code/compare.c
2224+
msgid "function is implemented for scalars and ndarrays only"
2225+
msgstr ""
2226+
22232227
#: py/argcheck.c
22242228
#, c-format
22252229
msgid "function missing %d required positional arguments"
@@ -2715,7 +2719,8 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
27152719
msgid "only slices with step=1 (aka None) are supported"
27162720
msgstr ""
27172721

2718-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2722+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2723+
#: extmod/ulab/code/vectorise.c
27192724
msgid "operands could not be broadcast together"
27202725
msgstr ""
27212726

locale/en_US.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -2191,6 +2191,10 @@ msgstr ""
21912191
msgid "function got multiple values for argument '%q'"
21922192
msgstr ""
21932193

2194+
#: extmod/ulab/code/compare.c
2195+
msgid "function is implemented for scalars and ndarrays only"
2196+
msgstr ""
2197+
21942198
#: py/argcheck.c
21952199
#, c-format
21962200
msgid "function missing %d required positional arguments"
@@ -2679,7 +2683,8 @@ msgstr ""
26792683
msgid "only slices with step=1 (aka None) are supported"
26802684
msgstr ""
26812685

2682-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2686+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2687+
#: extmod/ulab/code/vectorise.c
26832688
msgid "operands could not be broadcast together"
26842689
msgstr ""
26852690

locale/en_x_pirate.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -2195,6 +2195,10 @@ msgstr ""
21952195
msgid "function got multiple values for argument '%q'"
21962196
msgstr ""
21972197

2198+
#: extmod/ulab/code/compare.c
2199+
msgid "function is implemented for scalars and ndarrays only"
2200+
msgstr ""
2201+
21982202
#: py/argcheck.c
21992203
#, c-format
22002204
msgid "function missing %d required positional arguments"
@@ -2683,7 +2687,8 @@ msgstr ""
26832687
msgid "only slices with step=1 (aka None) are supported"
26842688
msgstr ""
26852689

2686-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2690+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2691+
#: extmod/ulab/code/vectorise.c
26872692
msgid "operands could not be broadcast together"
26882693
msgstr ""
26892694

locale/es.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -2222,6 +2222,10 @@ msgstr "la función esperaba minimo %d argumentos, tiene %d"
22222222
msgid "function got multiple values for argument '%q'"
22232223
msgstr "la función tiene múltiples valores para el argumento '%q'"
22242224

2225+
#: extmod/ulab/code/compare.c
2226+
msgid "function is implemented for scalars and ndarrays only"
2227+
msgstr ""
2228+
22252229
#: py/argcheck.c
22262230
#, c-format
22272231
msgid "function missing %d required positional arguments"
@@ -2717,7 +2721,8 @@ msgstr ""
27172721
msgid "only slices with step=1 (aka None) are supported"
27182722
msgstr "solo se admiten segmentos con step=1 (alias None)"
27192723

2720-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2724+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2725+
#: extmod/ulab/code/vectorise.c
27212726
msgid "operands could not be broadcast together"
27222727
msgstr ""
27232728

locale/fil.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2236,6 +2236,10 @@ msgstr "function na inaasahang %d ang argumento, ngunit %d ang nakuha"
22362236
msgid "function got multiple values for argument '%q'"
22372237
msgstr "ang function ay nakakuha ng maraming values para sa argument '%q'"
22382238

2239+
#: extmod/ulab/code/compare.c
2240+
msgid "function is implemented for scalars and ndarrays only"
2241+
msgstr ""
2242+
22392243
#: py/argcheck.c
22402244
#, c-format
22412245
msgid "function missing %d required positional arguments"
@@ -2730,7 +2734,8 @@ msgstr ""
27302734
msgid "only slices with step=1 (aka None) are supported"
27312735
msgstr "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
27322736

2733-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2737+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2738+
#: extmod/ulab/code/vectorise.c
27342739
msgid "operands could not be broadcast together"
27352740
msgstr ""
27362741

locale/fr.po

Lines changed: 7 additions & 2 deletions
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-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2261,6 +2261,10 @@ msgstr "la fonction attendait au plus %d arguments, reçu %d"
22612261
msgid "function got multiple values for argument '%q'"
22622262
msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
22632263

2264+
#: extmod/ulab/code/compare.c
2265+
msgid "function is implemented for scalars and ndarrays only"
2266+
msgstr ""
2267+
22642268
#: py/argcheck.c
22652269
#, c-format
22662270
msgid "function missing %d required positional arguments"
@@ -2757,7 +2761,8 @@ msgstr ""
27572761
msgid "only slices with step=1 (aka None) are supported"
27582762
msgstr "seules les tranches avec 'step=1' (cad None) sont supportées"
27592763

2760-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2764+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2765+
#: extmod/ulab/code/vectorise.c
27612766
msgid "operands could not be broadcast together"
27622767
msgstr ""
27632768

locale/it_IT.po

Lines changed: 7 additions & 2 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-04-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-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"
@@ -2237,6 +2237,10 @@ msgstr "la funzione prevede al massimo %d argmoneti, ma ne ha ricevuti %d"
22372237
msgid "function got multiple values for argument '%q'"
22382238
msgstr "la funzione ha ricevuto valori multipli per l'argomento '%q'"
22392239

2240+
#: extmod/ulab/code/compare.c
2241+
msgid "function is implemented for scalars and ndarrays only"
2242+
msgstr ""
2243+
22402244
#: py/argcheck.c
22412245
#, c-format
22422246
msgid "function missing %d required positional arguments"
@@ -2735,7 +2739,8 @@ msgstr ""
27352739
msgid "only slices with step=1 (aka None) are supported"
27362740
msgstr "solo slice con step=1 (aka None) sono supportate"
27372741

2738-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2742+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2743+
#: extmod/ulab/code/vectorise.c
27392744
msgid "operands could not be broadcast together"
27402745
msgstr ""
27412746

locale/ko.po

Lines changed: 7 additions & 2 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-04-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -2196,6 +2196,10 @@ msgstr ""
21962196
msgid "function got multiple values for argument '%q'"
21972197
msgstr ""
21982198

2199+
#: extmod/ulab/code/compare.c
2200+
msgid "function is implemented for scalars and ndarrays only"
2201+
msgstr ""
2202+
21992203
#: py/argcheck.c
22002204
#, c-format
22012205
msgid "function missing %d required positional arguments"
@@ -2684,7 +2688,8 @@ msgstr ""
26842688
msgid "only slices with step=1 (aka None) are supported"
26852689
msgstr ""
26862690

2687-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2691+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2692+
#: extmod/ulab/code/vectorise.c
26882693
msgid "operands could not be broadcast together"
26892694
msgstr ""
26902695

locale/pl.po

Lines changed: 7 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-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1111
"PO-Revision-Date: 2019-03-19 18:37-0700\n"
1212
"Last-Translator: Radomir Dopieralski <[email protected]>\n"
1313
"Language-Team: pl\n"
@@ -2200,6 +2200,10 @@ msgstr "funkcja bierze najwyżej %d argumentów, jest %d"
22002200
msgid "function got multiple values for argument '%q'"
22012201
msgstr "funkcja dostała wiele wartości dla argumentu '%q'"
22022202

2203+
#: extmod/ulab/code/compare.c
2204+
msgid "function is implemented for scalars and ndarrays only"
2205+
msgstr ""
2206+
22032207
#: py/argcheck.c
22042208
#, c-format
22052209
msgid "function missing %d required positional arguments"
@@ -2688,7 +2692,8 @@ msgstr ""
26882692
msgid "only slices with step=1 (aka None) are supported"
26892693
msgstr "tylko fragmenty ze step=1 (lub None) są wspierane"
26902694

2691-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2695+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2696+
#: extmod/ulab/code/vectorise.c
26922697
msgid "operands could not be broadcast together"
26932698
msgstr ""
26942699

locale/pt_BR.po

Lines changed: 7 additions & 2 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-04-17 18:44-0500\n"
11+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1212
"PO-Revision-Date: 2018-10-02 21:14-0000\n"
1313
"Last-Translator: \n"
1414
"Language-Team: \n"
@@ -2213,6 +2213,10 @@ msgstr "função esperada na maioria dos %d argumentos, obteve %d"
22132213
msgid "function got multiple values for argument '%q'"
22142214
msgstr ""
22152215

2216+
#: extmod/ulab/code/compare.c
2217+
msgid "function is implemented for scalars and ndarrays only"
2218+
msgstr ""
2219+
22162220
#: py/argcheck.c
22172221
#, c-format
22182222
msgid "function missing %d required positional arguments"
@@ -2701,7 +2705,8 @@ msgstr ""
27012705
msgid "only slices with step=1 (aka None) are supported"
27022706
msgstr ""
27032707

2704-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2708+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2709+
#: extmod/ulab/code/vectorise.c
27052710
msgid "operands could not be broadcast together"
27062711
msgstr ""
27072712

locale/zh_Latn_pinyin.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: circuitpython-cn\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-04-17 18:44-0500\n"
10+
"POT-Creation-Date: 2020-04-26 14:46-0500\n"
1111
"PO-Revision-Date: 2019-04-13 10:10-0700\n"
1212
"Last-Translator: hexthat\n"
1313
"Language-Team: Chinese Hanyu Pinyin\n"
@@ -2228,6 +2228,10 @@ msgstr "hánshù yùjì zuìduō %d cānshù, huòdé %d"
22282228
msgid "function got multiple values for argument '%q'"
22292229
msgstr "hánshù huòdé cānshù '%q' de duōchóng zhí"
22302230

2231+
#: extmod/ulab/code/compare.c
2232+
msgid "function is implemented for scalars and ndarrays only"
2233+
msgstr ""
2234+
22312235
#: py/argcheck.c
22322236
#, c-format
22332237
msgid "function missing %d required positional arguments"
@@ -2718,7 +2722,8 @@ msgstr "Jǐn zhīchí cǎiyàng lǜ = 16000"
27182722
msgid "only slices with step=1 (aka None) are supported"
27192723
msgstr "jǐn zhīchí bù zhǎng = 1(jí wú) de qiēpiàn"
27202724

2721-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2725+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2726+
#: extmod/ulab/code/vectorise.c
27222727
msgid "operands could not be broadcast together"
27232728
msgstr ""
27242729

0 commit comments

Comments
 (0)