"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的更多相关文章

  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. AJAX校验商品价格(类似校验用户名)

    服务器端程序 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 <%@ WebHandler Language=" ...

  2. 剑指offer 旋转数组

    class Solution { public: int minNumberInRotateArray(vector<int> rotateArray) { //常规的遍历方法时间是O(N ...

  3. Sublime text 3 如何格式化HTML代码

    使用Sublime text 3 编写代码是一种享受,使用Sublime text 3 格式化HTML代码,需要安装插件,具体安装步骤如下:   1.打开菜单->首选项->插件控制,输入 ...

  4. 笨方法学python--安装和准备

    1 下载并安装python http://python.org/download 下载python2.7. python2.7并不是python3.5的旧版本. python2现在应用较广,网上资料较 ...

  5. 外部连VPN的方法

    1)安装网络挂件vpnc使用命令:sudo apt-get install vpnc 2)找到公司的默认配置文件xxx_common.pcf ,使用命令将其转换为对应的配置文件:sudo pcf2vp ...

  6. Hibernate 系列教程4-单向多对一

    项目图片 hibernate.cfg.xml <mapping resource="com/jege/hibernate/one/way/manytoone/User.hbm.xml& ...

  7. Segments POJ 3304 直线与线段是否相交

    题目大意:给出n条线段,问是否存在一条直线,使得n条线段在直线上的投影有至少一个公共点. 题目思路:如果假设成立,那么作该直线的垂线l,该垂线l与所有线段相交,且交点可为线段中的某两个交点 证明:若有 ...

  8. Boyer Moore算法(字符串匹配)

    上一篇文章,我介绍了KMP算法. 但是,它并不是效率最高的算法,实际采用并不多.各种文本编辑器的"查找"功能(Ctrl+F),大多采用Boyer-Moore算法. Boyer-Mo ...

  9. Node.js学习 - CallBack Function

    Node.js异步编程的直接体现就是回调,Node使用了大量的回调函数,其所有的API都支持回调. 阻塞代码实例(同步) var fs = require("fs"); var d ...

  10. L4,an exciting trip

    expressions: a great number of 许多 in the centre of 在…的中部 sentences: I have just had breakfast. I hav ...