Flying doesn't bother me; the hour in the car with Charlie, though, I was a little worried about.

坐飞机没有使我厌烦,但是在车里的一个小时我和查理在一起,我还是有一点担心

Charlie had really been fairly nice about the whole thing.

查理是家里所有东西的宝贝

been fairly nice about 想当的接受某事

查理对整件事相当的接受。

He seemed genuinely pleased that I was coming to live with him for the first time with any degree of permanence.

他看起来很欢迎,对于我第一次没有任何顾虑过来和他一起生活

with any degree of permanence. 几乎永久性的

他真的很高兴,因为这是我第一次,也几乎是永久性的搬来和他住在一起。

He'd already gotten me registered for highschool and was going to help me get a car.

他已经帮我注册了高中然后帮我弄到了一辆车子

was going to 打算

还打算帮我弄辆车。

But it was sure to be awkward with Charlie. Neither of us was what anyone would call verbose,

但是不是说查理就是笨拙的,我们两个都是唠叨的,

and I didn't know what there was to say regardless.

我说话不着边际的说着

但和查理相处仍毫无疑问地是件尴尬事。我们都不擅长谈话,我也不知道有什么事情可以让我们毫无顾忌地谈论。

I knew he was more than a little confused by my decision — like my mother before me, I hadn't made a secret of my distaste for Forks.

我知道他对于我的决定有一些疑虑,就像我妈妈对我一样,我没有把我去福克斯作为一个秘密。

before me,就像我母亲在我面前表现的那样

distaste 厌恶。

我知道他对我的决定仍有些困惑,就像我母亲在我面前表现的那样,因为我从未掩饰过我对福克斯的厌恶。

When I landed in Port Angeles, it was raining. I didn't see it as an omen— just unavoidable. I'd already said my goodbyes to the sun.

当我到了PA,毫无预见的下雨了,突如其来的雨让我躲避不及。我已经和太阳说拜拜了

Charlie was waiting for me with the cruiser. This I was expecting, too.

查理斯在巡逻车等着我,就像我期待的那样

Charlie is Police Chief Swan to the good people of Forks.

查理斯是一个警察,是福克斯的好人。

查理是福克斯镇的良好市民的史温警长。

My primary motivation behind buying a car,

我最初的打算是之后再买一辆车

despite the scarcity of my funds,

尽管我没有足够的钱

was that I refused to be driven around town in a car with red and blue lightson top.

我拒绝让红蓝灯光一闪一闪的这样开到城市

Nothing slows down traffic like a cop.

没有东西能像巡警一样减速交通

我虽然囊中羞涩也要买辆车的主要动机,就是不想坐着顶上有红蓝色灯的车在镇里乱晃。警察可是造成交通堵塞的万恶之首。

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

  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. CSS3秘笈:第一章

    1.<div>和<span>标签: <div>和<span>标签:就像是一个空的容器,我们要往里面填充内容.一个div就是一个块,意味着它的前后都要空一 ...

  2. 定时执行.SH

    crontab -l 看自定义定时列表 crontab -e  编辑 */10 * * * * /bak/bak.sh10分钟执行一次 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ...

  3. js中的clientWidth offsetWidth scrollWidth等的含义

    网页可见区域宽: document.body.clientWidth;网页可见区域高: document.body.clientHeight;网页可见区域宽: document.body.offset ...

  4. style控制打印分页

    [转载地址:http://www.cnblogs.com/JustinYoung/articles/710734.html]page-break-before和page-break-after CSS ...

  5. Linux系统的信号详解

    一.信号类型 1) SIGHUP       2) SIGINT       3) SIGQUIT     4) SIGILL        5) SIGTRAP 6) SIGABRT      7) ...

  6. tomcat连接数设置

    如何加大tomcat连接数 在tomcat配置文件server.xml中的<Connector ... />配置中,和连接数相关的参数有:minProcessors:最小空闲连接线程数,用 ...

  7. 直接用postman测试api ,服务器端没提供跨域也可以访问。

    1. 直接用postman测试api ,服务器端没提供跨域也可以访问. 但是,如果用本地的 sever 搭的server, 然后去访问api的话,浏览器会提示 跨域错误.

  8. linux ubuntu下如何安装并且切换java版本(Unsupported major.minor version 52.0)

    最近在做一个dcos(数据中心操作系统)的东西,需要用marathon来做进程管理.遗憾的是0.6版本的marathon在API方面很是缺少,换成了0.15版本之后,运行时提示“Unsupported ...

  9. split和join函数的比较

    关于split和join方法 处理对象字符串.split拆分字符串,join连接字符串 string.join(sep): 以string作为分隔符,将seq中的所有元素(字符串表示)合并成一个新的字 ...

  10. ReactiveCocoa / RxSwift 笔记一

    原创:转载请注明出处 ReactiveCocoa / RxSwift Native app有很大一部分的时间是在等待事件发生,然后响应事件,比如 1.等待网络请求完成, 2.等待用户的操作, 3.等待 ...