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. ADT(abstract data types)抽象数据类型

    1.What is it? An abstract data type is a set of objects together with a set of operations. 抽象数据类型是带有 ...

  2. eclipse关联源码的方法

    1.在项目的libs目录下,新建一个android-support-v4.jar.properties文件 2.打开android-support-v4.jar.properties,编辑. 输入源码 ...

  3. jni开发中的常见错误

    * java.lang.UnsatisfiedLinkError: Native method not found: 本地方法没有找到 * 本地函数名写错 * 忘记加载.so文件 没有调用System ...

  4. JavaScript跨域总结与解决办法 什么是跨域

    什么是跨域 1.document.domain+iframe的设置 2.动态创建script 3.利用iframe和location.hash 4.window.name实现的跨域数据传输 5.使用H ...

  5. dp + 组合数 Codeforces Beta Round #9 (Div. 2 Only) D

    http://codeforces.com/problemset/problem/9/D 题目大意:给你一个二叉树和n个数字,满足左小右大,能形成多少种不同的二叉树 思路:定义dp[i][j]表示目前 ...

  6. on-tap和on-click

    简单的说,当你点击移动设备屏幕上的一个点之后,on-tap会立刻触发,而on-click(可能)需要等待300ms才触发——这是移动设备浏览器为了检测是否存在双击的一个检测周期长度. 在移动设备上,应 ...

  7. Openlayers 3 热力图

    <body> <div id="map"></div> <script> var map = new ol.Map({ //初始化m ...

  8. Hadoop RPC机制

    RPC(Remote Procedure Call Protocol)远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议.Hadoop底层的交互都是通过 rp ...

  9. 修改config.php配置

    $data=array( "name"=>"222222", "tel"=>159131, "address" ...

  10. JavaScript(1)——变量、函数声明及作用域

    这是我的第一篇博客文章,本人不才,文笔也不好,所以可能写的有点凌乱.有什么不对的地方还望见谅.不过每天进步一小步,总有一天会迈出那一大步.以下内容是我对变量.函数声明及函数表达式.作用域的理解. [变 ...