"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. getTime 方法

    转自http://www.yesky.com/imagesnew/software/javascript/html/jsmthgettime.htm getTime 方法返回 Date 对象中的时间值 ...

  2. Codeforces Round #364 (Div. 2) C.They Are Everywhere

    C. They Are Everywhere time limit per test 2 seconds memory limit per test 256 megabytes input stand ...

  3. mvc VIEW部分介绍

    因为如果在view页面中的路径直接写死为<from action="/Home/Save" method="post">那么当Global.asax ...

  4. asp.net 基础

    前台HTML,javascript,后台C# 代码能不在后台写,就不在后台写 WebSite和WebApplication的区别 1)当改变后台代码时,WebApplication需重启浏览器或者重新 ...

  5. shell脚本字符串截取

    假设有变量 var=http://www.google.com/test.htm 一 # 号截取,删除左边字符,保留右边字符.echo ${var#*//}其中 var 是变量名,# 号是运算符,*/ ...

  6. sql定期移植数据的存储过程

    create PROCEDURE [dbo].[Pro_ZT_SYS_LogInfo_clear] @dt_end datetime --清理此日期之前的数据 AS BEGIN SET NOCOUNT ...

  7. drupal7 分页

    $output = ""; $query = db_select('feedback','f')->extend('PagerDefault');//->extend( ...

  8. java中io对文件操作的简单介绍

    11.3 I/O类使用 由于在IO操作中,需要使用的数据源有很多,作为一个IO技术的初学者,从读写文件开始学习IO技术是一个比较好的选择.因为文件是一种常见的数据源,而且读写文件也是程序员进行IO编程 ...

  9. php 四种基础算法 ---- 选择排序法

    2. 选择排序法: 选择排序法思路: 每次选择一个相应的元素,然后将其放到指定的位置 代码: function select_sort($arr) {//实现思路 双重循环完成,外层控制轮数,当前的最 ...

  10. 【转载】newInstance()和new()

    newInstance()和new() 在Java开发特别是数据库开发中,经常会用到Class.forName( )这个方法.通过查询Java Documentation我们会发现使用Class.fo ...