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 ...
随机推荐
- MySQL性能调优与架构设计——第 18 章 高可用设计之 MySQL 监控
第 18 章 高可用设计之 MySQL 监控 前言: 一个经过高可用可扩展设计的 MySQL 数据库集群,如果没有一个足够精细足够强大的监控系统,同样可能会让之前在高可用设计方面所做的努力功亏一篑.一 ...
- python正则表达式转义注意事项
无论哪种语言,在使用正则表达式的时候都避免不了一个问题,就是在匹配元字符的时候,需要对元字符进行转义,让 正则表达式引擎将其当做普通字符来匹配.本文主要以python为例,说明一下转义中需要注意的问题 ...
- C++ 11可变参数接口设计在模板编程中应用的一点点总结
概述 本人对模板编程的应用并非很深,若要用一句话总结我个人对模板编程的理解,我想说的是:模板编程是对类定义的弱化. 如何理解“类定义的弱化”? 一个完整的类有如下几部分组成: 类的名称: 类的成员变量 ...
- CDialog
对话框和对话框类CDialog 对话框经常被使用,因为对话框可以从模板创建,而对话框模板是可以使用资源编辑器方便地进行编辑的. 模式和无模式对话框 对话框分两种类型,模式对话框和无模式对话框. 模式对 ...
- POJ2653判断线段相交
POJ2653 题目大意:按顺序放木棒,问最后所有的木棒中上面没有木棒的木棒的索引是…… 思路:按理说线段相交的题目做的听多了,这个应该不算新鲜,但是这个题,还是让我学到了认真读题,面对这个题很容易想 ...
- [leetcode] 15. Plus One
这道题其实让我意识到了我的英文水平还有待加强.... 题目如下: Given a non-negative number represented as an array of digits, plus ...
- spring获取webapplicationcontext,applicationcontext几种方法详解(转)
方法一:在初始化时保存ApplicationContext对象 代码: ApplicationContext ac = new FileSystemXmlApplicationContext(&quo ...
- Git小技巧:VIM中如何填写注释信息
使用Git命令行工具的时候,经常一不小心就进入VIM界面,例如git commit没有填写任何描述信息.对于习惯了Windows可视化操作界面的用户,可能一下子会觉得无所适从,只能在键盘上一顿短按.下 ...
- TFS 2015 生成不输出任何结果
这是一台用于测试的TFS 2015服务器,其中的数据是通过备份和还原,在使用应用层专用的方式配置出来的. 在配置完成代理服务器以后,运行生成,发现在获取代码之前就停止失败了,并且在生成过程中没有任何结 ...
- 【AppCan 开发者】移动信息化随想
现在的移动信息化,准确来说,是手机智能网络化.从08年到14年这6年时间里,手机发生翻天覆地的变化,成为移动设备智能中心,取得巨大成就,也成就一批公司,带动移动互联网的发展,引来众多人眼红热血投入.其 ...