Chapter 3 Phenomenon——21
"Nobody will believe that, you know."
“你知道吗没有人会相信会是这样的”
His voice held an edge of derision now.
现在他的声音已经在嘲笑的边缘了。
他的声音现在几近于嘲讽。
"I'm not going to tell anybody."
“我没有告诉任何人。”
“我不会告诉任何人。”
I said each word slowly, carefully controlling my anger.
我每个词都说的很慢,小心的控制着我的愤怒。
Surprise flitted across his face.
惊喜掠过他的脸。
惊讶的神色在他脸上一闪而过。
"Then why does it matter?"
“那么那有什么问题呢?”
“那么,说这些又有什么用呢?”
"It matters to me," I insisted. "I don't like to lie — so there'd better be a good reason why I'm doing it."
“这是我的问题,”我坚持道。“我不喜欢说谎——所以最好有一个好的原因为什么我要说谎。”
“这对我很重要。”我坚持着。“我不喜欢撒谎——所以最好能有一个让我这样干的理由。”
"Can't you just thank me and get over it?"
“你不能就只是谢谢我然后这事就过去了吗?”
"Thank you." I waited, fuming and expectant.
“谢谢你。”我等待,着急和期待。
“谢谢。”我等着,怒气冲冲地期待着。
"You're not going to let it go, are you?"
“你不能忘了这件事是吗?”
“你不会就这样算了的,对吧?”
"No."
“不能”
"In that case… I hope you enjoy disappointment."
“这样的话。。。我希望你能享受失望。”
We scowled at each other in silence.
我们互相怒视着对方。
I was the first to speak, trying to keep myself focused.
我是第一个说话的,尝试让我自己更集中注意力。
I was in danger of being distracted by his livid,glorious face.
我在他青灰色光鲜的脸之下有分心的危险。
我面临着被他铁青着的,绝美的面孔分神的危险。
It was like trying to stare down a destroying angel.
就像是尝试去看低一个毁坏的天使一般。
就像是在盯着一个毁灭天使看,试图看得他垂下眼睛去一样。
"Why did you even bother?" I asked frigidly.
“为什么你那么麻烦?”我冷淡的问道。
“你何必这样自找麻烦?”我冷淡地问。
Chapter 3 Phenomenon——21的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- 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——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, ...
随机推荐
- 后台开发 - DPDK引发的图谱
关系图谱(点击看完整大图): 部分名词: 名词 全写 解释 备注 DPDK Data Plane Development Kit 数据平面开发套件或叫数据平面开发工具集 Intel开源的快速数据包处理 ...
- Hadoop-1.2.1伪分布下 hive-0.10.0内嵌模式安装
Hadoop-1.2.1伪分布下 hive-0.10.0内嵌模式安装 1.下载hive-0.10.0 网址是:http://archive.apache.org/dist/hive/hive-0.10 ...
- Handle( )
Handle( ) //得到PB窗口型对象的句柄 功 能:得到PB窗口型对象的句柄.使用该函数可以得到应用对象.窗口或控件的句柄,但不能得到绘图对象的句柄. 语 法:Handle ( object ...
- 点聚weboffice插件自定义菜单
https://blog.csdn.net/u014547764/article/details/53818637 1.在jsp中引用excel插件:首先项目中要有:WebOffice.zip.web ...
- php支付宝手机网页支付类实例
<?php $alipayConfig = array( 'key' => 'xxxxx', //买卖安全校验码,用于签名的32位密钥 'transport' => 'https', ...
- [leet code 198]House Robber
1 题目 You are a professional robber planning to rob houses along a street. Each house has a certain a ...
- ubuntu下Node.js环境搭建
Node.js是一个能够在服务器端运行JavaScript的开放源代码.跨平台JavaScript运行环境.Node.js由Node.js基金会持有和维护,并与Linux基金会有合作关系.Node.j ...
- CentOS7下启用网卡
[root@localhost network-scripts]# ls ifcfg-ens99 ifdown-ippp ifdown-sit ifup-bnep ifup-plip ifup-Tea ...
- html\css不同长度文本左右对齐 text-align:justify的使用
在平常的开发过程中,对于text-align一般用到的是left,center,right,这三个属性都不会陌生.然而,对于justify的使用我却是很陌生.首先有个比较简单的例子. 如下代码: &l ...
- Asp.Net Core探索 之 appsettings.json
appsettings.json是什么? 相信大家在.Net Framework的项目都会用的web.config,app.config这些文件,appsettings.json文件就是Asp.Net ...