-
Notifications
You must be signed in to change notification settings - Fork 302
Add translated terms to TRANSLATION.md #23
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,20 +12,20 @@ Suggestion on words and terms: | |
|
||
| Original word/term | Suggestion | | ||
| ------------------ | ---------- | | ||
| arrow function | *arrow function* | | ||
| arrow function | función flecha | | ||
| bug | error | | ||
| Bundler | *Bundler* | | ||
| camelCase | *camelCase* | | ||
| callback | *callback* | | ||
| controlled component | *controlled component* | | ||
carburo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| debugging | depuración | | ||
| library | biblioteca | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know the correct term is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agree with this one too, I can say that There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think both librería and biblioteca are of common use. The difference is that while librería is a bad semantic copy, biblioteca is an straightforward translation of the term. |
||
| lowercase | *lowercase* | | ||
| lowercase | minúscula(s) | | ||
| props | *props* | | ||
| React element | Elemento de React | | ||
| state | *state* | | ||
| string | *string* | | ||
| template literals | *template literals* | | ||
| state | estado | | ||
| string | cadena de texto | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When you start learning about programming (and I think this applies to any language) you learn primitives, and with primitives comes That said, if someone reads There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 to keep string without translate it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think cadena de caracteres works too.
I think |
||
| template literals | plantilla de cadena (de texto) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sounds so weird in Spanish 😅 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because of the same reasons as #23 (comment), I think we should leave There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've seen "string" defined as For me those are terms that encapsulate a concept and although they can be translated, the meaning just isn't the same. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also think we should leave There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would incline towards For |
||
| uncontrolled component | *uncontrolled component* | | ||
carburo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
|
||
|
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.
I would let
arrow function
without translation, it's used that way in a lot of Spanish tutorials and articles.