8000 Merge pull request #4784 from weblate/weblate-circuitpython-main · domdfcoding/circuitpython@9a7a2bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a7a2bb

Browse files
authored
Merge pull request adafruit#4784 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 3bcbf2b + baa729a commit 9a7a2bb

File tree

17 files changed

+98
-29
lines changed

17 files changed

+98
-29
lines changed

locale/ID.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,10 @@ msgstr "Nilai Unit ADC tidak valid"
12311231
msgid "Invalid AuthMode"
12321232
msgstr ""
12331233

1234+
#: ports/nrf/common-hal/_bleio/__init__.c
1235+
msgid "Invalid BLE parameter"
1236+
msgstr ""
1237+
12341238
#: shared-module/displayio/OnDiskBitmap.c
12351239
msgid "Invalid BMP file"
12361240
msgstr "File BMP tidak valid"
@@ -2352,7 +2356,7 @@ msgstr "Tipe bus tampilan tidak didukung"
23522356
msgid "Unsupported format"
23532357
msgstr "Format tidak didukung"
23542358

2355-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2359+
#: py/moduerrno.c
23562360
msgid "Unsupported operation"
23572361
msgstr "Operasi yang tidak didukung"
23582362

locale/cs.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,10 @@ msgstr ""
12141214
msgid "Invalid AuthMode"
12151215
msgstr ""
12161216

1217+
#: ports/nrf/common-hal/_bleio/__init__.c
1218+
msgid "Invalid BLE parameter"
1219+
msgstr ""
1220+
12171221
#: shared-module/displayio/OnDiskBitmap.c
12181222
msgid "Invalid BMP file"
12191223
msgstr ""
@@ -2319,7 +2323,7 @@ msgstr ""
23192323
msgid "Unsupported format"
23202324
msgstr ""
23212325

2322-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2326+
#: py/moduerrno.c
23232327
msgid "Unsupported operation"
23242328
msgstr ""
23252329

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,10 @@ msgstr "Ungültiger ADC-Einheitenwert"
12311231
msgid "Invalid AuthMode"
12321232
msgstr ""
12331233

1234+
#: ports/nrf/common-hal/_bleio/__init__.c
1235+
msgid "Invalid BLE parameter"< 9E88 /div>
1236+
msgstr ""
1237+
12341238
#: shared-module/displayio/OnDiskBitmap.c
12351239
msgid "Invalid BMP file"
12361240
msgstr "Ungültige BMP-Datei"
@@ -2355,7 +2359,7 @@ msgstr "Nicht unterstützter display bus type"
23552359
msgid "Unsupported format"
23562360
msgstr "Nicht unterstütztes Format"
23572361

2358-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2362+
#: py/moduerrno.c
23592363
msgid "Unsupported operation"
23602364
msgstr "Nicht unterstützte Operation"
23612365

locale/el.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,10 @@ msgstr ""
12111211
msgid "Invalid AuthMode"
12121212
msgstr ""
12131213

1214+
#: ports/nrf/common-hal/_bleio/__init__.c
1215+
msgid "Invalid BLE parameter"
1216+
msgstr ""
1217+
12141218
#: shared-module/displayio/OnDiskBitmap.c
12151219
msgid "Invalid BMP file"
12161220
msgstr ""
@@ -2316,7 +2320,7 @@ msgstr ""
23162320
msgid "Unsupported format"
23172321
msgstr ""
23182322

2319-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2323+
#: py/moduerrno.c
23202324
msgid "Unsupported operation"
23212325
msgstr ""
23222326

locale/en_GB.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ msgstr "Invalid ADC unit value"
12261226
msgid "Invalid AuthMode"
12271227
msgstr ""
12281228

1229+
#: ports/nrf/common-hal/_bleio/__init__.c
1230+
msgid "Invalid BLE parameter"
1231+
msgstr ""
1232+
12291233
#: shared-module/displayio/OnDiskBitmap.c
12301234
msgid "Invalid BMP file"
12311235
msgstr "Invalid BMP file"
@@ -2346,7 +2350,7 @@ msgstr "Unsupported display bus type"
23462350
msgid "Unsupported format"
23472351
msgstr "Unsupported format"
23482352

