Skip to content

Commit e808dca

Browse files
authored
Merge pull request #3102 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents fcddfd0 + 75bcd73 commit e808dca

File tree

13 files changed

+381
-17
lines changed

13 files changed

+381
-17
lines changed

locale/ID.po

Lines changed: 29 additions & 1 deletion
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-06-26 11:50-0500\n"
11+
"POT-Creation-Date: 2020-07-01 10:33-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"
@@ -3034,6 +3034,10 @@ msgstr ""
30343034
msgid "sleep length must be non-negative"
30353035
msgstr ""
30363036

3037+
#: extmod/ulab/code/ndarray.c
3038+
msgid "slice step can't be zero"
3039+
msgstr ""
3040+
30373041
#: py/objslice.c py/sequence.c
30383042
msgid "slice step cannot be zero"
30393043
msgstr ""
@@ -3050,6 +3054,18 @@ msgstr "memulai ulang software(soft reboot)\n"
30503054
msgid "sort argument must be an ndarray"
30513055
msgstr ""
30523056

3057+
#: extmod/ulab/code/filter.c
3058+
msgid "sos array must be of shape (n_section, 6)"
3059+
msgstr ""
3060+
3061+
#: extmod/ulab/code/filter.c
3062+
msgid "sos[:, 3] should be all ones"
3063+
msgstr ""
3064+
3065+
#: extmod/ulab/code/filter.c
3066+
msgid "sosfilt requires iterable arguments"
3067+
msgstr ""
3068+
30533069
#: py/objstr.c
30543070
msgid "start/end indices"
30553071
msgstr ""
@@ -3341,6 +3357,18 @@ msgstr ""
33413357
msgid "zero step"
33423358
msgstr ""
33433359

3360+
#: extmod/ulab/code/filter.c
3361+
msgid "zi must be an ndarray"
3362+
msgstr ""
3363+
3364+
#: extmod/ulab/code/filter.c
3365+
msgid "zi must be of float type"
3366+
msgstr ""
3367+
3368+
#: extmod/ulab/code/filter.c
3369+
msgid "zi must be of shape (n_section, 2)"
3370+
msgstr ""
3371+
33443372
#~ msgid "AP required"
33453373
#~ msgstr "AP dibutuhkan"
33463374

locale/cs.po

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-06-26 11:50-0500\n"
10+
"POT-Creation-Date: 2020-07-01 10:33-0500\n"
1111
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1212
"Last-Translator: dronecz <[email protected]>\n"
1313
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -3017,6 +3017,10 @@ msgstr ""
30173017
msgid "sleep length must be non-negative"
30183018
msgstr ""
30193019

3020+
#: extmod/ulab/code/ndarray.c
3021+
msgid "slice step can't be zero"
3022+
msgstr ""
3023+
30203024
#: py/objslice.c py/sequence.c
30213025
msgid "slice step cannot be zero"
30223026
msgstr ""
@@ -3033,6 +3037,18 @@ msgstr ""
30333037
msgid "sort argument must be an ndarray"
30343038
msgstr ""
30353039

3040+
#: extmod/ulab/code/filter.c
3041+
msgid "sos array must be of shape (n_section, 6)"
3042+
msgstr ""
3043+
3044+
#: extmod/ulab/code/filter.c
3045+
msgid "sos[:, 3] should be all ones"
3046+
msgstr ""
3047+
3048+
#: extmod/ulab/code/filter.c
3049+
msgid "sosfilt requires iterable arguments"
3050+
msgstr ""
3051+
30363052
#: py/objstr.c
30373053
msgid "start/end indices"
30383054
msgstr ""
@@ -3322,3 +3338,15 @@ msgstr ""
33223338
#: py/objrange.c
33233339
msgid "zero step"
33243340
msgstr ""
3341+
3342+
#: extmod/ulab/code/filter.c
3343+
msgid "zi must be an ndarray"
3344+
msgstr ""
3345+
3346+
#: extmod/ulab/code/filter.c
3347+
msgid "zi must be of float type"
3348+
msgstr ""
3349+
3350+
#: extmod/ulab/code/filter.c
3351+
msgid "zi must be of shape (n_section, 2)"
3352+
msgstr ""

locale/de_DE.po

