Skip to content

Commit 72f1489

Browse files
authored
Merge pull request adafruit#4924 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents ae50809 + a6dfef6 commit 72f1489

File tree

17 files changed

+181
-45
lines changed

17 files changed

+181
-45
lines changed

locale/ID.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ msgstr " File \"%q\", baris %d"
5454
msgid " is of type %q\n"
5555
msgstr ""
5656

57+
#: main.c
58+
msgid " not found.\n"
59+
msgstr ""
60+
5761
#: main.c
5862
msgid " output:\n"
5963
msgstr "output:\n"
@@ -2064,6 +2068,10 @@ msgstr "Kesalahan Init SPI"
20642068
msgid "SPI Re-initialization error"
20652069
msgstr "Kesalahan Inisialisasi ulang SPI"
20662070

2071+
#: ports/esp32s2/common-hal/busio/SPI.c
2072+
msgid "SPI configuration failed"
2073+
msgstr ""
2074+
20672075
#: ports/raspberrypi/common-hal/busio/SPI.c
20682076
msgid "SPI peripheral in use"
20692077
msgstr ""
@@ -2549,7 +2557,7 @@ msgstr "Argumen argsort harus berupa ndarray"
25492557
msgid "argsort is not implemented for flattened arrays"
25502558
msgstr ""
25512559

2552-
#: py/runtime.c
2560+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25532561
msgid "argument has wrong type"
25542562
msgstr "argumen memiliki tipe yang salah"
25552563

locale/cs.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ msgstr " Soubor \"%q\", řádek %d"
5050
msgid " is of type %q\n"
5151
msgstr ""
5252

53+
#: main.c
54+
msgid " not found.\n"
55+
msgstr ""
56+
5357
#: main.c
5458
msgid " output:\n"
5559
msgstr " výstup:\n"
@@ -2033,6 +2037,10 @@ msgstr ""
20332037
msgid "SPI Re-initialization error"
20342038
msgstr ""
20352039

2040+
#: ports/esp32s2/common-hal/busio/SPI.c
2041+
msgid "SPI configuration failed"
2042+
msgstr ""
2043+
20362044
#: ports/raspberrypi/common-hal/busio/SPI.c
20372045
msgid "SPI peripheral in use"
20382046
msgstr ""
@@ -2510,7 +2518,7 @@ msgstr ""
25102518
msgid "argsort is not implemented for flattened arrays"
25112519
msgstr ""
25122520

2513-
#: py/runtime.c
2521+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25142522
msgid "argument has wrong type"
25152523
msgstr ""
25162524

locale/de_DE.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ msgstr " Datei \"%q\", Zeile %d"
5353
msgid " is of type %q\n"
5454
msgstr " ist vom Type %q\n"
5555

56+
#: main.c
57+
msgid " not found.\n"
58+
msgstr ""
59+
5660
#: main.c
5761
msgid " output:\n"
5862
msgstr " Ausgabe:\n"
@@ -2062,6 +2066,10 @@ msgstr "SPI-Init-Fehler"
20622066
msgid "SPI Re-initialization error"
20632067
msgstr "SPI-Neuinitialisierungsfehler"
20642068

2069+
#: ports/esp32s2/common-hal/busio/SPI.c
2070+
msgid "SPI configuration failed"
2071+
msgstr ""
2072+
20652073
#: ports/raspberrypi/common-hal/busio/SPI.c
20662074
msgid "SPI peripheral in use"
20672075
msgstr ""
@@ -2555,7 +2563,7 @@ msgstr "Das Argument argsort muss ein ndarray sein"
25552563
msgid "argsort is not implemented for flattened arrays"
25562564
msgstr ""
25572565

2558-
#: py/runtime.c
2566+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25592567
msgid "argument has wrong type"
25602568
msgstr "Argument hat falschen Typ"
25612569

locale/el.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ msgstr ""
4747
msgid " is of type %q\n"
4848
msgstr ""
4949

50+
#: main.c
51+
msgid " not found.\n"
52+
msgstr ""
53+
5054
#: main.c
5155
msgid " output:\n"
5256
msgstr ""
@@ -2030,6 +2034,10 @@ msgstr ""
20302034
msgid "SPI Re-initialization error"
20312035
msgstr ""
20322036

2037+
#: ports/esp32s2/common-hal/busio/SPI.c
2038+
msgid "SPI configuration failed"
2039+
msgstr ""
2040+
20332041
#: ports/raspberrypi/common-hal/busio/SPI.c
20342042
msgid "SPI peripheral in use"
20352043
msgstr ""
@@ -2507,7 +2515,7 @@ msgstr ""
25072515
msgid "argsort is not implemented for flattened arrays"
25082516
msgstr ""
25092517

2510-
#: py/runtime.c
2518+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25112519
msgid "argument has wrong type"
25122520
msgstr ""
25132521

locale/en_GB.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ msgstr " File \"%q\", line %d"
5555
msgid " is of type %q\n"
5656
msgstr " is of type %q\n"
5757

