-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
|
||
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 desde un stream
- `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. |
There was a problem hiding this comment.
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"
There was a problem hiding this comment.
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
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si, queda mejor :)
No tengo más observaciones, así que +1 una vez corregido ese insignificante comentario |
+1 |
Perfect, haciendo el merge. |
Traducción API - Sección "Readline"
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:
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).