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的更多相关文章

  1. Chapter 2 Open Book——10

    I sent that, and began again. 我发送了它,然后又一次重新开始写了. Mom,Everything is great. Of course it's raining. I ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  6. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  7. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  8. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  9. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

随机推荐

  1. submit提交表单后,不刷新当前页面

    <form method="get" target="test" action="a.html"> <input type ...

  2. NGUI等比缩放

    /// <summary> /// UI 等比缩放 /// </summary> static private void AdaptiveUI() { ; ; UIRoot u ...

  3. 运行指定路径下的exe

    public void StartProcess(string name) { string exeFileName = "DataControl.exe"; string sta ...

  4. 正则表达式判断ip地址

    html: <div class="configuration"><form action="" name="myformcon&q ...

  5. webstoem自动编译less文件

    去node的主页下载对应版本的nodejs然后安装下载地址:http://nodejs.org/   根据自己的系统选择合适的版本下载. 安装完成之后打开命令提示符(win+r 输入cmd 回车),分 ...

  6. 使用非 GUI 模式运行 JMeter 压力测试

    使用非 GUI 模式,即命令行模式运行 JMeter 测试脚本能够大大缩减所需要的系统资源.使用命令jmeter -n -t <testplan filename> -l <list ...

  7. android开发技巧

    1 Android去掉listView,gridView等系统自带阴影 当我们使用listView的时候,拉到顶,或是拉到底部的时候,我们会发现有系统自带的阴影效果出现,不同手机出现的颜色可能还会不一 ...

  8. html5学习(一) video字段

    html5对视频的支持: html5通过<video></video>字段实现web页面上视频的播放功能. 目前各大浏览器对<video>字段的支持: 当前,vid ...

  9. HDU 3338 Kakuro Extension

    网络最大流 TLE了两天的题目.80次Submit才AC,发现是刘汝佳白书的Dinic代码还可以优化.....瞬间无语..... #include<cstdio> #include< ...

  10. 感知哈希算法的java实现

    一.原理讲解      实现这种功能的关键技术叫做"感知哈希算法"(Perceptual Hash Algorithm), 意思是为图片生成一个指纹(字符串格式), 两张图片的指纹 ...