mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
say: add Spanish translation (#11587)
* say: add Spanish translation * say: fix typos in Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
1e6e51ef22
commit
c22cf366c1
1 changed files with 28 additions and 0 deletions
28
pages.es/osx/say.md
Normal file
28
pages.es/osx/say.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# say
|
||||||
|
|
||||||
|
> Convierte texto a voz.
|
||||||
|
> Más información: <https://ss64.com/osx/say.html>.
|
||||||
|
|
||||||
|
- Di una frase en voz alta:
|
||||||
|
|
||||||
|
`say "{{Me gusta andar en mi bicicleta.}}"`
|
||||||
|
|
||||||
|
- Lee un archivo en voz alta:
|
||||||
|
|
||||||
|
`say --input-file={{nombre_de_archivo.txt}}`
|
||||||
|
|
||||||
|
- Di una frase con una voz y un ritmo de voz personalizados:
|
||||||
|
|
||||||
|
`say --voice={{voz}} --rate={{palabras_por_minuto}} "{{Lo siento David, no puedo dejarte hacer eso.}}"`
|
||||||
|
|
||||||
|
- Lista las voces disponibles (cada voz habla en un idioma distinto):
|
||||||
|
|
||||||
|
`say --voice="?"`
|
||||||
|
|
||||||
|
- Di algo en polaco:
|
||||||
|
|
||||||
|
`say --voice={{Zosia}} "{{Litwo, ojczyzno moja!}}"`
|
||||||
|
|
||||||
|
- Crea un archivo de audio con el texto hablado:
|
||||||
|
|
||||||
|
`say --output-file={{nombre_de_fichero.aiff}} "{{Aquí están los locos.}}"`
|
Loading…
Add table
Reference in a new issue