Chapter 1 First Sight——6
"You didn't need to do that, Dad. I was going to buy myself a car."
你不需要这样,父亲,我会自己买一辆车的
"I don't mind. I want you to be happy here."
我不介意的,我只想让你在这过的开心
He was looking ahead at the road when he said this.
他说这些的时候眼睛看着前面的路
Charlie wasn't comfortable with expressing his emotions out loud.
查理兹对于大声表达出自己的情感不是很舒服
I inherited that from him. So I was looking straight ahead as I responded.
我也遗传了他,所以我也看着前面作为回应
"That's really nice, Dad. Thanks. I really appreciate it.
这很棒,谢谢爸爸,我很感激
" No need to add that my being happy in Forks is an impossibility.
没必要增加我在福克斯的开心是不可能的
No need to,没有必要
不必补充我在福克斯感到快乐是个不可能事件。他本不必忍受与我相处的漫长时光。更何况,馈赠之马不看牙——或者引擎。
He didn't need to suffer along with me. And I never looked a free truck in the mouth — or engine.
他不需要跟我站一边,在一个月内从来没有看见一个免费的车过,或者一个引擎
"Well, now, you're welcome," he mumbled, embarrassed by my thanks.
当然现在欢迎你来,他含糊的说着,尴尬的回应我的感谢
We exchanged a few more comments on the weather, which was wet, and that was pretty much it for Conversation.
我们对于天气交换了几句评论,哪里潮湿,这对于对话来说很好
We stared out the windows in silence.
我们在沉默中站在窗外
在没有更多的话题可供讨论以后,我们都沉默地看着窗外。
It was beautiful, of course; I couldn't deny that. Everything was green:
当然这是很漂亮的,我不能否认,所有东西都是绿的
the trees, their trunks covered with moss, their branches hanging with a canopy of it, the ground covered with ferns.
树,他们的车覆盖着苔藓,他们的长椅在外面就像是天幕一般,地都被覆盖着
Even the air filtered down greenly through the leaves.
所有的空气都弥漫着树叶的味道
It was too green — an alien planet.
这太绿了,就像外星的的植物一般
当然,这里很美。我不能否认这一点。一切都是绿色的:那些树,树干上长满了苔藓,枝干上挂着的绿叶宛如穹庐,地面覆盖着蕨科植物。就连空气都像被叶子过滤了一样弥漫着绿意。
这里太绿了——对我来说像外星球一样。
Chapter 1 First Sight——6的更多相关文章
- 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 ...
随机推荐
- mvc 母版页、用户自定义控件
母版页(Master) 1.母版页是与Controller无关的,母版页只是一个View文件,而没有任何Controller与之相对应. 2.其实在ASP.NET MVC中View的aspx与母版页并 ...
- servlet第2讲(上集)----创建servlet实例(实现servlet接口)
- AIR使用文件对象操作文件和目录
文件对象是啥?文件对象(File对象)是在文件系统中指向文件或目录的指针.由于安全原因,只在AIR中可用. 文件对象能做啥? 获取特定目录,包括用户目录.用户文档目录.该应用程序启动的目录和程序目录 ...
- shell编程之服务脚本编写,文件锁以及信号捕获
shell脚本编程是linux运维工程师必备的技能,也是非常重要的一个技能,所以把shell编程学好,只有好处.基础语法我也就不讲了,学过C语言这些语言的,稍微看一下就能明白shell编程的基础,所以 ...
- 中文输入法不触发onkeyup事件的解决办法
当监听一个input的keyup的事件的时候,英文输入法的情况下可以实时的通过keyup事件检测到文本框value的变化,但是当输入法变成中文后,input的keyup事件就不会被正常触发. 方法:o ...
- 使用bind实现主从DNS服务器数据同步
一.bind简介 Linux中通常使用bind来实现DNS服务器的架设,bind软件由isc(www.isc.org)维护.在yum仓库中可以找到软件,配置好yum源,直接使用命令yum instal ...
- php 使用操作符
算术操作符.字符串操作符.赋值操作符 1.比较操作符 比较运算符 例子 名称 结果 $a == $b 等于 TRUE,如果类型转换后 $a 等于 $b. $a === $b 全等 TRUE,如果 $a ...
- ip地址的网络配置
记录一下linux下的网络配置 3.执行命令(通过ifconfig查一下网卡): vi /etc/sysconfig/network-scripts/ifcfg-eth2 注:按字母a,代表插入. 编 ...
- centos配置samba
一.samba服务器的安装与配置 [root@localhost ~]# yum -y install samba samba-common samba-client samba服务器所 ...
- TCP数据包结构
源端口号( 16 位):它(连同源主机 IP 地址)标识源主机的一个应用进程.目的端口号( 16 位):它(连同目的主机 IP 地址)标识目的主机的一个应用进程.这两个值加上 IP 报头中的源主机 I ...