"So you are trying to irritate me to death? Since Tyler's van didn't do the job?"
"所以你想要把我气死?因为Tyler的卡车没有做到对不?"

Anger flashed in his tawny eyes. His lips pressed into a hard line, all signs of humor gone.
愤怒从他黄褐色的眼中闪过。他的嘴唇压成一条线,所有幽默的语气荡然无存。

"Bella, you are utterly absurd," he said, his low voice cold.
“Bella, 你真的是荒唐至极,”他说道,他冰冷的声音很轻。

My palms tingled — I wanted so badly to hit something.
我的手掌有种冲动————我多么想要打什么东西。

I was surprised at myself. I was usually a nonviolent person.
我自己也很奇怪。我平常是一个不暴力的人。

I turned my back and started to walk away.
我背过去准备离开。

"Wait," he called. I kept walking, sloshing angrily through the rain. But he was next to me, easily keeping pace.
“等一下,”他叫到。我正走着,愤怒的踢溅起了不少雨水。但是他还是在我旁边,轻松的走着。

"I'm sorry, that was rude," he said as we walked. I ignored him.
“我很抱歉,刚才的鲁莽,”他边走边说。我无视了他。

"I'm not saying it isn't true," he continued, "but it was rude to say it, anyway."
“我没有说这不是真的,”他继续补充道,“但是无论怎么说都有点鲁莽”

"Why won't you leave me alone?" I grumbled.
“为什么你不让我一个人待着呢?”我抱怨道。

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

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

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

  5. Chapter 4 Invitations——23

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

  6. Chapter 4 Invitations——22

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

  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. c++编辑器配置

    notepad++ cmd /k cd /d "$(CURRENT_DIRECTORY)" & g++ "$(FILE_NAME)" -o " ...

  2. SpringBoot整合多数据源实现

    项目架构 1.导入相关依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifac ...

  3. go 监听系统信号

    linux 信号查看 kill -l 1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP 6) SIGABRT 7) SIGBUS 8) SIGFP ...

  4. web基础要点记录

    最近公司项目做完了,不怎么忙,翻看了一些基础的资料,文章.就做了个简单的记录. 1.Chrome 中文界面下默认会将小于 12px 的文本强制按照 12px 显示, 可通过加入 CSS 属性  -we ...

  5. asp.net 跨域请求

    微软官方文档   https://docs.microsoft.com/zh-cn/aspnet/core/security/cors?view=aspnetcore-2.2

  6. [LeetCode] Minimum Cost to Merge Stones 混合石子的最小花费

    There are N piles of stones arranged in a row.  The i-th pile has stones[i] stones. A move consists ...

  7. 【原创】XAF 常见错误以及对应解决方法

    1.Appearance Criteria设置错误 Exception occurs while assigning the 'DetailView, ID:xxx_DetailView' view ...

  8. Pinpoint在Win7下搭建

    Pinpoint在Win7下搭建 注:原创作品,未经允许严禁转载 对于Pinpoint是什么这个问题,在此不做任何讨论,因此本篇文章适用人群为了解Pinpoint相关基础理论知识,需要进行Window ...

  9. Python练手例子(16)

    91.时间函数举例1. #!/usr/bin/python #coding=utf-8 import time if __name__ == '__main__': #time.time()返回当前的 ...

  10. android 2018 面试题

    四大组件:activity.service.content provider.broadcast receiver [一]Activity 1.生命周期 onCreate:表示activity正在被创 ...