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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- eclipse和tomcat整合之后每次发布server.xml被修改(转)
eclipse每次发布,server.xml和context.xml总是被还原 直接找到eclispse工程下的server工程,把里面的相应的server.xml和context.xml修改了即可, ...
- composer安装自己的包
composer的出现,使得PHPer可以像Java一样更加方便的管理代码.在composer没有出现之前,人们大多使用pear.pecl管理依赖,但是局限性很多,也很少有人用(接触的大多phper基 ...
- 有关android安全性的问题--代码混淆
转自:http://www.cnblogs.com/dream-sky/archive/2012/11/15/2771648.html 在project.properties里加上 proguar ...
- mysql 中 SQL_CALC_FOUND_ROWS 功能
mysql 数据库不符合sql标准的地方不少,比如TIMESTAMP列的处理,字符串比较默认大小写不敏感什么的.有时候这些问题会让你很郁闷,尤其是对从其它数据库转过来的人来说.但有些功能倒也蛮有趣. ...
- php错误记录
1.模板不存在ThinkPHP\Library\Think\View.class.php LINE: 110 是因为IndexController的Index函数,而View中没有对应的Index文件 ...
- html/css技巧总结
.e-select .on{display:none} on为e-select的子元素,(之间有空格).e-select.on{display:block} 只有两种属性同时存在时才会起作用(之间无空 ...
- storm 使用过程中遇到的问题
1 bolt不停重启,excutor无法启动. nimbus日志类似如下(), 2014-03-12 10:55:06 b.s.d.nimbus [INFO] Executor MITAS3-74-1 ...
- 第13章 Swing程序设计----JDialog窗体
JDialog窗体是Swing组件中的对话框 JDialog窗体的功能是从一个窗体中弹出另一个窗体,就像是在使用IE浏览器时弹出的确定对话框一样. 在应用程序中创建JDialog窗体需要实例化JDia ...
- Spring Security-用户密码自定义加密
public class SunPasswordEncoder implements PasswordEncoder{ //@实现加密的方法,既将明文转换为密文的方法 public String en ...
- Qt Quick 简单教程
上一篇<Qt Quick 之 Hello World 图文详解>我们已经分别在电脑和 Android 手机上运行了第一个 Qt Quick 示例—— HelloQtQuickApp ,这篇 ...