But You Didn'd【但是你没有】
But You Didn't
Remember the day I borrowed your brand new car and dented it?
I thought you'd kill me, but you didn't.
记得那一次,借你的新车,而我却撞凹了它。
我以为你会杀了我,但是你没有。
And remember the time I dragged you to the beatch, and you said it would rain, and it did?
I thought you's say, "I told you so." But you didn't.
记得那一次,我拖你去海滩,而你却说天会下雨,果然下了。
我一会你会说“我已经告诉过你了”, 但是你没有。
Do you remeber the time I flirted with all the guys to make you jealous, and you were?
I thought you'd leave, but you didn't.
记得那一次,我和所有男子挑逗来引起你嫉妒,你嫉妒了。
我以为你会离开,但是你没有。
Do you remember the time I spilled strawberry pie all over your car rug?
I thought you'd hit me, but you did't.
记得那一次,我在你新刷的地毯吐了满地的草莓饼。
我以为你会讨厌我,但是你没有。
And remember the time I forgot to tell you the dance was farmal and you showed up in jeans?
I thought you'd drop me, but you didn't.
记得那一次,我忘记告诉你,那个舞会是要穿礼服的,而你只穿牛仔裤到场。
我以为你必然放弃我啦,但是你没有。
Yes, there were lots of things you didn't do. But you put up with me, loved me, and protected me.
是的,有许多许多的事,你全都没有做。而你容忍我、钟爱我、保护我。
There were lots of things I wanted to make up to you when you returned form Vietnam.
But you didn't.
有许多许多的事我要回报你,等你从越南回来。
但是你没有。
本诗是一位普通美国妇女写给其在越战中阵亡的丈夫的,字句间包含深切的爱意和思念。
为等待丈夫、作者终身守寡,直至去世,其深情感动了无数人。
| 单词 | 释意 |
| dented | adj.凹损的 |
| flirted | v.调情,打情骂俏 |
| jealous | adj.羡慕的;嫉妒的 |
| rug | n.地毯;毯子 |
| spilled | v.溢出 |
| dragged | v.拖动;打捞 |
| drop | vt.放弃;断绝关系 |
| brand | n.商标‘牌子’ |
| formal | adj.正式的;正规的 |
| strawberry | n.草莓 |
随机推荐
- Java BIO
目录 BIO 字节流 OutputStream InputStream 字符流 Reader Writer 转换流 InputStreamReader OutputStreamWriter BIO I ...
- 两道sql面试题
两道sql面试题: 1. 数据库表A的数据如下: year quarter 2001 1 2001 ...
- ORA-02298: 无法验证 (约束) - 未找到父项关键字 解决办法
--在用PL/SQL导入表数据的时候报错 ORA-02298: 无法验证 (PNET.POST_CLOB_FK) - 未找到父项关键字 --发现是启用外键约束时报的错alter table DM_VO ...
- flask SQLAlchemy query.filter_by 常用操作符
常用的filter操作符 下面的这些操作符可以应用在filter函数中 equals: query.filter(User.name == 'ed') not equals: query.filter ...
- springboot集成freemarker 配置application.properties详解
#配置freemarker详解 #spring.freemarker.allow-request-override=false # Set whether HttpServletRequest att ...
- JSTL,JQuery,Ajax,Json
JSTL 的定义 1 JSP 标准标签库 (JavaServerPage Standard Tag Library) 2 JSTL 通常会与EL 表达式合作实现JSP页面的编码 JSTL 的 ...
- HTML5&CSS挑战
地址:https://www.w3cschool.cn/codecamp/list?pename=html5_and_css_camp 开始学习HTML标签:欢迎来到编程训练营的第一个编程挑战!你可以 ...
- Cypress测试工具
参考博客: https://testerhome.com/articles/19035 最近一段时间学习了cypress的测试工具, 她是一个端到端的测试web工具. 环境准备 1.工具:vs co ...
- 初学者:Git常用命令总结
git init 在本地新建一个repo,进入一个项目目录,执行git init,会初始化一个repo,并在当前文件夹下创建一个.git文件夹. git clone 获取一个u ...
- iOS 解决tableView中headerView头部视图不跟随tableView滑动的方法
解决方法如下: if (scrollView.contentOffset.y >= 0 && scrollView.contentOffset.y <= pushNewsT ...