Chapter 1 First Sight——10
Instead, I was ivory-skinned, without even the excuse of blue eyes or red hair, despite the constant sunshine.
取而代之的是我是白皮肤,没有蓝眼睛或者红头发,尽管一直晒着太阳
I had always been slender, but soft somehow, obviously not an athlete;
我身体纤细柔软,显然不是一个运动员
I didn't have the necessary hand-eye coordination to play sports without humiliating myself —
对于运动来说我眼睛和手一点也不协调,有点丢自己的脸
我也没有足够的平衡感来参与运动而不让自己蒙羞——不伤到自己或者任何离我太近的人。
and harming both myself and anyone else who stood too close.
有时会伤害到自己和自己身边的人
When I finished putting my clothes in the old pine dresser,
我把我的衣服放进旧衣柜之后
I took my bag of bathroom necessities and went to the communal bathroom to clean myself up after the day of travel.
经过一整天的旅行之后,我拿了一整包的生活必需品,然后去公共浴室去洗了个澡。
I looked at my face in the mirror as I brushed through my tangled, damp hair.
我在我镜子中看见了我自己的脸,我刷了我的紊乱的头发。
Maybe it was the light, butal ready I looked sallower, unhealthy.
或许是光的原因,我看起来气色不是很好,不是很健康。
My skin could be pretty — it was very clear, almost translucent-looking — but it all depended on color. Ihad no color here.
我的应该可以很好,很干净,大多看起来很透明,但是只是因为肤色的缘故,在这里我就没有了颜色。
Facing my pallid reflection in the mirror, I was forced to admit that I was lying to myself.
面对我在镜子中苍白的映像,我不得不承认我只能依靠我自己了
看着镜子里我黯淡的身影,我被迫承认我一直在对自己撒谎。
It wasn't just physically that I'd never fit in.
不只是生活上面我不能适应
And if I couldn't find a niche in a school with three thousand people, what were my chances here?
如果我不能在学校的三千人中找到自己合适的位置,我在这的机会在哪里?
我在这里又有什么机遇可言?
Chapter 1 First Sight——10的更多相关文章
- Chapter 2 Open Book——10
I sent that, and began again. 我发送了它,然后又一次重新开始写了. Mom,Everything is great. Of course it's raining. I ...
- 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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 1.(1)编写一个接口ShapePara,要求: 接口中的方法: int getArea():获得图形的面积。int getCircumference():获得图形的周长 (2)编写一个圆类Circle,要求:圆类Circle实现接口ShapePara。 该类包含有成员变量: radius:public 修饰的double类型radius,表示圆的半径。 x:private修饰的double型变量
//接口 ShapePara package d922B; public interface ShapePara { int getArea(); int getCircumference(); } ...
- vs打开项目,创建虚拟目录,提示权限不足无法写入配置文件
如题,从源代码管理器上获取下来程序后,自己打开始,提示如题,尝试过以管理员启动vs,给目录权限提升,修改csproj项目配置文件(修改userIIS节点)and so on,无意间在用别的文档编辑器编 ...
- Centos 6.5升级到Git2.1.2的步骤
Centos 6.5升级到Git2.1.2的步骤 Centos 6.5升级到Git2.1.2其实是非常的简单,因这款版本控制程序非常的好用,所以小编自己也是使用它了,下面一起来看看Centos 6.5 ...
- OpenVPN客户端解析
windows版本的VPN客户端,实际上就是一个外壳,创建了图形界面,托盘,和 右键菜单, 在connect的动作里,实际上是通过cmd调用 openvpn.exe openvpn --config ...
- 忘记oracle用户名密码怎么办?
忘记oracle用户名密码怎么办? 忘记了安装时设置的用户名和密码怎么办?查了下网上的资料,终于解决了! 方法一: 首先进入sqlplus:进入的方式有两种,一种是通过cmd命令台输入sqlplus, ...
- 一起来用css画画
hello,大白来了... <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> ...
- vb脚本自动更新版本信息
使用的串口显示软件为secureCrt,支持脚本功能,今天写了一个简单的软件升级脚本(VB脚本). 如下: # $language = "VBScript" # $interfac ...
- HDU1051:Wooden Sticks
Problem Description There is a pile of n wooden sticks. The length and weight of each stick are know ...
- httpclient调用方法
/** * GET请求 * * @param url * 请求url,参数拼在请求串中 */ public static String get(String url) ...
- PHP文件相关函数试题
一.问答题 1.返回路径中的文件名部分的函数是什么? 2.改变文件模式的函数是什么? 3.拷贝文件的函数是什么? 4.返回路径中的目录部分的函数是什么? 5.将上传的文件移动到指定位置的函数是? 6. ...