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. dpkg -P <pkg>

    http://www.linuxquestions.org/questions/debian-26/how-do-i-get-rid-of-those-rc-packages-as-seen-in-d ...

  2. uitabbarController tababr 上方横线隐藏

    在自定义的tabbarController里加上这一句就ok [[UITabBar appearance] setShadowImage:[UIImage new]]; [[UITabBar appe ...

  3. Linq入门

    一.Linq需要的C#语法支持: 1.隐式变量的使用var var使用时必须初始化      var是强类型数据 2.自动属性:public string FirstName{get ;set;} 3 ...

  4. 自动安装memcached服务端与PHP扩展Memcached

    该脚本基于阿里云服务器安装脚本,并只能运用于centos / aliyun os,该脚本使用时,需要与阿里云安装脚本的install.sh放在同一目录下.有缘人切忌乱用: #! /bin/bash # ...

  5. IIS下访问网络驱动器(网络位置)

    System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "cmd.ex ...

  6. L2-004. 这是二叉搜索树吗?

    L2-004. 这是二叉搜索树吗? 题目链接:https://www.patest.cn/contests/gplt/L2-004 这题我的方法是先递归判定是不是二叉搜索树(镜像),再建树输出. 代码 ...

  7. gRPC编码初探(java)

    背景:gRPC是一个高性能.通用的开源RPC框架,其由Google主要面向移动应用开发并基于HTTP/2协议标准而设计,基于ProtoBuf(Protocol Buffers)序列化协议开发,且支持众 ...

  8. [妙味JS基础]第十一课:字符串、查找高亮显示

    知识点总结 字符串方法 var str = '2014年新春快乐哈' * length 字符串长度 str.length =>10 ------------------------------- ...

  9. 戏说HTML5(转)

    如果有非技术人员问你,HTML5是什么,你会怎么回答? 新的HTML规范... 给浏览器提供了牛逼能力,干以前不能干的事...(确切地说应该是给浏览器规定了许多新的接口标准,要求浏览器实现牛逼的功能. ...

  10. 花括号中的json数据--->转为数组array

    //正式服务器 更换航班 public function changef(){ $str = '{"airportTax":50,"arriModifyTime" ...