8000 Merge branch 'origin/main' into Weblate. · nmorse/circuitpython@759321a · GitHub
[go: up one dir, main page]

Skip to content

Commit 759321a

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents 171efd5 + dc8593d commit 759321a

16 files changed

+556
-176
lines changed

locale/ID.po

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -954,6 +954,10 @@ msgstr "File sudah ada"
954954
msgid "Filters too complex"
955955
msgstr ""
956956

957+
#: ports/esp32s2/common-hal/dualbank/__init__.c
958+
msgid "Firmware image is invalid"
959+
msgstr ""
960+
957961
#: ports/cxd56/common-hal/camera/Camera.c
958962
msgid "Format not supported"
959963
msgstr ""
@@ -963,11 +967,6 @@ msgstr ""
963967
msgid "Framebuffer requires %d bytes"
964968
msgstr ""
965969

966-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
967-
msgid "Frequency captured is above capability. Capture Paused."
968-
msgstr ""
969-
"Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
970-
971970
#: ports/stm/common-hal/pwmio/PWMOut.c
972971
msgid "Frequency must match existing PWMOut using this timer"
973972
msgstr "Frekuensi harus cocok dengan PWMOut yang ada menggunakan timer ini"
@@ -2021,6 +2020,10 @@ msgstr ""
20212020
msgid "Unsupported pull value."
20222021
msgstr ""
20232022

2023+
#: ports/esp32s2/common-hal/dualbank/__init__.c
2024+
msgid "Update Failed"
2025+
msgstr ""
2026+
20242027
#: ports/nrf/common-hal/_bleio/Characteristic.c
20252028
#: ports/nrf/common-hal/_bleio/Descriptor.c
20262029
msgid "Value length != required fixed length"
@@ -3046,7 +3049,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30463049
msgstr ""
30473050

30483051
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3049-
msgid "max_length must be > 0"
3052+
msgid "max_length must be >= 0"
30503053
msgstr ""
30513054

30523055
#: extmod/ulab/code/ndarray.c
@@ -3184,6 +3187,14 @@ msgstr "non-keyword arg setelah */**"
31843187
msgid "non-keyword arg after keyword arg"
31853188
msgstr "non-keyword arg setelah keyword arg"
31863189

3190+
#: ports/nrf/common-hal/_bleio/Adapter.c
3191+
msgid "non-zero timeout must be > 0.01"
3192+
msgstr ""
3193+
3194+
#: shared-bindings/_bleio/Adapter.c
3195+
msgid "non-zero timeout must be >= interval"
3196+
msgstr ""
3197+
31873198
#: extmod/ulab/code/linalg/linalg.c
31883199
msgid "norm is defined for 1D and 2D arrays"
31893200
msgstr ""
@@ -3256,6 +3267,10 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
32563267
msgid "offset is too large"
32573268
msgstr ""
32583269

3270+
#: shared-bindings/dualbank/__init__.c
3271+
msgid "offset must be >= 0"
3272+
msgstr ""
3273+
32593274
#: py/objstr.c py/objstrunicode.c
32603275
#, fuzzy
32613276
msgid "offset out of bounds"
@@ -3602,6 +3617,10 @@ msgstr ""
36023617
msgid "timeout must be 0.0-100.0 seconds"
36033618
msgstr ""
36043619

3620+
#: ports/nrf/common-hal/_bleio/Adapter.c
3621+
msgid "timeout must be < 655.35 secs"
3622+
msgstr ""
3623+
36053624
#: shared-bindings/_bleio/CharacteristicBuffer.c
36063625
#, fuzzy
36073626
msgid "timeout must be >= 0.0"
@@ -3862,6 +3881,10 @@ msgstr ""
38623881
msgid "zi must be of shape (n_section, 2)"
38633882
msgstr ""
38643883

