I didn't relate well to people my age.

我没有向人们叙述清楚我的年龄

Maybe the truth was that I didn't relate well to people, period.

可能事实是我没有让人们了解我的周期

Even my mother, who I was closer to thananyone else on the planet, was never in harmony with me, never on exactly the same page.

甚至是我的妈妈。在地球上我最亲近的人,也不是永远和我融洽,没有在绝对相同的一页纸上。

Sometimes I wondered if I was seeing the same things through my eyes that the rest of the world was seeing through theirs.

有时我想知道,是否我的眼睛看见的东西和别人眼睛看见的世界是不是相同的。

Maybe there was a glitch in my brain. But the cause didn't matter. All that mattered was the effect.

可能是我脑子故障了,但是这也没事,所有的东西都会有影响

And tomorrow would be just the beginning.

明天将会开始

I didn't sleep well that night, even after I was done crying.

我晚上没有睡好,甚至是在我哭泣之后

The constant whooshing of the rain and wind across the roof wouldn't fade into the background.

一直不变的飞快的风雨穿过屋顶,没有融入进背景之中。

I pulled the faded old quilt over my head, and later added the pillow, too.

我拉着已经褪色的旧被子盖住我的头,然后又把枕头也压在了上面。

But I couldn't fall asleep until after midnight,when the rain finally settled into a quieter drizzle.

但是直到午夜我还是不能睡着,最终于变成了毛毛雨。

Thick fog was all I could see out my window in the morning, and I could feel the claustrophobia creeping up on me.

早上我能从窗户看见浓雾,我感觉我有幽闭恐怖症。

我可以感到幽闭恐惧症正在向我袭来。

You could never see the sky here; it was like a cage.

在这里我从来没见过天空,就像是笼子一样

你不会有机会看到这里的天空。这像个笼子。

Chapter 1 First Sight——11的更多相关文章

  1. Chapter 2 Open Book——11

    "Hey, Dad, welcome home." hey爸爸,欢迎回家. "Thanks." He hung up his gun belt and step ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  6. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  7. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  8. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  9. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

随机推荐

  1. javascript动画效果之匀速运动

    html和css写在一起方便看,div通过定位设置为-200隐藏,span也是通过定位定在div靠左的中间 <!DOCTYPE html> <html> <head> ...

  2. 依赖跟踪如何工作的(How dependency tracking works)

    这一块主要是理论的讲解,本人刚接触这块不久,就不敢翻译了,请参见园子里其他人的现有文章 http://www.cnblogs.com/TomXu/archive/2011/11/22/2256820. ...

  3. stm32按键识别

    刚写了一个关于stm32单片机的按键识别的程序.目的,同时识别多个按键,并且不浪费cpu的时间. 关于去抖动,以前以为是在按键的时候,手会抖动.通过程序验证,这个确实是误解.这个应该是防止意外干扰.以 ...

  4. (转载)测试工具monkey

    转自http://www.418log.org/post-32.html 1)进入shell 在桌面点开始--运行 输入cmd 点确定 或打开 cmd.exe 进入sdk tools目录如: 1 C: ...

  5. PhpMyAdmin管理SQLSERVER的问题

    由于项目需要对MSSQL做管理(多个版本的) 之前有个websqladmin的一个开源的项目,但是感觉功能太弱了,而且,采用的SQLDMO的方式,有点过时了. 所以考虑对其升级,方案大概有几种: 1. ...

  6. JS电子文档链接

    http://www.oschina.net/translate/learning-javascript-design-patterns   学用 JavaScript 设计模式 http://es6 ...

  7. 命令 shell 学习

    for i in a b c do echo $i done !ser  历史补全 > 正确信息输出文件 >>正确信息输出文件  ,追加 2>错误信息输出文件 2>> ...

  8. 触动精灵 alilib

    --gethtml function gethtml (url) local sz = require("sz") local http = require("szock ...

  9. 在 Visual Studio 2010 中创建 SharePoint 2010 事件接收器

    Microsoft Visual Studio 2010 提供了一个可用于生成事件接收器的项目类型,事件接收器会在 Microsoft SharePoint 2010 网站上选择事件之前或之后执行操作 ...

  10. iOS:UIWebView scrollView 的分页滑动问题

    最近在弄一个native webview+html的项目,感觉这种尝试还是挺不错的,特被是适合内容类app.如杂志.电子书等.其实native搭的就是一个框架,主体还是在html的内容上,所以花在ht ...