58+
#: main.c
59+
msgid " not found.\n"
60+
msgstr ""
61+
5862
#: main.c
5963
msgid " output:\n"
6064
msgstr " output:\n"
@@ -2058,6 +2062,10 @@ msgstr "SPI init error"
20582062
msgid "SPI Re-initialization error"
20592063
msgstr "SPI reinitialisation error"
20602064

2065+
#: ports/esp32s2/common-hal/busio/SPI.c
2066+
msgid "SPI configuration failed"
2067+
msgstr ""
2068+
20612069
#: ports/raspberrypi/common-hal/busio/SPI.c
20622070
msgid "SPI peripheral in use"
20632071
msgstr "SPI peripheral in use"
@@ -2542,7 +2550,7 @@ msgstr "argsort argument must be an ndarray"
25422550
msgid "argsort is not implemented for flattened arrays"
25432551
msgstr "argsort is not implemented for flattened arrays"
25442552

2545-
#: py/runtime.c
2553+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25462554
msgid "argument has wrong type"
25472555
msgstr "argument has wrong type"
25482556

locale/es.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
11-
"PO-Revision-Date: 2021-06-24 23:11+0000\n"
11+
"PO-Revision-Date: 2021-06-27 12:33+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
@@ -56,6 +56,10 @@ msgstr " Archivo \"%q\", línea %d"
5656
msgid " is of type %q\n"
5757
msgstr " es de tipo %q\n"
5858

59+
#: main.c
60+
msgid " not found.\n"
61+
msgstr " no encontrado.\n"
62+
5963
#: main.c
6064
msgid " output:\n"
6165
msgstr " salida:\n"
@@ -893,7 +897,7 @@ msgstr "Trozo de datos debe seguir fmt chunk"
893897

894898
#: ports/nrf/common-hal/_bleio/Adapter.c
895899
msgid "Data not supported with directed advertising"
896-
msgstr ""
900+
msgstr "Datos sin capacidad de anuncio dirigido"
897901

898902
#: ports/nrf/common-hal/_bleio/Adapter.c
899903
msgid "Data too large for advertisement packet"
@@ -1752,7 +1756,7 @@ msgstr ""
17521756

17531757
#: shared-bindings/_bleio/Adapter.c
17541758
msgid "Only connectable advertisements can be directed"
1755-
msgstr ""
1759+
msgstr "Solo se puede dirigir a los anuncios conectables"
17561760

17571761
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
17581762
msgid "Only edge detection is available on this hardware"
@@ -2086,6 +2090,10 @@ msgstr "Error de inicio de SPI"
20862090
msgid "SPI Re-initialization error"
20872091
msgstr "Error de reinicialización de SPI"
20882092

2093+
#: ports/esp32s2/common-hal/busio/SPI.c
2094+
msgid "SPI configuration failed"
2095+
msgstr "Configuración de SPI fallida"
2096+
20892097
#: ports/raspberrypi/common-hal/busio/SPI.c
20902098
msgid "SPI peripheral in use"
20912099
msgstr "Periférico SPI en uso"
@@ -2586,7 +2594,7 @@ msgstr "El argumento para argsort debe ser un ndarray"
25862594
msgid "argsort is not implemented for flattened arrays"
25872595
msgstr "El argot no está implementado para arrays aplanados"
25882596

2589-
#: py/runtime.c
2597+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25902598
msgid "argument has wrong type"
25912599
msgstr "el argumento tiene un tipo erroneo"
25922600

locale/fil.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ msgstr " File \"%q\", line %d"
4646
msgid " is of type %q\n"
4747
msgstr ""
4848

49+
#: main.c
50+
msgid " not found.\n"
51+
msgstr ""
52+
4953
#: main.c
5054
msgid " output:\n"
5155
msgstr " output:\n"
@@ -2050,6 +2054,10 @@ msgstr ""
20502054
msgid "SPI Re-initialization error"
20512055
msgstr ""
20522056

2057+
#: ports/esp32s2/common-hal/busio/SPI.c
2058+
msgid "SPI configuration failed"
2059+
msgstr ""
2060+
20532061
#: ports/raspberrypi/common-hal/busio/SPI.c
20542062
msgid "SPI peripheral in use"
20552063
msgstr ""
@@ -2535,7 +2543,7 @@ msgstr ""
25352543
msgid "argsort is not implemented for flattened arrays"
25362544
msgstr ""
25372545

2538-
#: py/runtime.c
2546+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25392547
msgid "argument has wrong type"
25402548
msgstr "may maling type ang argument"
25412549

locale/fr.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ msgstr " Fichier \"%q\", ligne %d"
5656
msgid " is of type %q\n"
5757
msgstr " est de type %q\n"
5858

59+
#: main.c
60+
msgid " not found.\n"
61+
msgstr ""
62+
5963
#: main.c
6064
msgid " output:\n"
6165
msgstr " sortie :\n"
@@ -2095,6 +2099,10 @@ msgstr "Erreur d'initialisation SPI"
20952099
msgid "SPI Re-initialization error"
20962100
msgstr "Erreur de réinitialisation SPI"
20972101

