"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. ORA-06553: PLS-553: character set name is not recognized, while starting Content Store

    Symptom CM-CFG-5029 Content Manager is unable to determine whether the content store is initialized. ...

  2. Java应用分类

    Java应用分类     一.应用程序.指在操作系统上直接运行的,不是浏览器,Java环境用本机的,需要在客户端安装,Java环境可以一起安装.         1.GUI图形界面应用程序       ...

  3. spoj COT2(树上莫队)

    模板.树上莫队的分块就是按dfn分,然后区间之间转移时注意一下就好.有个图方便理解http://blog.csdn.net/thy_asdf/article/details/47377709: #in ...

  4. Leetcode--572. Subtree of Another Tree(easy)

    Given two non-empty binary trees s and t, check whether tree t has exactly the same structure and no ...

  5. FPGA&ASIC基本开发流程

    FPGA&数字IC笔面试常考系列 题目:简述ASIC设计流程,并列举出各部分用到的工具. ASIC开发基本流程 芯片架构,考虑芯片定义.工艺.封装 RTL设计,使用Verilog.System ...

  6. CUDA cufftPlanMany的用法_31通道32*8像素的FFT

    #include <cufft.h> #include <iostream> #include <cuda_runtime.h> #include <help ...

  7. EBS Custom Password Rules

    https://blogs.oracle.com/manojmadhusoodanan/entry/custom_password_rules Custom Password Rules By Man ...

  8. C# 动态创建数据库三(MySQL)

    前面有说明使用EF动态新建数据库与表,数据库使用的是SQL SERVER2008的,在使用MYSQL的时候还是有所不同 一.添加 EntityFramework.dll ,System.Data.En ...

  9. C# WPF 用MediaElement控件实现视频循环播放

    在WPF里用MediaElement控件,实现一个循环播放单一视频的程序,同时可以控制视频的播放.暂停.停止. 一种方式,使用MediaElement.MediaEnded事件,在视频播放结束后,自动 ...

  10. 模拟ssh、黏包、hashlib模块

    一.模拟ssh 1.subprocess模块 ipconfig -all dir subprocess模块是python从2.4版本开始引入的模块.主要用来取代 一些旧的模块方法,如os.system ...