"He's in a wheelchair now," Charlie continued when I didn't respond,

他现在在轮椅上了,没等我回答查理斯就继续说到,

"so he can't drive anymore, and he offered to sell me his truck cheap.

所以他不能开车了,他就低价把他的车卖给我了

""What year is it?" I could see from his change of expression that this was the question he was hoping I wouldn't ask.

几年了?我能从他的表达转换中看出他不想让我问这件事情

哪年的车?”我可以从他骤变的神色看出,这是一个他不希望我提起的问题。

"Well, Billy's done a lot of work on the engine — it's only a few year sold, really.

当然,billy是干引擎工作的,只有一两年就卖了,真的

嗯,比利在引擎上下了不少力气——才几年的车,真的。

"I hoped he didn't think so little of me as to believe I would give up that easily.

我想他不认为我会这么简单就相信他说的话

"When did he buy it?""He bought it in 1984, I think."

他什么时候买的,我想是在1984年买的

"Did he buy it new?""Well, no. I think it was new in the early sixties — or late fifties atthe earliest," he admitted sheepishly.

他是买的新的吗?不是,我想应该有56成新,他羞怯的承诺着

"Ch — Dad, I don't really know anything about cars. I wouldn't be able to fix it if anything went wrong,

查…父亲,我对这辆车一无所知,如果有任何问题出现的话我没有能力去修。

and I couldn't afford a mechanic…""Really, Bella, the thing runs great.

而且我没有能力支付引擎。。。真的,bella,车跑得挺好的

我也没有钱请个修理工……”

They don't build them like that anymore.

没有造的像这更好的了

"The thing, I thought to myself… it had possibilities — as a nickname, at the very least.

对这件事,我想到了我自己。。。如果有可能的话,就像是一个昵称,最后的一条路把

"How cheap is cheap?" After all, that was the part I couldn't compromise on.

多便宜算是便宜呢?毕竟这是我最不能妥协的地方了

"Well, honey, I kind of already bought it for you. As a homecoming gift.

当然,亲爱的,我几乎已经为你买下来了,作为你回家的礼物

"Charlie peeked sideways at me with a hopeful expression.

查理斯用希望的眼神瞥了我一眼

好了,宝贝,作为欢迎你回家的礼物,我几乎已经算是买下来了。”查理满怀希望地偷看着我。

Wow. Free.

哈,免费。

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

  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. cmstop框架中的js设计content.js

    控制cmstop框架中action的js 内容模块 找出当前页面的js的思路01先找显示页面的当前文件.在页面文件中-->找(编辑,删除)按钮-->找获取这个按钮的js选择器 02看加载的 ...

  2. openwrt 中make的使用

    make 命令简单说明 make V=99 V=99表示输出详细的debug信息 make world 表示编译所有 make j=2 V=99 如是多核CPU,加j=2 选项理论上能加快编译速度 m ...

  3. LeetCode OJ 222. Count Complete Tree Nodes

    Total Accepted: 32628 Total Submissions: 129569 Difficulty: Medium Given a complete binary tree, cou ...

  4. <marquee>,视频和音频的插入,正则表达式

    1.marquee 页面的自动滚动效果,不仅可以移动文字,也可以移动图片表格. <marquee></marquee>之间加内容即可. marquee的属性 1.滚动方向dir ...

  5. 超赞!聊聊WEB APP、HYBRID APP与NATIVE APP的设计差异

    编者按:这3类主流应用你都了解吗?设计师除了要有视觉功夫,对不同形式的APP也应当了然于胸,今天百度的同学写了一篇非常全面的总结,帮你迅速搞定3类主流APP的设计方法,附带一大波避雷针,带你巧妙跳过A ...

  6. TextBox只读时不能通过后台赋值取值解决办法

    给页面的TextBox设置ReadOnly="True"时,在后台代码中不能赋值取值,下边几种方法可以避免:  1.不设置ReadOnly,设置onfocus=this.blur( ...

  7. .Net下HTTP访问穿越多层代理的方法以及代理服务器的验证 转载

    https://blog.williamgates.net/2006/07/aspdotnet-through-multi-proxy/ 首先,通过普通的匿名透明代理的方法,是直接使用Socket发送 ...

  8. nginx优化缓冲缓存

    反向代理的一个问题是代理大量用户时会增加服务器进程的性能冲击影响.在大多数情况下,可以很大程度上能通过利用Nginx的缓冲和缓存功能减轻. 当代理到另一台服务器,两个不同的连接速度会影响客户的体验: ...

  9. apt-key adv

    gpg --recv-keys KEY-ID                gpg --armor --export KEY-ID | sudo apt-key add - http://m.blog ...

  10. 转载,find.sh

    #!/bin/bash #find files contains a keyword #write by xiaojing.zhao #2012.12.14 echo -e "\nThis ...