2102+
#: ports/esp32s2/common-hal/busio/SPI.c
2103+
msgid "SPI configuration failed"
2104+
msgstr ""
2105+
20982106
#: ports/raspberrypi/common-hal/busio/SPI.c
20992107
msgid "SPI peripheral in use"
21002108
msgstr "Périphérique SPI utilisé"
@@ -2588,7 +2596,7 @@ msgstr "Le paramêtre argsort doit être un ndarray"
25882596
msgid "argsort is not implemented for flattened arrays"
25892597
msgstr "argsort n'est pas mis en œuvre pour les matrices aplatis"
25902598

2591-
#: py/runtime.c
2599+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25922600
msgid "argument has wrong type"
25932601
msgstr "l'argument est d'un mauvais type"
25942602

locale/hi.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ msgstr ""
4747
msgid " is of type %q\n"
4848
msgstr ""
4949

50+
#: main.c
51+
msgid " not found.\n"
52+
msgstr ""
53+
5054
#: main.c
5155
msgid " output:\n"
5256
msgstr ""
@@ -2030,6 +2034,10 @@ msgstr ""
20302034
msgid "SPI Re-initialization error"
20312035
msgstr ""
20322036

2037+
#: ports/esp32s2/common-hal/busio/SPI.c
2038+
msgid "SPI configuration failed"
2039+
msgstr ""
2040+
20332041
#: ports/raspberrypi/common-hal/busio/SPI.c
20342042
msgid "SPI peripheral in use"
20352043
msgstr ""
@@ -2507,7 +2515,7 @@ msgstr ""
25072515
msgid "argsort is not implemented for flattened arrays"
25082516
msgstr ""
25092517

2510-
#: py/runtime.c
2518+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25112519
msgid "argument has wrong type"
25122520
msgstr ""
25132521

locale/it_IT.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ msgstr " File \"%q\", riga %d"
5555
msgid " is of type %q\n"
5656
msgstr " è di tipo %q\n"
5757

58+
#: main.c
59+
msgid " not found.\n"
60+
msgstr ""
61+
5862
#: main.c
5963
msgid " output:\n"
6064
msgstr " output:\n"
@@ -2069,6 +2073,10 @@ msgstr ""
20692073
msgid "SPI Re-initialization error"
20702074
msgstr ""
20712075

2076+
#: ports/esp32s2/common-hal/busio/SPI.c
2077+
msgid "SPI configuration failed"
2078+
msgstr ""
2079+
20722080
#: ports/raspberrypi/common-hal/busio/SPI.c
20732081
msgid "SPI peripheral in use"
20742082
msgstr ""
@@ -2550,7 +2558,7 @@ msgstr ""
25502558
msgid "argsort is not implemented for flattened arrays"
25512559
msgstr ""
25522560

2553-
#: py/runtime.c
2561+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25542562
msgid "argument has wrong type"
25552563
msgstr "il tipo dell'argomento è errato"
25562564

locale/ja.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ msgstr " ファイル \"%q\", 行 %d"
5252
msgid " is of type %q\n"
5353
msgstr ""
5454

55+
#: main.c
56+
msgid " not found.\n"
57+
msgstr ""
58+
5559
#: main.c
5660
msgid " output:\n"
5761
msgstr " 出力:\n"
@@ -2044,6 +2048,10 @@ msgstr "SPI初期化エラー"
20442048
msgid "SPI Re-initialization error"
20452049
msgstr "SPI再初期化エラー"
20462050

2051+
#: ports/esp32s2/common-hal/busio/SPI.c
2052+
msgid "SPI configuration failed"
2053+
msgstr ""
2054+
20472055
#: ports/raspberrypi/common-hal/busio/SPI.c
20482056
msgid "SPI peripheral in use"
20492057
msgstr ""
@@ -2522,7 +2530,7 @@ msgstr "argsortの引数はndarrayでなければなりません"
25222530
msgid "argsort is not implemented for flattened arrays"
25232531
msgstr ""
25242532

2525-
#: py/runtime.c
2533+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25262534
msgid "argument has wrong type"
25272535
msgstr ""
25282536

locale/ko.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ msgstr " 파일 \"%q\", 라인 %d"
4848
msgid " is of type %q\n"
4949
msgstr ""
5050

51+
#: main.c
52+
msgid " not found.\n"
53+
msgstr ""
54+
5155
#: main.c
5256
msgid " output:\n"
5357
msgstr " 산출:\n"
@@ -2033,6 +2037,10 @@ msgstr ""
20332037
msgid "SPI Re-initialization error"
20342038
msgstr ""
20352039

2040+
#: ports/esp32s2/common-hal/busio/SPI.c
2041+
msgid "SPI configuration failed"
2042+
msgstr ""
2043+
20362044
#: ports/raspberrypi/common-hal/busio/SPI.c
20372045
msgid "SPI peripheral in use"
20382046
msgstr ""
@@ -2511,7 +2519,7 @@ msgstr ""
25112519
msgid "argsort is not implemented for flattened arrays"
25122520
msgstr ""
25132521

2514-
#: py/runtime.c
2522+
#: py/runtime.c shared-bindings/supervisor/__init__.c
25152523
msgid "argument has wrong type"
25162524
msgstr ""
25172525

0 commit comments

Comments
 (0)