2349-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2353+
#: py/moduerrno.c
23502354
msgid "Unsupported operation"
23512355
msgstr "Unsupported operation"
23522356

locale/es.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,8 @@ msgstr "Data es muy grande para el paquete de anuncio"
864864

865865
#: ports/stm/common-hal/alarm/pin/PinAlarm.c
866866
msgid "Deep sleep pins must use a rising edge with pulldown"
867-
msgstr "Pines de sueño profundo deben usar eje de subida con jalado hacia abajo"
867+
msgstr ""
868+
"Pines de sueño profundo deben usar eje de subida con jalado hacia abajo"
868869

869870
#: shared-bindings/audiobusio/PDMIn.c
870871
msgid "Destination capacity is smaller than destination_length."
@@ -1243,6 +1244,10 @@ msgstr "Valor de unidad de ADC no válido"
12431244
msgid "Invalid AuthMode"
12441245
msgstr "AuthMode invalido"
12451246

1247+
#: ports/nrf/common-hal/_bleio/__init__.c
1248+
msgid "Invalid BLE parameter"
1249+
msgstr ""
1250+
12461251
#: shared-module/displayio/OnDiskBitmap.c
12471252
msgid "Invalid BMP file"
12481253
msgstr "Archivo BMP inválido"
@@ -2383,7 +2388,7 @@ msgstr "Sin capacidad de bus tipo display"
23832388
msgid "Unsupported format"
23842389
msgstr "Formato no soportado"
23852390

2386-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2391+
#: py/moduerrno.c
23872392
msgid "Unsupported operation"
23882393
msgstr "Operación no soportada"
23892394

locale/fil.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ msgstr ""
12261226
msgid "Invalid AuthMode"
12271227
msgstr ""
12281228

1229+
#: ports/nrf/common-hal/_bleio/__init__.c
1230+
msgid "Invalid BLE parameter"
1231+
msgstr ""
1232+
12291233
#: shared-module/displayio/OnDiskBitmap.c
12301234
msgid "Invalid BMP file"
12311235
msgstr "Mali ang BMP file"
@@ -2338,7 +2342,7 @@ msgstr "Hindi supportadong tipo ng bitmap"
23382342
msgid "Unsupported format"
23392343
msgstr "Hindi supportadong format"
23402344

2341-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2345+
#: py/moduerrno.c
23422346
msgid "Unsupported operation"
23432347
msgstr "Hindi sinusuportahang operasyon"
23442348

locale/fr.po

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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: 2021-05-06 17:51+0000\n"
12-
"Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n"
11+
"PO-Revision-Date: 2021-05-20 13:02+0000\n"
12+
"Last-Translator: Noel Gaetan <gaetan.noel@viacesi.fr>\n"
1313
"Language: fr\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
@@ -100,7 +100,7 @@ msgstr "La liste %q doit être une liste"
100100

101101
#: shared-bindings/usb_hid/Device.c
102102
msgid "%q must be 1-255"
103-
msgstr ""
103+
msgstr "%q doit être compris entre 1 et 255"
104104

105105
#: shared-bindings/memorymonitor/AllocationAlarm.c
106106
msgid "%q must be >= 0"
@@ -116,7 +116,7 @@ msgstr "%q doit être >= 1"
116116

117117
#: shared-bindings/usb_hid/Device.c
118118
msgid "%q must be None or 1-255"
119-
msgstr ""
119+
msgstr "%q doit être NULL ou compris entre 1 et 255"
120120

121121
#: shared-module/vectorio/Polygon.c
122122
msgid "%q must be a tuple of length 2"
@@ -217,7 +217,7 @@ msgstr ""
217217
#: py/obj.c
218218
#, c-format
219219
msgid "'%s' object doesn't support item assignment"
220-
msgstr ""
220+
msgstr "l'objet %s ne supporte pas l'assignation d'éléments"
221221