3884+
#~ msgid "Frequency captured is above capability. Capture Paused."
3885+
#~ msgstr ""
3886+
#~ "Frekuensi yang ditangkap berada di atas kemampuan. Penangkapan Ditunda."
3887+
38653888
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
38663889
#~ msgstr ""
38673890
#~ "Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk "

locale/cs.po

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-12-04 18:33+0000\n"
1010
"Last-Translator: vkuthan <vit.kuthan@seznam.cz>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -940,6 +940,10 @@ msgstr ""
940940
msgid "Filters too complex"
941941
msgstr ""
942942

943+
#: ports/esp32s2/common-hal/dualbank/__init__.c
944+
msgid "Firmware image is invalid"
945+
msgstr ""
946+
943947
#: ports/cxd56/common-hal/camera/Camera.c
944948
msgid "Format not supported"
945949
msgstr ""
@@ -949,10 +953,6 @@ msgstr ""
949953
msgid "Framebuffer requires %d bytes"
950954
msgstr ""
951955

952-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
953-
msgid "Frequency captured is above capability. Capture Paused."
954-
msgstr ""
955-
956956
#: ports/stm/common-hal/pwmio/PWMOut.c
957957
msgid "Frequency must match existing PWMOut using this timer"
958958
msgstr ""
@@ -1987,6 +1987,10 @@ msgstr ""
19871987
msgid "Unsupported pull value."
19881988
msgstr ""
19891989

1990+
#: ports/esp32s2/common-hal/dualbank/__init__.c
1991+
msgid "Update Failed"
1992+
msgstr ""
1993+
19901994
#: ports/nrf/common-hal/_bleio/Characteristic.c
19911995
#: ports/nrf/common-hal/_bleio/Descriptor.c
19921996
msgid "Value length != required fixed length"
@@ -3005,7 +3009,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30053009
msgstr ""
30063010

30073011
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3008-
msgid "max_length must be > 0"
3012+
msgid "max_length must be >= 0"
30093013
msgstr ""
30103014

30113015
#: extmod/ulab/code/ndarray.c
@@ -3143,6 +3147,14 @@ msgstr ""
31433147
msgid "non-keyword arg after keyword arg"
31443148
msgstr ""
31453149

3150+
#: ports/nrf/common-hal/_bleio/Adapter.c
3151+
msgid "non-zero timeout must be > 0.01"
3152+
msgstr ""
3153+
3154+
#: shared-bindings/_bleio/Adapter.c
3155+
msgid "non-zero timeout must be >= interval"
3156+
msgstr ""
3157+
31463158
#: extmod/ulab/code/linalg/linalg.c
31473159
msgid "norm is defined for 1D and 2D arrays"
31483160
msgstr ""
@@ -3215,6 +3227,10 @@ msgstr ""
32153227
msgid "offset is too large"
32163228
msgstr ""
32173229

3230+
#: shared-bindings/dualbank/__init__.c
3231+
msgid "offset must be >= 0"
3232+
msgstr ""
3233+
32183234
#: py/objstr.c py/objstrunicode.c
32193235
msgid "offset out of bounds"
32203236
msgstr ""
@@ -3560,6 +3576,10 @@ msgstr ""
35603576
msgid "timeout must be 0.0-100.0 seconds"
35613577
msgstr ""
35623578

3579+
#: ports/nrf/common-hal/_bleio/Adapter.c
3580+
msgid "timeout must be < 655.35 secs"
3581+
msgstr ""
3582+
35633583
#: shared-bindings/_bleio/CharacteristicBuffer.c
35643584
msgid "timeout must be >= 0.0"
35653585
msgstr ""

locale/de_DE.po

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-12-14 12:59-0500\n"
8+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
99
"PO-Revision-Date: 2020-11-26 03:11+0000\n"
1010
"Last-Translator: Daniel Bravo Darriba <bravodarriba@gmail.com>\n"
1111
"Language: de_DE\n"
@@ -951,6 +951,10 @@ msgstr "Datei existiert"
951951
msgid "Filters too complex"
952952
msgstr "Filter zu komplex"
953953

