Chapter 1 First Sight——9
One of the best things about Charlie is he doesn't hover.
一件最好的事是查理兹他不在附近。
He left me alone to unpack and get settled, a feat that would have been altogether impossible for my mother.
他让我一个人去打开包裹然后安顿好,和我妈妈一起来做这已经是不可能的了。
It was nice to be alone, not to have to smileand look pleased;
一个人挺好的,不用故意去表现的看起来很开心的样子
a relief to stare dejectedly out the window at the sheeting rain and let just a few tears escape.
减轻了来自窗外的沮丧和灰心,窗外的雨让几滴泪逃了出来
I wasn't in the mood to goon a real crying jag.
我不是真正想哭才哭的
我没有心情呆子一个真正的放声痛哭。
I would save that for bed time, when I would have to think about the coming morning.
我不想保留这个不好的时间,我不得不去思考明天该来的早上。
Forks High School had a frightening total of only three hundred and fifty-seven — now fifty-eight — students;
福克斯的高中有令人恐惧的人数,只有357,现在是358个学生了
there were more than seven hundred people in my junior class alone back home.
在我的老家的初中有超过700人。
All of the kids herehad grown up together — their grandparents had been toddlers together.
所有的孩子在当地都是一起长大的,他们的祖父母都是一起认识的。
他们的爷爷奶奶在蹒跚学步时就在一起了。
I would be the new girl from the big city, a curiosity, a freak.
我将成为来自大城市的新的女孩,好奇,奇异的。
Maybe, if I looked like a girl from Phoenix should, I could work this to my advantage.
可能,如果我应该看起来像来自凤凰城的女孩,我可以做自己擅长的。
我将成为从大城市里转来的女孩,一个新鲜的,古怪的存在。
But physically, I'd never fit in anywhere. I should be tan,sporty, blond — a volleyball player, or a cheerleader, perhaps — all the things that go with living in the valley of the sun.
但是实际上,我哪里都不适合,我应该是褐色的皮肤,运动的,金发碧眼的,一个排球运动员,或者一个拉拉队员,或者所有的时期都应在太阳在生活。
也许,如果我看起来像是个来自凤凰城的女孩,我能更占些优势。但事实上,我和任何地方都格格不入。我应当是棕褐色的,运动型的,发色发浅的——一个排球运动员,或者一个拉拉队队长,也许——拥有一些看起来像是生活在日光城的特征。
Chapter 1 First Sight——9的更多相关文章
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
- Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...
随机推荐
- 第四题 (List)写一个函数reverseList,该函数能够接受一个List,然后把该List 倒序排列。 例如: List list = new ArrayList(); list.add(“Hello”); list.add(“World”); list.add(“Learn”); //此时list 为Hello World Learn r
package zuoye; import java.util.ArrayList; import java.util.List; public class Reverse01 { public st ...
- JavaScript “类”定义 继承 闭包 封装
一.Javascript “类”: 类:在面向对象编程中,类(class)是对象(object)的模板,定义了同一组对象(又称"实例")共有的属性和方法. Javascript是一 ...
- java的(PO,VO,TO,BO,DAO,POJO)包解释
java的(PO,VO,TO,BO,DAO,POJO)解释 action包 顾名思义请求,主要是和view 即我们所说的视图就是页面打交道,action类 是 操作方法,对于页 面Form 表单的操 ...
- VBS脚本合集(自制脚本)
一.视频搜索器选择: Selectitem() '######################################### Function Selectitem() 'Set Vedio ...
- 1.5后台修改添加TDK
manager\includes\languages\english.php //注意 是后台的语言包define('BOX_CONFIGURATION_Lin_STORE', 'TDKcss_set ...
- shell变量的替换
1 shell变量基础shell变量是一种很“弱”的变量,默认情况下,一个变量保存一个串,shell不关心这个串是什么含义.所以若要进行数学运算,必须使用一些命令例如let.declare.expr. ...
- 《JS权威指南学习总结--3.4null和undefined》
内容要点 一.相似性 var a= undefined; var b= null; if(a==b){ alert("相等"); ...
- hdu_5293_Tree chain problem(DFS序+树形DP+LCA)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5293 被这题打蹦了,看着题解写的,很是爆炸,确实想不到,我用的DFS序+LCA+树形DP,当然也可以写 ...
- hdu_3709_Balanced Number(数位DP)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=3709 题意:给你一个区间,让你找平衡数的个数 题解:设dp[i][j][k]为前i位以第j位为支撑点的 ...
- set集合容器
set集合容器几条特点 1.它不会重复插入相同键值的元素,而采取忽略处理 2.使用中序遍历算法,检索效率高于vector.deque.list容器,在插入元素时,会自动将元素按键值从小到大排列 3 ...