222222
#: py/obj.c
223223
#, c-format
@@ -1254,6 +1254,10 @@ msgstr "Valeur d'unité ADC non valide"
12541254
msgid "Invalid AuthMode"
12551255
msgstr "AuthMode invalide"
12561256

1257+
#: ports/nrf/common-hal/_bleio/__init__.c
1258+
msgid "Invalid BLE parameter"
1259+
msgstr ""
1260+
12571261
#: shared-module/displayio/OnDiskBitmap.c
12581262
msgid "Invalid BMP file"
12591263
msgstr "Fichier BMP invalide"
@@ -1943,11 +1947,11 @@ msgstr "Mode RAISE n'est pas implémenté"
19431947

19441948
#: ports/stm/common-hal/os/__init__.c
19451949
msgid "RNG DeInit Error"
1946-
msgstr "Erreur de désinitiation du RNG (RNG DeInit)"
1950+
msgstr "Erreur de désinitialisation du RNG"
19471951

19481952
#: ports/stm/common-hal/os/__init__.c
19491953
msgid "RNG Init Error"
1950-
msgstr "Erreur d'initialisation du RNG (RNG Init)"
1954+
msgstr "Erreur d'initialisation du RNG"
19511955

19521956
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
19531957
msgid "RS485 Not yet supported on this device"
@@ -2388,7 +2392,7 @@ msgstr "Type de bus d'affichage non supporté"
23882392
msgid "Unsupported format"
23892393
msgstr "Format non supporté"
23902394

2391-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2395+
#: py/moduerrno.c
23922396
msgid "Unsupported operation"
23932397
msgstr "Opération non supportée"
23942398

@@ -3716,15 +3720,15 @@ msgstr "objet "
37163720
#: py/obj.c
37173721
#, c-format
37183722
msgid "object '%s' isn't a tuple or list"
3719-
msgstr ""
3723+
msgstr "l'objet '%s' n'est pas un tuple ou une liste"
37203724

37213725
#: py/obj.c
37223726
msgid "object doesn't support item assignment"
37233727
msgstr ""
37243728

37253729
#: py/obj.c
37263730
msgid "object doesn't support item deletion"
3727-
msgstr ""
3731+
msgstr "l'objet ne supporte pas la suppression d'éléments"
37283732

37293733
#: py/obj.c
37303734
msgid "object has no len"

locale/hi.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,10 @@ msgstr ""
12111211
msgid "Invalid AuthMode"
12121212
msgstr ""
12131213

1214+
#: ports/nrf/common-hal/_bleio/__init__.c
1215+
msgid "Invalid BLE parameter"
1216+
msgstr ""
1217+
12141218
#: shared-module/displayio/OnDiskBitmap.c
12151219
msgid "Invalid BMP file"
12161220
msgstr ""
@@ -2316,7 +2320,7 @@ msgstr ""
23162320
msgid "Unsupported format"
23172321
msgstr ""
23182322

2319-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2323+
#: py/moduerrno.c
23202324
msgid "Unsupported operation"
23212325
msgstr ""
23222326

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,10 @@ msgstr ""
12351235
msgid "Invalid AuthMode"
12361236
msgstr ""
12371237

1238+
#: ports/nrf/common-hal/_bleio/__init__.c
1239+
msgid "Invalid BLE parameter"
1240+
msgstr ""
1241+
12381242
#: shared-module/displayio/OnDiskBitmap.c
12391243
msgid "Invalid BMP file"
12401244
msgstr "File BMP non valido"
@@ -2359,7 +2363,7 @@ msgstr "tipo di bitmap non supportato"
23592363
msgid "Unsupported format"
23602364
msgstr "Formato non supportato"
23612365

2362-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2366+
#: py/moduerrno.c
23632367
msgid "Unsupported operation"
23642368
msgstr "Operazione non supportata"
23652369

locale/ja.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,10 @@ msgstr "不正なADCユニット値"
12221222
msgid "Invalid AuthMode"
12231223
msgstr ""
12241224

