Chapter 2 Open Book——25
"My name is Edward Cullen," he continued. "I didn't have a chance to introduce myself last week. You must be Bella Swan."
我的名字是Edward Cullen他说道,我上周没有机会介绍我自己,你一定是Bella Swan
My mind was spinning with confusion. Had I made up the whole thing?
我的心中转起了几个疑惑。难道整件事是我自己虚构出来的吗?
He was perfectly polite now. I had to speak; he was waiting. But I couldn't think of anything conventional to say.
他现在特别的礼貌。我不得不说,他正在等着。但是我想不到任何事情和对话可以说。
他现在礼貌得无懈可击。我必须说点什么:他在等着。但我想不出什么值得一说的内容。
"H-how do you know my name?" I stammered.
你怎么知道我的名字的?我结巴的说道。
He laughed a soft, enchanting laugh.
他柔软的笑了,迷人的笑了。
"Oh, I think everyone knows your name. The whole town's been waiting for you to arrive."
哦,我认为每个人都知道了你的名字。所有的城镇的人都等着你的到来。
噢,我想每个人都知道你的名字。整个小镇都在等待你的到来。
I grimaced. I knew it was something like that.
我心里苦。我知道好像事情就是这样的。
我不由得露出苦相。我就知道是这样。
"No," I persisted stupidly. "I meant, why did you call me Bella?"He seemed confused.
不是吧。我坚持装傻,我的意思是为什么你叫我bella?他看起来疑惑了。
"Do you prefer Isabella?"
你叫lsabella?
你更喜欢别人叫你伊莎贝拉?”
"No, I like Bella," I said.
不是喜事bella
"But I think Charlie — I mean my dad — must call me Isabella behind my back — that's what everyone here seems to know me as,"
但是我认为查理兹,我意思是我的父亲,一定会在背后叫我Isabella,这就是每个人知道我的原因
不,我喜欢贝拉这个名字。”我说。“但我想查理——我是说我爸爸——一定在背后叫我伊莎贝拉——所以这里的每个人似乎都只知道我叫伊莎贝拉。”。
I tried to explain, feeling like an utter moron.
我尝试解释,感觉很苍白
我试图解释,感觉自己像是个彻头彻尾的笨蛋
Chapter 2 Open Book——25的更多相关文章
- Chapter 2 Open Book——25
"My name is Edward Cullen," he continued. "I didn't have a chance to introduce myself ...
- Chapter 1 First Sight——25
"They are… very nice-looking." I struggled with the conspicuous understatement. 他们都很好看,我与轻 ...
- Chapter 5 Blood Type——25
"I usually am — but about what in particular this time?" “我通常都是 —— 但是这次有什么特殊的吗?” "Dit ...
- CHAPTER 25 The Greatest Show on Earth 第25章 地球上最壮观的演出
CHAPTER 25 The Greatest Show on Earth 第25章 地球上最壮观的演出 Go for a walk in the countryside and you will f ...
- 零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面
原文:零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面 本章将交大家如何运用Blend 4 内的Text相关功能做出有设计感的登 ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- MySQL Crash Course #17# Chapter 25. 触发器(Trigger)
推荐看这篇mysql 利用触发器(Trigger)让代码更简单 以及 23.3.1 Trigger Syntax and Examples 感觉有点像 Spring 里的 AOP 我们为什么需要触发器 ...
- Modern C++ CHAPTER 2(读书笔记)
CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...
- Chapter 3: Connector(连接器)
一.概述 Tomcat或者称之为Catalina(开发名称),可以简化为两个主要的模块,如下图: 多个Connector关联一个Container.之所以需要多个Connector,是为了处理多种协议 ...
随机推荐
- 1111 Online Map (30 分)
1111. Online Map (30)Input our current position and a destination, an online map can recommend sever ...
- 解决mac安装homebrew后报错-bash: brew: command not found
解决mac安装homebrew后报错-bash: brew: command not found 参照官网上很简单的一句安装命令, /usr/bin/ruby -e "$(curl ...
- (最大上升子序列)Monkey and Banana -- hdu -- 1069
http://acm.hdu.edu.cn/showproblem.php?pid=1069 Monkey and Banana Time Limit:1000MS Memory L ...
- spring mvc使用ModelAndView时发生No request handling method with name '方法 名' in class [类名]的错误
我日,下午关于标题错误查了好久,网上啥说法都有, 后来发现是ModelAndView的路径引错了 正确路径应该为: import org.springframework.web.servlet.Mod ...
- MapReduce编程之wordcount
实践 MapReduce编程之wordcount import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Fi ...
- sqoop快速入门
转自http://www.aboutyun.com/thread-22549-1-1.html
- 通过JS拦截 pushState 和 replaceState 事件
history.pushState 和 history.replaceState 可以在不刷新当前页面的情况下更改URL,但是这样就无法获取通过AJAX得到的新页面的内容了.虽然各种HTML5文档说 ...
- JS通过ClassName禁止DIV点击
//通过ClassName获取div,使用setAttribute设置div禁止点击 var itemRoom= document.getElementsByClassName("page- ...
- 如何在C#中引入CPLEX的dll(CPLEX系列-教程一)
以前写在CSDN上的文章.转到博客园之后,打算把这个教程移过来,顺便完善后面的教程.主要是在Asp.Net+EF6里面使用cplex,完成一个最优生产计划的决策.当时在查找如何在C#中引用cplex时 ...
- dotnet core瘦身发布
需要安装nuget包Microsoft.Packaging.Tools.Trimming然后利用如下命令发布dotnet publish -r win10-x64 -c release --self- ...