Chapter 3 Phenomenon——9
"You were over there," I suddenly remembered, and his chuckle stopped short.
“你之前不在这里”我突然记起来了,他的笑声突然停止了。
“刚才你在那里。”我忽然记起来了。他的轻笑声戛然而止。“你站在你的车旁边。”
"You were by your car."His expression turned hard.
“你正在开车”他的表单变得很困难
“你站在你的车旁边。” 他脸色一沉
"No, I wasn't."
“没有,我没有在那里”
“不,我没在那里。”
"I saw you." All around us was chaos.
“我看见你了”左右在我们周围的人都很混乱。
“我看见你了。”我们周围一片混乱
I could hear the gruffer voices of adults arriving on the scene.
在当时那个场景中我能听见大人们过来的声音。
我可以听到到达现场的大人们粗暴的声音
But I obstinately held on to our argument;I was right, and he was going to admit it.
但是我仍然顽固的坚持着我们的争吵;我是正确的,他应该要承认才对。
但我固执地继续我们的争论:我是对的,他应该承认这一点。
"Bella, I was standing with you, and I pulled you out of the way."
“bella,我正站在你旁边,然后把你推开了”
贝拉,我就站在你旁边,是我把你拉开的。
He unleashed the full, devastating power of his eyes on me, as if trying to communicate something crucial.
他全部的释放了,他眼中对我来说带着毁灭般的力量,
他不再掩饰,用直勾勾的、毁灭性的眼神瞪着我,像是要让我明白某件极其严重的事情。
"No." I set my jaw.
“不对”我坚持我自己的想法。
“不是的。”我咬紧牙关。
The gold in his eyes blazed. "Please, Bella."
金色在他的眼中燃烧。“请,bella”
他眼中的金色在燃烧。“求你了,贝拉。”
"Why?" I demanded.
“为什么?”我命令道。
“为什么?”我诘问。
"Trust me," he pleaded, his soft voice overwhelming.
“相信我,”他请求到,他柔软的声音是势不可挡的。
“相信我。”他恳求着。他柔和的声音征服了我。
I could hear the sirens now.
我现在能听到汽笛声。
我听见了救护车的警笛。
"Will you promise to explain everything to me later?"
“之后你能保证像我解释全部的事情吗?”
"Fine," he snapped, abruptly exasperated.
“可以”他严厉的说着,突然就生气了。
“很好。”他咆哮着,勃然大怒。
"Fine," I repeated angrily.
“可以”我生气的重复道。
“很好。”我气愤地重复着。
Chapter 3 Phenomenon——9的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 3 Phenomenon——24
My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...
- Chapter 3 Phenomenon——23
Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...
- Chapter 3 Phenomenon——22
He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...
- Chapter 3 Phenomenon——21
"Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...
- Chapter 3 Phenomenon——20
"All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...
- Chapter 3 Phenomenon——19
His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...
- Chapter 3 Phenomenon——18
My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...
- Chapter 3 Phenomenon——17
Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...
- Chapter 3 Phenomenon——16
"Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...
随机推荐
- Java Socket重要参数讲解
(转自http://www.cnblogs.com/ggjucheng/archive/2012/01/06/2314679.html) ( http://docs.oracle.com/javase ...
- MySQL 分表和分区
1.为什么需要分表和分区 在开发的过程中,经常会遇到大表的情况,所谓的大表是指存储了百万级乃至千万级条记录的表.这样的表过于庞大,导致数据库在查询和插入的时候耗时太长,如果涉及联合查询的情况,性能更加 ...
- android public.xml 用法
一.android的pulibc.xml文件 如果你用 apktoool 反编译过 apk 就知道,反编译后res/values 下有一个 public.xml 文件,内容如图 这个东西有什么用呢 ...
- [Java]ArrayList集合的contains方法
用到集合ArrayList时经常会用到里面自带的方法boolean contains(Object o);此方法用于判断集合里面是否包含元素o,现在讨论下在Object类型为类类型的时候的情况: cl ...
- C#之数据类型学习
C#有以下几种数据类型: 数据类型案例以及取值范围: 界面: 选择int时: 选中long时: 选中float时: 选中double时: 选中decimal时: 选中string时: 选中char时: ...
- 嵌入的资源 和 Resource
我们将资源文件添加至.net C#工程时,文件的生成操作有多种可选方式.通常用的多的是两种:[嵌入的资源]和[Resource],如果从需要从代码中使用这些资源文件,不同生成操作则对应不同的引用方式: ...
- 认识与学习shell
linux的终端机执行命令的方式,是通过bash环境来处理的.bash包括变量的设置与使用,.bash操作环境的构建.数据流重定向的功能.下面的知识,对主机的维护与管理有重要的帮助. 管理整个计算机硬 ...
- s11 day103 luffy项目结算部分+认证+django-redis
1.增加认证用的表 class Account(models.Model): username =models.CharField(,unique=True) email= models.EmailF ...
- Day 41 线程
进程只能在同一个时间干一件事情,如果想同时干两件或者多件事情,进程就无能为力了. 进程在执行过程中如果阻塞,整个进程就会挂起,即使进程中有些工作不依赖于输入的数据,也将无法执行. 一是由于进程是资源的 ...
- Java基础学习篇---------继承
一.覆写(重写) 1.含义:子类的定义方法.属性和父类的定义方法.属性相同时候 方法名称相同,参数相同以及参数的个数也相同,此时为覆写(重写) 扩充知识点: 覆盖:只有属性名字和方法名字相同,类型.个 ...