Chapter 1 First Sight——5
"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的更多相关文章
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
- Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...
随机推荐
- spark开发
1. 主要参考资料http://spark.incubator.apache.org/docs/latest/scala-programming-guide.htmlhttp://www.eecs.b ...
- Inno Setup入门(四)——为程序创建桌面快捷方式
Icons这一可选段定义所有创建在开始菜单和\或其它位置 (比如桌面) 的快捷方式.一个例子如下: [setup] ;全局设置,本段必须 AppName=Test AppVerName=TEST De ...
- WPF之TabControl控件用法
先创建实体基类:NotificationObject(用来被实体类继承) 实现属性更改通知接口: using System; using System.Collections.Generic; usi ...
- java transient修饰符
1)一旦变量被transient修饰,变量将不再是对象持久化的一部分,该变量内容在序列化后无法获得访问. 2)transient关键字只能修饰变量,而不能修饰方法和类.注意,本地变量是不能被trans ...
- 关于一些url中传递参数有空格问题
1.关于一些url中传递参数有空格问题: url.replace(/ /g, "%20") 从上面的例子中可以看到可以用:replace(/ /g, "%20" ...
- JS定时器的使用--数码时钟
<title>无标题文档</title> <script> function toDou(n){ if(n<10){ return '0'+n; }else{ ...
- 5--OC--构造方法
// Created by Stephen on 16/3/2.// Copyright © 2016年 Stephen. All rights reserved.//// 回顾上一章节Perso ...
- Node.js学习 - Function
Node.js函数和JavaScript类似 function say(word) { console.log(word); } function execute(someFunction, valu ...
- [转]Linux下CodeBlocks的交叉编译
原文链接:http://blog.sina.com.cn/s/blog_602f87700100kujh.html Sam一直是Makefile流,这些天需要移植一些游戏引擎模块.这些模块在其它嵌入式 ...
- JavaBean--实例:注册验证
通过JSP+JavaBean完成一个注册用户的验证功能: index.jsp: 注册信息填写页,同时对错误数据进行错误提示 check.jsp:将输入表单数据自动赋值给JavaBean,同时验证,失败 ...