Lines changed: 29 additions & 1 deletion
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-06-26 11:50-0500\n"
10+
"POT-Creation-Date: 2020-07-01 10:33-0500\n"
1111
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1212
"Last-Translator: Andreas Buchen <[email protected]>\n"
1313
"Language: de_DE\n"
@@ -3100,6 +3100,10 @@ msgstr "Größe ist nur für ndarrays definiert"
31003100
msgid "sleep length must be non-negative"
31013101
msgstr "Die Schlafdauer darf nicht negativ sein"
31023102

3103+
#: extmod/ulab/code/ndarray.c
3104+
msgid "slice step can't be zero"
3105+
msgstr ""
3106+
31033107
#: py/objslice.c py/sequence.c
31043108
msgid "slice step cannot be zero"
31053109
msgstr "Der Slice-Schritt kann nicht Null sein"
@@ -3116,6 +3120,18 @@ msgstr "weicher reboot\n"
31163120
msgid "sort argument must be an ndarray"
31173121
msgstr "sortierungs Argument muss ein ndarray sein"
31183122

3123+
#: extmod/ulab/code/filter.c
3124+
msgid "sos array must be of shape (n_section, 6)"
3125+
msgstr ""
3126+
3127+
#: extmod/ulab/code/filter.c
3128+
msgid "sos[:, 3] should be all ones"
3129+
msgstr ""
3130+
3131+
#: extmod/ulab/code/filter.c
3132+
msgid "sosfilt requires iterable arguments"
3133+
msgstr ""
3134+
31193135
#: py/objstr.c
31203136
msgid "start/end indices"
31213137
msgstr "start/end Indizes"
@@ -3411,6 +3427,18 @@ msgstr "y Wert außerhalb der Grenzen"
34113427
msgid "zero step"
34123428
msgstr "Nullschritt"
34133429

3430+
#: extmod/ulab/code/filter.c
3431+
msgid "zi must be an ndarray"
3432+
msgstr ""
3433+
3434+
#: extmod/ulab/code/filter.c
3435+
msgid "zi must be of float type"
3436+
msgstr ""
3437+
3438+
#: extmod/ulab/code/filter.c
3439+
msgid "zi must be of shape (n_section, 2)"
3440+
msgstr ""
3441+
34143442
#~ msgid "AP required"
34153443
#~ msgstr "AP erforderlich"
34163444

locale/es.po

Lines changed: 29 additions & 1 deletion
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-06-26 11:50-0500\n"
10+
"POT-Creation-Date: 2020-07-01 10:33-0500\n"
1111
"PO-Revision-Date: 2020-06-29 13:13+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
@@ -3072,6 +3072,10 @@ msgstr ""
30723072
msgid "sleep length must be non-negative"
30733073
msgstr "la longitud de sleep no puede ser negativa"
30743074

3075+
#: extmod/ulab/code/ndarray.c
3076+
msgid "slice step can't be zero"
3077+
msgstr ""
3078+
30753079
#: py/objslice.c py/sequence.c
30763080
msgid "slice step cannot be zero"
30773081
msgstr "slice step no puede ser cero"
@@ -3088,6 +3092,18 @@ msgstr "reinicio suave\n"
30883092
msgid "sort argument must be an ndarray"
30893093
msgstr ""
30903094

3095+
#: extmod/ulab/code/filter.c
3096+
msgid "sos array must be of shape (n_section, 6)"
3097+
msgstr ""
3098+
3099+
#: extmod/ulab/code/filter.c
3100+
msgid "sos[:, 3] should be all ones"
3101+
msgstr ""
3102+
3103+
#: extmod/ulab/code/filter.c
3104+
msgid "sosfilt requires iterable arguments"
3105+
msgstr ""
3106+
30913107
#: py/objstr.c
30923108
msgid "start/end indices"
30933109
msgstr "índices inicio/final"
@@ -3381,6 +3397,18 @@ msgstr "address fuera de límites"
33813397
msgid "zero step"
33823398
msgstr "paso cero"
33833399

3400+
#: extmod/ulab/code/filter.c
3401+
msgid "zi must be an ndarray"
3402+
msgstr ""
3403+
3404+
#: extmod/ulab/code/filter.c
3405+
msgid "zi must be of float type"
3406+
msgstr ""
3407+
3408+
#: extmod/ulab/code/filter.c
3409+
msgid "zi must be of shape (n_section, 2)"
3410+
msgstr ""
3411+
33843412
#~ msgid "AP required"
33853413
#~ msgstr "AP requerido"
33863414

locale/fil.po

