Chapter 3 Phenomenon——15
"So, what's the verdict?" he asked me.
“所以,你的结论是什么?”他问我。
“那么,他们对你的判决是?”他问我。
"There's nothing wrong with me at all, but they won't let me go," I complained.
“我一点事情也没有,但是他们不让我走。”我抱怨道。
"How come you aren't strapped to a gurney like the rest of us?"
“你怎么没有像其他的人一样被轮床困住?”
“你是怎么做到的,居然没像我们俩那样被捆在轮床上?”
"It's all about who you know," he answered. "But don't worry, I came to spring you."
“就像所有你知道的一样,”他回答道,“但是别担心,我是来帮你离开的。”
“这都是你所知道的那人的功劳。”他回答道。“但别担心,我是来带你离开这里的。”
Then a doctor walked around the corner, and my mouth fell open.
一个医生走到角落,然后我正准备说话。
随后,一个医生从拐角处走过来。我张大了嘴巴。
He was young, he was blond… and he was handsomer than any movie star I'd ever seen.
他挺年轻,他是金发….并且他比我之前看到的任何一个电影明星都要帅。
他很年轻,金发碧眼,肤色白皙……还有,他比我见过的任何一个电影明星都要英俊。
He was pale, though, and tired-looking, with circles under his eyes.
尽管他是白人,不厌烦的看,在他的眼睛下旋转着。
他的肤色太苍白了。他看上去很疲倦,眼睛下还有黑圈。
From Charlie's description, this had to be Edward's father.
来自Charlie的描述,这是Edward的父亲。
"So, Miss Swan," Dr. Cullen said in a remarkably appealing voice, "how are you feeling?"
“你好,Swan小姐,”Cullen医生用显著而吸引人的声音说着,“你感觉怎么样?”
“那么,史温小姐,”卡伦医生用极富魅力的声音说道,“你感觉如何?”
"I'm fine," I said, for the last time, I hoped.
“我很好,”我说着,我希望这是我说的最后一次了。
He walked to the light board on the wall over my head, and turned it on.
他走到过去打亮在我头上的墙板,然后打开开关。
他走过来,把我头上的壁灯打开。
Chapter 3 Phenomenon——15的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——15
He slouched off, back toward the school. 他无精打采的回去了学校. I heard a low chuckle. 我听到了低声的笑. Edward was wa ...
- 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 ...
随机推荐
- (KMP扩展 利用循环节来计算) Cyclic Nacklace -- hdu -- 3746
http://acm.hdu.edu.cn/showproblem.php?pid=3746 Cyclic Nacklace Time Limit: 2000/1000 MS (Java/Others ...
- NoSQL: Cassandra, HBase, RocksDB
转自: http://www.linkedin.com/pulse/nosql-cassandra-hbase-rocksdb-siddharth-anand I've had the pleasur ...
- STL---规范
1. "插入操作" 新插入的数据位于‘哨兵迭代器“所指的节点的前方,并返回指向新插入位置的‘迭代器(指针)“.这是STL对于插入操作的标准规范. 2.链表操作 对于一个链式表,如果 ...
- jpg/png格式图片转eps格式的方法--latex自带命令bmeps
bmeps -h 命令查看bmeps的帮助信息 bmeps -c example.jpg example.eps
- Java中取两位小数
请参考下面函数: private String getFormated(String s){ float f=Float.parseFloat(s); java.text. ...
- Python学习-16.Python中的错误处理
虽然叫错误,但跟 C# 中的异常是一回事.只不过 Python 中叫错误(Error)而 C# 中叫异常(Exception). 先手工产生一个异常: file = open('','r') 上面一句 ...
- js插件开发的一些感想和心得
起因 如果大家平时做过一些前端开发方面的工作,一定会有这样的体会:页面需要某种效果或者插件的时候,我们一般会有两种选择:1.上网查找相关的JS插件,学习其用法2.自己造轮子,开发插件. 寻找存在的插件 ...
- DBCC--SHOWCONTIG
DBCC SHOWCONTIG是显示指定的表的数据和索引的碎片信息. Usage: dbcc SHOWCONTIG [ ( { 'table_name' | table_id | 'view_name ...
- 设计模式之状态模式(State Pattern)
一.什么是状态模式? 把所有动作都封装在状态对象中,状态持有者将行为委托给当前状态对象 也就是说,状态持有者(比如汽车,电视,ATM机都有多个状态)并不知道动作细节,状态持有者只关心自己当前所处的状态 ...
- 构建NetCore应用框架之实战篇系列
构建NetCore应用框架之实战篇 构建NetCore应用框架之实战篇(一):什么是框架,如何设计一个框架 构建NetCore应用框架之实战篇(二):BitAdminCore框架定位及架构 构建Net ...