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. 让ECSHOP模板支持转smarty时间戳

    找到includes/cls_template.php 在大约640行,加入: case 'time': $p = 'date("Y-m-d H:i:s",' . $p . ')' ...

  2. iOS学习笔记(02) - 关键字 __kindof

    1.__kindof:表示当前类或它的子类. 2.__kindof书写格式:放在类型前面,表示修饰这个类型. 3.__kindof优点:在调用的时候,很清楚的知道返回类型. 直接举一个例子来形容这个问 ...

  3. 一个有用的shell脚本

    #!/bin/bash #if [ $1 -eq null ]; then # echo "please input params1!" # exit #fi #if [ $2 - ...

  4. Qt错误:类中使用Q_OBJECT宏导致undefined reference to vtable for "xxx::xxx"错误的原因和解决方法

    在进行Qt编程的时候,有时候会将类的定义和实现都写在源文件中,如果同时在该类中使用信号/槽,那么可能就会遇到 undefined reference to vtable for "xxx:: ...

  5. Redhat_AS5下安装MySQL5.0总结

    一.引言 使用Linux也有几年时间了,由于公司要做radius服务器用用到MySQL.从网上找了些资料. 二.安装Mysql 1.下载MySQL的安装文件 安装MySQL需要下面两个文件: MySQ ...

  6. kloxo面板教程-折腾了一天

    ------------------------------------------------------------------------------- 前一晚安装了掉线,不得不重新来,有点慢, ...

  7. Opencv2系列学习笔记10(提取连通区域轮廓) 另一个

    http://blog.csdn.net/lu597203933/article/details/17362457 连通区域指的是二值图像中相连像素组成的形状.而内.外轮廓的概念及opencv1中如何 ...

  8. OpenCV使用边缘提取、腐蚀、轮廓进行车牌定位

    http://blog.csdn.net/superdont/article/details/24935383 OpenCV使用边缘提取.腐蚀.轮廓进行车牌定位 2014-05-03 21:38 67 ...

  9. hdu_5754_Life Winner Bo(博弈)

    题目链接:hdu_5754_Life Winner Bo 题意: 一个棋盘,有国王,车,马,皇后四种棋子,bo先手,都最优策略,问你赢的人,如果双方都不能赢就输出D 题解: 全部都可以直接推公式, 这 ...

  10. LeetCode OJ 109. Convert Sorted List to Binary Search Tree

    Given a singly linked list where elements are sorted in ascending order, convert it to a height bala ...