Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mentally handicapped.
“显而易见是我自己。”他每个音节都说的很清楚,就好像他在和一个残疾人交流一样。
I was still stunned. "Why?"
我仍然很吃惊。“为什么?”
"Well, I was planning to go to Seattle in the next few weeks, and, to be honest, I'm not sure if your truck can make it."
“好吧,我在后面几周计划去Seattle,说实话,我不是很确定你的卡车是不是可以开过去。”
"My truck works just fine, thank you very much for your concern."
“我的卡车挺好的,谢谢你的担心。”
I started to walk again, but I was too surprised to maintain the same level of anger.
“我又一次准备离开,但是我太吃惊以至于没有维持刚才那个级别的愤怒”
"But can your truck make it there on one tank of gas?" He matched my pace again.
“但是你确定你的卡车一箱油能到的了吗?”他又一次追上了我的步伐。
"I don't see how that is any of your business." Stupid, shiny Volvo owner.
“我不明白这关你什么事。”傻瓜的银色Volvo主人。
"The wasting of finite resources is everyone's business."
“有限资源的浪费是每个人的责任。”
"Honestly, Edward." I felt a thrill go through me as I said his name, and I hated it.
“说实话Edward”。当我说出他的名字的时候全身感到了一种恐惧,并且我讨厌它。
"I can't keep up with you. I thought you didn't want to be my friend."
“我没办法理解你。我认为你不想做我的朋友。”
"I said it would be better if we weren't friends, not that I didn't want to be."
“我说如果我们不是朋友的话会更好,没有说我不想。”
Chapter 4 Invitations——27的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- SpringBoot整合使用JdbcTemplate
JdbcTemplate是Spring框架自带的对JDBC操作的封装,目的是提供统一的模板方法使对数据库的操作更加方便.友好,效率也不错. 整合使用JdbcTemplate实现对图书的添加功能小案例 ...
- 小马哥STM32课程系列
小马哥STM32课程系列 http://www.moore8.com/courses/1308
- DRAM的原理设计
在一个电子系统中,CPU.内存.物理存储.IO这些单元必不可少,只不过有的集成在CPU内部,有的分离出来. 这里就针对系统中的内存,此处选用DRAM来进行说明,讲述下基本的原理设计,主要分为以下几个部 ...
- BZOJ1991 : Pku2422 The Wolves and the Sheep
将每个不是障碍的格子标号,设三只狼的位置分别为$A,B,C$,羊的位置在$D$.合法状态中强行限制$A<B<C$,这样状态数只有$\frac{n^8}{6}\approx 1.6\time ...
- centOS7.3新安装后,设置IP,以及Putty远程和Xshell远程 (学习是个持续的过程,也许中途放松过,但是仍然能重新捡起来,并学以致用,方为真勇士)
有一段时间没有写学习心得了:现在开始加油,再接再励. 从最基础的开始 1.安装centOS7.3之后设置IP地址.一般linux的系统都是作为服务器的系统来使用,服务器的属性注定了他的IP不能随意的更 ...
- Android 性能优化之使用Lint
代码静态检查推荐: (1)Android自定义Lint实践 (2)美团外卖Android Lint代码检查实践 (3)Android自定义Lint实践2——改进原生Detector Lint 是 An ...
- 大数据框架对比:Hadoop、Storm、Samza、Spark和Flink
转自:https://www.cnblogs.com/reed/p/7730329.html 今天看到一篇讲得比较清晰的框架对比,这几个框架的选择对于初学分布式运算的人来说确实有点迷茫,相信看完这篇文 ...
- 你不知道的JS之作用域和闭包(一)什么是作用域?
原文:你不知道的js系列 什么是作用域(Scope)? 作用域 是这样一组规则——它定义了如何存放变量,以及程序如何找到之前定义的变量. 编译器原理 JavaScript 通常被归类为动态语言或者解释 ...
- 在win10环境下搭建 solr 开发环境
在win10环境下搭建 solr 开发环境 2017年05月30日 09:19:32 SegaChen0130 阅读数:1050 在win10环境下搭建 solr 开发环境 安装环境 Windo ...
- [Swift]LeetCode40. 组合总和 II | Combination Sum II
Given a collection of candidate numbers (candidates) and a target number (target), find all unique c ...