One of the best things about Charlie is he doesn't hover.

一件最好的事是查理兹他不在附近。

He left me alone to unpack and get settled, a feat that would have been altogether impossible for my mother.

他让我一个人去打开包裹然后安顿好,和我妈妈一起来做这已经是不可能的了。

It was nice to be alone, not to have to smileand look pleased;

一个人挺好的,不用故意去表现的看起来很开心的样子

a relief to stare dejectedly out the window at the sheeting rain and let just a few tears escape.

减轻了来自窗外的沮丧和灰心,窗外的雨让几滴泪逃了出来

I wasn't in the mood to goon a real crying jag.

我不是真正想哭才哭的

我没有心情呆子一个真正的放声痛哭。

I would save that for bed time, when I would have to think about the coming morning.

我不想保留这个不好的时间,我不得不去思考明天该来的早上。

Forks High School had a frightening total of only three hundred and fifty-seven — now fifty-eight — students;

福克斯的高中有令人恐惧的人数,只有357,现在是358个学生了

there were more than seven hundred people in my junior class alone back home.

在我的老家的初中有超过700人。

All of the kids herehad grown up together — their grandparents had been toddlers together.

所有的孩子在当地都是一起长大的,他们的祖父母都是一起认识的。

他们的爷爷奶奶在蹒跚学步时就在一起了。

I would be the new girl from the big city, a curiosity, a freak.

我将成为来自大城市的新的女孩,好奇,奇异的。

Maybe, if I looked like a girl from Phoenix should, I could work this to my advantage.

可能,如果我应该看起来像来自凤凰城的女孩,我可以做自己擅长的。

我将成为从大城市里转来的女孩,一个新鲜的,古怪的存在。

But physically, I'd never fit in anywhere. I should be tan,sporty, blond — a volleyball player, or a cheerleader, perhaps — all the things that go with living in the valley of the sun.

但是实际上,我哪里都不适合,我应该是褐色的皮肤,运动的,金发碧眼的,一个排球运动员,或者一个拉拉队员,或者所有的时期都应在太阳在生活。

也许,如果我看起来像是个来自凤凰城的女孩,我能更占些优势。但事实上,我和任何地方都格格不入。我应当是棕褐色的,运动型的,发色发浅的——一个排球运动员,或者一个拉拉队队长,也许——拥有一些看起来像是生活在日光城的特征。

Chapter 1 First Sight——9的更多相关文章

  1. Chapter 1 First Sight——37

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

  2. Chapter 1 First Sight——36

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

  3. Chapter 1 First Sight——35

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

  4. Chapter 1 First Sight——34

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

  5. Chapter 1 First Sight——33

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

  6. Chapter 1 First Sight——32

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

  7. Chapter 1 First Sight——31

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

  8. Chapter 1 First Sight——30

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

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

  10. Chapter 1 First Sight——28

    "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...

随机推荐

  1. PureLayout

    PureLayout 是 iOS & OS X Auto Layout 的终极 API——非常简单,又非常强大.PureLayout 通过一个全面的Auto Layout API 扩展了 UI ...

  2. samba连接提示“找不到网络路径”

    在运行里面输入services.msc,打开服务管理界面. 根据服务的描述,找到了TCP/IP NetBIOS Helper服务描述中提到TCP/IP NetBIOS Helper服务能使用户能够共享 ...

  3. lucene 索引创建步骤

    一.步骤: 1.存储位置:1)文件: Directory dir= FSDirectory.open(new File("D:\\LuceneIndex")); 2)内存: new ...

  4. JSP 之国际化

    导入 <%@ taglib url="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> 创建三个语 ...

  5. HDU - 2255 奔小康赚大钱(最大带权匹配)

     Problem Description 传说在遥远的地方有一个非常富裕的村落,有一天,村长决定进行制度改革:重新分配房子.这可是一件大事,关系到人民的住房问题啊.村里共有n间房间,刚好有n家老百姓, ...

  6. 关于个人网站选择虚拟主机还是VPS服务器的讨论

    还记得当初才开始学习建站的时候,选择的第一款虚拟主机是全HTML的主机,那时候的虚拟主机还分为HTML或者是ASP,PHP的都很少,在国内接触的学习较多还是以ASP为主,PHP是最近几年才开始流行.如 ...

  7. InvalidateRect只是增加重绘区域,在下次WM_PAINT的时候才生效

    emWIN里面的无效重绘和windows很类似. WM_InvalidateArea()和WM_InvalidateRect()只重绘指定的区域,其他区域不会重绘,这样避免了闪烁,重绘发生在下次WM_ ...

  8. Visual Studio中使用Git Flow

    在VS下使用 GitFlow管理项目开发 1.右键将你的解决方案添加到源代码管理,如果你的VS没有安装git,会提示安装,安装完成之后,在团队资源管理可以看到如下界面 (图一) 2.安装gitflow ...

  9. 《Windows驱动开发技术详解》之自定义StartIO

    自定义StartIO 系统定义的StartIO队列只能使用一个队列(DDK提供的StartIO内部只有一个队列),这个队列将所有的IRP进行处理化.例如,读.写操作都会混在一起进行串行处理.然而,有时 ...

  10. RESTful架构3--开发实战

    转自:REST服务开发实战 如果要说什么是REST的话,那最好先从Web(万维网)说起. 什么是Web呢?读者可以查看维基百科的词条(http://zh.wikipedia.org/zh-cn/Web ...