"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的更多相关文章

  1. Chapter 2 Open Book——25

    "My name is Edward Cullen," he continued. "I didn't have a chance to introduce myself ...

  2. Chapter 1 First Sight——25

    "They are… very nice-looking." I struggled with the conspicuous understatement. 他们都很好看,我与轻 ...

  3. Chapter 5 Blood Type——25

    "I usually am — but about what in particular this time?" “我通常都是 —— 但是这次有什么特殊的吗?” "Dit ...

  4. 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 ...

  5. 零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面

    原文:零元学Expression Blend 4 - Chapter 25 以Text相关功能就能简单做出具有设计感的登入画面 本章将交大家如何运用Blend 4 内的Text相关功能做出有设计感的登 ...

  6. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  7. MySQL Crash Course #17# Chapter 25. 触发器(Trigger)

    推荐看这篇mysql 利用触发器(Trigger)让代码更简单 以及 23.3.1 Trigger Syntax and Examples 感觉有点像 Spring 里的 AOP 我们为什么需要触发器 ...

  8. Modern C++ CHAPTER 2(读书笔记)

    CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...

  9. Chapter 3: Connector(连接器)

    一.概述 Tomcat或者称之为Catalina(开发名称),可以简化为两个主要的模块,如下图: 多个Connector关联一个Container.之所以需要多个Connector,是为了处理多种协议 ...

随机推荐

  1. JSTL安装与使用

    第一步:下载支持JSTL的文件.jakarta-taglibs-standard-1.1.2.zip 第二步:下载解压后的两个jar文件:standard.jar和jstl.jar文件拷贝到工程的\W ...

  2. 1.7.8使用return 停止线程

    package com.cky.thread; /** * Created by edison on 2017/12/3. */ public class MyThread12 extends Thr ...

  3. python计算机硬件基础以及变量常量常量池,解释器编译器比较,python的两种运行方式

    1.什么是编程语言 语言是一个事物与另外一个事物沟通的介质 编程语言是程序员与计算机沟通的介质 2.什么是编程 编程就是程序按照某种编程语言的语法规范将自己想要让计算机做的事情表达出来 表达的结果就是 ...

  4. 踏破铁鞋无觅处,从AsyncTask学Android线程池

    android对于主线程的响应时间限制的非常严格,稍有不慎就会遇到Application Not Responding(ANR)的弹框.用户可以轻点手指关掉你的APP.官方文档写的非常明确!同时,保持 ...

  5. 网络编程socket、udp

    PS:主机字节顺序,个位在低字节上 计算机本身不能通讯,使通过在同一主机或者不同主机内的软件进行数据传输. 套接字socket:套接字socket可以参照文件指针来理解,文件指针是表示对文件打开进行某 ...

  6. c51较c比较,单片机最小系统

    sfr(Special function registers):特殊功能寄存器声明 bit:位变量声明 sbit:特殊位声明 psw^2,表示psw寄存器上的第2位 << >> ...

  7. (动态规划)matrix -- hdu -- 5569

    http://acm.hdu.edu.cn/showproblem.php?pid=5569 matrix Time Limit: 6000/3000 MS (Java/Others)    Memo ...

  8. hdu 5054

    http://acm.hdu.edu.cn/showproblem.php?pid=5054 确定是否矩形中点 这都能hack成功,无语 #include <cstdio> #includ ...

  9. CSS 基础 例子 最小高度和最大高度设置

    最小高度,无论什么时候,高度不会小于该值,即使内容很少,不限制高度最大值,超出时候,按照实际内容来决定高度 最大高度,无论什么时候,高度不会大于该值,即使内容很多,不限制最小高度,超出时候,多出部分会 ...

  10. openstack手动安装

    安装文档: https://github.com/yongluo2013/osf-openstack-training/blob/master/installation/openstack-iceho ...