"People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could probably work in any hospital in the world, make ten times the salary he gets here," he continued, getting louder.

在我们城镇的人。他抱怨的说到。Cullen医生是一个能在世界上任何一个医院工作的有才医生,能收到10倍于这里的薪水,他声音越来越响。

"We're lucky to have him — lucky that his wife wanted to live in a small town.

我们很幸运能有他,很幸运他的妻子想要住在这个小城镇里面

He's an asset to the community, and all of those kids are well behaved and polite.

他是社区的一员,所有他的孩子表现都很好很有礼貌。

他是这个社区的财富。他的孩子们个个都行为端正,礼貌得体。

I had my doubts, when they first moved in, with all those adopted teenagers. I thought we might have some problems with them.

我有我的疑问,当他们第一次进来的时候,对于所有领养的年轻人来说。我想我们对他有一些想法。

他们刚搬来时我也曾对这些这个年纪被收养的孩子产生过疑虑。

But they'reall very mature — I haven't had one speck of trouble from any of them.

但是他们真的很成熟,我没有一次听说他们造成过麻烦。

That's more than I can say for the children of some folks who have lived in this town for generations.

我能说他们比福克斯本地的同龄人来说要好。

而有些世世代代住在镇上的家伙,他们的孩子我简直没法说。

And they stick together the way a family should — camping trips every other weekend… Just because they're newcomers, people have to talk."

他们家庭经常在一起,周末野营。只是因为他们是新来的人,人们不得不讨论他们。

而且他们确实像一家人那样团结——每两周就去一次露营……只不过因为他们是新来的,人们就对他们说长道短。

It was the longest speech I'd ever heard Charlie make. He must feel strongly about whatever people were saying.

这是我听过查理斯最长的说话了。他一定对人民所说的话坚信不疑。

这是我听过的查理一口气说出的最长的话。他一定是对人们的流言蜚语气愤得不得了。

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

  1. Chapter 1 First Sight——13

    It was just drizzling still, not enough to soak me through immediately as I reached for the house ke ...

  2. Chapter 5 Blood Type——13

    "Kryptonite doesn't bother me, either," he chuckled. “氪星石也不会影响我,” 他笑着说道. "You're not ...

  3. Chapter 2 Open Book——13

    "People in this town," he muttered. "Dr. Cullen is a brilliant surgeon who could prob ...

  4. EffictiveC++笔记 第3章

    Chapter 3 资源管理 条款13: 以对象管理资源 有时即使你顺利地写了对应对象的delete语句,但是前面的区域可能会有一个过早的return语句或者抛出了异常.它们一旦执行,控制流绝不会触及 ...

  5. EffectiveC++笔记 目录

    Charpter 1. 让自己习惯C++   条款01: 视C++为一个语言联邦 条款02: 尽量以const,enum,inline替换#define 条款03: 尽可能使用const 条款04: ...

  6. EffectiveC++ 第3章 资源管理

    我根据自己的理解,对原文的精华部分进行了提炼,并在一些难以理解的地方加上了自己的"可能比较准确"的「翻译」. Chapter 3 资源管理 条款13: 以对象管理资源 有时即使你顺 ...

  7. ssm 关于mybatis启动报Result Maps collection already contains value for ...的问题总结

    Result Maps collection already contains value for com.zhaike.mapping.ChapterMapper.BaseResultMap Err ...

  8. Chapter 13. Miscellaneous PerlTk Methods PerlTk 方法杂项:

    Chapter 13. Miscellaneous PerlTk Methods PerlTk 方法杂项: 到目前为止,这本书的大部分章节 集中在特定的几个部件, 这个章节覆盖了方法和子程序 可以被任 ...

  9. 零元学Expression Blend 4 - Chapter 13 用实例了解布局容器系列-「Pathlistbox」I

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

随机推荐

  1. Byte Array to Hexadecimal String

    Lookup Text: 23,879.41 (20.8X faster) Sentence: 1.15 (23.9X faster) /// <summary> /// Hex stri ...

  2. hibernate增删改查

    -----------增加--------- public void insertUsers(String userName,String userPwd) { Users u=new Users() ...

  3. ionic中$ionicPopover和$ionicModal

    Popover可点多个按钮弹出同一个浮动框但内容不一样.那想要在同一页面弹出不同的浮动框怎么办呢? 这事就用到了$ionicModal,他和$ionicPopover一样的用法. 请看图: html: ...

  4. JSP脚本元素、指令元素、动作元素

    [声明] 欢迎转载,但请保留文章原始出处→_→ 生命壹号:http://www.cnblogs.com/smyhvae/ 文章来源:http://www.cnblogs.com/smyhvae/p/4 ...

  5. NPY and girls

    NPY and girls 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5145 莫队算法 注意到没有修改区间的操作,使用莫队算法:将整个区间分成若干 ...

  6. hadoop参数配置

    Hadoop参数汇总 linux参数 JVM参数 Hadoop参数大全 core-default.xml hdfs-default.xml yarn-default.xml Hadoop参数汇总 @( ...

  7. English Vocabulary

    Creative - producing or using original and unusual ideas Computer literate - familiarity with comput ...

  8. 草料生成app自动下载的二维码

    草料官网http://cli.im/app 填写iOS和安卓的appid就好了

  9. 数据库中,char 与 varchar2 的区别

    区别1: char 是定长的字符串 varchar2 是变长的字符串 区别2: name char(10)   zhangsan__ 如果实际长度不足10,使用空格补齐   name varchar2 ...

  10. javascript基础(二)类型转换

    原文http://pij.robinqu.me/ 类型转换 当期望使用一个布尔值的时候,可以提供任意类型值,JavaScript将根据需要自行转换类型.类型转换可以分为隐式转换和显式转换. 显式转换 ...