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 ...
随机推荐
- Object_C初始化方法, 遍历构造器
//版本1 //- (id)init //{ // work = @"工作"; // return self; //} // // //版本2:调用父类的init ...
- OpenGl 坐标转换 (转载)
OpenGl 坐标转换 (转载) 1. OpenGL 渲染管线 OpenGL渲染管线分为两大部分,模型观测变换(ModelView Transformation)和投影变换(Projection Tr ...
- windows下用C++获取本机IP地址
BSTR CamUtilsCtrl::GET_TERM_IP(void){ AFX_MANAGE_STATE(AfxGetStaticModuleState()); CString strResult ...
- node express session
在express4.0版本以上,需要单独增加session模块:express-session:https://www.npmjs.com/package/express-session 具体做法是, ...
- web.xml中Filter,Listener,Servlet的区别
一.Servlet Servlet是基本的服务端程序,他来自接口Servlet,接口中有方法service.而Servlet的一个重要实现类,则是tomcat服务器的核心,那就是HttpServlet ...
- Android-LoaderManager异步加载数据库数据
LoaderManager异步加载数据库数据,是在(Activity/fragment/其他UI等) 加载大量的本地Database库表数据,由于数据大在加载过程中会导致UI线程阻塞,导致用户体验不好 ...
- 申请Let's Encrypt通配符HTTPS证书
./certbot-auto --server https://acme-v02.api.letsencrypt.org/directory -d "*.xxx.com" --ma ...
- C# TinyMapper
https://github.com/TinyMapper/TinyMapper 据说性能蛮高的,我没对比测试过. NuGet安装下. 新增三个实体. public class A { public ...
- 在.net Core 使用PDF模板文件生成PDF文件,代替WEB打印控件!
这几天找WEB打印控件,要么收费的,要么免费的只能在IE里用! 我只想简单的打个标签纸!百度2天,看到一老兄说可以用PDF,然后又开始百度..找到了一篇文章 http://www.jianshu.co ...
- Qt5学习笔记(基础)
按钮 #include <QApplication> /*应用程序抽象类*/ #include <QWidget> //窗口类 #include <QPushButton ...