Skip to content

Commit 4e0c18e

Browse files
authored
Merge pull request #1847 from rafa-gould/master
Fixed grammatical errors involving "o" and "ó" and numbers
2 parents ccd22ab + eaa689f commit 4e0c18e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

locale/es.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ msgstr "Paridad impar no soportada"
976976

977977
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
978978
msgid "Only 8 or 16 bit mono with "
979-
msgstr "Solo mono de 8 o 16 bit con "
979+
msgstr "Solo mono de 8 ó 16 bit con "
980980

981981
#: shared-module/displayio/OnDiskBitmap.c
982982
#, c-format
@@ -1402,15 +1402,15 @@ msgstr "operacion binaria %q no implementada"
14021402

14031403
#: shared-bindings/busio/UART.c
14041404
msgid "bits must be 7, 8 or 9"
1405-
msgstr "bits deben ser 7, 8 o 9"
1405+
msgstr "bits deben ser 7, 8 ó 9"
14061406

14071407
#: extmod/machine_spi.c
14081408
msgid "bits must be 8"
14091409
msgstr "bits debe ser 8"
14101410

14111411
#: shared-bindings/audioio/Mixer.c
14121412
msgid "bits_per_sample must be 8 or 16"
1413-
msgstr "bits_per_sample debe ser 8 o 16"
1413+
msgstr "bits_per_sample debe ser 8 ó 16"
14141414

14151415
#: py/emitinlinethumb.c
14161416
msgid "branch not in range"
@@ -2403,7 +2403,7 @@ msgstr ""
24032403

24042404
#: shared-bindings/busio/UART.c
24052405
msgid "stop must be 1 or 2"
2406-
msgstr "stop debe ser 1 o 2"
2406+
msgstr "stop debe ser 1 ó 2"
24072407

24082408
#: shared-bindings/random/__init__.c
24092409
msgid "stop not reachable from start"
@@ -2522,7 +2522,7 @@ msgstr "objeto de tipo '%q' no tiene atributo '%q'"
25222522

25232523
#: py/objtype.c
25242524
msgid "type takes 1 or 3 arguments"
2525-
msgstr "type acepta 1 o 3 argumentos"
2525+
msgstr "type acepta 1 ó 3 argumentos"
25262526

25272527
#: py/objint_longlong.c
25282528
msgid "ulonglong too large"
@@ -2802,7 +2802,7 @@ msgstr "paso cero"
28022802
#~ msgstr "la ubicación de la flash debe estar debajo de 1MByte"
28032803

28042804
#~ msgid "frequency can only be either 80Mhz or 160MHz"
2805-
#~ msgstr "la frecuencia solo puede ser 80MHz o 160MHz"
2805+
#~ msgstr "la frecuencia solo puede ser 80MHz ó 160MHz"
28062806

28072807
#~ msgid "impossible baudrate"
28082808
#~ msgstr "baudrate imposible"

0 commit comments

Comments
 (0)