It took only one trip to get all my stuff upstairs.

就一趟我就把所有的东西搬到楼上了。

I got the west bedroom that faced out over the front yard.

我住在了面对院子前面的西边的卧室。

The room was familiar; it had been belonged to me since I was born.

这房间是熟悉的,自从我生下来它就是属于我的。

The wooden floor, the light blue walls, the peaked ceiling, the yellowed lace curtains around the window —these were all a part of my childhood.

木质的楼梯,亮蓝色的墙,尖顶的天花板,黄色蕾丝边的窗帘环绕着窗户,这些部分都是我童年的。

The only changes Charlie had ever made were switching the crib for a bed and adding a desk as I grew.

随着我的长大,改变的只有查理兹曾经把婴儿床变成了大床,再加了张桌子。

The desk now held a secondhand computer, with the phone line for the modem stapled along the floor to the nearest phone jack.

桌子上有了一台二手的电脑,还有现代的电话线随着楼梯到电话口。

连着长长的拖过地板的电话线接着调制解调器到最近的电话接口。

This was a stipulation from my mother, so that we could stay in touch easily.

这是我妈妈的规定,所以我能很容易的接触到

这是与我母亲的约定,这样我们就可以更方便地联系了。

keep in touch with 与某人联系

The rocking chair from my baby days was still in the corner.

我儿时的摇椅仍然在角落里

There was only one small bathroom at the top of the stairs, which I would have to share with Charlie.

在顶楼只有一个小的房间,我不得不和查理兹一起用

I was trying not to dwell too much on that fact.

我尽力不居住太多时间。

我试着不要太纠结于这一事实。

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

  1. Chapter 1 First Sight——37

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

  2. Chapter 1 First Sight——36

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

  3. Chapter 1 First Sight——35

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

  4. Chapter 1 First Sight——34

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

  5. Chapter 1 First Sight——33

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

  6. Chapter 1 First Sight——32

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

  7. Chapter 1 First Sight——31

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

  8. Chapter 1 First Sight——30

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

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

  10. Chapter 1 First Sight——28

    "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...

随机推荐

  1. hdu_4718_The LCIS on the Tree(树链剖分+线段树合并)

    题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=4718 题意:给你一棵树,每个节点有一个值,然后任给树上的两点,问这两点的最长连续递增区间是多少 题解: ...

  2. 安装 nodejs

    接下来使用npm命令安装express和socket.io 没有的话 用yum 安装一下 12 npm install --save expressnpm install --save socket. ...

  3. 解析:DNS 原理(入门篇)

    DNS 是互联网核心协议之一.不管是上网浏览,还是编程开发,都需要了解一点它的知识. 本文详细介绍DNS的原理,以及如何运用工具软件观察它的运作.我的目标是,读完此文后,你就能完全理解DNS. 一.D ...

  4. cmd命令行查看当前系统版本和版本是32位还是64位

  5. windows的DOS窗口如何修改大小

    关于这个问题,其实很简单.不知道为什么网上的资料乱遭的.故自己写下来,方便有不明白的童鞋参考. 左键点击左上角的区域会弹出一个菜单,选择属性. 如下图就能轻松的修改窗口的大小了.

  6. nginx 中文文件名显示问题

    VPS论坛里已经说过设置方法,不过貌似很多人还是会遇到中文乱码的问题,Apache可以使用mod_encoding支持中文目录和文件,LNMP下Nginx其实不需要安装额外的组件即可支持中文文件名或中 ...

  7. DataGridView直接导出EXCEL

    1public void DataToExcel(DataGridView m_DataView) { SaveFileDialog kk = new SaveFileDialog(); kk.Tit ...

  8. zf-删除重复数据只保留一条(转)

    http://blog.csdn.net/anya/article/details/6407280

  9. 关于前台主键输入错误对后台hibernate方法的影响

    由于前台输入时开始不小心打错了主键为value=“${conf_id}”/ 导致后台得到的主键不是数字“1”而是“1/”所以到后台就算是进的updata方法结果运行的却是添加方法 原因可能是传入的对象 ...

  10. tiny210移植linux内核(3.0.8)杂项

    关于三星芯片nand内存分区文件: linux-3.0.8/drivers/mtd/nand/s3c_nand.c struct mtd_partition s3c_partition_info[] ...