Skip to content

Commit aa0a65b

Browse files
committed
Fixes to syntax
1 parent a27bc6c commit aa0a65b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

locale/es.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -967,15 +967,16 @@ msgstr ""
967967
msgid ""
968968
"Object has been deinitialized and can no longer be used. Create a new object."
969969
msgstr ""
970-
"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo objeto."
970+
"El objeto se ha desinicializado y ya no se puede utilizar. Crea un nuevo "
971+
"objeto"
971972

972973
#: ports/nrf/common-hal/busio/UART.c
973974
msgid "Odd parity is not supported"
974975
msgstr "Paridad impar no soportada"
975976

976977
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
977-
msgid "Only 8 or 16 bit mono with " MP_STRINGIFY(OVERSAMPLING) "x oversampling is supported."
978-
msgstr "Solo 8 ó 16 bit mono con " MP_STRINGIFY(OVERSAMPLING) "x de sobremuestreo es soportado."
978+
msgid "Only 8 or 16 bit mono with 'MP_STRINGIFY(OVERSAMPLING)' x oversampling is supported."
979+
msgstr "Solo 8 ó 16 bit mono con 'MP_STRINGIFY(OVERSAMPLING)' x de sobremuestreo es soportado."
979980

980981
#: shared-module/displayio/OnDiskBitmap.c
981982
#, c-format

0 commit comments

Comments
 (0)