Skip to content

Commit f181fa4

Browse files
authored
Merge pull request #23 from carburo/master
Add translated terms to TRANSLATION.md
2 parents 570e3a0 + 1aa4f49 commit f181fa4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

TRANSLATION.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,23 @@ Suggestion on words and terms:
1212

1313
| Original word/term | Suggestion |
1414
| ------------------ | ---------- |
15-
| arrow function | *arrow function* |
15+
| array | array |
16+
| arrow function | función flecha |
1617
| bug | error |
1718
| Bundler | *Bundler* |
1819
| camelCase | *camelCase* |
1920
| callback | *callback* |
20-
| controlled component | *controlled component* |
21+
| controlled component | componente controlado |
2122
| debugging | depuración |
23+
| key | key |
2224
| library | biblioteca |
23-
| lowercase | *lowercase* |
25+
| lowercase | minúscula(s) |
2426
| props | *props* |
2527
| React element | Elemento de React |
26-
| state | *state* |
28+
| state | estado |
2729
| string | *string* |
2830
| template literals | *template literals* |
29-
| uncontrolled component | *uncontrolled component* |
31+
| uncontrolled component | componente no controlado |
3032

3133

3234

0 commit comments

Comments
 (0)