Skip to content

Commit 02b094b

Browse files
committed
make translate
1 parent 7dfb999 commit 02b094b

File tree

1 file changed

+48
-45
lines changed

1 file changed

+48
-45
lines changed

locale/circuitpython.pot

Lines changed: 48 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ msgstr ""
389389
msgid "All event channels in use"
390390
msgstr ""
391391

392+
#: ports/raspberrypi/common-hal/pulseio/PulseIn.c
392393
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
393394
msgid "All state machines in use"
394395
msgstr ""
@@ -973,7 +974,7 @@ msgstr ""
973974
msgid "Expected an alarm"
974975
msgstr ""
975976

976-
#: shared-module/_pixelbuf/PixelBuf.c
977+
#: shared-module/adafruit_pixelbuf/PixelBuf.c
977978
#, c-format
978979
msgid "Expected tuple of length %d, got %d"
979980
msgstr ""
@@ -1295,7 +1296,7 @@ msgstr ""
12951296
msgid "Invalid buffer size"
12961297
msgstr ""
12971298

1298-
#: shared-bindings/_pixelbuf/PixelBuf.c
1299+
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
12991300
msgid "Invalid byteorder string"
13001301
msgstr ""
13011302

@@ -1501,7 +1502,7 @@ msgstr ""
15011502
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
15021503
msgstr ""
15031504

1504-
#: shared-bindings/displayio/Group.c
1505+
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
15051506
msgid "Must be a %q subclass."
15061507
msgstr ""
15071508

@@ -2348,7 +2349,7 @@ msgstr ""
23482349
msgid "Unknown system firmware error: %04x"
23492350
msgstr ""
23502351

2351-
#: shared-bindings/_pixelbuf/PixelBuf.c
2352+
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
23522353
#, c-format
23532354
msgid "Unmatched number of items on RHS (expected %d, got %d)."
23542355
msgstr ""
@@ -2503,11 +2504,11 @@ msgstr ""
25032504
msgid "arg must be user-type"
25042505
msgstr ""
25052506

2506-
#: extmod/ulab/code/numpy/numerical/numerical.c
2507+
#: extmod/ulab/code/numpy/numerical.c
25072508
msgid "argsort argument must be an ndarray"
25082509
msgstr ""
25092510

2510-
#: extmod/ulab/code/numpy/numerical/numerical.c
2511+
#: extmod/ulab/code/numpy/numerical.c
25112512
msgid "argsort is not implemented for flattened arrays"
25122513
msgstr ""
25132514

@@ -2528,8 +2529,7 @@ msgstr ""
25282529
msgid "argument should be a '%q' not a '%q'"
25292530
msgstr ""
25302531

2531-
#: extmod/ulab/code/numpy/numerical/numerical.c
2532-
#: extmod/ulab/code/numpy/transform/transform.c
2532+
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/numpy/transform.c
25332533
msgid "arguments must be ndarrays"
25342534
msgstr ""
25352535

@@ -2542,27 +2542,27 @@ msgstr ""
25422542
msgid "array/bytes required on right side"
25432543
msgstr ""
25442544

2545-
#: extmod/ulab/code/numpy/numerical/numerical.c
2545+
#: extmod/ulab/code/numpy/numerical.c
25462546
msgid "attempt to get (arg)min/(arg)max of empty sequence"
25472547
msgstr ""
25482548

2549-
#: extmod/ulab/code/numpy/numerical/numerical.c
2549+
#: extmod/ulab/code/numpy/numerical.c
25502550
msgid "attempt to get argmin/argmax of an empty sequence"
25512551
msgstr ""
25522552

25532553
#: py/objstr.c
25542554
msgid "attributes not supported yet"
25552555
msgstr ""
25562556

2557-
#: extmod/ulab/code/numpy/numerical/numerical.c
2557+
#: extmod/ulab/code/numpy/numerical.c
25582558
msgid "axis is out of bounds"
25592559
msgstr ""
25602560

2561-
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
2561+
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
25622562
msgid "axis must be None, or an integer"
25632563
msgstr ""
25642564

2565-
#: extmod/ulab/code/numpy/numerical/numerical.c
2565+
#: extmod/ulab/code/numpy/numerical.c
25662566
msgid "axis too long"
25672567
msgstr ""
25682568

@@ -2631,7 +2631,7 @@ msgstr ""
26312631
msgid "buttons must be digitalio.DigitalInOut"
26322632
msgstr ""
26332633

2634-
#: shared-bindings/_pixelbuf/PixelBuf.c
2634+
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
26352635
msgid "byteorder is not a string"
26362636
msgstr ""
26372637

@@ -2681,7 +2681,7 @@ msgid "can't cancel self"
26812681
msgstr ""
26822682

26832683
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
2684-
#: shared-module/_pixelbuf/PixelBuf.c
2684+
#: shared-module/adafruit_pixelbuf/PixelBuf.c
26852685
msgid "can't convert %q to %q"
26862686
msgstr ""
26872687

