File tree 16 files changed +257
-61
lines changed 16 files changed +257
-61
lines changed Original file line number Diff line number Diff line change
8000
thead>@@ -954,6 +954,10 @@ msgstr "File sudah ada"
954
954
msgid "Filters too complex"
955
955
msgstr ""
956
956
957
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
958
+ msgid "Firmware image is invalid"
959
+ msgstr ""
960
+
957
961
#: ports/cxd56/common-hal/camera/Camera.c
958
962
msgid "Format not supported"
959
963
msgstr ""
@@ -2021,6 +2025,10 @@ msgstr ""
2021
2025
msgid "Unsupported pull value."
2022
2026
msgstr ""
2023
2027
2028
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2029
+ msgid "Update Failed"
2030
+ msgstr ""
2031
+
2024
2032
#: ports/nrf/common-hal/_bleio/Characteristic.c
2025
2033
#: ports/nrf/common-hal/_bleio/Descriptor.c
2026
2034
msgid "Value length != required fixed length"
@@ -3256,6 +3264,10 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
3256
3264
msgid "offset is too large"
3257
3265
msgstr ""
3258
3266
3267
+ #: shared-bindings/dualbank/__init__.c
3268
+ msgid "offset must be >= 0"
3269
+ msgstr ""
3270
+
3259
3271
#: py/objstr.c py/objstrunicode.c
3260
3272
#, fuzzy
3261
3273
msgid "offset out of bounds"
Original file line number Diff line number Diff line change @@ -940,6 +940,10 @@ msgstr ""
940
940
msgid "Filters too complex"
941
941
msgstr ""
942
942
943
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
944
+ msgid "Firmware image is invalid"
945
+ msgstr ""
946
+
943
947
#: ports/cxd56/common-hal/camera/Camera.c
944
948
msgid "Format not supported"
945
949
msgstr ""
@@ -1987,6 +1991,10 @@ msgstr ""
1987
1991
msgid "Unsupported pull value."
1988
1992
msgstr ""
1989
1993
1994
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
1995
+ msgid "Update Failed"
1996
+ msgstr ""
1997
+
1990
1998
#: ports/nrf/common-hal/_bleio/Characteristic.c
1991
1999
#: ports/nrf/common-hal/_bleio/Descriptor.c
1992
2000
msgid "Value length != required fixed length"
@@ -3215,6 +3223,10 @@ msgstr ""
3215
3223
msgid "offset is too large"
3216
3224
msgstr ""
3217
3225
3226
+ #: shared-bindings/dualbank/__init__.c
3227
+ msgid "offset must be >= 0"
3228
+ msgstr ""
3229
+
3218
3230
#: py/objstr.c py/objstrunicode.c
3219
3231
msgid "offset out of bounds"
3220
3232
msgstr ""
Original file line number Diff line number Diff line change @@ -951,6 +951,10 @@ msgstr "Datei existiert"
951
951
msgid "Filters too complex"
952
952
msgstr "Filter zu komplex"
953
953
954
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
955
+ msgid "Firmware image is invalid"
956
+ msgstr ""
957
+
954
958
#: ports/cxd56/common-hal/camera/Camera.c
955
959
msgid "Format not supported"
956
960
msgstr "Format nicht unterstützt"
@@ -2033,6 +2037,10 @@ msgstr "Nicht unterstützte Operation"
2033
2037
msgid "Unsupported pull value."
2034
2038
msgstr "Nicht unterstützter Pull-Wert."
2035
2039
2040
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2041
+ msgid "Update Failed"
2042
+ msgstr ""
2043
+
2036
2044
#: ports/nrf/common-hal/_bleio/Characteristic.c
2037
2045
#: ports/nrf/common-hal/_bleio/Descriptor.c
2038
2046
msgid "Value length != required fixed length"
@@ -3292,6 +3300,10 @@ msgstr "String mit ungerader Länge"
3292
3300
msgid "offset is too large"
3293
3301
msgstr ""
3294
3302
3303
+ #: shared-bindings/dualbank/__init__.c
3304
+ msgid "offset must be >= 0"
3305
+ msgstr ""
3306
+
3295
3307
#: py/objstr.c py/objstrunicode.c
3296
3308
msgid "offset out of bounds"
3297
3309
msgstr "offset außerhalb der Grenzen"
Original file line number Diff line number Diff line change @@ -935,6 +935,10 @@ msgstr ""
935
935
msgid "Filters too complex"
936
936
msgstr ""
937
937
938
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
939
+ msgid "Firmware image is invalid"
940
+ msgstr ""
941
+
938
942
#: ports/cxd56/common-hal/camera/Camera.c
939
943
msgid "Format not supported"
940
944
msgstr ""
@@ -1982,6 +1986,10 @@ msgstr ""
1982
1986
msgid "Unsupported pull value."
1983
1987
msgstr ""
1984
1988
1989
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
1990
+ msgid "Update Failed"
1991
+ msgstr ""
1992
+
1985
1993
#: ports/nrf/common-hal/_bleio/Characteristic.c
1986
1994
#: ports/nrf/common-hal/_bleio/Descriptor.c
1987
1995
msgid "Value length != required fixed length"
@@ -3210,6 +3218,10 @@ msgstr ""
3210
3218
msgid "offset is too large"
3211
3219
msgstr ""
3212
3220
3221
+ #: shared-bindings/dualbank/__init__.c
3222
+ msgid "offset must be >= 0"
3223
+ msgstr ""
3224
+
3213
3225
#: py/objstr.c py/objstrunicode.c
3214
3226
msgid "offset out of bounds"
3215
3227
msgstr ""
Original file line number Diff line number Diff line change @@ -955,6 +955,10 @@ msgstr "El archivo ya existe"
955
955
msgid "Filters too complex"
956
956
msgstr "Filtros muy complejos"
957
957
958
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
959
+ msgid "Firmware image is invalid"
960
+ msgstr ""
961
+
958
962
#: ports/cxd56/common-hal/camera/Camera.c
959
963
msgid "Format not supported"
960
964
msgstr "Sin capacidades para el formato"
@@ -2036,6 +2040,10 @@ msgstr "Operación no soportada"
2036
2040
msgid "Unsupported pull value."
2037
2041
msgstr "valor pull no soportado."
2038
2042
2043
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2044
+ msgid "Update Failed"
2045
+ msgstr ""
2046
+
2039
2047
#: ports/nrf/common-hal/_bleio/Characteristic.c
2040
2048
#: ports/nrf/common-hal/_bleio/Descriptor.c
2041
2049
msgid "Value length != required fixed length"
@@ -3286,6 +3294,10 @@ msgstr "string de longitud impar"
3286
3294
msgid "offset is too large"
3287
3295
msgstr "offset es demasiado grande"
3288
3296
3297
+ #: shared-bindings/dualbank/__init__.c
3298
+ msgid "offset must be >= 0"
3299
+ msgstr ""
3300
+
3289
3301
#: py/objstr.c py/objstrunicode.c
3290
3302
msgid "offset out of bounds"
3291
3303
msgstr "offset fuera de límites"
Original file line number Diff line number Diff line change @@ -948,6 +948,10 @@ msgstr "Mayroong file"
948
948
msgid "Filters too complex"
949
949
msgstr ""
950
950
951
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
952
+ msgid "Firmware image is invalid"
953
+ msgstr ""
954
+
951
955
#: ports/cxd56/common-hal/camera/Camera.c
952
956
msgid "Format not supported"
953
957
msgstr ""
@@ -2004,6 +2008,10 @@ msgstr "Hindi sinusuportahang operasyon"
2004
2008
msgid "Unsupported pull value."
2005
2009
msgstr "Hindi suportado ang pull value."
2006
2010
2011
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2012
+ msgid "Update Failed"
2013
+ msgstr ""
2014
+
2007
2015
#: ports/nrf/common-hal/_bleio/Characteristic.c
2008
2016
#: ports/nrf/common-hal/_bleio/Descriptor.c
2009
2017
msgid "Value length != required fixed length"
@@ -3257,6 +3265,10 @@ msgstr "odd-length string"
3257
3265
msgid "offset is too large"
3258
3266
msgstr ""
3259
3267
3268
+ #: shared-bindings/dualbank/__init__.c
3269
+ msgid "offset must be >= 0"
3270
+ msgstr ""
3271
+
3260
3272
#: py/objstr.c py/objstrunicode.c
3261
3273
#, fuzzy
3262
3274
msgid "offset out of bounds"
Original file line number Diff line number Diff line change @@ -960,6 +960,10 @@ msgstr "Le fichier existe"
960
960
msgid "Filters too complex"
961
961
msgstr "Filtre trop complexe"
962
962
963
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
964
+ msgid "Firmware image is invalid"
965
+ msgstr ""
966
+
963
967
#: ports/cxd56/common-hal/camera/Camera.c
964
968
msgid "Format not supported"
965
969
msgstr "Format non supporté"
@@ -2045,6 +2049,10 @@ msgstr "Opération non supportée"
2045
2049
msgid "Unsupported pull value."
2046
2050
msgstr "Valeur de tirage 'pull' non supportée."
2047
2051
2052
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2053
+ msgid "Update Failed"
2054
+ msgstr ""
2055
+
2048
2056
#: ports/nrf/common-hal/_bleio/Characteristic.c
2049
2057
#: ports/nrf/common-hal/_bleio/Descriptor.c
2050
2058
msgid "Value length != required fixed length"
@@ -3305,6 +3313,10 @@ msgstr "chaîne de longueur impaire"
3305
3313
msgid "offset is too large"
3306
3314
msgstr ""
3307
3315
3316
+ #: shared-bindings/dualbank/__init__.c
3317
+ msgid "offset must be >= 0"
3318
+ msgstr ""
3319
+
3308
3320
#: py/objstr.c py/objstrunicode.c
3309
3321
msgid "offset out of bounds"
3310
3322
msgstr "décalage hors limites"
Original file line number Diff line number Diff line change @@ -935,6 +935,10 @@ msgstr ""
935
935
msgid "Filters too complex"
936
936
msgstr ""
937
937
938
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
939
+ msgid "Firmware image is invalid"
940
+ msgstr ""
941
+
938
942
#: ports/cxd56/common-hal/camera/Camera.c
939
943
msgid "Format not supported"
940
944
msgstr ""
@@ -1982,6 +1986,10 @@ msgstr ""
1982
1986
msgid "Unsupported pull value."
1983
1987
msgstr ""
1984
1988
1989
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
1990
+ msgid "Update Failed"
1991
+ msgstr ""
1992
+
1985
1993
#: ports/nrf/common-hal/_bleio/Characteristic.c
1986
1994
#: ports/nrf/common-hal/_bleio/Descriptor.c
1987
1995
msgid "Value length != required fixed length"
@@ -3210,6 +3218,10 @@ msgstr ""
3210
3218
msgid "offset is too large"
3211
3219
msgstr ""
3212
3220
3221
+ #: shared-bindings/dualbank/__init__.c
3222
+ msgid "offset must be >= 0"
3223
+ msgstr ""
3224
+
3213
3225
#: py/objstr.c py/objstrunicode.c
3214
3226
msgid "offset out of bounds"
3215
3227
msgstr ""
Original file line number Diff line number Diff line change @@ -948,6 +948,10 @@ msgstr "File esistente"
948
948
msgid "Filters too complex"
949
949
msgstr ""
950
950
951
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
952
+ msgid "Firmware image is invalid"
953
+ msgstr ""
954
+
951
955
#: ports/cxd56/common-hal/camera/Camera.c
952
956
msgid "Format not supported"
953
957
msgstr ""
@@ -2016,6 +2020,10 @@ msgstr "Operazione non supportata"
2016
2020
msgid "Unsupported pull value."
2017
2021
msgstr "Valore di pull non supportato."
2018
2022
2023
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2024
+ msgid "Update Failed"
2025
+ msgstr ""
2026
+
2019
2027
#: ports/nrf/common-hal/_bleio/Characteristic.c
2020
2028
#: ports/nrf/common-hal/_bleio/Descriptor.c
2021
2029
msgid "Value length != required fixed length"
@@ -3263,6 +3271,10 @@ msgstr "stringa di lunghezza dispari"
3263
3271
msgid "offset is too large"
3264
3272
msgstr ""
3265
3273
3274
+ #: shared-bindings/dualbank/__init__.c
3275
+ msgid "offset must be >= 0"
3276
+ msgstr ""
3277
+
3266
3278
#: py/objstr.c py/objstrunicode.c
3267
3279
#, fuzzy
3268
3280
msgid "offset out of bounds"
Original file line number Diff line number Diff line change @@ -948,6 +948,10 @@ msgstr "ファイルが存在します"
948
948
msgid "Filters too complex"
949
949
msgstr ""
950
950
951
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
952
+ msgid "Firmware image is invalid"
953
+ msgstr ""
954
+
951
955
#: ports/cxd56/common-hal/camera/Camera.c
952
956
msgid "Format not supported"
953
957
msgstr "非対応の形式"
@@ -2007,6 +2011,10 @@ msgstr "非対応の操作"
2007
2011
msgid "Unsupported pull value."
2008
2012
msgstr "非対応のpull値"
2009
2013
2014
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
2015
+ msgid "Update Failed"
2016
+ msgstr ""
2017
+
2010
2018
#: ports/nrf/common-hal/_bleio/Characteristic.c
2011
2019
#: ports/nrf/common-hal/_bleio/Descriptor.c
2012
2020
msgid "Value length != required fixed length"
@@ -3240,6 +3248,10 @@ msgstr "奇数長の文字列"
3240
3248
msgid "offset is too large"
3241
3249
msgstr ""
3242
3250
3251
+ #: shared-bindings/dualbank/__init__.c
3252
+ msgid "offset must be >= 0"
3253
+ msgstr ""
3254
+
3243
3255
#: py/objstr.c py/objstrunicode.c
3244
3256
msgid "offset out of bounds"
3245
3257
msgstr ""
Original file line number Diff line number Diff line change @@ -940,6 +940,10 @@ msgstr ""
940
940
msgid "Filters too complex"
941
941
msgstr ""
942
942
943
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
944
+ msgid "Firmware image is invalid"
945
+ msgstr ""
946
+
943
947
#: ports/cxd56/common-hal/camera/Camera.c
944
948
msgid "Format not supported"
945
949
msgstr ""
@@ -1988,6 +1992,10 @@ msgstr ""
1988
1992
msgid "Unsupported pull value."
1989
1993
msgstr ""
1990
1994
1995
+ #: ports/esp32s2/common-hal/dualbank/__init__.c
1996
+ msgid "Update Failed"
1997
+ msgstr ""
1998
+
1991
1999
#: ports/nrf/common-hal/_bleio/Characteristic.c
1992
2000
#: ports/nrf/common-hal/_bleio/Descriptor.c
1993
2001
msgid "Value length != required fixed length"
@@ -3216,6 +3224,10 @@ msgstr ""
3216
3224
msgid "offset is too large"
3217
3225
msgstr ""
3218
3226
3227
+ #: shared-bindings/dualbank/__init__.c
3228
+ msgid "offset must be >= 0"
3229
+ msgstr ""
3230
+
3219
3231
#: py/objstr.c py/objstrunicode.c
3220
3232
msgid "offset out of bounds"
3221
3233
msgstr ""
You can’t perform that action at this time.
0 commit comments