"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had a secret boyfriend or just worried about car trouble.

“你是准备一个人去吗?”他问道,我不能确定他是怀疑我有一个秘密的男友还是只是担心车子的问题。

"Yes."

“是的”

"Seattle is a big city — you could get lost," he fretted.

“Seattle是一个大城市——你可能会迷路,”他担心道。

"Dad, Phoenix is five times the size of Seattle — and I can read a map, don't worry about it."

“爸,Phoenix是Seattle五倍那么大——并且我可以看地图,别担心”

"Do you want me to come with you?"

“你想让我陪你去吗?”

I tried to be crafty as I hid my horror.

我尝试狡猾的隐藏我的恐惧

"That's all right, Dad, I'll probably just be in dressing rooms all day — very boring."

“当然,爸,我可能只是在卖衣服的店里一整天——很无聊的。”

"Oh, okay." The thought of sitting in women's clothing stores for any period of time immediately put him off.

“哦,好吧。”坐在卖女装的商店里一段时间的想让让他立刻退缩了。

"Thanks." I smiled at him.

“谢谢”我笑着对他说。

"Will you be back in time for the dance?"

“你将会准时回来参加舞会吗?”

Grrr. Only in a town this small would a father know when the high school dances were.

emmm。只有在这样小的城镇里一个父亲才会知道高校什么时候会有舞会。

"No — I don't dance, Dad." He, of all people, should understand that — I didn't get my balance problems from my mother.

“不——我不会跳舞,爸。”他应该比其他所有人都明白一件事——我没有从我妈妈那里遗传平衡问题。

He did understand. "Oh, that's right," he realized.

他明白了。“哦,那好吧,”他也意识到了什么。

Chapter 4 Invitations——22的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  6. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  7. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  8. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

  9. Chapter 4 Invitations——19

    After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...

随机推荐

  1. Unity 图形处理(切分与拉伸)

    素材的导入设置 1.导入的图片要设置为 Sprite 才能作为UI使用 2.如果需要进行切分,Sprite Mode 选择 Multiple 进行切分和拉伸设置 1.点击进入精灵编辑视图 2.点击按钮 ...

  2. C++输出

    setiosflags 意思就是设置输入输出的标志iso::fixed 是操作符setiosflags 的参数之一,该参数指定的动作是以带小数点的形式表示浮点数,并且在允许的精度范围内尽可能的把数字移 ...

  3. RSP小组——消消乐

    RSP小组--消消乐 团队所有博客总结 1.团队第一周作业 2.团队第二周作业 3.RSP小组--团队冲刺博客一 4.RSP小组--团队冲刺博客二 5.RSP小组--团队冲刺博客三 6.RSP小组-- ...

  4. python 多线程 及多线程通信,互斥锁,线程池

    1.简单的多线程例子 import threading,timedef b_fun(i): print "____________b_fun start" time.sleep(7 ...

  5. SpringBoot报错:Table 'database_name.hibernate_sequence' doesn't exist

    引起条件: SpringBoot+JPA插入包含自增字段的对象 @Id @GeneratedValue private Integer id; 解决方法: 给注解添加属性 @Id @Generated ...

  6. 实现webservice过滤器,请求日志和权限等

    过滤webservice的请求日志,做权限验证功能等. 1. namespace WebApplication1 { public class SimpleWSInvokeMonitorExtensi ...

  7. cadence布线完成后的补充操作

    完成布线之后,需要生成光绘文件和钻孔文件,在生成钻孔文件之前,还有几点补充!

  8. 接口自动化集成到jenkins(Java+testng+maven+git)

    一jenkins启动命令:jenkins 查看端口号: 1.lsof -i:端口号 2.netstat -tunlp|grep 端口号 二: 登录:http://localhost:8080 输入:u ...

  9. python编程从入门到实战1-3章

    print('hellow world') """ 多行注释"""#大小写print('i love you')mssage='hellow ...

  10. Atlas实现MySQL大表部署读写分离

    序章 Atlas是360团队弄出来的一套基于MySQL-Proxy基础之上的代理,修改了MySQL-Proxy的一些BUG,并且优化了很多东西.而且安装方便.配置的注释写的蛮详细的,都是中文.英文不好 ...