@@ -2784,6 +2784,10 @@ msgid ""
27842784
"can't switch from manual field specification to automatic field numbering"
27852785
msgstr ""
27862786

2787+
#: extmod/ulab/code/ndarray.c
2788+
msgid "cannot assign new shape"
2789+
msgstr ""
2790+
27872791
#: extmod/ulab/code/ndarray_operators.c
27882792
msgid "cannot cast output with casting rule"
27892793
msgstr ""
@@ -2880,27 +2884,27 @@ msgstr ""
28802884
msgid "conversion to object"
28812885
msgstr ""
28822886

2883-
#: extmod/ulab/code/numpy/filter/filter.c
2887+
#: extmod/ulab/code/numpy/filter.c
28842888
msgid "convolve arguments must be linear arrays"
28852889
msgstr ""
28862890

2887-
#: extmod/ulab/code/numpy/filter/filter.c
2891+
#: extmod/ulab/code/numpy/filter.c
28882892
msgid "convolve arguments must be ndarrays"
28892893
msgstr ""
28902894

2891-
#: extmod/ulab/code/numpy/filter/filter.c
2895+
#: extmod/ulab/code/numpy/filter.c
28922896
msgid "convolve arguments must not be empty"
28932897
msgstr ""
28942898

2895-
#: extmod/ulab/code/numpy/poly/poly.c
2899+
#: extmod/ulab/code/numpy/poly.c
28962900
msgid "could not invert Vandermonde matrix"
28972901
msgstr ""
28982902

28992903
#: shared-module/sdcardio/SDCard.c
29002904
msgid "couldn't determine SD card version"
29012905
msgstr ""
29022906

2903-
#: extmod/ulab/code/numpy/numerical/numerical.c
2907+
#: extmod/ulab/code/numpy/numerical.c
29042908
msgid "cross is defined for 1D arrays of length 3"
29052909
msgstr ""
29062910

@@ -2950,15 +2954,15 @@ msgstr ""
29502954
msgid "dict update sequence has wrong length"
29512955
msgstr ""
29522956

2953-
#: extmod/ulab/code/numpy/numerical/numerical.c
2957+
#: extmod/ulab/code/numpy/numerical.c
29542958
msgid "diff argument must be an ndarray"
29552959
msgstr ""
29562960

2957-
#: extmod/ulab/code/numpy/numerical/numerical.c
2961+
#: extmod/ulab/code/numpy/numerical.c
29582962
msgid "differentiation order out of range"
29592963
msgstr ""
29602964

2961-
#: extmod/ulab/code/numpy/transform/transform.c
2965+
#: extmod/ulab/code/numpy/transform.c
29622966
msgid "dimensions do not match"
29632967
msgstr ""
29642968

@@ -3085,7 +3089,7 @@ msgstr ""
30853089
msgid "filesystem must provide mount method"
30863090
msgstr ""
30873091

3088-
#: extmod/ulab/code/numpy/vector/vector.c
3092+
#: extmod/ulab/code/numpy/vector.c
30893093
msgid "first argument must be a callable"
30903094
msgstr ""
30913095

@@ -3097,7 +3101,7 @@ msgstr ""
30973101
msgid "first argument must be a tuple of ndarrays"
30983102
msgstr ""
30993103

3100-
#: extmod/ulab/code/numpy/vector/vector.c
3104+
#: extmod/ulab/code/numpy/vector.c
31013105
msgid "first argument must be an ndarray"
31023106
msgstr ""
31033107

@@ -3113,7 +3117,7 @@ msgstr ""
31133117
msgid "flattening order must be either 'C', or 'F'"
31143118
msgstr ""
31153119

3116-
#: extmod/ulab/code/numpy/numerical/numerical.c
3120+
#: extmod/ulab/code/numpy/numerical.c
31173121
msgid "flip argument must be an ndarray"
31183122
msgstr ""
31193123

@@ -3241,7 +3245,7 @@ msgstr ""
32413245
msgid "index is out of bounds"
32423246
msgstr ""
32433247

3244-
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
3248+
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
32453249
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
32463250
#: shared-bindings/bitmaptools/__init__.c
32473251
msgid "index out of range"
@@ -3283,7 +3287,7 @@ msgstr ""
32833287
msgid "input arrays are not compatible"
32843288
msgstr ""
32853289

3286-
#: extmod/ulab/code/numpy/poly/poly.c
3290+
#: extmod/ulab/code/numpy/poly.c
32873291
msgid "input data must be an iterable"
32883292
msgstr ""
32893293

@@ -3316,15 +3320,15 @@ msgstr ""
33163320
msgid "input must be square matrix"
33173321
msgstr ""
33183322

3319-
#: extmod/ulab/code/numpy/numerical/numerical.c
3323+
#: extmod/ulab/code/numpy/numerical.c
33203324
msgid "input must be tuple, list, range, or ndarray"
33213325
msgstr ""
33223326

