"I'm completely fine, Char — Dad," I sighed. "There's nothing wrong with me."

“我真的都很好,查——爸爸,”我叹气道。“我什么问题都没有。”

He turned to the closest EMT for a second opinion.

他转向最近的急救人员问了几个问题。

他转向离他最近的那个紧急医疗救护人员询问补充性意见。

I tuned him out to consider the jumble of inexplicable images churning chaotically in my head.

我不理他转而考虑那混沌而复杂的图像混乱的搅拌在我的脑海里。

我索性不管他,开始思考在我脑海中乱转的一些令人费解的画面。

When they'd lifted me away from the car, I had seen the deep dentin the tan car's bumper —

当他们把我抬出车的时候,我看到深色象牙质的车的保险杠——

当他们把我从那辆客货两用车旁抬出来的时候,我看到了车的保险杠上一道深深的凹痕——

a very distinct dent that fit the contours of Edward's shoulders…

一个非常凹痕轮廓和Edward的肩膀很合适…

一道显然和爱德华双肩的轮廓相吻合的凹痕……

as if he had braced himself against the car with enough force to damage the metal frame…

好像他用最够的力量支撑起他自己把车的合金框撞成那样…

就像是他曾经撑在这辆车上,生生把这个金属框架给压变形了一样。

And then there was his family, looking on from the distance, with expressions that ranged from disapproval to fury but held no hint of concern for their brother's safety.

他的家人在那里也来了,远远的看着,表情从不喜欢到愤怒,但是没有任何关系他们的兄弟安全的意思。

那时候,他的家人远远地看着,神情各异,从不赞成到愤怒,但唯独丝毫不见对他们兄弟安危的关切。

I tried to think of a logical solution that could explain what I had just seen — a solution that excluded the assumption that I was insane.

我尝试去像一种符合逻辑的解决方法能解释我刚才看到的——排除我疯狂假设的一种解决方式。

我试图想出一个合乎逻辑的答案来解释我看到的一切——一个能否定我精神不正常的假设的答案。

Chapter 3 Phenomenon——11的更多相关文章

  1. Chapter 3 Phenomenon——1

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

  2. Chapter 4 Invitations——11

    "Bella?" His voice shouldn't have been so familiar to me, as if I'd known the sound of it ...

  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——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  7. Chapter 3 Phenomenon——20

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

  8. Chapter 3 Phenomenon——19

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

  9. MySQL Crash Course #05# Chapter 9. 10. 11. 12 正则.函数. API

    索引 正则表达式:MySQL only supports a small subset of what is supported in most regular expression implemen ...

随机推荐

  1. calltree+graphviz 绘出项目函数调用图

    install calltree: download from http://linux.softpedia.com/progDownload/calltree-Download-971.html f ...

  2. Pipelines - .NET中的新IO API指引(三) 边看边记

    Pipelines - .NET中的新IO API指引 作者 marcgravell  原文 此系列前两篇网上已有的译文 Pipelines - .NET中的新IO API指引(一) Pipeline ...

  3. C# 动态生成Html地图文件

    public void GPSModel(string x, string y, string ss)//动态地图文件 { if (x.Contains("-") &&am ...

  4. C# 获取Url 请求方式 域名 端口 路径

    Example there's an given url: http://localhost:4800/account/login 获取整个url地址: 在页面(cstml)中 Microsoft.A ...

  5. 批处理系列(13) -从视频导出高质量GIF图片

    需要ffmpeg,配置ffmpeg到环境变量. 保存代码到HQGIF.bat,与视频同目录,管理员权限运行CMDcd到此目标目录: HQGIF.bat input_video_name.mp4 out ...

  6. jsp的九大内置对象(查询资料,搬砖所得)

    此笔记大部分摘自大神https://www.cnblogs.com/SimonHu1993/,部分通过网上搜寻补充. 1.Request内置对象(类型:HttpServletRequest    表示 ...

  7. CRUSH map 定制实例解析

    1.提取已有的CRUSH map ,使用-o参数,ceph将输出一个经过编译的CRUSH map 到您指定的文件ceph osd getcrushmap -o crushmap.txt 2.反编译你的 ...

  8. python web开发c6——阿里云上ubuntu+flask+gunicorn+nginx服务器部署(一)简单测试

    简述 Nginx在服务器部署中的作用 请求通过Nginx实现反向代理,将请求提交给代理服务器.本文中只用了一台服务器,所以是代理到本机. gunicorn的作用 作为服务器代码的容器.接收Nginx的 ...

  9. const的详解

    1.const的成员变量 常成员变量的值不能被更新,将在构造函数时候进行初始化 2.const的成员函数 常成员函数只能调用常成员函数,常成员函数不能修改任何成员变量的数值 3.const的成员对象 ...

  10. jzoj4424

    20%:暴力枚舉每一條邊有沒有被選到,然後使用并查集判斷聯通性 這樣子有20分,但是我考試寫掛了所以1分也沒有 100%:這道題2000的數據範圍,使用指數級搜索會tle,需要更加好的方法 這道題中, ...