1225+
#: ports/nrf/common-hal/_bleio/__init__.c
1226+
msgid "Invalid BLE parameter"
1227+
msgstr ""
1228+
12251229
#: shared-module/displayio/OnDiskBitmap.c
12261230
msgid "Invalid BMP file"
12271231
msgstr "不正なBMPファイル"
@@ -2331,7 +2335,7 @@ msgstr ""
23312335
msgid "Unsupported format"
23322336
msgstr "非対応の形式"
23332337

2334-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2338+
#: py/moduerrno.c
23352339
msgid "Unsupported operation"
23362340
msgstr "非対応の操作"
23372341

locale/ko.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,10 @@ msgstr ""
12141214
msgid "Invalid AuthMode"
12151215
msgstr ""
12161216

1217+
#: ports/nrf/common-hal/_bleio/__init__.c
1218+
msgid "Invalid BLE parameter"
1219+
msgstr ""
1220+
12171221
#: shared-module/displayio/OnDiskBitmap.c
12181222
msgid "Invalid BMP file"
12191223
msgstr ""
@@ -2320,7 +2324,7 @@ msgstr ""
23202324
msgid "Unsupported format"
23212325
msgstr ""
23222326

2323-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2327+
#: py/moduerrno.c
23242328
msgid "Unsupported operation"
23252329
msgstr ""
23262330

locale/nl.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,10 @@ msgstr "Ongeldige ADC Unit waarde"
12231223
msgid "Invalid AuthMode"
12241224
msgstr ""
12251225

1226+
#: ports/nrf/common-hal/_bleio/__init__.c
1227+
msgid "Invalid BLE parameter"
1228+
msgstr ""
1229+
12261230
#: shared-module/displayio/OnDiskBitmap.c
12271231
msgid "Invalid BMP file"
12281232
msgstr "Ongeldig BMP bestand"
@@ -2348,7 +2352,7 @@ msgstr "Niet-ondersteund beeldscherm bus type"
23482352
msgid "Unsupported format"
23492353
msgstr "Niet-ondersteunde format"
23502354

2351-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2355+
#: py/moduerrno.c
23522356
msgid "Unsupported operation"
23532357
msgstr "Niet-ondersteunde operatie"
23542358

locale/pl.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,10 @@ msgstr ""
12221222
msgid "Invalid AuthMode"
12231223
msgstr ""
12241224

1225+
#: ports/nrf/common-hal/_bleio/__init__.c
1226+
msgid "Invalid BLE parameter"
1227+
msgstr ""
1228+
12251229
#: shared-module/displayio/OnDiskBitmap.c
12261230
msgid "Invalid BMP file"
12271231
msgstr "Zły BMP"
@@ -2327,7 +2331,7 @@ msgstr "Zły typ magistrali wyświetlaczy"
23272331
msgid "Unsupported format"
23282332
msgstr "Zły format"
23292333

2330-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2334+
#: py/moduerrno.c
23312335
msgid "Unsupported operation"
23322336
msgstr "Zła operacja"
23332337

locale/pt_BR.po

Lines changed: 6 additions & 2 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: 2021-05-15 15:52+0000\n"
9+
"PO-Revision-Date: 2021-05-20 13:02+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -1245,6 +1245,10 @@ msgstr "Valor inválido da unidade ADC"
12451245
msgid "Invalid AuthMode"
12461246
msgstr "AuthMode inválido"
12471247

1248+
#: ports/nrf/common-hal/_bleio/__init__.c
1249+
msgid "Invalid BLE parameter"
1250+
msgstr "Parâmetro BLE inválido"
1251+
12481252
#: shared-module/displayio/OnDiskBitmap.c
12491253
msgid "Invalid BMP file"
12501254
msgstr "Arquivo BMP inválido"
@@ -2388,7 +2392,7 @@ msgstr "Não há suporte para o tipo do display bus"
23882392
msgid "Unsupported format"
23892393
msgstr "Formato não suportado"
23902394

2391-
#: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2395+
#: py/moduerrno.c
23922396
msgid "Unsupported operation"
23932397
msgstr "Operação não suportada"
23942398

0 commit comments

Comments
 (0)
0