3323-
#: extmod/ulab/code/numpy/poly/poly.c
3327+
#: extmod/ulab/code/numpy/poly.c
33243328
msgid "input vectors must be of equal length"
33253329
msgstr ""
33263330

3327-
#: extmod/ulab/code/numpy/poly/poly.c
3331+
#: extmod/ulab/code/numpy/poly.c
33283332
msgid "inputs are not iterable"
33293333
msgstr ""
33303334

@@ -3336,7 +3340,7 @@ msgstr ""
33363340
msgid "integer required"
33373341
msgstr ""
33383342

3339-
#: extmod/ulab/code/numpy/approx/approx.c
3343+
#: extmod/ulab/code/numpy/approx.c
33403344
msgid "interp is defined for 1D iterables of equal length"
33413345
msgstr ""
33423346

@@ -3511,7 +3515,7 @@ msgstr ""
35113515
msgid "maxiter should be > 0"
35123516
msgstr ""
35133517

3514-
#: extmod/ulab/code/numpy/numerical/numerical.c
3518+
#: extmod/ulab/code/numpy/numerical.c
35153519
msgid "median argument must be an ndarray"
35163520
msgstr ""
35173521

@@ -3532,7 +3536,7 @@ msgstr ""
35323536
msgid "module not found"
35333537
msgstr ""
35343538

3535-
#: extmod/ulab/code/numpy/poly/poly.c
3539+
#: extmod/ulab/code/numpy/poly.c
35363540
msgid "more degrees of freedom than data points"
35373541
msgstr ""
35383542

@@ -3765,16 +3769,16 @@ msgstr ""
37653769
msgid "opcode"
37663770
msgstr ""
37673771

3768-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare/compare.c
3769-
#: extmod/ulab/code/numpy/vector/vector.c
3772+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3773+
#: extmod/ulab/code/numpy/vector.c
37703774
msgid "operands could not be broadcast together"
37713775
msgstr ""
37723776

37733777
#: extmod/ulab/code/ndarray.c
37743778
msgid "operation is implemented for 1D Boolean arrays only"
37753779
msgstr ""
37763780

3777-
#: extmod/ulab/code/numpy/numerical/numerical.c
3781+
#: extmod/ulab/code/numpy/numerical.c
37783782
msgid "operation is not implemented on ndarrays"
37793783
msgstr ""
37803784

@@ -3966,7 +3970,7 @@ msgstr ""
39663970
msgid "rgb_pins[%d] is not on the same port as clock"
39673971
msgstr ""
39683972

3969-
#: extmod/ulab/code/numpy/numerical/numerical.c
3973+
#: extmod/ulab/code/numpy/numerical.c
39703974
msgid "roll argument must be an ndarray"
39713975
msgstr ""
39723976

@@ -4045,7 +4049,7 @@ msgstr ""
40454049
msgid "soft reboot\n"
40464050
msgstr ""
40474051

4048-
#: extmod/ulab/code/numpy/numerical/numerical.c
4052+
#: extmod/ulab/code/numpy/numerical.c
40494053
msgid "sort argument must be an ndarray"
40504054
msgstr ""
40514055

@@ -4192,11 +4196,11 @@ msgstr ""
41924196
msgid "too many values to unpack (expected %d)"
41934197
msgstr ""
41944198

4195-
#: extmod/ulab/code/numpy/approx/approx.c
4199+
#: extmod/ulab/code/numpy/approx.c
41964200
msgid "trapz is defined for 1D arrays of equal length"
41974201
msgstr ""
41984202

4199-
#: extmod/ulab/code/numpy/approx/approx.c
4203+
#: extmod/ulab/code/numpy/approx.c
42004204
msgid "trapz is defined for 1D iterables"
42014205
msgstr ""
42024206

@@ -4359,16 +4363,15 @@ msgstr ""
43594363
msgid "window must be <= interval"
43604364
msgstr ""
43614365

4362-
#: extmod/ulab/code/numpy/numerical/numerical.c
4366+
#: extmod/ulab/code/numpy/numerical.c
43634367
msgid "wrong axis index"
43644368
msgstr ""
43654369

43664370
#: extmod/ulab/code/ulab_create.c
43674371
msgid "wrong axis specified"
43684372
msgstr ""
43694373

4370-
#: extmod/ulab/code/numpy/compare/compare.c
4371-
#: extmod/ulab/code/numpy/vector/vector.c
4374+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
43724375
msgid "wrong input type"
43734376
msgstr ""
43744377

@@ -4380,7 +4383,7 @@ msgstr ""
43804383
msgid "wrong number of values to unpack"
43814384
msgstr ""
43824385

4383-
#: extmod/ulab/code/numpy/vector/vector.c
4386+
#: extmod/ulab/code/numpy/vector.c
43844387
msgid "wrong output type"
43854388
msgstr ""
43864389

0 commit comments

Comments
 (0)