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 ...
 
随机推荐
- day11(多线程,唤醒机制,生产消费者模式,多线程的生命周期)
			
A:进程: 进程指正在运行的程序.确切的来说,当一个程序进入内存运行,即变成一个进程,进程是处于运行过程中的程序,并且具有一定独立功能. B:线程: 线程是进程中的一个执行单元,负责当前进程中程序的执 ...
 - day06(Collection,List,ArrayList,LinkedList,iterator迭代器,增强for)
			
Collection 接口 方法实现 boolean add(Object o);//添加 boolean remove(Object o);//移除 修改方法 让实现类自己去实现修 ...
 - Ubuntu16.04安装PostgreSQL并使用pgadmin3管理数据库_图文详解
			
版权声明:本文地址http://blog.csdn.net/caib1109/article/details/51582663 欢迎非商业目的的转载, 作者保留一切权利 apt安装postgresql ...
 - netty 原理
			
netty 实现 1. 各组件之间的关系 每个ServerBootstrap与一个事件循环对象(一个线程)都会与一个Channel绑定,如NioServerSocketChannel 2. 如何绑定 ...
 - Codeforces807 A. Is it rated?                                                                                            2017-05-08 23:03             177人阅读              评论(0)              收藏
			
A. Is it rated? time limit per test 2 seconds memory limit per test 256 megabytes input standard inp ...
 - MySQL中不允许使用列别名作为查询条件
			
在MySQL中有个特殊的规定,即不允许使用列别名作为查询条件.比如有下面一个表: select ID, title, concept, conceptLength, ...
 - Java内存模型以及Volatile、Synchronize关键字的疑问
			
1.众所周知,java的内存模型是一个主内存,每个线程都有一个工作内存空间,那么主内存同步到工作内存是什么时候发生的呢?工作内存同步会主内存又是什么时候发生的呢? 在cpu进行线程切换时就会发生这些同 ...
 - Delphi for iOS开发指南(5):在iOS应用程序中使用Calendar组件来选择日期
			
http://blog.csdn.net/delphiteacher/article/details/8923519 在FireMonkey iOS应用程序中的Calendar FireMonkey使 ...
 - WebApi使用JWT认证(一)
			
这是第一部:先实现NetFramework上的WebApi使用JWT认证 1.VS新建一个WebApi项目 2.项目右键----管理Nuget程序包----找到JWT,然后安装 3.Model文件夹下 ...
 - 【算法30】从数组中选择k组长度为m的子数组,要求其和最小
			
原题链接:codeforce 267 Div2 C 问题描述: 给定长度为n的数组a[],从中选择k个长度为m的子数组,要求和最大. 形式描述为:选择$k$个子数组[$l_1$, $r_1$], [$ ...