Skip to content

Commit 48a191a

Browse files
committed
Update translations
1 parent de42e4a commit 48a191a

13 files changed

Lines changed: 91 additions & 26 deletions

File tree

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-27 17:43-0700\n"
11+
"POT-Creation-Date: 2020-04-27 18:34-0700\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"
@@ -2220,6 +2220,10 @@ msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
22202220
msgid "function got multiple values for argument '%q'"
22212221
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%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"
@@ -2709,7 +2713,8 @@ msgstr ""
27092713
msgid "only slices with step=1 (aka None) are supported"
27102714
msgstr ""
27112715

2712-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2716+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2717+
#: extmod/ulab/code/vectorise.c
27132718
msgid "operands could not be broadcast together"
27142719
msgstr ""
27152720

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-27 17:43-0700\n"
11+
"POT-Creation-Date: 2020-04-27 18:34-0700\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"
@@ -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/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-27 17:43-0700\n"
10+
"POT-Creation-Date: 2020-04-27 18:34-0700\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"
@@ -2225,6 +2225,10 @@ msgstr "Funktion erwartet maximal %d Argumente, aber hat %d erhalten"
22252225
msgid "function got multiple values for argument '%q'"
22262226
msgstr "Funktion hat mehrere Werte für Argument '%q'"
22272227

2228+
#: extmod/ulab/code/compare.c
2229+
msgid "function is implemented for scalars and ndarrays only"
2230+
msgstr ""
2231+
22282232
#: py/argcheck.c
22292233
#, c-format
22302234
msgid "function missing %d required positional arguments"
@@ -2720,7 +2724,8 @@ msgstr "nur eine sample_rate=16000 wird unterstützt"
27202724
msgid "only slices with step=1 (aka None) are supported"
27212725
msgstr ""
27222726

2723-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2727+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2728+
#: extmod/ulab/code/vectorise.c
27242729
msgid "operands could not be broadcast together"
27252730
msgstr ""
27262731

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-27 17:43-0700\n"
10+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \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/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-27 17:43-0700\n"
10+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -2200,6 +2200,10 @@ msgstr ""
22002200
msgid "function got multiple values for argument '%q'"
22012201
msgstr ""
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 ""
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/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-27 17:43-0700\n"
10+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -2227,6 +2227,10 @@ msgstr "la función esperaba minimo %d argumentos, tiene %d"
22272227
msgid "function got multiple values for argument '%q'"
22282228
msgstr "la función tiene múltiples valores para el argumento '%q'"
22292229

2230+
#: extmod/ulab/code/compare.c
2231+
msgid "function is implemented for scalars and ndarrays only"
2232+
msgstr ""
2233+
22302234
#: py/argcheck.c
22312235
#, c-format
22322236
msgid "function missing %d required positional arguments"
@@ -2722,7 +2726,8 @@ msgstr ""
27222726
msgid "only slices with step=1 (aka None) are supported"
27232727
msgstr "solo se admiten segmentos con step=1 (alias None)"
27242728

2725-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2729+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2730+
#: extmod/ulab/code/vectorise.c
27262731
msgid "operands could not be broadcast together"
27272732
msgstr ""
27282733

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-27 17:43-0700\n"
10+
"POT-Creation-Date: 2020-04-27 18:34-0700\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"
@@ -2241,6 +2241,10 @@ msgstr "function na inaasahang %d ang argumento, ngunit %d ang nakuha"
22412241
msgid "function got multiple values for argument '%q'"
22422242
msgstr "ang function ay nakakuha ng maraming values para sa argument '%q'"
22432243

2244+
#: extmod/ulab/code/compare.c
2245+
msgid "function is implemented for scalars and ndarrays only"
2246+
msgstr ""
2247+
22442248
#: py/argcheck.c
22452249
#, c-format
22462250
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 "ang mga slices lamang na may hakbang = 1 (aka None) ang sinusuportahan"
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/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-27 17:43-0700\n"
11+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1212
"PO-Revision-Date: 2019-04-14 20:05+0100\n"
1313
"Last-Translator: Pierrick Couturier <arofarn@arofarn.info>\n"
1414
"Language-Team: fr\n"
@@ -2266,6 +2266,10 @@ msgstr "la fonction attendait au plus %d arguments, reçu %d"
22662266
msgid "function got multiple values for argument '%q'"
22672267
msgstr "la fonction a reçu plusieurs valeurs pour l'argument '%q'"
22682268

2269+
#: extmod/ulab/code/compare.c
2270+
msgid "function is implemented for scalars and ndarrays only"
2271+
msgstr ""
2272+
22692273
#: py/argcheck.c
22702274
#, c-format
22712275
msgid "function missing %d required positional arguments"
@@ -2762,7 +2766,8 @@ msgstr ""
27622766
msgid "only slices with step=1 (aka None) are supported"
27632767
msgstr "seules les tranches avec 'step=1' (cad None) sont supportées"
27642768

2765-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2769+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2770+
#: extmod/ulab/code/vectorise.c
27662771
msgid "operands could not be broadcast together"
27672772
msgstr ""
27682773

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-27 17:43-0700\n"
11+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1212
"PO-Revision-Date: 2018-10-02 16:27+0200\n"
1313
"Last-Translator: Enrico Paganin <enrico.paganin@mail.com>\n"
1414
"Language-Team: \n"
@@ -2242,6 +2242,10 @@ msgstr "la funzione prevede al massimo %d argmoneti, ma ne ha ricevuti %d"
22422242
msgid "function got multiple values for argument '%q'"
22432243
msgstr "la funzione ha ricevuto valori multipli per l'argomento '%q'"
22442244

2245+
#: extmod/ulab/code/compare.c
2246+
msgid "function is implemented for scalars and ndarrays only"
2247+
msgstr ""
2248+
22452249
#: py/argcheck.c
22462250
#, c-format
22472251
msgid "function missing %d required positional arguments"
@@ -2740,7 +2744,8 @@ msgstr ""
27402744
msgid "only slices with step=1 (aka None) are supported"
27412745
msgstr "solo slice con step=1 (aka None) sono supportate"
27422746

2743-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/vectorise.c
2747+
#: extmod/ulab/code/compare.c extmod/ulab/code/ndarray.c
2748+
#: extmod/ulab/code/vectorise.c
27442749
msgid "operands could not be broadcast together"
27452750
msgstr ""
27462751

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-27 17:43-0700\n"
11+
"POT-Creation-Date: 2020-04-27 18:34-0700\n"
1212
"PO-Revision-Date: 2019-05-06 14:22-0700\n"
1313
"Last-Translator: \n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2201,6 +2201,10 @@ msgstr ""
22012201
msgid "function got multiple values for argument '%q'"
22022202
msgstr ""
22032203

2204+
#: extmod/ulab/code/compare.c
2205+
msgid "function is implemented for scalars and ndarrays only"
2206+
msgstr ""
2207+
22042208
#: py/argcheck.c
22052209
#, c-format
22062210
msgid "function missing %d required positional arguments"
@@ -2689,7 +2693,8 @@ msgstr ""
26892693
msgid "only slices with step=1 (aka None) are supported"
26902694
msgstr ""
26912695

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

0 commit comments

Comments
 (0)