Skip to content

Commit d0782b6

Browse files
committed
Merge branch 'main' into webflow_edit_page
# Conflicts: # supervisor/shared/web_workflow/web_workflow.c
2 parents a33985a + 39a0639 commit d0782b6

File tree

53 files changed

+836
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+836
-170
lines changed

locale/ID.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
211211
msgid "%q, %q, and %q must all be the same length"
212212
msgstr "%q, %q, dan %q semuanya harus memiliki panjang yang sama"
213213

214+
#: py/objint.c
215+
msgid "%q=%q"
216+
msgstr ""
217+
214218
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
215219
#, c-format
216220
msgid "%s error 0x%x"

locale/circuitpython.pot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ msgstr ""
205205
msgid "%q, %q, and %q must all be the same length"
206206
msgstr ""
207207

208+
#: py/objint.c
209+
msgid "%q=%q"
210+
msgstr ""
211+
208212
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
209213
#, c-format
210214
msgid "%s error 0x%x"

locale/cs.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno"
212212
msgid "%q, %q, and %q must all be the same length"
213213
msgstr "%q, %q, a %q musí mít všechny shodnou délku"
214214

215+
#: py/objint.c
216+
msgid "%q=%q"
217+
msgstr ""
218+
215219
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
216220
#, c-format
217221
msgid "%s error 0x%x"

locale/de_DE.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ msgstr ""
214214
msgid "%q, %q, and %q must all be the same length"
215215
msgstr "%q, %q und %q müssen alle die gleiche Länge haben"
216216

217+
#: py/objint.c
218+
msgid "%q=%q"
219+
msgstr ""
220+
217221
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
218222
#, c-format
219223
msgid "%s error 0x%x"

locale/el.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ msgstr ""
205205
msgid "%q, %q, and %q must all be the same length"
206206
msgstr ""
207207

208+
#: py/objint.c
209+
msgid "%q=%q"
210+
msgstr ""
211+
208212
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
209213
#, c-format
210214
msgid "%s error 0x%x"

locale/en_GB.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ msgstr "%q() takes %d positional arguments but %d were given"
215215
msgid "%q, %q, and %q must all be the same length"
216216
msgstr "%q, %q, and %q must all be the same length"
217217

218+
#: py/objint.c
219+
msgid "%q=%q"
220+
msgstr ""
221+
218222
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
219223
#, c-format
220224
msgid "%s error 0x%x"

locale/es.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
214214
msgid "%q, %q, and %q must all be the same length"
215215
msgstr ""
216216

217+
#: py/objint.c
218+
msgid "%q=%q"
219+
msgstr ""
220+
217221
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
218222
#, c-format
219223
msgid "%s error 0x%x"

locale/fil.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ msgstr ""
208208
msgid "%q, %q, and %q must all be the same length"
209209
msgstr ""
210210

211+
#: py/objint.c
212+
msgid "%q=%q"
213+
msgstr ""
214+
211215
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
212216
#, c-format
213217
msgid "%s error 0x%x"

locale/fr.po

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ msgstr ""
88
"Project-Id-Version: 0.1\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2022-07-06 05:15+0000\n"
11+
"PO-Revision-Date: 2022-07-19 23:15+0000\n"
1212
"Last-Translator: Maxime Leroy <[email protected]>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n > 1;\n"
18-
"X-Generator: Weblate 4.13.1-dev\n"
18+
"X-Generator: Weblate 4.14-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -217,6 +217,10 @@ msgstr "%q() prend %d paramètres positionnels mais %d ont été donnés"
217217
msgid "%q, %q, and %q must all be the same length"
218218
msgstr "%q, %q, et %q doivent tous être de la même longueur"
219219

220+
#: py/objint.c
221+
msgid "%q=%q"
222+
msgstr ""
223+
220224
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
221225
#, c-format
222226
msgid "%s error 0x%x"
@@ -2291,7 +2295,7 @@ msgstr "Format non supporté"
22912295

22922296
#: shared-bindings/hashlib/__init__.c
22932297
msgid "Unsupported hash algorithm"
2294-
msgstr ""
2298+
msgstr "Algorithme de hachage non supporté"
22952299

22962300
#: ports/espressif/common-hal/dualbank/__init__.c
22972301
msgid "Update Failed"
@@ -2459,7 +2463,7 @@ msgstr "la taille de la matrice et de l'index doivent être égaux"
24592463

24602464
#: extmod/ulab/code/numpy/io/io.c
24612465
msgid "array has too many dimensions"
2462-
msgstr ""
2466+
msgstr "la tableau à trop de dimensions"
24632467

24642468
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
24652469
#: shared-bindings/nvm/ByteArray.c
@@ -2840,7 +2844,7 @@ msgstr "les arguments convolve ne doivent pas être vides"
28402844

28412845
#: extmod/ulab/code/numpy/io/io.c
28422846
msgid "corrupted file"
2843-
msgstr ""
2847+
msgstr "fichier corrompu"
28442848

