File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -105,24 +105,24 @@ Warning: Each child in a list should have a unique "key" prop.
105
105
``` js
106
106
const people = [{
107
107
id: 0 ,
108
- name: ' Creola Katherine Johnson ' ,
109
- profession: ' mathematician ' ,
108
+ name: ' 凯瑟琳·约翰逊 ' ,
109
+ profession: ' 数学家 ' ,
110
110
}, {
111
111
id: 1 ,
112
- name: ' Mario José Molina-Pasquel Henríquez ' ,
113
- profession: ' chemist ' ,
112
+ name: ' 马里奥·莫利纳 ' ,
113
+ profession: ' 化学家 ' ,
114
114
}, {
115
115
id: 2 ,
116
- name: ' Mohammad Abdus Salam ' ,
117
- profession: ' physicist ' ,
116
+ name: ' 穆罕默德·阿卜杜勒·萨拉姆 ' ,
117
+ profession: ' 物理学家 ' ,
118
118
}, {
119
119
id: 3 ,
120
- name: ' Percy Lavon Julian ' ,
121
- profession: ' chemist ' ,
120
+ name: ' 珀西·莱温·朱利亚 ' ,
121
+ profession: ' 化学家 ' ,
122
122
}, {
123
123
id: 4 ,
124
- name: ' Subrahmanyan Chandrasekhar ' ,
125
- profession: ' astrophysicist ' ,
124
+ name: ' 苏布拉马尼扬·钱德拉塞卡 ' ,
125
+ profession: ' 天体物理学家 ' ,
126
126
}];
127
127
```
128
128
You can’t perform that action at this time.
0 commit comments