《See You Again 》(《当我们再相见》)

演唱:Wiz Khalifa/Charlie Puth  维兹·卡利法/查理·普斯

It's been a long day without you my friend  没有老友你的陪伴 日子真是漫长

And I'll tell you all about it when I see you again  与你重逢之时 我会敞开心扉倾诉所有

We've come a long way from where we began  回头凝望 我们携手走过漫长的旅程

Oh I'll tell you all about it when I see you again  与你重逢之时 我会敞开心扉倾诉所有

When I see you again  与你重逢之时

Damn who knew  谁会了解我们

all the planes we flew  经历过怎样的旅程

Good things we've been through  谁会了解我们见证过怎样的美好

That I'll be standing right here  这便是我在你眼前出现的原因

Talking to you about another path  与你聊聊另一种选择的可能

I know we loved to hit the road and laugh  我懂我们都偏爱速度与激情

But something told me that it wouldn't last  但有个声音告诉我这美好并不会永恒

Had to switch up look at things  我们得变更视野

different see the bigger picture  转向更为辽阔的天地

Those were the days hard work forever pays  有付出的日子终有收获的时节

Now I see you in a better place  此刻 我看到你走进更加美好的未来

How could we not talk about family  当家人已是我们唯一的牵绊

when family's all that we got?  我们怎么能忘却最可贵的真情

Everything I went through  无论历经怎样的艰难坎坷

you were standing there by my side  总有你相伴陪我度过

And now you gonna be with me for the last ride  最后一段征程 我更需要你的相伴

It's been a long day without you my friend  没有老友你的陪伴 日子真是漫长

And I'll tell you all about it when I see you again  与你重逢之时 我会敞开心扉倾诉所有

We've come a long way from where we began  回头凝望 我们携手走过漫长的旅程

Oh I'll tell you all about it when I see you again  与你重逢之时 我会敞开心扉倾诉所有

When I see you again When I see you again  与你重逢之时 与你重逢之时

English Voice of <<See You Again >>的更多相关文章

  1. English Voice of <<Something just like this>>

    歌名:something just like this演唱:Chris Martin 词:Andrew Taggart,Chris Martin 曲:Andrew Taggart,Chris Mart ...

  2. English Voice of <<Way Back Into Love>>

    I have been living with a shadow overhead我一直生活在阴影中I have been sleeping with a cloud above my bed睡梦中床 ...

  3. English Voice of <<City of stars>>

    City of stars 星光之城啊 Are you shining just for me? 你是否只愿为我闪耀 City of stars 星光之城啊 There's so much that ...

  4. English Voice of <<Just Give Me A Reason>>

    Right from the start, you were a thief,打从一开始,你就是个偷心贼You stole my heart and你偷走了我的心I your willing vict ...

  5. English Voice of <<Bye Bye Bye>>

    Bye Bye Bye - Lovestoned When i see you, looking back at me 当我看到你回首看我时 Watching this eye still 彼此凝视 ...

  6. English Voice of <<Beautiful now>>

    Beautiful Now  -Zedd & Jon Bellion I see what you're wearing, there's nothing beneath it 我看见了你身着 ...

  7. English Voice of <<Dream it passible>>

    Dream It Possible(梦想成为可能) - DelaceyI will run I will climb I will soar.我奔跑,我攀爬 我要飞翔.I'm undefeated我所 ...

  8. English Voice of << Count on me >>

    Count On Me 歌手:Bruno Mars 所属专辑:It´s Better If You Don´t Understand If you ever find yourself stuck i ...

  9. English Voice of << Last Christmas >>

    Last Christmas填 词:乔治·迈克尔谱 曲:乔治·迈克尔编 曲:乔治·迈克尔歌词:Last Christmas I gave you my heart去年的圣诞节,我把心给了你But th ...

  10. English Voice of <<if were a boy >>

    <if i were a boy>中英文歌词: If I were a boy 如果我是个男孩 Even just for a day 就算只是一天 I' roll out of bed ...

随机推荐

  1. 题说proxy

    昨天在和群友讨论时遇到一题是这样的. 题目描述 //Tomy非常敏感,不喜欢别人碰他的东西.一旦有人碰他就会大喊Don't Touch Me. //完成tomy这个对象,禁止对tomy的内容进行修改( ...

  2. 【Python026--字典内键方法】

    一,内键方法 1.fromkeys(...) 语法:dict1.fromkeys(s[,v]):s指的是字典的键值,[,v]指的是可选项(值),[,v]不填写的话默认为none #不填写第二个值,默认 ...

  3. topcoder srm 445 div1

    problem1 link 这个的结论是只需要考虑坐标是整数或者是整数.5,比如(2.5,3),(4,3.5),(1.5,4.5)这样的时候.这个详细证明起来应该挺麻烦的.这里有一些讨论. probl ...

  4. P4137 Rmq Problem / mex

    目录 链接 思路 线段树 莫队 链接 https://www.luogu.org/problemnew/show/P4137 思路 做了好几次,每次都得想一会,再记录一下 可持久化权值线段树 区间出现 ...

  5. IDEA移动到另一电脑

    idea当电脑迁移后,可以直接将已安装的idea目录进行迁移(要保证迁移前后项目目录绝对路径相同) 步骤: 1.将idea的安装目录复制到另一台电脑上 2.将IDEA相关的配置路径下的目录页复制到另一 ...

  6. Java 实现一个自己的显式锁Lock(有超时功能)

    Lock接口 package concurency.chapter9; import java.util.Collection; public interface Lock { static clas ...

  7. LOJ#2427. 「POI2010」珍珠项链 Beads

    题目地址 题目链接 题解 不会算复杂度真是致命,暴力枚举k每次计算是n/2+n/3+n/4+...+1的,用调和级数算是\(O(nlogn)\)的... 如果写哈希表的话能够\(O(nlogn)\), ...

  8. POJ 3126 Prime Path(素数路径)

    POJ 3126 Prime Path(素数路径) Time Limit: 1000MS    Memory Limit: 65536K Description - 题目描述 The minister ...

  9. Leetcode167-Two Sum II Input array is sorted-Easy

    Given an array of integers that is already sorted in ascending order, find two numbers such that the ...

  10. Linux下清空或删除大文件内容的2种方法

    在Linux终端下处理文件时,有时候我们想要直接清空文件的内容时但又不用使用任何Linux命令行编辑器,去打开这些文件.那如何才能达到这个目的呢? 1.通过重定向到NULL来清空文件内容 清空或者让一 ...