"Thank you," I said icily.
“谢谢你”,我冰冷的说道。

His eyes narrowed.
他眯着眼睛。

"You're welcome," he retorted.
“不客气,”他淡淡的回复道。

I straightened up swiftly, turned away from him again, and stalked off to Gym without looking back.
我笔直的快速离开,再一次离他远去,并且头也不回的昂首阔步去了体育馆。

Gym was brutal. We'd moved on to basketball.
体育馆是残忍的。我们开始学篮球了。

My team never passed me the ball, so that was good, but I fell down a lot.
我们的队员从来没有传球给我,这很不错,但是我跌倒了好几次。

Sometimes I took people with me.
有时还让别人也摔倒了。

Today I was worse than usual because my head was so filled with Edward.
今天我比以往更悲催,因为我脑袋里面充满了Eward

I tried to concentrate on my feet, but he kept creeping back into my thoughts just when I really needed my balance.
我尝试把我的注意力集中在我的脚上,但是他一直在我的想法里面游走,当我真的想要保持平衡的时候。

It was a relief, as always, to leave.
像往常一样,离开时一种解脱。

I almost ran to the truck; there were just so many people I wanted to avoid.
我几乎是跑着去了卡车,我想要避免那么多的人。

The truck had suffered only minimal damage in the accident.
在事故中卡车遭受到了最小的伤害。

I'd had to replace the taillights, and if I'd had a real paint job, I would have touched that up.
我不得不替换了尾灯,就算我确实有一些喷漆的工作要做,我也已经搞定了。

Tyler's parents had to sell their van for parts.
Tyler的父母不得不以零件的方式卖了他们的卡车。

I almost had a stroke when I rounded the corner and saw a tall, dark figure leaning against the side of my truck.
当我在转角时看到一个高大黑暗的身影在我卡车的对面时我震惊了。

Then I realized it was just Eric. I started walking again.
我意识到了那是Eric。我继续向前走。

"Hey, Eric," I called.
“你好,Eric”我说道

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

  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——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  8. Chapter 4 Invitations——21

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

  9. Chapter 4 Invitations——20

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

随机推荐

  1. [数据结构] 希尔排序 C语言程序

    //由小到大 //希尔排序 void shellSort( long int array[], int length) { int i; int j; int k; int gap; //gap是分组 ...

  2. 源自于NEO的KeyValue 数据库面世啦

    虽然想把标题取得大一点,但终究不是什么太大不了的工作,还是安分守己的开始介绍吧.   项目组成   这个项目叫做LightDB 由三个部分构成 Lightdb.lib 是对rocksdb做了一层封装, ...

  3. 基于.net的Socket异步编程总结

    最近在为公司的分布式服务框架做支持异步调用的开发,这种新特性的上线需要进行各种严格的测试.在并发性能测试时,性能一直非常差,而且非常的不稳定.经过不断的分析调优,发现Socket通信和多线程异步回调存 ...

  4. 匿名函数 javascript

    匿名函数: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF ...

  5. IDEA使用Git传放项目

    使用Git下载项目到IDEA工具上开发 1. 下载Git 软件工具 https://git-scm.com/ 2. 下载安装 3.打开IDEA 配置Git 4. 搜索Git 在登入 5.选择自己Git ...

  6. pyhton 监听文件输入实例

    def tail(filename): f = open(filename,encoding='utf-8') while True: line = f.readline() if line.stri ...

  7. mysql 字符编码

    安装的是mysql5.6 社区版 安装之后编码设置为utf8 mysql的ini文件中 [mysql] default-character-set=utf8 [mysqld] default-char ...

  8. 混合物App开发中,在移动设备上调试查看日志,重写window.console

    (function(){ var print={ lock:true, log:function(param){ if(this.lock){ var element=document.createE ...

  9. 【安富莱原创开源应用第2期】基于RL-USB和RL-FlashFS的完整NAND解决方案,稳定好用,可放心用于产品批量

    说明:0. NAND Flash这块经常有人咨询,这里发布一个完整的解决方案,支持擦写均衡,坏块管理,ECC和掉电保护.        早期的时候我们是用的自己做的NAND算法,支持滑块管理,擦写均衡 ...

  10. Java Web每天学之Servlet的原理解析

    Java Web每天学之Servlet的工作原理解析,上海尚学堂Java技术文章Java Web系列之二上一篇文章Java Web每天学之Servlet的工作原理解析是之一,欢迎点击阅读. Servl ...