Chapter 1 First Sight——4
Charlie gave me an awkward, one-armed hug when I stumbled my way off the plane.
当我让我蹒跚的从飞机上下来,查理斯单手给我了一个拥抱,让我有尴尬。
查理只伸出一只手有些尴尬地拥抱了我一下。
"It's good to see you, Bells," he said, smiling as he automatically caught and steadied me. "You haven't changed much.
很高兴见到你贝尔,他说,笑起来就像是自动化导致般的稳定,你没变太多
How's Renée?""Mom's fine. It's good to see you, too, Dad." I wasn't allowed to call him Charlie to his face.
renee怎么样了?母亲没事,很高兴见到你爸爸,面对他的脸,我不想叫他查理斯。
他们不让我当面叫他查理。
I had only a few bags. Most of my Arizona clothes were too permeable for Washington.
我只有几个包,太多的亚马逊衣服在华盛顿
我在亚利桑那州的大部分衣物对华盛顿州的气候来说都太薄了。
My mom and I had pooled our resources to supplement my winter wardrobe,
我的妈妈和我用我们的钱去买了我的冬装
but it was still scanty. It all fit easily into the trunk of the cruiser.
但是任然很缺乏,在夹板上面感觉很自然
这几袋行李很容易就塞进了巡逻车的后备箱。
"I found a good car for you, really cheap," he announced when we were strapped in.
我给你找了辆车,很便宜,当我们被安全带拴住的时候我对我说
"What kind of car?" I was suspicious of the way he said "good car for you" as opposed to just "good car."
哪种车?我以怀疑的方式问着他,对于你来说很合适的车,就是辆好车
“什么样的车?”我对他放着简简单单的“好车”不说,却故意说是“适合你的好车”这点很是怀疑。
"Well, it's a truck actually, a Chevy.""Where did you find it?"
当然,是实际上是辆卡车,你是在哪里找到的
"Do you remember Billy Black down at La Push?" La Push is the tiny Indianreservation on the coast.
你还记得拉普什的黑仔比利吧?”拉普什是在海岸线上的一个小小的印第安人保留区。
"No.""He used to go fishing with us during the summer," Charlie prompted.
我不记得了,夏天他总是去钓鱼,查理斯提示到
That would explain why I didn't remember him. I do a good job of blocking painful, unnecessary things from my memory.
这就解释了我为什么不记得他了,我做了一份很好的工作去阻止疼痛而且不用担心我的钱。
这解释了我为什么不记得他。把那些充满痛苦的,不必要的回忆抹去是我的拿手好戏。
Chapter 1 First Sight——4的更多相关文章
- 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 ...
随机推荐
- JavaScript高级程序设计:第七章
函数表达式 1.函数表达式的特征: 定义函数的方式有两种:一种是函数声明,另一种就是函数表达式.函数声明的语法是这样的: function functionName(arg0,arg1,arg2){ ...
- hdu_2141_Can you find it?(二分)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=2141 题意:叫你找三个数,使得这三个数的值为X,如果找得到就输出YES否则输出NO,注意两个32位数相 ...
- HttpCookie类
转自:http://www.cnblogs.com/kissdodog/archive/2013/01/08/2851937.html HttpCookie类专门由C#用于读取和写入Cookie的类. ...
- 使用Spring 3的@value简化配置文件的读取 (转)
Spring 3支持@value注解的方式获取properties文件中的配置值,大简化了读取配置文件的代码. 1.在applicationContext.xml文件中配置properties文件 & ...
- 【转】Git代码行统计命令集
http://blog.csdn.NET/dwarven/article/details/46550117 http://blog.csdn.net/hshl1214/article/details/ ...
- 【Tomcat】Tomcat配置之请求字符串编码
默认情况下,如果tomcat中部署的webservice或者web网站需要有中文的请求参数,而这时候我们直接在浏览器中输入中文那么接受到的将是乱码,无法达到我们的需求,这时候我们就需要对Tomcat的 ...
- TCPIP header
tcp packet: tcp header: ip header:
- JDBC 事务隔离级别
JDBC 事务隔离级别 先解释一下:a:脏读取:一个事务读取了另外一个并行事务未提交的数据b:不可重复读取:一个事务再次读取之前的数据时得到的数据不一致,被另外一个事务修改c:虚读:一个事务重 ...
- jQuery Mobile 学习
jQuery Mobile 学习系列 http://blog.csdn.net/bao990423420/article/details/13995021
- java数据结构之链表的实现
这个链表的内部是使用双向链表来表示的,但是并未在主函数中进行使用 /** * 链表 * 2016/4/26 **/ class LinkList{ Node head = new Node(); No ...