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 ...
随机推荐
- while;do while;switch;break;continue
1.while: 格式:while(判断条件) { 满足条件要执行的语句 } while语句与for语句对比(小九九) 1.1 for <script>for (var i= ...
- MJExtension的使用
1. Plist → 模型数组 控制器中引用#import "MJExtension.h" 模型数组 = [模型类名 objectArrayWithFilename:@" ...
- postgres-xl 集体搭建(2)
$ pgxc_ctl prepare config minimal 生成一个单机伪分布集群配置简单模板 根据该模板进行简单修改就可以配置成一个集群 $ pgxc_ctl init all $ pgxc ...
- asp.net无法触发asp控件的后台方法
前台代码: <asp:Button ID="btnFinish" runat="server" Text="完成" Font-Size ...
- iOS开发 GET、POST请求方法:NSURLSession篇
NSURLConnection,在iOS 9被宣布弃用,本文不使用NSURLConnection进行网络编程,有兴趣的童鞋可以参考: iOS开发 GET.POST请求方法(NSURLConnectio ...
- Java学习笔记之I/O
package com.chinasofti.javase20160819; import java.io.BufferedReader; import java.io.BufferedWriter; ...
- Struts2 请求数据的自动封装 及 自定义转换器类
请求数据自动封装: 实现原理:使用了参数拦截器.struts-default.xml中 <interceptor name="params" class="com. ...
- iOS 程序性能优化
前言 转载自:http://www.samirchen.com/ios-performance-optimization/ 程序性能优化不应该是一件放在功能完成之后的事,对性能的概念应该从我们一开始写 ...
- debian 安装 android studio 环境
jdk环境变量配置: ~/.hashrc export JAVA_HOME=/usr/share/jdk1.8.0_92 export PATH=$JAVA_HOME/bin:$PATH export ...
- [转]MD5加密算法的java实现
import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /* * MD5 算法 */ pu ...