It was just drizzling still, not enough to soak me through immediately as I reached for the house key that was always hidden under the eaves by the door, and locked up.

现在外面还是毛毛雨,直到我拿到房间的钥匙,雨都还在房门的檐沟里没有渗下来。

The sloshing of my new water proof boots was unnerving. I missed the normal crunch of gravel as I walked.

我新雨鞋的晃动使我有点紧张,我想念着正常的我曾经走过的碎石路。

I couldn't pause and admire my truck again as I wanted; I was in a hurry to get out of the misty wet that swirled around my head and clung to my hair under my hood.

我情不自禁的赞美我的卡车,我着急着走出这个潮湿的地方

Inside the truck, it was nice and dry. Either Billy or Charlie had obviously cleaned it up, but the tan upholstered seats still smelled faintly of tobacco, gasoline, and peppermint. The engine started quickly,to my relief, but loudly, roaring to life and then idling at top volume.

在卡车里面,很好很干燥。Billy或者查理兹显然清理过它,但是柔软的垫子任然闻到一股微弱的烟草味道,汽油味道和薄荷味道。引擎很快就启动了,这让我感到宽慰,但噪声很大,响得要命,在空转时到达最高声量。

Well, a truck this old was bound to have a flaw. The antique radio worked, a plus that I hadn't expected.

当然,这辆卡车太老了有一点瑕疵,古老的收音机工作了,加上我本来就没有什么期望。

那台老古董收音机居然还能用,这可是个意外收获。

Finding the school wasn't difficult, though I'd never been there before.

找学校太难了,我之前从来没去过。

找到学校并不困难,尽管我此前从未去过那里。

The school was, like most other things, just off the highway. It was not obvious that it was a school;

出了高速公路学校就像其他东西一样,没有明显标志出这就是一所学校。

only the sign, which declared it to be the Forks High School, made me stop. It looked like a collection of matching houses, built with maroon-colored bricks.

只有标志,就像是福克斯高中一样,让我停了下来。看起来就像一个配房子的收藏品,用褐红色的砖块建造的。

除了那个标志,声明它就是福克斯中学,才让我停下车来。

declared 声明

There were so many trees and shrubs I couldn't see its size at first. Where was the feel of the institution?

太多的树和灌木以至于我一开始看不出它的大小。在这个场景之下的感受如何?

教育机构的感觉在哪里?

I wondered nostalgically. Where were the chain-link fences, the metal detectors?

我想我有点怀念故乡。链状的栅栏去哪里了?金属探测头去哪里了?

我怀着满腹乡愁思索着。插着铁藜的高墙在哪里?金属探测器在哪里?

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

  1. Chapter 2 Open Book——13

    "People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could prob ...

  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. jquery倒计时过几秒页面跳转 js倒计时

    //银行认证成功跳转 var time=setInterval (showTime, 1000); var second=5; function showTime() { if(second==0) ...

  2. Spring框架_代理模式(静态代理,动态代理,cglib代理)

    共性问题: 1. 服务器启动报错,什么原因? * jar包缺少.jar包冲突 1) 先检查项目中是否缺少jar包引用 2) 服务器: 检查jar包有没有发布到服务器下:                 ...

  3. JavaScript(4)——闭包与this对象以及window对象

    闭包与this对象以及window对象 这次写的是这三个内容.其实在写之前,会觉得这三个内容很多,但是写了之后会发现,内容确实很多,但是可以写出来的也并不是很多.可能是我总结能力太差.但是这些内容我觉 ...

  4. wmts调用路径手工合成

    wmts调用路径手工合成 一般OGC WMTS地图只提供了xml描述,地图应用常常要合成WMTS完整的调用URL.我们需要获知以下参数: BaseURL:例如 "http://10.36.5 ...

  5. [转载]C#控制台应用程序里调用自己写的函数的方法

    (2011-08-15 15:52:13) 转载▼ 标签: 转载 分类: 技术类 原文地址:C#控制台应用程序里调用自己写的函数的方法作者:萧儿 最近写程序,遇到了一个很白痴的问题,记录下来,免得下次 ...

  6. Q promise API简单翻译

    详细API:https://github.com/kriskowal/q/wiki/API-Reference Q提供了promise的一种实现方式,现在在node中用的已经比较多了.因为没有中文的a ...

  7. simHash 简介以及java实现

    http://gemantic.iteye.com/blog/1701101 simHash 简介以及java实现 博客分类: 算法 simHash java 去重  传统的hash 算法只负责将原始 ...

  8. java中的equals()方法

    大家都知道,在Java中,对于对象的比较,如果用“==”比较的是对象的引用,而equals才是比较的对象的内容. 一般我们在设计一个类时,需要重写父类的equals方法,在重写这个方法时,需要按照以下 ...

  9. hdu_1495_非常可乐(bfs模拟)

    题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=1495 题意:不解释 题解:BFS模拟,不过要细心,把所有情况都列举出来,开一个数组记录状态,代码有点长 ...

  10. Boxes in a Line(移动盒子)

      You have n boxes in a line on the table numbered 1 . . . n from left to right. Your task is to sim ...