Chapter 1 First Sight——11
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的更多相关文章
- Chapter 2 Open Book——11
"Hey, Dad, welcome home." hey爸爸,欢迎回家. "Thanks." He hung up his gun belt and step ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 依赖跟踪如何工作的(How dependency tracking works)
这一块主要是理论的讲解,本人刚接触这块不久,就不敢翻译了,请参见园子里其他人的现有文章 http://www.cnblogs.com/TomXu/archive/2011/11/22/2256820. ...
- c# 操作word demo
/// <summary> /// 新创建word /// </summary> /// <param name="fileSaveDirectory" ...
- 利用pscp命令实现linux与windows文件互传
windows==>linux(单个文件) PrivateKey.ppk(私钥)可以是相对路径或者绝对路径pscp -i D:\PrivateKey.ppk D:\xxx.xx root@123 ...
- eclipse中maven工程的创建javaweb项目
第一步.new一个新的工程 ,选中maven project,点击next 第2步.不做选择,点击next 第3步.选择maven-archetype-webapp,点击next 第四步.填写项目名称 ...
- Python第三方库安装技巧
pytho下有三种安装第三方库方法: 1.通过easy_install安装 2.通过Pip安装 前面两种,由于受国内部门网站原因,如果安装失败,可采用接下来的第三种方法 3.在指定网站下载安装 第三方 ...
- List-----Array
1.Definition Arry数组是一种连续储存的List 储存方式:将线性表中的元素一次储存在连续的储存空间中. Computer's logical structure: 逻辑位置上相邻的元素 ...
- LeetCode OJ 236. Lowest Common Ancestor of a Binary Tree
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree. According ...
- apache启动报错:Cannot load php5apache2_2.dll into server
错误信息: httpd.exe: Syntax error on line 178 of D:/Program Files/httpd-2.4.20-x64-vc14-r2 /Apache24/con ...
- nuget pack 时不包含依赖包(而不是引用项目的dll,区别于IncludeReferencedProjects)
Excluding development dependencies when creating packages Some NuGet packages are useful as developm ...
- centos配置samba
一.samba服务器的安装与配置 [root@localhost ~]# yum -y install samba samba-common samba-client samba服务器所 ...