I had enough trouble not falling down when the ground was dry; it might be safer for me to go back to bed now.

当地上是干的时候,我不摔跤都有足够的麻烦了;对于我来说现在回到床上可能更安全一些。

即使在地面干燥的时候我都很难不摔倒,现在我还是回到床上去比较保险。

Charlie had left for work before I got downstairs.

查理斯在我下楼之前已经去工作了。

In a lot of ways,living with Charlie was like having my own place, and I found myself reveling in the aloneness instead of being lonely.

在很多时候,和查理斯一起生活我有很多自己的空间,然后我发现我自己独自陶醉在孤独感之中。

从很多方面来说,和查理住在一起就像我自己一个人住一样,而且我发现我很享受独处的感觉,并不觉得孤独。

I threw down a quick bowl of cereal and some orange juice from the carton. I felt excited to go to school, and that scared me.

我从纸箱中拿出一个方便的碗和一些果汁,我感觉去学校是很刺激的,对于害怕的我来说。

我匆匆咽下一碗麦片,喝了盒橙汁。我急于去学校,而这一点把我吓到了。

I knew it wasn't the stimulating learning environment I was anticipating, or seeing my new set of friends.

我知道这并不是刺激我学习的环境,而是和我的新朋友相见的刺激而已。

我知道这不是因为那里有我所期望的良好的学习氛围,也不是因为能见到我那帮新朋友。

If I was being honest with myself, I knew I was eager to get to school because I would see Edward Cullen.

如果我对我自己诚实的话,我知道我想要去学校是因为我想见到Edward Cullen.

And that was very, very stupid.

但是这是非常非常傻的想法。

I should be avoiding him entirely after my brainless and embarrassing babbling yesterday.

在我昨天脑残和尴尬的胡说之后我应该完全避免见到他。

And I was suspicious of him; why should he lie about his eyes?

我对他产生了怀疑;为什么他要对他的眼睛说谎呢?

I was still frightened of the hostility I sometimes felt emanating from him, and I was still tongue-tied whenever I pictured his perfect face.

我仍然恐惧有时从他对我产生的敌意,无论何时当我面对他完美的脸的时候,我都仍然变的结结巴巴。

更何况,无论何时,只要一想到他那张完美的面孔,我就会舌头打结。

I was well aware that my league and his league were spheres that did not touch.

我很清楚的意识到我们两个阵营就像两个球体一般没有触碰的交集。

但是,我很清楚地意识到,我的活动范围和他的活动范围完全没有重合之处,所以今天我不应该这样急切地盼着见到他。

So I shouldn't be at all anxious to see him today.

所以今天我不应该总是焦虑的看着他。

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

  1. Chapter 3 Phenomenon——1

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

  2. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  3. 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 ...

  4. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  5. Chapter 3 Phenomenon——21

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

  6. Chapter 3 Phenomenon——20

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

  7. Chapter 3 Phenomenon——19

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

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

  10. Chapter 3 Phenomenon——16

    "Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...

随机推荐

  1. java的IO操作

    转自http://zhangbaoming815.iteye.com/blog/1578438 将字符串写入到txt文件中import java.io.BufferedWriter; import j ...

  2. jmeter 5.0版本更新说明(个人做个记录)

    变化   此页面仅详细说明了当前版本中所做的更改. 先前更改的历史记录中详细介绍了早期更改.   5.0版 摘要 新的和值得注意的 不兼容的变化 Bug修复 改进 非功能性变化 已知问题和解决方法 谢 ...

  3. Necklace

    Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission( ...

  4. hdu 1266 Reverse Number

    题目 一道水题,但是超时了几次(Time Limit Exceeded) 题中说:then n 32-bit integers follow.私以为可以用int来做,结果就一直超时,博客之,发现全是用 ...

  5. 深浅 buffer

    var str = "深入浅出"; var buf = new Buffer(str, 'utf-8'); console.log(buf); 这种情况下是数字 var str = ...

  6. Nodejs异步框架——async

    上次的网页爬虫写完后,又打算做一个爬图的工具.前两天已经写好了代码.思路如下: 分析页面还是采用cheerio,对<div>中的img进行分析抽取,拿到图片的url.然后用childpro ...

  7. .net core 基于Jwt实现Token令牌

    Startup类ConfigureServices中 services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme) .AddJw ...

  8. Linq to SQL 练习

    public class HomeController : Controller { // // GET: /Home/ empentity entity = new empentity(); pub ...

  9. ORM-Dapper快速学习

    轻量级ORM框架——第一篇:Dapper快速学习 转载地址:http://www.cnblogs.com/huangxincheng/p/5828470.html  我们都知道ORM全称叫做Objec ...

  10. 程序媛计划——python正则表达式

    #定义 正则表达式是对字符串操作的一种逻辑公式,通过它我们能筛选过滤出我们需要的内容,如判断一串数字是否是电话号码. #原理 先把正则表达式的字符串转换成 Pattern 对象,接着用这个对象处理文本 ...