-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(docs-infra): traducción de guide/user-input.md #191 #372
base: master
Are you sure you want to change the base?
Conversation
@Ktagudelo Por favor agrega el pie de página de commit como se menciona en https://github.com/angular-hispano/angular/blob/master/CONTRIBUTING.md#mensaje-del-footer-del-commit, por ejemplo, "Fixes #0". Esto con el objetivo que cuando se haga merge se cierre automaticamente el issue. Lo puedes arreglar con |
Traduccion del archivo user-input.md fix: angular-hispano#191
@nicobytes Hola Nico, Ya agregue lo del pie de página. Gracias. |
Acciones del usuario como hacer clic a un enlace, presionando un botón, e ingresando | ||
texto genera eventos al DOM. | ||
Esta página explica cómo vincular esos eventos a los controladores de eventos de componentes utilizando | ||
la sintaxis de enlace de eventos de Angular. | ||
|
||
Run the <live-example></live-example>. |
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.
Falta la traducción de 'Run the'
|
||
## Binding to user input events | ||
Usted puede usar [Enlace de eventos Angular](guide/event-binding) |
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.
Estamos usando un modo informal entonces podemos remplazar 'Usted' por 'tu puedes...'
|
||
Suppose the user enters the letters "abc", and then backspaces to remove them one by one. | ||
Here's what the UI displays: | ||
Suponga que el usuario ingresa las letras "abc" y luego retrocede para eliminarlas una por una. |
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.
Para que suene informal puede ser "Puedes suponer que el usuario..."
These variables provide direct access to an element from within the template. | ||
To declare a template reference variable, precede an identifier with a hash (or pound) character (#). | ||
## Obtener la entrada del usuario de una variable de referencia de plantilla | ||
Hay otra forma de obtener los datos del usuario: use Angular |
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.
Puede ser mejor como "usa las variables de Angular de referencia de plantilla"
|
||
You have mastered the basic primitives for responding to user input and gestures. | ||
Ha dominado las primitivas básicas para responder a las entradas y los gestos del usuario.. |
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.
Quitar ek doble punto "del usuario.."
Lista de Verificación del PR
Comprueba si tu PR cumple los siguientes requisitos:
Tipo de PR
¿Qué tipo de cambio introduce este PR?
¿Cuál es el comportamiento actual?
¿Cuál es el nuevo comportamiento?