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. html 任意表格

    <!DOCTYPE html><html>    <head>        <meta charset="utf-8" />   ...

  2. CSS3秘笈:第十章

    CSS的transform.transition和animation属性 1.transform(倾斜):利用transform属性可以使导航栏稍微倾斜,或者使图片在访问者的鼠标经过它时放大两倍,甚至 ...

  3. Underscore.js 的模板功能介绍与应用

    Underscore是一个非常实用的JavaScript库,提供许多编程时需要的功能的支持,他在不扩展任何JavaScript的原生对象的情况下提供很多实用的功能,需要了解的朋友可以详细参考下   U ...

  4. nodejs 命令篇

    1.npm init // 生成package.json 2.npm install --save-dev gulp-jslint // 安装gulp-jslint模块,并把模块名和版本保存到pack ...

  5. php过滤提交数据 防止sql注入攻击

    规则 1:绝不要信任外部数据或输入 关于 Web 应用程序安全性,必须认识到的第一件事是不应该信任外部数据.外部数据(outside data) 包括不是由程序员在 PHP 代码中直接输入的任何数据. ...

  6. js截取文件名

    str = 'C:\fakepath\ll.doc'; str.substring(str.lastIndexOf("\\")+1,str.lastIndexOf(".& ...

  7. cisco 2950 3550 3750 系列交换机密码破解

    破解密码原则:只删除密码 ,不破坏配置#本文中的#号表示注释的意思#第一步. 连接交换机的console口到终端#第二步. 按住交换机面板上的mode键的同时 插入电源,直到sys灯不闪,常亮再松开m ...

  8. drupal7为admin/config页面添加自己开发的模块

    1.实现显示模块 //admin/config配置页面添加journal块 $items['admin/config/journal'] = array(//注意格式为'admin/config/模块 ...

  9. 编写Linux/Unix守护进程

    原文: http://www.cnblogs.com/haimingwey/archive/2012/04/25/2470190.html 守护进程在Linux/Unix系统中有着广泛的应用.有时,开 ...

  10. FTP 服务器

    先使用mstsc检验网络连通性\\192.168.196.177\OraCDuser:domai\userpassword: 1234UAT 和prod 网络隔绝