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. php curl 上传json数据

    PUT $data = array('username'=>'dog','password'=>'tall'); $data_json = json_encode($data); $ch ...

  2. WPF线程中获取控件的值和给控件赋值

    WPF中使用线程操作控件,按平常的操作方法操作的话会报异常:调用线程无法访问此对象,因为另一个线程拥有该对象.所以我们要使用Dispatcher类的BeginInvoke()与Invoke()方法.B ...

  3. sersync客户端搭建及配置

    首先需要自行下载sersync包,地址如下: 谷歌项目地址:https://code.google.com/archive/p/sersync/ 64位下载地址:https://storage.goo ...

  4. 在嵌入式开发中应该这样理解嵌入式C编程

    一.新手常常问的一个问题:C语言和嵌入式C编程有什么区别?而嵌入式工程师一般都会告诉你,其区别在于嵌入式的C语言是跑在嵌入式的开发板上的,CPU和电脑不一样,所以编译器也是不一样的,生成的可执行程序也 ...

  5. sql中批量插入begin的使用

    private static String ADD_ATTR_EXT_ITEM="insert into attr_ext_item(attr_ext_main_key,attr_name_ ...

  6. sitecore8.2 基于item路径查询item

    查询: query:/sitecore/content/home/foo/bar 结果 bar

  7. BOM定时器,onresize

    定时器 <body> <button onclick="stop()">吃药</button> <button onclick=" ...

  8. webServices接口开发过程中项目启动遇到的错误org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 422; schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-bean

    org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 422; schema_reference.4: Failed to read ...

  9. Charles 抓包工具(新猿旺学习总结)

    Charles 抓包工具安装机操作 1.Charles 抓包工具是代理服务器工具,可以拦截数据,进行更改,返回数据,以实现前端后台的请求和响应数据的测试2.Charles 菜单介绍 Charles抓包 ...

  10. mysql时间相加函数DATE_ADD()

    mysql中的DATE_ADD()函数 1.定义:函数向日期添加指定的时间间隔. 2.语法:DATE_ADD(date,INTERVAL expr type) date 参数是合法的日期表达式.exp ...