英语影视台词---七、THE GREAT GATSBY QUOTES

一、总结

一句话总结:了不起的盖茨比

1、“So we beat on, boats against the current, borne back ceaselessly into the past.” ?

― F. Scott Fitzgerald, The Great Gatsby

“所以我们打败了,反对当前的船只,不断回到过去。”
- 伟大的盖茨比F.斯科特菲茨杰拉德

2、“I hope she'll be a fool -- that's the best thing a girl can be in this world, a beautiful little fool.”?

“我希望她会成为一个傻瓜 - 这是一个女孩在这个世界上最好的东西,一个漂亮的小傻瓜。”

3、“Angry, and half in love with her, and tremendously sorry, I turned away.”?

“生气,一半爱上了她,非常抱歉,我转过身去。”

4、“And I like large parties. They’re so intimate. At small parties there isn’t any privacy.”?

“我喜欢大型派对。 他们很亲密。 在小型聚会上,没有任何隐私。“

5、And so with the sunshine and the great bursts of leaves growing on the trees?

“And so with the sunshine and the great bursts of leaves growing on the trees, just as things grow in fast movies, I had that familiar conviction that life was beginning over again with the summer.”

“所以随着阳光和树叶上大量的树叶生长,就像快节奏电影中的事情一样,我有一种熟悉的信念,即夏天的生活将重新开始。”

6、He smiled understandingly-much more than understandingly.?

“He smiled understandingly-much more than understandingly. It was one of those rare smiles with a quality of eternal reassurance in it, that you may come across four or five times in life. It faced--or seemed to face--the whole eternal world for an instant, and then concentrated on you with an irresistible prejudice in your favor. It understood you just as far as you wanted to be understood, believed in you as you would like to believe in yourself, and assured you that it had precisely the impression of you that, at your best, you hoped to convey.”

“他理解地笑了笑 - 远远超过理解。 这是一种罕见的微笑,其中有一种永恒的保证,你可能会遇到四到五次生命。 它瞬间面对 - 或似乎面对 - 整个永恒的世界,然后以对你有利的不可抗拒的偏见集中在你身上。 它就像你想要被理解一样理解你,相信你,因为你想要相信自己,并向你保证,在你最好的时候,你希望传达给你的印象。“

7、“I was within and without, simultaneously enchanted and repelled by the inexhaustible variety of life.”?

“我内心和外在,同时被无穷无尽的各种生活所迷住和击退。”

8、“I wasn't actually in love, but I felt a sort of tender curiosity.”?

“我实际上并没有恋爱,但我感到一种温柔的好奇心。”

9、“You see I usually find myself among strangers because I drift here and there trying to forget the sad things that happened to me.”?

“你看我常常发现自己是陌生人,因为我在这里和那里试图忘记发生在我身上的悲伤事情。”

10、“In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since.?

“In my younger and more vulnerable years my father gave me some advice that I've been turning over in my mind ever since.
"Whenever you feel like criticizing any one," he told me, "just remember that all the people in this world haven't had the advantages that you've had.”

“在我年轻,更脆弱的年代,父亲给了我一些建议,从那时起我一直在脑子里翻过。
“每当你想批评任何人时,”他告诉我,“只要记住,这个世界上的所有人都没有你所拥有的优势。”

二、内容在总结中

 

英语影视台词---七、THE GREAT GATSBY QUOTES的更多相关文章

  1. 英语影视台词---六、Saving Private Ryan Quotes

    英语影视台词---六.Saving Private Ryan Quotes 一.总结 一句话总结: Saving Private Ryan is a 1998 American epic war fi ...

  2. 英语影视台词---五、And Then There Were None

    英语影视台词---五.And Then There Were None 一.总结 一句话总结:求阿加莎·克里斯蒂小说<无人生还>的英文版<And Then There Were No ...

  3. 英语影视台词---无敌破坏王2大脑互联网(3)((Ralph)我们去喝根汁汽水吧)

    英语影视台词---无敌破坏王2大脑互联网(3)((Ralph)我们去喝根汁汽水吧) 一.总结 一句话总结: Let's go get a root beer. 1.(Ralph)让我来瞧瞧你的本事  ...

  4. 英语影视台词---八、the shawshank redemption

    英语影视台词---八.the shawshank redemption 一.总结 一句话总结:肖申克的救赎 1.It's funny. On the outside, I was an honest ...

  5. 英语影视台词---四、Sideways

    英语影视台词---四.Sideways 一.总结 一句话总结:杯酒人生 Sideways,大致意思是“偏离.倾斜.转向…”.很明显中文译名与英文原名并没有什么关联,<杯酒人生>这个名字,其 ...

  6. 英语影视台词---三、Cinema Paradiso

    英语影视台词---三.Cinema Paradiso 一.总结 一句话总结:天堂电影院 1.Alfredo: No, Toto. Nobody said it. This time it's all ...

  7. 英语影视台词---二、Inception

    英语影视台词---二.Inception 一.总结 一句话总结:盗梦空间 1.You're waiting for a train..A train that will take you far aw ...

  8. 英语影视台词---The Professor

    英语影视台词---The Professor 一.总结 一句话总结: brilliant and liberty:厉害且自在 understand and forgive and not care:f ...

  9. mongodb 分组查询

    数据的保存 include_once 'mDB.class.php'; $m=new mDB(); $m->setDB('mydb'); // $m->save('stu',['dept' ...

随机推荐

  1. java 基本数据类型及自己主动类型提升

    基本数据类型:8种 1.整型: byte    1个字节    8位    -128到127 short   2个字节    16位  -2^15到(2^15)-1 int    4个字节    32 ...

  2. mysqli一些常用方法及详解

    mysqli一些常用方法及详解 1.die()函数:表示向用户输出引号中的内容后,程序终止运行,提示定制的出错信息 ex: $conn = mysqli_connect("localhost ...

  3. oracle 实时查询最耗CPU资源的SQL语句

    1. 先通过top命令查看产用资源较多的spid号 2.查询当前耗时的会话ID,用户名,sqlID等: select sid,serial#,machine,username,program,sql_ ...

  4. Java-SpringCloud:目录

    ylbtech-Java-SpringCloud:目录 1.返回顶部   2.返回顶部   3.返回顶部   4.返回顶部   5.返回顶部     6.返回顶部   作者:ylbtech出处:htt ...

  5. sqlserver数据文件位置如何迁移

    亲测有效的一种方式: 1.对应的数据库脱机 2.迁移物理文件 3.删除原有实例 4.附加

  6. Django后台创建

    1.首先创建Django工程 创建Django有两种方法我用的是pycharm的创建 2.查看url.py 如下 from django.contrib import admin from djang ...

  7. markdown写作软件推荐

    最近发现了一款不错的编辑器,而且是全平台支持的.与其它一些 markdown 编辑器最大的不一样是——所见即所得,不再是一边源文件一遍预览的方式了. 总的说来 Typora 很赞,推荐一波. 点此前往 ...

  8. UNP学习笔记2——从一个简单的ECHO程序分析TCP客户/服务器之间的通信

    1 概述 编写一个简单的ECHO(回复)程序来分析TCP客户和服务器之间的通信流程,要求如下: 客户从标准输入读入一行文本,并发送给服务器 服务器从网络输入读取这个文本,并回复给客户 客户从网络输入读 ...

  9. Python多线程原理与实现

    Date: 2019-06-04 Author: Sun Python多线程原理与实战 目的: (1)了解python线程执行原理 (2)掌握多线程编程与线程同步 (3)了解线程池的使用 1 线程基本 ...

  10. [THUWC2017]在美妙的数学王国中畅游 LCT+泰勒展开+求导

    p.s. 复合函数求导时千万不能先带值,再求导. 一定要先将符合函数按照求导的规则展开,再带值. 设 $f(x)=g(h(x))$,则对 $f(x)$ 求导: $f'(x)=h'(x)g'(h(x)) ...