《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. bzoj 3993 星际战争 - 二分答案 - 最大流

    3333年,在银河系的某星球上,X军团和Y军团正在激烈地作战.在战斗的某一阶段,Y军团一共派遣了N个巨型机器人进攻X军团的阵地,其中第i个巨型机器人的装甲值为Ai.当一个巨型机器人的装甲值减少到0或者 ...

  2. Eclipse关联Github

    摘自:http://jingyan.baidu.com/article/64d05a0262f013de55f73bcc.html 检查Eclipse中是否已安装Git插件,菜单栏Help -> ...

  3. 关于BOARD_SYSTEMIMAGE_PARTITION_SIZE【转】

    本文转载自:https://blog.csdn.net/ttxgz/article/details/7542380 1. 系统需要,把需要预置在系统的所有apk放在目录 device/softwinn ...

  4. POJ 1904 King's Quest(强连通图)题解

    题意:n个王子有自己喜欢的ki个公主,有n个公主,每个王子只能娶一个自己喜欢的公主且不能绿别的王子.现在给你一种王子娶公主的方案,并且保证这种方案是正确的.请你给出,每个王子能娶哪些公主,要求娶这些公 ...

  5. JQuery的ajax方法获取返回值得到了值还包含了不要的html源码 (Ajax相关知识)

    因为后台使用了response.Write():这个方法,当输出完了以后,没有结束掉会继续输出,所以需要用到response.End():这样问题就解决了 jquery的ajax 除了通过url传值, ...

  6. Java中substring函数的简单应用

    1.删掉一个字符串中的某个字符 /* * 使用Java 中的 substring()函数删掉字符串中的某个字符 * deleteAssignChar函数的参数说明: * str:被操作的字符串 * o ...

  7. map数据结构

    学习map的这种ES6新加的数据结构.在一些构建工具中是非常喜欢使用map这种数据结构来进行配置的,因为map是一种灵活,简单的适合一对一查找的数据结构.我们知道的数据结构,已经有了json和set. ...

  8. Could not stop Cortex-M device! please check the JTAG cable的解决办法

      今天程序烧录后,进行调试时keil提示:Could not stop Cortex-M device!  please check the JTAG cable   如图: 于是我在网上搜了一下, ...

  9. windows下远程连接Mysql

    使用“Ctrl + R”组合键快速打开cmd窗口,并输入“cmd”命令,打开cmd窗口. 使用“mysql -uroot -proot”命令可以连接到本地的mysql服务. 使用“use mysql” ...

  10. 关于在mac安装安卓的模拟器的一些些那点事情~~~

    ook~~自己捣鼓了三天终于安装成功了~妹的~踩了太多的坑~整个人就不好了~ 为了节省大家的时间~所以今天我就将我安装的过程整体思路教给大家!有了思路安装起来就很好了!!!但是 注意的是,也许你会出现 ...