Chapter 3 Phenomenon——24
My mom was in hysterics, of course.
我的母亲当时是歇斯底里的发疯了。
I had to tell her I felt fine at least thirty times before she would calm down.
在她冷静下来之前最少三十分钟之内,我不得不一直告诉她我感觉很好。
我不得不一遍又一遍地告诉她我感觉很好,说了至少三十次,她才冷静下来。
She begged me to come home— forgetting the fact that home was empty at the moment — but her pleas were easier to resist than I would have thought.
她求我回家去——那时忘记了事实上家里已经空了——但是她的恳求很容易就被我的想法抵抗住了。
她求我回家——完全忘记这会儿家里根本没人的事实——但她的恳求比我想到的还要容易回绝。
I was consumed by the mystery Edward presented.
我被Edward表现的神秘充满了脑袋。
我对爱德华神神秘秘的举动简直着了魔。
And more than a little obsessed by Edward himself.
而且更多的时候对Edward本身有了一些着迷。
而且,我也迷上了爱德华本人,不止是一点点。
Stupid, stupid, stupid. I wasn't as eager to escape Forks as I should be, as any normal, sane person would be.
傻瓜,傻瓜,傻瓜。我没有像逃离Forks一样做我该做的,而是像一个正常健全的人该做的。
我应该,像任何一个正常的,头脑清楚的人会做的那样,渴望着逃离福克斯。但我却没有。
I decided I might as well go to bed early that night.
我决定今晚我应该早点上床睡觉。
这天晚上,我决定早早上床睡觉,和平时一样。
Charlie continued to watch me anxiously, and it was getting on my nerves.
Charlie继续焦虑的看着我,这让我感觉紧张。
I stopped on my way to grab three Tylenol from the bathroom.
我停下来从浴室抓了三颗Tylenol
半路上,我停下来,到浴室里拿了三片泰诺。
They did help, and, as the pain eased, I drifted to sleep.
他们能帮助我摆脱痛苦,我能渐渐的入睡。
这些药片真的很有帮助,当疼痛不再那么厉害时,我沉沉地睡去。
That was the first night I dreamed of Edward Cullen.
这是第一个晚上我梦到了Edward Cullen。
Chapter 3 Phenomenon——24的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- 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 ...
- Chapter 3 Phenomenon——17
Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...
随机推荐
- leetcode - [7]Binary Tree Preorder Traversal
Given a binary tree, return the preorder traversal of its nodes' values. For example:Given binary tr ...
- Forward团队-爬虫豆瓣top250项目-团队编程项目开发环境搭建过程
本次结对编程和团队项目我都需要用python环境,所以环境的搭建是一样的.(本文部分内容引用自己博客:http://www.cnblogs.com/xingyunqi/p/7527411.html) ...
- 去除html页面中GET《 http://localhost:8080/favicon.ico 404 (Not Found)》
html5页面中经常会遇见以下问题,总是看着碍眼,那么怎么解决呢? GET http://localhost:8080/favicon.ico 404 (Not Found) 解决的方法: <l ...
- 第四章-shceme和数据类型优化
选择数据类型的原则: 1.更小通常更好.因为占用更少磁盘,内存和cpu缓存.但是要确保没有低估,因为进行alter时,是很耗时和头疼的操作.所以当无法确定数据类型的时候,选择不会超过范围的最小类型. ...
- android sqlite 数据唯一性
sqlite在遇到数据重复的时候要做判断在插入是不是有点太麻烦了?一个好的数据库设计就可以搞定了. 当要控制唯一性的数据是主键的时候可以设置 CONSTRAINT [] PRIMARY KEY ([Q ...
- c#运用反射获取属性和设置属性值
/// <summary> /// 获取类中的属性值 /// </summary> /// <param name="FieldName">&l ...
- CentOS 6.5 伪分布安装
CentOS 6.5 伪分布安装 软件准备 jdk-6u24-linux-i586.bin .hadoop-1.2.1.tar.gz.hadoop-eclipse-plugin-1.2.1.jar ...
- CSS 基础 例子 浮动float
一.基本概念 设置了float属性的元素会根据属性值向左或向右浮动,设置了float属性的元素为浮动元素,浮动元素会从普通文档流中脱离,直到它的外边缘碰到包含框或另一个浮动框的边框为止. 浮动元素之后 ...
- verilog中defparam的用法 (verilog调用底层模块(只改变)参数的传递)
当一个模块引用另外一个模块时,高层模块可以改变低层模块用parameter定义的参数值,改变低层模块的参数值可采用以下两种方式: 1)defparam 重定义参数 语法:defparam path_n ...
- sqlserver,杀掉死锁的进程
USE [erpdb1]GO/****** Object: StoredProcedure [dbo].[p_lockinfo_MyKill] Script Date: 12/26/2014 ...