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. Windows kernel pool 初探(2014.12)

    Windows kernel pool 1. 简介 Kernel pool类似于Windows用户层所使用Heap,其为内核组件提供系统资源.在系统初始化的时候,内存管理模块就创建了pool. 严格的 ...

  2. 个人项目中的WCF使用

    今天闲着无事,给大家分享一下我的一个项目中WCF的使用.我这项目使用的是Silverlight,至于其他类型的使用方法也是一样的. 1.建立一个Silverlight带Web项目的解决方案. 2.在w ...

  3. Java Web开发: Tomcat中部署项目的三种方法

    web开发,在tomcat中部署项目的方法: 可以参考http://m.blog.csdn.net/blog/u012516903/15741727 定义$CATALINA_HOME指的是Tomcat ...

  4. html5学习(一) video字段

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

  5. linux脚本Shell之awk详解

    一.基本介绍1.awk: awk是一个强大的文本分析工具,在对文本文件的处理以及生成报表,awk是无可替代的.awk认为文本文件都是结构化的,它将每一个输入行定义为一个记录,行中的每个字符串定义为一个 ...

  6. Storm官方帮助手册翻译(上)

    Storm作为当前最流行的实时计算框架,自Twitter将其开源后就一直备受关注.由于其具有先天的稳定性以及便捷性,目前被许多大公司所采用,国外像雅虎.雅虎日本.Twitter.OOYALA.Spot ...

  7. LeetCode OJ 142. Linked List Cycle II

    Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Note ...

  8. EF6 第一次,或者相隔一段时间变慢咋办? 我们来优化下

    第一.问题原因分析 EF方面的原因: 1.Code First第一次启动会对比程序中的Model与数据库表(database initializer ),生成Model与数据库的映射视图 2.随着EF ...

  9. iperf linux版本移植到android (使用工具链方式不是使用Android.mk)

    由于很多程序是用makefile编译linux应用程序的,如果移植到android就要重新写Android.mk,对于不熟悉这个的人来说,特别麻烦,所以这里介绍只修改makefile就能移植到andr ...

  10. sql 比较2个test字段的值

    可以用 CAST([TEXT字段]AS VARCHAR(MAX)),然后再比较