I have been living with a shadow overhead
我一直生活在阴影中
I have been sleeping with a cloud above my bed
睡梦中床头也笼罩着乌云
I have been lonely for so long
我孤单了那么久
Trapped in the past I just can not seem to move on
困于往事,无法前行
I have been hiding all my hopes and dreams away
我小心翼翼藏好希望和梦想
Just in case I ever need them again someday
只为某天可能会再次用到
I have been setting aside time
我努力争取时间
To clear a little space in the corners of my mind
在心灵的角落清出一点空间
All I want to do is find a way back into love
我想重新找到爱
I can not make it through without a way back into love Oh oh oh……
没有爱,我无法支撑下去
I have been watching but the stars refuse to shine
我仰望天空,星星不再闪耀
I have been searching but I just do not see the signs
我不断寻找,却看不到指引
I know that it is out there
我知道它就在那里
There is got to be something for my soul somewhere
在某处,我总会找到灵魂的归宿
I have been looking for someone to shed some light
我在寻找一个带给我光芒的人
Not just somebody just to get me throught the night
而不只是陪我度过一夜
I could use some direction
我应该认清前进的方向
And I am open to your suggestions
并且接受你的建议
All I want to do is find a way back into love
我想重新找到爱
I can not make it through without a way back into love
没有爱我无法支撑下去
And if I open my heart again
如果我再次敞开心灵
I guess I am hoping you will be there for me in the end
我希望,你会在那里永远等我
There are moments when I do not know if it is real
有时我不能确定自己是否身在梦中
Or if anybody feels the way I feel
是否有人跟我有一样的感受
I need inspiration
我需要你的鼓励
Not just another negotiation
而不是又一次安排
All I want to do is find a way back into love
我想重新找到爱
I can not make it through without a way back into love
没有爱我无法支撑下去
And if I open my heart to you
如果我向你敞开心扉
I am hoping you will show me what to do
我希望你告诉我怎么做
And if you help me to start again
如果你能让我重新开始
You know that I will be there for you in the end
你知道,我会在这里永远等你

English Voice of <<Way Back Into Love>>的更多相关文章

  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 <<City of stars>>

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

  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. requests 可以玩接口自动化测试,爬虫也是可以滴

    import requests #1.带参的get请求: url ='URL_你的' requests.get(url,params={"key":"value" ...

  2. vue页面传参

    1.传的参数是数组 传递参数的页面 let setStr = encodeURIComponent(JSON.stringify(this.tableData)); this.$router.push ...

  3. debian9升级安装到python3.6和pip3.6

    安装步骤 1.添加testing源 vim /etc/apt/sources.list deb http://mirrors.163.com/debian/ testing main 2.更新源 ap ...

  4. 记录心得-shiro框架demo示例

    从懵懂到了解,再到熟悉,是一个进步的过程! 先撸代码,跑起来看效果,再做详细的介绍,开始干活! 1,先列出工程目录结构,自己需要创建对应层级的程序和相关配置文件. 2,导入maven依赖的jar包.打 ...

  5. Oracle数据库的一些重要概念

    一.oracle数据库的结构 完整的Oracle数据库通常由两部分组成:Oracle数据库和数据库实例. 1) 数据库是一系列物理文件的集合(数据文件,控制文件,联机日志,参数文件等): 2) Ora ...

  6. 媒体查询@media 屏幕适配

    @media(max-width: 1199px){.banner{height: 400px;}}1.6倍@media(min-width: 1200px) and (max-width: 1365 ...

  7. hibernate 集合查询

    hibernate 集合查询: public Long getPurchaseRecordByBlueIdCount(List<Long> blueIdList) { StringBuil ...

  8. [转载非常好的文章]JLink+GDBServer调试S3C6410裸板的初始化代码 For OK6410开发板

    要调试裸板,有两种初始化方法,一个是用烧好的uboot初始化,再有就是直接用JLink+GDBServer初始化.代码参考了网上的资料,根据手头的OK6410开发板做了修改.整体代码如下: # Con ...

  9. qt手写输入法资料

    论文: https://max.book118.com/html/2015/1229/32204490.shtm 开源库: zinna Linux下使用的Tegaki就是使用的这个库 csdn博客资料 ...

  10. 2019/4/18 wen 线程