《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. 你不知道的JavaScript(1)LHS查询和RHS查询

    打算把<你不知道的JavaScript>中的知识点整理下,写点自己的心得,同时也敦促自己看书. 先做个整体的介绍,最后会再给个综合的例子. RHS 查询与简单地查找某个变量的值别无二致,而 ...

  2. Lucas定理学习笔记

    从这里开始 一个有趣的问题 扩展Lucas算法 一个有趣的问题 题目大意 给定$n, m, p$,求$C_{n}^{m}$除以$p$后的余数. Subtask#1  $0\leqslant m\leq ...

  3. mtr 命令

    mtr命令的使用: -r  --report  以报告的方式发布监测的结果 -s 30   指定发送包的大小  这个随意   按照自己的需求 -i 10  设置icmp协议返回包的时间 -n  no- ...

  4. topcoder srm 662 div1

    problem1 link 首先枚举差值$d$,判断是否存在一个序列任意连续两个之间的差值小于$d$. 首先将数字排序,然后从小到大依次放置每一个数字.每个当前的数字有两个位置可以放,当前序列的前面或 ...

  5. CSS的再深入3(更新中···)

    在前面,我们学习了标准文档流,但在实际制作的过程中,用标准文档流书写显然是不现实的,因此,我们来了解几种脱离标准文档流的方法: 1.float 浮动 float:left/right:(左浮/右浮) ...

  6. POJ 1751 Highways 【最小生成树 Kruskal】

    Highways Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 23070   Accepted: 6760   Speci ...

  7. Calculate difference between consecutive data points in a column from a file

    cat > temp0015101269125  awk 'p{print $0-p}{p=$0}' temp00152-633-7 REF: https://www.unix.com/shel ...

  8. asp.net core mvc 中在C# 代码中写 js 或html 文本

    https://blog.csdn.net/orichisonic/article/details/62046621 使用<text>这个伪元素来强制Razor从编译模式返回到内容模式: ...

  9. 使用JAX-WS开发WebService

    Axis2和CXF是目前流行的Webservice框架,这两个框架都属于重量级框架.相对而言,JAX-WS RI是一个轻量级的框架.开发WebService只需要很简单的几个步骤:写接口和实现-> ...

  10. 【AI】微软人工智能学习笔记(一)

    数据分析平台 01|数据平台概况图示 上面图中所示就是微软人工智能数据平台的相关的技术. 02.1| Cortana Intelligence Suite 从上面图中可以看到, 其中有一个Cortan ...