City of stars

星光之城啊

Are you shining just for me?

你是否只愿为我闪耀

City of stars

星光之城啊

There's so much that I can't see

世间有太多不可明了

Who knows?

谁又能明了

I felt it from the first embrace I shared with you

我感觉到自你我初次拥抱时

That now our dreams

所怀有的那些梦想

They've finally come true

都已一一实现

City of stars

噢星光之城

Just one thing everybody wants

每个人翘首以盼的

There in the bars

就是那热闹的酒吧中

And through the smokescreen of the crowded restaurants

以及雾气袅袅的嘈杂餐馆里

It's love

名叫爱的东西

Yes, all we're looking for is love from someone else

是的 人人都想从某个同样孤单的灵魂里找到爱

A rush

也许是匆匆擦肩的某一刻

A glance

或某个抬眼的一瞬间

A touch

也许是不经意的轻轻触碰

A dance

激荡起的雀跃欣喜的灵魂

To look in somebody's eyes

某个人眼中看到的光

To light up the skies

足以将夜空都点亮

To open the world and send them reeling

总在对我说 我会等你

And you'll be alright

请你放心

I don't care if I know

所以我不会在意自己是否清楚

Just where I will go

将要到达的目的地

'Cause all that I need's this crazy feeling

我只愿能感受这奋不顾身的疯狂爱意

A rat-tat-tat on my heart…

以及我胸腔怦怦跳动的心

Think I want it to stay

希望这爱意能永驻我心

City of stars

星光之城啊

Are you shining just for me?

你是否只愿为我闪耀

City of stars

星光之城啊

You never shined so brightly

我感受到了你从未有过的闪耀

扩展资料:

《City of Stars》是电影《爱乐之城》的原声歌曲,由Justin Hurwitz作曲,该片主演瑞恩·高斯林、艾玛·斯通录唱,通过新视镜唱片公司发行

English Voice of <<City of stars>>的更多相关文章

  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 <<Just Give Me A Reason>>

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

  4. English Voice of <<Bye Bye Bye>>

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

  5. English Voice of <<Beautiful now>>

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

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

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

  7. 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 ...

  8. English Voice of << Last Christmas >>

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

  9. 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. UML状态机图【图3】--☆

    UML状态机图 基本概述    状态机图描述的是围绕某一事物状态变化的图.它也是三大流程分析利器之一.它和活动图的区别在于,活动图是描述事物发生的流程,是多个角色参与的,而状态机描述的是事物的状态变化 ...

  2. Codeforces 868C Qualification Rounds - 位运算

    Snark and Philip are preparing the problemset for the upcoming pre-qualification round for semi-quar ...

  3. topcoder srm 425 div1

    problem1 link 暴力搜索即可. problem2 link 可以将每次所有的piece的位置看作一个状态,由于$C_{25}^{5}=53130$,所以最多有这么多状态.这里可以加一些优化 ...

  4. Linux内核中的wake_lock[【转】

    本文转载自:https://blog.csdn.net/wuyb2011/article/details/78542233?locationNum=11&fps=1 #include < ...

  5. HDU 4638 Group(莫队)题解

    题意:n个数,每个数有一个值,每次询问一个区间,问你这个区间能分成连续的几段(比如7 1 2 8 就是两端 1 2 和 7 8) 思路:莫队.因为L.R移动顺序wa了20发...问了一下别人,都是先扩 ...

  6. Mysql的timestamp字段默认值设置问题

    参考: https://www.cnblogs.com/mxwz/p/7520309.html https://www.jb51.net/article/50878.htm https://blog. ...

  7. kafka丢失和重复消费数据

    Kafka作为当下流行的高并发消息中间件,大量用于数据采集,实时处理等场景,我们在享受他的高并发,高可靠时,还是不得不面对可能存在的问题,最常见的就是丢包,重发问题. 1.丢包问题:消息推送服务,每天 ...

  8. vim命令详解

    VIM编辑常用技巧 vim编辑器 简介: vi: Visual Interface,文本编辑器 文本:ASCII, Unicode 文本编辑种类: 行编辑器: sed 全屏编辑器:nano, vi V ...

  9. forEach、map、filter、find、sort、some等易错点整理

    一.常用方法解析   说起数组操作,我们肯定第一反应就是想到forEach().map().filter()等方法,下面分别阐述一下各方法的优劣. 1.forEach 1.1 基础点   forEac ...

  10. 动态LINQ(Lambda表达式)

    1.准备数据实体 public class Data { public string AccountNO { get; set; } public int Count { get; set; } } ...