My mother drove me to the airport with the windows rolled down.

随着窗户渐渐摇下,我妈妈开着车送我去机场。

It was seventy-five degrees in Phoenix, the sky a perfect, cloudless blue.

现在在Phoenix是75度,天空很美,万里无云。

七十五华氏度,凤凰城,天空是澄澈的,不带一丝云影的湛蓝。

I was wearing my favorite shirt — sleeveless, white eyelet lace; I was wearing it as a farewell gesture. My carry-on item was a parka.

我穿着我最喜欢的无袖T恤,白色的带子,我穿着它就像是一个告别的手势. 我的外套是一件派克大衣。

In the Olympic Peninsula of northwest Washington State, a small town named Forks exists under a near-constant cover of clouds.

在奥铃匹克半岛的北边华盛顿雕像,在云端覆盖之下有一个小城镇名叫福克斯。

在华盛顿州西北部的奥林匹亚山脉

It rains on this inconsequential town more than any other place in the United Statesof America.

在美国对于其他城市来说,雨在这座城镇显得特别不重要。

这里的雨水多得不可思议,比美利坚合众国的其他任何地方都要多。

It was from this town and its gloomy, omnipresent shade that my mother escaped with me when I was only a few months old.

这座城镇的黑暗和无所不在的阴影使我妈妈当我只有几个月大的时候,带着我逃离了它。

It was in this town that I'd been compelled to spend a month every summer until I was fourteen.

每个夏天我都被迫花一个月的时间待在这个城镇

That was the year I finally put my foot down; these past three summers, my dad, Charlie, vacationed with me in California for two weeks instead.

这一年我最后将我的脚步踏进这个城镇,在过去的三个夏天里,我的父亲,查理和我在加利福尼亚度过了两周的假期。

It was to Forks that I now exiled myself— an action that I took with great horror. I detested Forks.

对于我现在放松的自己来说福克斯对于我来说是一种极大的恐惧,我憎恨福克斯。

现在,我把自己放逐到了福克斯——这是一个我自认为十分崇高的举动。我讨厌福克斯。

I loved Phoenix. I loved the sun and the blistering heat. I loved the vigorous, sprawling city.

我喜欢费克斯。我喜欢太阳和酷热。我喜欢精力充沛的枝繁叶茂的城市。

我热爱凤凰城。我热爱这里的阳光和热浪。我热爱这个生气勃勃,不断扩张着的城市。

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

  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. hdu_2243_考研路茫茫——单词情结(AC自动机+矩阵)

    题目链接:hdu_2243_考研路茫茫——单词情结 题意: 让你求包含这些模式串并且长度不小于L的单词种类 题解: 这题是poj2788的升级版,没做过的强烈建议先做那题. 我们用poj2778的方法 ...

  2. Entity Framework技巧系列之七 - Tip 26 – 28

    提示26. 怎样避免使用不完整(Stub)实体进行数据库查询 什么是不完整(Stub)实体? 不完整实体是一个部分填充实体,用于替代真实的对象. 例如: 1 Category c = new Cate ...

  3. Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html"

    2015-11-16 10:39:17.235 PullDemo[338:60b] Application windows are expected to have a root view contr ...

  4. jq插件开发总结

    http://www.cnblogs.com/silverLee/archive/2009/12/22/1629925.html jQuery插件的开发包括两种: 一种是类级别的插件开发,即给jQue ...

  5. Redis如何保存数组和对象

    个人建议使用PHP自带的序列化函数serialize和unserialize函数 我们可以封装一个自己的Redis类 <?php class MyRedis{ private static $h ...

  6. MVC(@html.action)调用子操作方法

    1*简单调用 子操作方法: 服务端 客户端 2.带有参数的调用 子操作方法 服务端 客户端

  7. .net获取根目录的方法集合

    编写程序的时候,经常需要用的项目根目录.自己总结如下 .取得控制台应用程序的根目录方法 方法1.Environment.CurrentDirectory 取得或设置当前工作目录的完整限定路径 方法2. ...

  8. SQL的自增列重置的方法

    SQL的自增列挺好用,只是开发过程中一旦删除数据,标识列就不连续了 写起来 也很郁闷,所以查阅了一下标识列重置的方法 发现可以分为三种: --- 删除原表数据,并重置自增列 truncate tabl ...

  9. 根据XML文件生成XSD文件

    在.net开发环境中查找XSD.exe文件,比如我的在C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin目录下,将该路径添加到Path中,打开控制台,到 ...

  10. springAOP 的pointcut

    <bean id="amqFilter" class="com.xxx.hotel.base.aspectj.AmQConsumerFilter"/> ...