Skip to content

Commit b11cbba

Browse files
committed
[locale es.po] Fix errors
1 parent 32462a6 commit b11cbba

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

locale/es.po

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,11 @@ msgstr "La dirección debe ser %d bytes de largo"
231231

232232
#: ports/nrf/common-hal/busio/I2C.c
233233
msgid "All I2C peripherals are in use"
234-
msgstr "Todos los I2C peripherals están siendo usados"
234+
msgstr "Todos los periféricos I2C están siendo usados"
235235

236236
#: ports/nrf/common-hal/busio/SPI.c
237237
msgid "All SPI peripherals are in use"
238-
msgstr "Todos los SPI peripherals están siendo usados"
238+
msgstr "Todos los periféricos SPI están siendo usados"
239239

240240
#: ports/nrf/common-hal/busio/UART.c
241241
msgid "All UART peripherals are in use"
@@ -313,11 +313,11 @@ msgstr "Ambos pines deben soportar interrupciones por hardware"
313313

314314
#: shared-bindings/supervisor/__init__.c
315315
msgid "Brightness must be between 0 and 255"
316-
msgstr "Brightness debe estar entro 0 y 255"
316+
msgstr "El brillo debe estar entro 0 y 255"
317317

318318
#: shared-bindings/displayio/Display.c
319319
msgid "Brightness not adjustable"
320-
msgstr "Brillo no se puede ajustar"
320+
msgstr "El brillo no se puede ajustar"
321321

322322
#: shared-module/usb_hid/Device.c
323323
#, c-format
@@ -357,7 +357,7 @@ msgstr "No se pueden agregar servicio en modo Central"
357357

358358
#: shared-bindings/bleio/Device.c
359359
msgid "Can't advertise in Central mode"
360-
msgstr "No se puede anunciarse en Central mode"
360+
msgstr "No puede anunciarse en Central mode"
361361

362362
#: shared-bindings/bleio/Device.c
363363
msgid "Can't change the name in Central mode"
@@ -757,7 +757,7 @@ msgstr "Argumento inválido"
757757

758758
#: shared-module/displayio/Bitmap.c
759759
msgid "Invalid bits per value"
760-
msgstr "Inválido bits per valor"
760+
msgstr "Inválido bits por valor"
761761

762762
#: ports/nrf/common-hal/busio/UART.c
763763
msgid "Invalid buffer size"
@@ -985,7 +985,7 @@ msgstr "solo se admiten segmentos con step=1 (alias None)"
985985

986986
#: shared-bindings/audiobusio/PDMIn.c
987987
msgid "Oversample must be multiple of 8."
988-
msgstr "La sobreexplotación debe ser un múltiplo de 8"
988+
msgstr "El sobremuestreo debe ser un múltiplo de 8"
989989

990990
#: shared-bindings/pulseio/PWMOut.c
991991
msgid ""
@@ -1092,7 +1092,7 @@ msgstr "Serializer está siendo utilizado"
10921092

10931093
#: shared-bindings/nvm/ByteArray.c
10941094
msgid "Slice and value different lengths."
1095-
msgstr "Rebanada y valor son diferentes longitudes"
1095+
msgstr "Slice y value tienen diferentes longitudes"
10961096

10971097
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
10981098
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
@@ -1102,7 +1102,7 @@ msgstr "Rebanadas no soportadas"
11021102
#: ports/nrf/common-hal/bleio/Adapter.c
11031103
#, c-format
11041104
msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
1105-
msgstr "Asunto de dispositivo suave, id: 0x%08lX, pc: 0x%08lX"
1105+
msgstr "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
11061106

11071107
#: extmod/modure.c
11081108
msgid "Splitting with sub-captures"
@@ -1183,7 +1183,7 @@ msgstr "Los índices de Tile deben ser 0 - 255"
11831183