954+
#: ports/esp32s2/common-hal/dualbank/__init__.c
955+
msgid "Firmware image is invalid"
956+
msgstr ""
957+
954958
#: ports/cxd56/common-hal/camera/Camera.c
955959
msgid "Format not supported"
956960
msgstr "Format nicht unterstützt"
@@ -960,12 +964,6 @@ msgstr "Format nicht unterstützt"
960964
msgid "Framebuffer requires %d bytes"
961965
msgstr "Framepuffer benötigt %d bytes"
962966

963-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
964-
msgid "Frequency captured is above capability. Capture Paused."
965-
msgstr ""
966-
"Die aufgezeichnete Frequenz liegt über der Leistungsgrenze. Aufnahme "
967-
"angehalten."
968-
969967
#: ports/stm/common-hal/pwmio/PWMOut.c
970968
msgid "Frequency must match existing PWMOut using this timer"
971969
msgstr ""
@@ -2033,6 +2031,10 @@ msgstr "Nicht unterstützte Operation"
20332031
msgid "Unsupported pull value."
20342032
msgstr "Nicht unterstützter Pull-Wert."
20352033

2034+
#: ports/esp32s2/common-hal/dualbank/__init__.c
2035+
msgid "Update Failed"
2036+
msgstr ""
2037+
20362038
#: ports/nrf/common-hal/_bleio/Characteristic.c
20372039
#: ports/nrf/common-hal/_bleio/Descriptor.c
20382040
msgid "Value length != required fixed length"
@@ -3081,7 +3083,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30813083
msgstr "max_length muss 0-%d sein, wenn fixed_length %s ist"
30823084

30833085
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3084-
msgid "max_length must be > 0"
3086+
msgid "max_length must be >= 0"
30853087
msgstr ""
30863088

30873089
#: extmod/ulab/code/ndarray.c
@@ -3219,6 +3221,14 @@ msgstr "Nicht-Schlüsselwort arg nach * / **"
32193221
msgid "non-keyword arg after keyword arg"
32203222
msgstr "Nicht-Schlüsselwort Argument nach Schlüsselwort Argument"
32213223

3224+
#: ports/nrf/common-hal/_bleio/Adapter.c
3225+
msgid "non-zero timeout must be > 0.01"
3226+
msgstr ""
3227+
3228+
#: shared-bindings/_bleio/Adapter.c
3229+
msgid "non-zero timeout must be >= interval"
3230+
msgstr ""
3231+
32223232
#: extmod/ulab/code/linalg/linalg.c
32233233
msgid "norm is defined for 1D and 2D arrays"
32243234
msgstr ""
@@ -3292,6 +3302,10 @@ msgstr "String mit ungerader Länge"
32923302
msgid "offset is too large"
32933303
msgstr ""
32943304

3305+
#: shared-bindings/dualbank/__init__.c
3306+
msgid "offset must be >= 0"
3307+
msgstr ""
3308+
32953309
#: py/objstr.c py/objstrunicode.c
32963310
msgid "offset out of bounds"
32973311
msgstr "offset außerhalb der Grenzen"
@@ -3643,6 +3657,10 @@ msgstr "Das Zeitlimit hat den maximal zulässigen Wert überschritten"
36433657
msgid "timeout must be 0.0-100.0 seconds"
36443658
msgstr "Das Zeitlimit muss 0,0-100,0 Sekunden betragen"
36453659

3660+
#: ports/nrf/common-hal/_bleio/Adapter.c
3661+
msgid "timeout must be < 655.35 secs"
3662+
msgstr ""
3663+
36463664
#: shared-bindings/_bleio/CharacteristicBuffer.c
36473665
msgid "timeout must be >= 0.0"
36483666
msgstr "timeout muss >= 0.0 sein"
@@ -3906,6 +3924,11 @@ msgstr ""
39063924
msgid "zi must be of shape (n_section, 2)"
39073925
msgstr ""
39083926