28452849
#: extmod/ulab/code/numpy/poly.c
28462850
msgid "could not invert Vandermonde matrix"
@@ -2938,7 +2942,7 @@ msgstr "vide"
29382942

29392943
#: extmod/ulab/code/numpy/io/io.c
29402944
msgid "empty file"
2941-
msgstr ""
2945+
msgstr "fichier vide"
29422946

29432947
#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
29442948
msgid "empty heap"
@@ -3261,7 +3265,7 @@ msgstr "la matrice d'entrée est singulière"
32613265

32623266
#: extmod/ulab/code/numpy/create.c
32633267
msgid "input must be 1- or 2-d"
3264-
msgstr ""
3268+
msgstr "l'entrée doit être 1D ou 2D"
32653269

32663270
#: extmod/ulab/code/numpy/carray/carray.c
32673271
msgid "input must be a 1D ndarray"
@@ -3479,7 +3483,7 @@ msgstr "max_length doit être 0-%d lorsque fixed_length est %s"
34793483

34803484
#: extmod/ulab/code/ndarray.c
34813485
msgid "maximum number of dimensions is "
3482-
msgstr ""
3486+
msgstr "le nombre maximal de dimensions est "
34833487

34843488
#: py/runtime.c
34853489
msgid "maximum recursion depth exceeded"
@@ -3883,7 +3887,7 @@ msgstr "pow() avec 3 arguments nécessite des entiers"
38833887

38843888
#: ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.h
38853889
msgid "pressing SW38 button at start up.\n"
3886-
msgstr ""
3890+
msgstr "presser le bouton SW38 au démarrage.\n"
38873891

38883892
#: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
38893893
#: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
@@ -4327,11 +4331,11 @@ msgstr "types non supportés pour %q: '%q', '%q'"
43274331

43284332
#: extmod/ulab/code/numpy/io/io.c
43294333
msgid "usecols is too high"
4330-
msgstr ""
4334+
msgstr "usecols est trop grand"
43314335

43324336
#: extmod/ulab/code/numpy/io/io.c
43334337
msgid "usecols keyword must be specified"
4334-
msgstr ""
4338+
msgstr "le mot-clé \"usecols\" doit être spécifié"
43354339

43364340
#: py/objint.c
43374341
#, c-format
@@ -4376,7 +4380,7 @@ msgstr "axe incorrecte spécifiée"
43764380

43774381
#: extmod/ulab/code/numpy/io/io.c
43784382
msgid "wrong dtype"
4379-
msgstr ""
4383+
msgstr "dtype invalide"
43804384

43814385
#: extmod/ulab/code/numpy/transform.c
43824386
msgid "wrong index type"
@@ -4394,7 +4398,7 @@ msgstr "mauvaise taille du tableau de condition"
43944398

43954399
#: extmod/ulab/code/numpy/transform.c
43964400
msgid "wrong length of index array"
4397-
msgstr ""
4401+
msgstr "mauvaise longueur du tableau d'indices"
43984402

43994403
#: extmod/ulab/code/numpy/create.c py/objarray.c py/objstr.c
44004404
msgid "wrong number of arguments"

locale/hi.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ msgstr ""
205205
msgid "%q, %q, and %q must all be the same length"
206206
msgstr ""
207207

208+
#: py/objint.c
209+
msgid "%q=%q"
210+
msgstr ""
211+
208212
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
209213
#, c-format
210214
msgid "%s error 0x%x"

locale/it_IT.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ msgstr "%q() prende %d argomenti posizionali ma ne sono stati forniti %d"
213213
msgid "%q, %q, and %q must all be the same length"
214214
msgstr ""
215215

216+
#: py/objint.c
217+
msgid "%q=%q"
218+
msgstr ""
219+
216220
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
217221
#, c-format
218222
msgid "%s error 0x%x"

locale/ja.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ msgstr "%q() は %d 個の位置引数を取りますが、%d 個与えられま
210210
msgid "%q, %q, and %q must all be the same length"
211211
msgstr ""
212212

213+
#: py/objint.c
214+
msgid "%q=%q"
215+
msgstr ""
216+
213217
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
214218
#, c-format
215219
msgid "%s error 0x%x"

locale/ko.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ msgstr ""
206206
msgid "%q, %q, and %q must all be the same length"
207207
msgstr ""
208208

209+
#: py/objint.c
210+
msgid "%q=%q"
211+
msgstr ""
212+
209213
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
210214
#, c-format
211215
msgid "%s error 0x%x"

locale/nl.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ msgstr "%q() verwacht %d positionele argumenten maar kreeg %d"
208208
msgid "%q, %q, and %q must all be the same length"
209209
msgstr ""
210210

211+
#: py/objint.c
212+
msgid "%q=%q"
213+
msgstr ""
214+
211215
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
212216
#, c-format
213217
msgid "%s error 0x%x"