Lines changed: 29 additions & 1 deletion
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-06-26 11:50-0500\n"
10+
"POT-Creation-Date: 2020-07-01 10:33-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"
@@ -3063,6 +3063,10 @@ msgstr ""
30633063
msgid "sleep length must be non-negative"
30643064
msgstr "sleep length ay dapat hindi negatibo"
30653065

3066+
#: extmod/ulab/code/ndarray.c
3067+
msgid "slice step can't be zero"
3068+
msgstr ""
3069+
30663070
#: py/objslice.c py/sequence.c
30673071
msgid "slice step cannot be zero"
30683072
msgstr "slice step ay hindi puedeng 0"
@@ -3079,6 +3083,18 @@ msgstr "malambot na reboot\n"
30793083
msgid "sort argument must be an ndarray"
30803084
msgstr ""
30813085

3086+
#: extmod/ulab/code/filter.c
3087+
msgid "sos array must be of shape (n_section, 6)"
3088+
msgstr ""
3089+
3090+
#: extmod/ulab/code/filter.c
3091+
msgid "sos[:, 3] should be all ones"
3092+
msgstr ""
3093+
3094+
#: extmod/ulab/code/filter.c
3095+
msgid "sosfilt requires iterable arguments"
3096+
msgstr ""
3097+
30823098
#: py/objstr.c
30833099
msgid "start/end indices"
30843100
msgstr "start/end indeks"
@@ -3373,6 +3389,18 @@ msgstr "wala sa sakop ang address"
33733389
msgid "zero step"
33743390
msgstr "zero step"
33753391

3392+
#: extmod/ulab/code/filter.c
3393+
msgid "zi must be an ndarray"
3394+
msgstr ""
3395+
3396+
#: extmod/ulab/code/filter.c
3397+
msgid "zi must be of float type"
3398+
msgstr ""
3399+
3400+
#: extmod/ulab/code/filter.c
3401+
msgid "zi must be of shape (n_section, 2)"
3402+
msgstr ""
3403+
33763404
#~ msgid "AP required"
33773405
#~ msgstr "AP kailangan"
33783406

locale/fr.po

Lines changed: 29 additions & 1 deletion
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-06-26 11:50-0500\n"
11+
"POT-Creation-Date: 2020-07-01 10:33-0500\n"
1212
"PO-Revision-Date: 2020-06-05 17:29+0000\n"
1313
"Last-Translator: aberwag <[email protected]>\n"
1414
"Language: fr\n"
@@ -3106,6 +3106,10 @@ msgstr "la taille est définie pour les ndarrays uniquement"
31063106
msgid "sleep length must be non-negative"
31073107
msgstr "la longueur de sleep ne doit pas être négative"
31083108

3109+
#: extmod/ulab/code/ndarray.c
3110+
msgid "slice step can't be zero"
3111+
msgstr ""
3112+
31093113
#: py/objslice.c py/sequence.c
31103114
msgid "slice step cannot be zero"
31113115
msgstr "le pas 'step' de la tranche ne peut être zéro"
@@ -3122,6 +3126,18 @@ msgstr "redémarrage logiciel\n"
31223126
msgid "sort argument must be an ndarray"
31233127
msgstr "l'argument de «sort» doit être un ndarray"
31243128

3129+
#: extmod/ulab/code/filter.c
3130+
msgid "sos array must be of shape (n_section, 6)"
3131+
msgstr ""
3132+
3133+
#: extmod/ulab/code/filter.c
3134+
msgid "sos[:, 3] should be all ones"
3135+
msgstr ""
3136+
3137+
#: extmod/ulab/code/filter.c
3138+
msgid "sosfilt requires iterable arguments"
3139+
msgstr ""
3140+
31253141
#: py/objstr.c
31263142
msgid "start/end indices"
31273143
msgstr "indices de début/fin"
@@ -3413,6 +3429,18 @@ msgstr "valeur y hors limites"
34133429
msgid "zero step"
34143430
msgstr "'step' nul"
34153431

3432+
#: extmod/ulab/code/filter.c
3433+
msgid "zi must be an ndarray"
3434+
msgstr ""
3435+
3436+
#: extmod/ulab/code/filter.c
3437+
msgid "zi must be of float type"
3438+
msgstr ""
3439+
3440+
#: extmod/ulab/code/filter.c
3441+
msgid "zi must be of shape (n_section, 2)"
3442+
msgstr ""
3443+
34163444
#~ msgid "AP required"
34173445
#~ msgstr "'AP' requis"
34183446

0 commit comments

Comments
 (0)