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. Windows Text Copyer 1.1绿色版

    软件名称: Windows Text Copyer软件语言: 简体中文授权方式: 免费软件运行环境: Win 32位/64位软件大小: 269KB图片预览: 软件简介:有些网站限制复制,你可以用这个软 ...

  2. table可更改th大小的jQuery插件

    (function ($) { $.fn.resizetable = function () { var tableObj = $(this); var inResizeRange = false; ...

  3. List<string> to List<decimal> by C# 2.0

    List<" } ); List<decimal> temp = data.ConvertAll<decimal>(delegate(string x) { r ...

  4. pt-heartbeat监控延时

    测试国内主机到国外主机mysql的延时 主机 perl /usr/bin/pt-heartbeat -uroot --ask-pass  -D uk --create-table --update  ...

  5. do-while循环判断成绩的有效输入

    #include "stdio.h" void main() { int score; do { printf("请输入你的成绩(0-100):"); scan ...

  6. java中Class对象详解

    java中把生成Class对象和实例对象弄混了,更何况生成Class对象和生成instance都有多种方式.所以只有弄清其中的原理,才可以深入理解.首先要生成Class对象,然后再生成Instance ...

  7. svn“Previous operation has not finished; run 'cleanup' if it was interrupted

    今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrup ...

  8. 第三十六节,os系统级别操作模块

    在使用os模块时需要先 import os 引入模块 os.getcwd()模块函数 功能:获取当前工作目录,即当前python脚本工作的目录路径[无参] 使用方法:os.getcwd() 格式如:a ...

  9. WEBROOT根目录 <%=request.getContextPath()%>

    WEBROOT根目录 <%=request.getContextPath()%> == ${pageContext.request.contextPath}

  10. $.data()、$().data

    两个方法很相似,但是有区别,简单说一下: $.data():jq的静态方法,也就是jQuery.data()直接调用 $().data():实例方法,先有实例,才能调用这个方法,例如:$(" ...