locale/pl.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ msgstr "%q() bierze %d argumentów pozycyjnych, lecz podano %d"
210210
msgid "%q, %q, and %q must all be the same length"
211211
msgstr ""
212212

213+
#: py/objint.c
214+
msgid "%q=%q"
215+
msgstr ""
216+
213217
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
214218
#, c-format
215219
msgid "%s error 0x%x"

locale/pt_BR.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2022-07-12 13:10+0000\n"
9+
"PO-Revision-Date: 2022-07-24 22:22+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <[email protected]>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -214,6 +214,10 @@ msgstr "%q() recebe %d argumentos posicionais, porém %d foram informados"
214214
msgid "%q, %q, and %q must all be the same length"
215215
msgstr "todos os %q, %q, e %q devem ter mesmo comprimento"
216216

217+
#: py/objint.c
218+
msgid "%q=%q"
219+
msgstr "%q=%q"
220+
217221
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
218222
#, c-format
219223
msgid "%s error 0x%x"
@@ -2273,7 +2277,7 @@ msgstr "Formato não suportado"
22732277

22742278
#: shared-bindings/hashlib/__init__.c
22752279
msgid "Unsupported hash algorithm"
2276-
msgstr ""
2280+
msgstr "Sem compatibilidade com o algoritmo de hash"
22772281

22782282
#: ports/espressif/common-hal/dualbank/__init__.c
22792283
msgid "Update Failed"
@@ -3860,7 +3864,7 @@ msgstr "o pow() com 3 argumentos requer números inteiros"
38603864

38613865
#: ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.h
38623866
msgid "pressing SW38 button at start up.\n"
3863-
msgstr ""
3867+
msgstr "pressionando o botão SW38 na inicialização.\n"
38643868

38653869
#: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
38663870
#: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h

locale/ru.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ msgstr "%q() принимает %d позиционных аргументов,
213213
msgid "%q, %q, and %q must all be the same length"
214214
msgstr "%q, %q, и %q должны быть одной длинны"
215215

216+
#: py/objint.c
217+
msgid "%q=%q"
218+
msgstr ""
219+
216220
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
217221
#, c-format
218222
msgid "%s error 0x%x"

locale/sv.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2022-07-14 18:05+0000\n"
9+
"PO-Revision-Date: 2022-07-21 20:15+0000\n"
1010
"Last-Translator: Jonny Bergdahl <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: sv\n"
@@ -213,6 +213,10 @@ msgstr "% q() tar %d positionsargument men %d gavs"
213213
msgid "%q, %q, and %q must all be the same length"
214214
msgstr "%q, %q och %q måste vara lika långa"
215215

216+
#: py/objint.c
217+
msgid "%q=%q"
218+
msgstr "%q=%q"
219+
216220
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
217221
#, c-format
218222
msgid "%s error 0x%x"

locale/tr.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ msgstr "%q(), %d konumsal argümanını alır ancak %d verildi"
217217
msgid "%q, %q, and %q must all be the same length"
218218
msgstr "%q, %q ve %q aynı uzunlukta olmalıdır"
219219

220+
#: py/objint.c
221+
msgid "%q=%q"
222+
msgstr ""
223+
220224
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
221225
#, c-format
222226
msgid "%s error 0x%x"

locale/zh_Latn_pinyin.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ msgstr "%q() yāoqiú shūrù %d gè wèizhì cānshù, dàn mùqián shūrù le
216216
msgid "%q, %q, and %q must all be the same length"
217217
msgstr "%q, %q, hé %q bì xū cháng dù xiāng tóng"
218218

219+
#: py/objint.c
220+
msgid "%q=%q"
221+
msgstr ""
222+
219223
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
220224
#, c-format
221225
msgid "%s error 0x%x"

ports/atmel-samd/mpconfigport.mk

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,12 @@ endif
6161

6262
MICROPY_PY_ASYNC_AWAIT = 0
6363

64-
# We don't have room for the fonts for terminalio for ja and ko
64+
# We don't have room for the fonts for terminalio for certain languages,
6565
# so turn off terminalio, and if it's off and displayio is on,
6666
# force a clean build.
6767
# Note that we cannot test $(CIRCUITPY_DISPLAYIO) directly with an
6868
# ifeq, because it's not set yet.
69-
ifeq ($(TRANSLATION), ja)
70-
CIRCUITPY_TERMINALIO = 0
71-
RELEASE_NEEDS_CLEAN_BUILD = $(CIRCUITPY_DISPLAYIO)
72-
endif
73-
74-
ifeq ($(TRANSLATION), ko)
69+
ifneq (,$(filter $(TRANSLATION),ja ko ru))
7570
CIRCUITPY_TERMINALIO = 0
7671
RELEASE_NEEDS_CLEAN_BUILD = $(CIRCUITPY_DISPLAYIO)
7772
endif

0 commit comments

Comments
 (0)