I sent that, and began again.

我发送了它,然后又一次重新开始写了。

Mom,Everything is great. Of course it's raining. I was waiting for something to write about. School isn't bad, just a little repetitive. I met somenice kids who sit by me at lunch.

妈妈,我所有都挺好的。当然现在还是下雨的。我正等着发生一些事情我可以写信告诉你。学校挺好的,就是有一点重复。我遇到了一些中午坐在我旁边的好孩子。

一切都很好。当然这里一直在下雨。我只是在等有什么可写的。学校不算太糟,只是有点单调。我认识了一些不错的孩子,他们午餐时和我坐在一起。

repetitive:重复,这里翻译成单调

Your blouse is at the dry cleaners - you were supposed to pick it upFriday.

你的衬衫在干洗店,你周五可以去拿。

你的外套在干洗店——你应该周五去把它取回来。

Charlie bought me a truck, can you believe it? I love it. It's old, but really sturdy, which is good, you know, for me.

查理兹给我了一辆卡车,你信吗?我很喜欢,它挺旧的,但是很健壮,你知道吗,对于我来说挺不错的。

I miss you, too. I'll write again soon, but I'm not going to check mye-mail every five minutes. Relax, breathe. I love you.

我也想念你,我马上还会再写信给你的,但我不会每五分钟就看看我有没有收到右键。呼吸,放轻松,我爱你。

Bella.

I had decided to read Wuthering Heights — the novel we were currently studying in English — yet again for the fun of it, and that's what I was doing when Charlie came home. I'd lost track of the time, and I hurried downstairs to take the potatoes out and put the steak in to broil.

我决定开始读呼啸山庄,我们正在学习的一部英文小说,再一次读也挺有趣的,这就是我在查理斯回来的时候我在做的事情。然后我就忘记了时间,我赶紧下楼把土豆拿出来,把牛排烤了。

我开始看《呼啸山庄》——我们的英语课正在学这部小说——再看一遍纯粹是为了消遣。我正在看书的时候,查理回来了。我看得太入神,以至于忘了时间。我冲下楼,把马铃薯拿出来,开始烤牛排。

"Bella?" my father called out when he heard me on the stairs.

bella?我父亲听见我在楼上的时候交了我。

“是贝拉吗?”爸爸听到我下楼的声音,问道。

Who else? I thought to myself.

除了我还有谁,我自己想到。

Chapter 2 Open Book——10的更多相关文章

  1. Chapter 1 First Sight——10

    Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant ...

  2. Chapter 5 Blood Type——10

    "What?" “什么?” "Your boyfriend seems to think I'm being unpleasant to you — he's debat ...

  3. 多媒体文件格式之MKV

    [时间:2016-07] [状态:Open] MKV是一种开源的多媒体封装格式,是Matroska中应用比较多的格式之一.常见的后缀格式是.mkv(视频,包括音频和字幕)..mka(纯音频)..mks ...

  4. JavaScript: The Good Parts

    Chapter 1 Good Parts: JavaScript is an important language because it is the language of the web brow ...

  5. Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击

    原文:Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击 原文出处:http://blog.csdn.net/dba_huang ...

  6. Formal Grammars of English -10 chapter(Speech and Language Processing)

    determiner  限定词 DET propernoun 专有名词 NP (or noun phrase) mass noun 不可数名词 Det Nouns 限定词名词 relative pro ...

  7. 零元学Expression Blend 4 - Chapter 10 用实例了解布局容器系列-「StackPanel」

    原文:零元学Expression Blend 4 - Chapter 10 用实例了解布局容器系列-「StackPanel」 本系列将教大家以实做案例认识Blend 4 的布局容器,此章介绍的布局容器 ...

  8. Think Python - Chapter 10 - Lists

    10.1 A list is a sequenceLike a string, a list is a sequence of values. In a string, the values are ...

  9. Thinking in Java from Chapter 10

    From Thinking in Java 4th Edition 内部类 public class Parcel1 { class Contents { private int i = 11; pu ...

随机推荐

  1. 【翻译】创建Cordova项目

    下载或者更新Node.js到最新版本 在电脑终端输入命令来安装Cordova CLI sudo npm install -g cordova 如果使用Windows电脑,需要在使用cmd命令行输入 n ...

  2. 关于最新版本的log4net使用中遇到的问题

    Quartz.NET是一个开源的作业调度框架,是OpenSymphony 的 Quartz API的.NET移植,它用C#写成,可用于winform和asp.net应用中.它提供了巨大的灵活性而不牺牲 ...

  3. 新建HomeController控制器 继承BaseController

    CRC这个缩略词,在我看来可以有两种理解:一种是Cyclic Redundancy Check,即循环冗余检错技术:另一种则是Cyclic Redundance Code,即循环冗余校检码.在计算机网 ...

  4. WEB 技术分类 Javascript DOM(Element Node) BOM

    Web technology for developers   Web 技术文档 备注:本文介绍web technology的分类,各自职责,因为之前一直就没有搞明白各种技术.各种名词究竟是属于哪个范 ...

  5. BestCoder Round #89

    过了这么久才来写-- BC的后两道题好难--(第二道题也不怎么简单--) 1001 Fxx and string 正着倒着枚举一次就ok #include<iostream> #inclu ...

  6. 对adapter的封装优化

    一般不优化的adapter通常继承自BaseAdapter会出现一下几个问题: getCount(), getItem(), getItemId()代码都要去重写,一个adapter还行,如果adap ...

  7. Shell错误[: missing `]'

    shell 文件运行时出现错误:     [: missing `]' 原因可能是 if [ ! -d $date] then mkdir ./$date fi 代码中的 ] 方括号内部必须要有个空格 ...

  8. 常用的HTTP状态码如下

    成功的状态码: – 服务器成功返回网页 – 未修改 失败的状态码: – 请求的网页不存在 – 服务器暂时不可用 – 服务器内部错误 下面的不是很常用,记住上面那几个就ok了,有bug了再补充 其他的状 ...

  9. Spring Security(02)——关于登录

    目录 1.1     form-login元素介绍 1.1.1    使用自定义登录页面 1.1.2    指定登录后的页面 1.1.3    指定登录失败后的页面 1.2     http-basi ...

  10. CSS3背景颜色渐变效果

    1.firefox浏览器: background-image: -moz-linear-gradient(top , #eef9fe, #d1ecff); 2.safari.chrome浏览器: ba ...