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

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  3. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  4. 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 ...

  5. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

随机推荐

  1. Swift3翻天覆地的改变

    经历了从swift 1.0 到2.0,一个版本之后代码居然就不兼容了.这如何在团队推广呢?没有想到3.0居然变化更加的大.有多大,来体会一下: UIFont.preferredFontForTextS ...

  2. python基于pillow库的简单图像处理

    from PIL import Image from PIL import ImageFilter from PIL import ImageEnhance import matplotlib.pyp ...

  3. PHP与Python哪个做网站产品好?

    虽然python现在比较火,但在传统的LAMP组合里Linux+apache/tomcat+MySql+PHP里是PHP做网站的脚本语言,但现在已经变了:https://baike.baidu.com ...

  4. 利用putty在window下控制linux的terminal、ftp传输

    google搜索putty,可能要FQ才能进入官方网站下载. 首先将虚拟机下的linux的网络适配器设置成桥接模式,并且将linux系统的firewall和iptables(防火墙关闭). firew ...

  5. HashMap原理、源码、实践

    HashMap是一种十分常用的数据结构,作为一个应用开发人员,对其原理.实现的加深理解有助于更高效地进行数据存取.本文所用的jdk版本为1.5. 使用HashMap <Effective JAV ...

  6. 2.启动MySql服务

    windows10下启动mysql服务出现服务名无效的原因及解决方法 问题原因:mysql服务没有安装. 解决办法: 在 mysql bin目录下 以管理员的权限 执行 mysqld -install ...

  7. ios调用系统界面显示英文

    调用系统相册界面 UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.sourceType ...

  8. min cost max flow算法示例

    问题描述 给定g个group,n个id,n<=g.我们将为每个group分配一个id(各个group的id不同).但是每个group分配id需要付出不同的代价cost,需要求解最优的id分配方案 ...

  9. python安装mysql-python依赖包

    # 背景 新公司,对换工作了!接口自动化使用的是python的behave框架,因此需要折腾python了,而公司配的笔记本是windows的,因此要在windows下折腾python了 # 步骤 项 ...

  10. Python3.5 学习二十二

    回顾: 发送请求时:发送请求头和请求数据 request.META和request.request.body 响应请求时:响应头和响应返回数据 response.HEADER和response.bod ...