11841184
#: shared-bindings/displayio/TileGrid.c
11851185
msgid "Tile width must exactly divide bitmap width"
1186-
msgstr "Ancho del azulejo debe dividir exactamente ancho de mapa de bits"
1186+
msgstr "Ancho del Tile debe dividir exactamente el ancho de mapa de bits"
11871187

11881188
#: supervisor/shared/safe_mode.c
11891189
msgid "To exit, please reset the board without "
@@ -1195,7 +1195,7 @@ msgstr "Demasiados canales en sample."
11951195

11961196
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
11971197
msgid "Too many display busses"
1198-
msgstr "Demasiados autobuses de pantalla"
1198+
msgstr "Demasiados buses de pantalla"
11991199

12001200
#: shared-bindings/displayio/Display.c
12011201
msgid "Too many displays"
@@ -1381,7 +1381,7 @@ msgstr "atributos aún no soportados"
13811381

13821382
#: ports/nrf/common-hal/bleio/Characteristic.c
13831383
msgid "bad GATT role"
1384-
msgstr "mal GATT papel"
1384+
msgstr "mal GATT role"
13851385

13861386
#: py/builtinevex.c
13871387
msgid "bad compile mode"
@@ -1429,9 +1429,8 @@ msgid "buffer must be a bytes-like object"
14291429
msgstr "buffer debe de ser un objeto bytes-like"
14301430

14311431
#: shared-module/struct/__init__.c
1432-
#, fuzzy
14331432
msgid "buffer size must match format"
1434-
msgstr "los buffers deben de tener el mismo formato"
1433+
msgstr "el tamaño del buffer debe de coincidir con el formato"
14351434

14361435
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
14371436
msgid "buffer slices must be of equal length"
@@ -1448,7 +1447,7 @@ msgstr "los buffers deben de tener la misma longitud"
14481447

14491448
#: shared-bindings/_pew/PewPew.c
14501449
msgid "buttons must be digitalio.DigitalInOut"
1451-
msgstr "los bottones nececitan ser digitalio.DigitalInOut"
1450+
msgstr "los botones necesitan ser digitalio.DigitalInOut"
14521451

14531452
#: py/vm.c
14541453
msgid "byte code not implemented"
@@ -2266,9 +2265,8 @@ msgid "parameters must be registers in sequence r0 to r3"
22662265
msgstr "los parametros deben ser registros en secuencia del r0 al r3"
22672266

22682267
#: shared-bindings/displayio/Bitmap.c
2269-
#, fuzzy
22702268
msgid "pixel coordinates out of bounds"
2271-
msgstr "address fuera de límites"
2269+
msgstr "coordenadas del pixel fuera de límites"
22722270

22732271
#: shared-bindings/displayio/Bitmap.c
22742272
msgid "pixel value requires too many bits"
@@ -2461,7 +2459,7 @@ msgstr "limite debe ser en el rango 0-65536"
24612459

24622460
#: shared-bindings/displayio/TileGrid.c
24632461
msgid "tile index out of bounds"
2464-
msgstr "titlo indice fuera de limite"
2462+
msgstr "el indice del tile fuera de limite"
24652463

24662464
#: shared-bindings/time/__init__.c
24672465
msgid "time.struct_time() takes a 9-sequence"
@@ -2476,13 +2474,12 @@ msgid "timeout >100 (units are now seconds, not msecs)"
24762474
msgstr "timepo muerto >100 (unidades en segundos)"
24772475

24782476
#: shared-bindings/bleio/CharacteristicBuffer.c
2479-
#, fuzzy
24802477
msgid "timeout must be >= 0.0"
2481-
msgstr "tiempo muetro debe ser >= 0.o"
2478+
msgstr "tiempo muerto debe ser >= 0.0"
24822479

24832480
#: shared-bindings/time/__init__.c
24842481
msgid "timestamp out of range for platform time_t"
2485-
msgstr "sello de tiemp to esta en rango para plataformatime_t"
2482+
msgstr "timestamp fuera de rango para plataform time_t"
24862483

24872484
#: shared-module/struct/__init__.c
24882485
msgid "too many arguments provided with the given format"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy