Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Traducción API - Sección "Readline" #92

Merged
merged 3 commits into from
Mar 10, 2015
Merged

Traducción API - Sección "Readline" #92

merged 3 commits into from
Mar 10, 2015

Conversation

stringparser
Copy link

La traducción del módulo "readline". Mira que es bonico. Cualquier sugerencia/correción/etc. sin problema. De hecho estoy viendo errores ya mientras escribo aquí (linea, haya, etc.)

Dudas que tengo son:

  • Cómo traducir "object literal"
  • Cómo traducir "completion"
  • Cómo traducir "matching"

Y así en general, la verdad es que no se qué hacer con el género para términos como input, ouptut, stream, etc. Porque en inglés como se usa "the" realmente no importa "the" (no tienen genero neutro, creo, pero les viene de perlas el "the" para todo este tipo de palabras técnicas).


To use this module, do `require('readline')`. Readline allows reading of a
stream (such as `process.stdin`) on a line-by-line basis.
Para usar este módulo haz `require('readline')`. Readline permite leer un stream
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • "permite leer un stream" ---> "permite leer de (o desde) un stream"
  • stream esta repetido

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 desde un stream

@stringparser stringparser self-assigned this Mar 3, 2015
- `terminal` - pass `true` if the `input` and `output` streams should be
treated like a TTY, and have ANSI/VT100 escape codes written to it.
Defaults to checking `isTTY` on the `output` stream upon instantiation.
- `terminal` - pasa `true` si los streams `input` y `output` deben de ser tratados como TTY, y han de escribirsele códigos de escape ANSI/VT100.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No estoy seguro en esta:
"y han de escribirsele códigos de escape ANSI/VT100." ---> "y tienen escritos códigos de escape ANSI/VT100" o "y utilizan códigos de escape ANSI/VT100"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

la que dejas de "y utilizan" esta super clara

@stringparser
Copy link
Author

Igual que los otros dos, con dos +1 si no hay más correcciones lo paso al iojs-es/io.js ;)


## readline.moveCursor(stream, dx, dy)

Move cursor relative to it's current position in a given TTY stream.
Mover el cursor relativo a su posición dada en un stream TTY dado.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mover el curso relativo a su posición actual en un stream TTY dado.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si, queda mejor :)

@ipeluffo
Copy link

No tengo más observaciones, así que +1 una vez corregido ese insignificante comentario

@eafelix
Copy link

eafelix commented Mar 10, 2015

+1

@stringparser
Copy link
Author

Perfect, haciendo el merge.

stringparser added a commit that referenced this pull request Mar 10, 2015
Traducción API - Sección "Readline"
@stringparser stringparser merged commit 3851dbb into nodejs:api Mar 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants