Skip to content

Strings - #126

Merged
joaquinelio merged 9 commits into
javascript-tutorial:masterfrom
ferueda:master
Jun 18, 2020
Merged

Strings#126
joaquinelio merged 9 commits into
javascript-tutorial:masterfrom
ferueda:master

Conversation

@ferueda

Copy link
Copy Markdown
Contributor

String article and tests (tasks and solutions) translated to spanish.

alert( checkSpam("innocent rabbit") );
alert( checkSpam('compra ViAgRA ahora') );
alert( checkSpam('xxxxx gratis') );
alert( checkSpam("coneja inocente") );

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

No entiendo el cambio solicitado aquí.

# Strings

In JavaScript, the textual data is stored as strings. There is no separate type for a single character.
En JavaScript, los datos textuales son almacenados como strings (cadena de caracteres). No hay un tipo de datos separado para caracteres únicos.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

'unitarios' en lugar de 'únicos'. Puesto que se refiere a la cantidad de caracteres no a la exclusividad.

@javascript-translate-bot

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

alert( checkSpam("innocent rabbit") );
alert( checkSpam('compra ViAgRA ahora') );
alert( checkSpam('xxxxx gratis') );
alert( checkSpam("coneja inocente") );

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

No entiendo el cambio solicitado aquí.

@ferueda

Copy link
Copy Markdown
ContributorAuthor

/done

@ferueda

Copy link
Copy Markdown
ContributorAuthor

It looks like no one is reviewing these pull requests from the community. If you need help revewing them I can help as a reviewer.

@joaquineliojoaquinelio changed the title Strings article translated to spanishStringsJun 8, 2020
@iliakaniliakan mentioned this pull request Jun 8, 2020

@joaquineliojoaquinelio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Cambié Un mont+on!!!!!!!!!! Falta ahora:

  • Restaurar un ejercicio (lo marqué)
  • 79 - Restaurar una tabla y retraducirla.(faltan items y descripciones)
  • 135, 150 - Revisar formato con inglés: el suggest arruina los marckup triple comilla `
    VOLVERÉ con un editor bueno

Comment thread1-js/05-data-types/03-string/1-ucfirst/solution.md Outdated
Comment thread1-js/05-data-types/03-string/1-ucfirst/solution.md Outdated
Comment thread1-js/05-data-types/03-string/1-ucfirst/task.md Outdated
Comment thread1-js/05-data-types/03-string/3-truncate/solution.md Outdated
Comment thread1-js/05-data-types/03-string/3-truncate/task.md Outdated
Comment thread1-js/05-data-types/03-string/article.md Outdated
Comment thread1-js/05-data-types/03-string/article.md Outdated
Comment thread1-js/05-data-types/03-string/article.md Outdated
Comment thread1-js/05-data-types/03-string/article.md Outdated
Comment thread1-js/05-data-types/03-string/article.md Outdated
@javascript-translate-bot

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

37 cambios que me atreví a hacer sin permiso
tildes, gramática, y err de concepto mas lineas que no habian sido traducidas adrede
Actualización grossa
ortografía
@joaquinelio
joaquinelio merged commit fb3b99c into javascript-tutorial:masterJun 18, 2020
@javascript-translate-bot

Copy link
Copy Markdown

Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ferueda@javascript-translate-bot@spideep@joaquinelio@vplentinax