English Voice of <<City of stars>>
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>>的更多相关文章
- English Voice of <<Something just like this>>
歌名:something just like this演唱:Chris Martin 词:Andrew Taggart,Chris Martin 曲:Andrew Taggart,Chris Mart ...
- 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睡梦中床 ...
- 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 ...
- English Voice of <<Bye Bye Bye>>
Bye Bye Bye - Lovestoned When i see you, looking back at me 当我看到你回首看我时 Watching this eye still 彼此凝视 ...
- English Voice of <<Beautiful now>>
Beautiful Now -Zedd & Jon Bellion I see what you're wearing, there's nothing beneath it 我看见了你身着 ...
- English Voice of <<Dream it passible>>
Dream It Possible(梦想成为可能) - DelaceyI will run I will climb I will soar.我奔跑,我攀爬 我要飞翔.I'm undefeated我所 ...
- 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 ...
- English Voice of << Last Christmas >>
Last Christmas填 词:乔治·迈克尔谱 曲:乔治·迈克尔编 曲:乔治·迈克尔歌词:Last Christmas I gave you my heart去年的圣诞节,我把心给了你But th ...
- 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 ...
随机推荐
- debian下如何源码安装tmux
一.源码安装ncurses库 1.1 获取源码 wget https://invisible-island.net/datafiles/release/ncurses.tar.gz tar xvf n ...
- gerrit的使用笔记
1.clone的时候一定要同时选择上clone with commit-msg hook和ssh,这样才能使用change id,同时使用ssh push到remote. 2.如果是使用了clone ...
- SpringBoot 使用Sharding-JDBC进行分库分表及其分布式ID的生成
为解决关系型数据库面对海量数据由于数据量过大而导致的性能问题时,将数据进行分片是行之有效的解决方案,而将集中于单一节点的数据拆分并分别存储到多个数据库或表,称为分库分表. 分库可以有效分散高并发量,分 ...
- C# winform程序防止前台卡死
https://blog.csdn.net/Emiedon/article/details/51069193 在实际开发中,如果需要实时的显示后台处理的情况,我们可能要在前台用一些控件去显示 所以我们 ...
- Arch 安装后,一些基本设置(1)
1.安装成功后新建普通用户不能使用useradd进行一步添加,应该下载adduser交互式添加新用户,否则用户无法登陆. 2.安装openkeeper之前需要安装ppp和net-tools (需要里面 ...
- 文档对象模型DOM
文档对象模型 DOM 1 DOM概述 1.1 什么是DOM 文档对象模型 Document Object Model 提供给用户操作document obj 的标准接口 文档对象模型 是表示和操作 H ...
- HTML-CSS-JS-JQ常用知识点总结
html:展示文件 标签:<html><head><title></title><meta><link><style> ...
- Linux 命令之split(将一个大文件根据行数平均分成若干个小文件)
把一个 txt 文件导入到 excel 中,但是 excel 单列支持的行数为 1048576,而我需要导入的 txt 文件总共有 7945674 ,我们无法一次性将整个 txt 文件里面的内容导入到 ...
- springmvc通过ajax异步请求返回json格式数据
jsp 首先创建index.jsp页面 <script type="text/javascript"> $(function () { $("#usernam ...
- Android RealativeLayout 布局gravity不能居中的解决办法
对于LinerLayout中的gravity发现复制到realativeLayout布局中发现不起作用,后来发现只要在他的每个子组件中使用 android:layout_centerVertical ...