"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. 如何优化UI布局?

    Android系统中填充布局是一个开销巨大的过程,每一个额外的嵌套布局和包含的View,都直接影响到应用程序的性能和响应能力.为了使应用程序流畅地运行和快速地响应,重要的是尽可能地保持布局的简单和避免 ...

  2. 数据分析 大数据之路 三 numpy

    import numpy as np a = np.arange(9) b = a.reshape(3,3) print(b) print(b.max(axis=0)) # axis=0 示为 Y 轴 ...

  3. Class 和 普通构造函数区别

    1. Class 在语法上更加贴合面向对象的写法 2. Class在实现继承上更加易读.易理解 3. 更易于写java等后端语言 4.本质还是语法糖,使用prototype

  4. AES加密算法详解

    AES 是一个对称密码分组算法,分组长度为128bit,密钥长度为128.192 和 256 bit. 整个加密过程如下图所示. 1.密钥生成算法 密钥扩展过程: 1)  将种子密钥按下图所示的格式排 ...

  5. Javascript Read Excel

    本文引用以下路径 https://www.cnblogs.com/liuxianan/p/js-excel.html

  6. docker kubernetes Swarm容器编排k8s CICD部署

    1docker版本 docker 17.09 https://docs.docker.com/ appledeAir:~ apple$ docker version Client: Docker En ...

  7. java中级或者高级面试题分享

    一. 基础知识: 1)集合类:List和Set比较,各自的子类比较(ArrayList,Vector,LinkedList:HashSet,TreeSet): 2)HashMap的底层实现,之后会问C ...

  8. 多媒体文件格式(三):M3U8 格式

    一.M3U8 格式标准介绍 M3U8文件是指UTF-8编码格式的M3U文件.M3U文件是记录了一个索引纯文本文件,打开它时播放软件并不是播放它,而是根据它的索引找到对应的音视频文件的网络地址进行在线播 ...

  9. Javascript高级编程学习笔记(57)—— 事件(1)事件流

    事件 JS与HTML的交互是通过事件实现的 而事件指的就是:文档或浏览器窗口特定的交互瞬间 可以通过侦听器来预定事件,以便在事件发生时执行相应的代码 这种模式也是设计模式中的观察者模式 事件流 有了事 ...

  10. #Java学习之路——第一部分总结

    今天主要是Java的入门以及idea的安装说实话,没有什么有技术含量的东西,发的也全是皮毛,但是在数组部分有很多细节需要注意,在JDK环境变量配置的地方不光光只有windows 的环境配置,还要掌握补 ...