Chapter 1 First Sight——10
Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant sunshine.
取而代之的是我是白皮肤,没有蓝眼睛或者红头发,尽管一直晒着太阳
I had always been slender, but soft somehow, obviously not an athlete;
我身体纤细柔软,显然不是一个运动员
I didn't have the necessary hand-eye coordination to play sports without humiliating myself —
对于运动来说我眼睛和手一点也不协调,有点丢自己的脸
我也没有足够的平衡感来参与运动而不让自己蒙羞——不伤到自己或者任何离我太近的人。
and harming both myself and anyone else who stood too close.
有时会伤害到自己和自己身边的人
When I finished putting my clothes in the old pine dresser,
我把我的衣服放进旧衣柜之后
I took my bag of bathroom necessities and went to the communal bathroom to clean myself up after the day of travel.
经过一整天的旅行之后,我拿了一整包的生活必需品,然后去公共浴室去洗了个澡。
I looked at my face in the mirror as I brushed through my tangled, damp hair.
我在我镜子中看见了我自己的脸,我刷了我的紊乱的头发。
Maybe it was the light, butal ready I looked sallower, unhealthy.
或许是光的原因,我看起来气色不是很好,不是很健康。
My skin could be pretty — it was very clear, almost translucent-looking — but it all depended on color. Ihad no color here.
我的应该可以很好,很干净,大多看起来很透明,但是只是因为肤色的缘故,在这里我就没有了颜色。
Facing my pallid reflection in the mirror, I was forced to admit that I was lying to myself.
面对我在镜子中苍白的映像,我不得不承认我只能依靠我自己了
看着镜子里我黯淡的身影,我被迫承认我一直在对自己撒谎。
It wasn't just physically that I'd never fit in.
不只是生活上面我不能适应
And if I couldn't find a niche in a school with three thousand people, what were my chances here?
如果我不能在学校的三千人中找到自己合适的位置,我在这的机会在哪里?
我在这里又有什么机遇可言?
Chapter 1 First Sight——10的更多相关文章
- Chapter 2 Open Book——10
I sent that, and began again. 我发送了它,然后又一次重新开始写了. Mom,Everything is great. Of course it's raining. I ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- TakeColor 屏幕取色器 8.0 中文绿色版
软件名称: TakeColor 屏幕取色器软件语言: 简体中文授权方式: 免费软件运行环境: Win8 / Win7 / Vista / WinXP软件大小: 210KB图片预览: 软件简介:使用方便 ...
- SQL 课程 连接查询
今天,我主要是对前面所学习过的子查询进行了复习,然后学习了连接查询join on 的内容. 如: select renyuan.code,name,age ,sex , bumen.bname,bce ...
- netsh命令之ip设置
批处理.VBS实现自动设置IP.默认网关.DNS.WINS.IE代理的代码,需要的朋友可以参考下 因为公司有同事负责大连.沈阳两个城市,经常在两地来回走动,到每个城市后,都要自己手动更改相应的网络配置 ...
- Struts2--课程笔记3
获取ServletAPI: 第一种方式: //在request域中放入属性req,暂且认为getContext()获取的是request域空间,但实际不是 ActionContext.g ...
- Chapter 2 Open Book——7
I gunned my deafening engine to life, ignoring the heads that turned inmy direction, and backed care ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- 授权给指定用户,使用navicat在其他ip都可以连接linux服务器上的mysql库
grant all privileges on ao.* to 'tony'@'localhost' identified by '123456'; 在ao库中所有表. 同意 ,授权 给ton ...
- petstore-jdbc
拖了好多天,终于决定开始写作业了,搞了大半天的把软件安好. jdk(安装与环境配置) Tomcat(安装与环境配置) mysql(安装,同时配置图形化操作界面) eclipse for Javaee ...
- LeetCode OJ 222. Count Complete Tree Nodes
Total Accepted: 32628 Total Submissions: 129569 Difficulty: Medium Given a complete binary tree, cou ...
- Git的Bug分支----临时保存现场git stash
软件开发中,bug就像家常便饭一样,有了bug就需要修复,在Git中,由于分支是如此的强大,所以每个bug通过一个新的分支来修复,在修复后,合并分支,然后将临时分支删除. 当你接到一个修复代号为119 ...