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. Beanstalkd

    摘要by ck:beanstalkd  和  kafka的本质区别是什么? Beanstalkd,一个高性能.轻量级的分布式内存队列系统,最初设计的目的是想通过后台异步执行耗时的任务来降低高容量Web ...

  2. HDU1236:排名

    Problem Description 今天的上机考试虽然有实时的Ranklist,但上面的排名只是根据完成的题数排序,没有考虑  每题的分值,所以并不是最后的排名.给定录取分数线,请你写程序找出最后 ...

  3. set集合容器

      set集合容器几条特点 1.它不会重复插入相同键值的元素,而采取忽略处理 2.使用中序遍历算法,检索效率高于vector.deque.list容器,在插入元素时,会自动将元素按键值从小到大排列 3 ...

  4. R语言笔记3--实例1

    综合性例子: 模拟产生统计专业同学的名单(学号区分),记录数学分析,线性代数.概率统计三科成绩,然后进行一些统计分析 1.首先产生一个向量(100个元素,代表100位学生) 2.模拟成绩 runif: ...

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

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

  6. phpStorm设置显示代码行号

    File->Settings

  7. PhotoShop纸张大小

    1*标准打印纸 A4:210mm*297mm A3: 420mm*297mm 一张全开纸切成多少份 大度16开:210mm*285mm(度:切的意思) 大度8开:420*285mm 2*传统印刷纸 A ...

  8. 转 Problem: AnyConnect was not able to establish a connection to the specified secu

    不多说直接上问题,在点击连接时,也是能正常连接上输入密码,在输出用户名密码后 连接后,会出现: problem:anyconnect was net able to establish a conne ...

  9. translucent 属性

    <pre name="code" class="objc">//适配ios7 if( ([[[UIDevice currentDevice] sys ...

  10. Servlet简介及使用

    javaweb学习总结(五)——Servlet开发(一) 一.Servlet简介 Servlet是sun公司提供的一门用于开发动态web资源的技术. Sun公司在其API中提供了一个servlet接口 ...