3927+
#~ msgid "Frequency captured is above capability. Capture Paused."
3928+
#~ msgstr ""
3929+
#~ "Die aufgezeichnete Frequenz liegt über der Leistungsgrenze. Aufnahme "
3930+
#~ "angehalten."
3931+
39093932
#~ msgid "Press any key to enter the REPL. Use CTRL-D to reload."
39103933
#~ msgstr ""
39113934
#~ "Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum "

locale/el.po

Lines changed: 26 additions & 6 deletions
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-12-14 12:59-0500\n"
10+
"POT-Creation-Date: 2020-12-23 16:41-0500\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: Automatically generated\n"
1313
"Language-Team: none\n"
@@ -935,6 +935,10 @@ msgstr ""
935935
msgid "Filters too complex"
936936
msgstr ""
937937

938+
#: ports/esp32s2/common-hal/dualbank/__init__.c
939+
msgid "Firmware image is invalid"
940+
msgstr ""
941+
938942
#: ports/cxd56/common-hal/camera/Camera.c
939943
msgid "Format not supported"
940944
msgstr ""
@@ -944,10 +948,6 @@ msgstr ""
944948
msgid "Framebuffer requires %d bytes"
945949
msgstr ""
946950

947-
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
948-
msgid "Frequency captured is above capability. Capture Paused."
949-
msgstr ""
950-
951951
#: ports/stm/common-hal/pwmio/PWMOut.c
952952
msgid "Frequency must match existing PWMOut using this timer"
953953
msgstr ""
@@ -1982,6 +1982,10 @@ msgstr ""
19821982
msgid "Unsupported pull value."
19831983
msgstr ""
19841984

1985+
#: ports/esp32s2/common-hal/dualbank/__init__.c
1986+
msgid "Update Failed"
1987+
msgstr ""
1988+
19851989
#: ports/nrf/common-hal/_bleio/Characteristic.c
19861990
#: ports/nrf/common-hal/_bleio/Descriptor.c
19871991
msgid "Value length != required fixed length"
@@ -3000,7 +3004,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
30003004
msgstr ""
30013005

30023006
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
3003-
msgid "max_length must be > 0"
3007+
msgid "max_length must be >= 0"
30043008
msgstr ""
30053009

30063010
#: extmod/ulab/code/ndarray.c
@@ -3138,6 +3142,14 @@ msgstr ""
31383142
msgid "non-keyword arg after keyword arg"
31393143
msgstr ""
31403144

3145+
#: ports/nrf/common-hal/_bleio/Adapter.c
3146+
msgid "non-zero timeout must be > 0.01"
3147+
msgstr ""
3148+
3149+
#: shared-bindings/_bleio/Adapter.c
3150+
msgid "non-zero timeout must be >= interval"
3151+
msgstr ""
3152+
31413153
#: extmod/ulab/code/linalg/linalg.c
31423154
msgid "norm is defined for 1D and 2D arrays"
31433155
msgstr ""
@@ -3210,6 +3222,10 @@ msgstr ""
32103222
msgid "offset is too large"
32113223
msgstr ""
32123224

3225+
#: shared-bindings/dualbank/__init__.c
3226+
msgid "offset must be >= 0"
3227+
msgstr ""
3228+
32133229
#: py/objstr.c py/objstrunicode.c
32143230
msgid "offset out of bounds"
32153231
msgstr ""
@@ -3555,6 +3571,10 @@ msgstr ""
35553571
msgid "timeout must be 0.0-100.0 seconds"
35563572
msgstr ""
35573573

3574+
#: ports/nrf/common-hal/_bleio/Adapter.c
3575+
msgid "timeout must be < 655.35 secs"
3576+
msgstr ""
3577+
35583578
#: shared-bindings/_bleio/CharacteristicBuffer.c
35593579
msgid "timeout must be >= 0.0"
35603580
msgstr ""

0 commit comments

Comments
 (0)
0