"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. Tensorflow从源代码编译2

    https://blog.csdn.net/qq_37674858/article/details/81095101 https://blog.csdn.net/yhily2008/article/d ...

  2. day08(File类 ,字节流)

    File类 构造方法 File(String path); FIle(String parent, String child);     File(File parent, String child) ...

  3. HDU1518 Square(DFS) 2016-07-24 15:08 49人阅读 评论(0) 收藏

    Square Problem Description Given a set of sticks of various lengths, is it possible to join them end ...

  4. Android-Thread线程的状态

    介绍Thread线程的状态之前,必须要讲解CPU执行线程的随机性: 例如:有五个线程,CPU中央处理器,在执行这五个线程的时候,有可能先执行Thread-0,有可能先执行Thread-3,等等,都有可 ...

  5. 创建TFS备份计划失败,错误提示:TF400997

    问题描述 在一个TFS 2018 + SQL Server 2017的环境中,从TFS控制台中配置备份计划时,系统提示错误TF400997,需要授予数据库服务账户sqlservice@domain.c ...

  6. 利用backtrace和backtrace_symbols函数打印调用栈信息

    在头文件"execinfo.h"中声明了三个函数用于获取当前线程的函数调用堆栈. #include <execinfo.h>  int backtrace(void * ...

  7. 截图-----Selenium快速入门(十二)

    在自动化测试过程中,截图是常见的操作,因为有时候单靠程序无法判断是否已得到期望的结果,所以需要截图判断.又或者截图是作为判断的存证.Selenium的截图操作也是非常简单,而且自带了一个文件操作类Fi ...

  8. Day 34 黏包

    一.什么是粘包 须知:只有TCP有粘包现象,UDP永远不会粘包 粘包不一定会发生 如果发生了:1.可能是在客户端已经粘了 2.客户端没有粘,可能是在服务端粘了 应用程序所看到的数据是一个整体,或说是一 ...

  9. 【wireshark】插件开发(二):Lua插件开发介绍

    1. Wireshark对Lua的支持 本节相关内容可参考Wireshark开发指南第10章”Lua Support in Wireshark”. Wireshark集成了Lua解释器,以支持Lua脚 ...

  10. 构建RequestDelegate管道

    1. 创建 Context.cs using System; using System.Threading.Tasks; namespace MyPipeline { public class Con ...