Chapter 2 Open Book——10
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的更多相关文章
- Chapter 1 First Sight——10
Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant ...
- Chapter 5 Blood Type——10
"What?" “什么?” "Your boyfriend seems to think I'm being unpleasant to you — he's debat ...
- 多媒体文件格式之MKV
[时间:2016-07] [状态:Open] MKV是一种开源的多媒体封装格式,是Matroska中应用比较多的格式之一.常见的后缀格式是.mkv(视频,包括音频和字幕)..mka(纯音频)..mks ...
- JavaScript: The Good Parts
Chapter 1 Good Parts: JavaScript is an important language because it is the language of the web brow ...
- Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击
原文:Chapter 1 Securing Your Server and Network(10):使用扩展保护避免授权中继攻击 原文出处:http://blog.csdn.net/dba_huang ...
- Formal Grammars of English -10 chapter(Speech and Language Processing)
determiner 限定词 DET propernoun 专有名词 NP (or noun phrase) mass noun 不可数名词 Det Nouns 限定词名词 relative pro ...
- 零元学Expression Blend 4 - Chapter 10 用实例了解布局容器系列-「StackPanel」
原文:零元学Expression Blend 4 - Chapter 10 用实例了解布局容器系列-「StackPanel」 本系列将教大家以实做案例认识Blend 4 的布局容器,此章介绍的布局容器 ...
- 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 ...
- Thinking in Java from Chapter 10
From Thinking in Java 4th Edition 内部类 public class Parcel1 { class Contents { private int i = 11; pu ...
随机推荐
- 使用SQL Server视图的优缺点
SQL Server视图我们经常会用的到,下面就为您介绍使用SQL Server视图的优缺点,希望可以对您SQL Server视图有更多的了解. 在程序设计的时候必须先了解视图的优缺点,这样可以扬长避 ...
- Provably Delay Efficient Data Retrieving in Storage Clouds---INFOCOM 2015
[标题] [作者] [来源] [对本文评价] [why] 存在的问题 [how] [不足] assumption future work [相关方法或论文] [重点提示] [其它]
- mysql近几天的查询
今天:select*from table1 where to_days(时间字段名)=to_days(now()); 昨天:select*from table1 where to_days(now() ...
- date,datetime,timestamp 的区别
date 表示年月日,如YY-MM-DD datetime 表示年月日和时间信息,如YY-MM-DD HH:MM:SS datestamp 和datetime表示的信息相同,但时间范围不同 时间范围 ...
- Python朝花夕拾
Q1:HTTP Error 403: Forbidden python中经常使用urllib2.urlopen函数提取网页源码,但是有些时候这个函数返回的却是:HTTP Error 403: Forb ...
- Xcode8注释有时会失效的解决方法
1.苹果开发解决了xcode ghost,而且Xcode8也取消了三方插件的功能,所以注释有时会失效,解决办法终端运行命令:sudo /usr/libexec/xpccachectl 回车 + 输 ...
- Strusts2--课程笔记7
国际化: 国际化是指,使程序在不做任何修改的情况下,就可以使用在不同的语言环境中.国际化在一般性项目中是不常用的.在编程中简称 i18n. 国际化是通过读取资源文件的形式实现的.资源文件的定义与注册, ...
- Webpack学习笔记(二)
市面上已经存在的模块管理和打包工具并不适合大型的项目,尤其单页面 Web 应用程序.最紧迫的原因是如何在一个大规模的代码库中,维护各种模块资源的分割和存放,维护它们之间的依赖关系,并且无缝的将它们整合 ...
- 外部系统集成BIEE
1.外部系统集成BIEE 隐藏工具栏和仪表盘右上角的菜单 2.BIEE 11g 嵌入Iframe InIFrameRenderingMode有三种取值,分别是prohibit.sameDomainOn ...
- Java和R齐头并进才是根本
Java和R齐头并进才是根本 数据分析师的成长之路 http://www.slideshare.net/SanderMak/data-science-with-r-for-java-d