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. 6#day2总结

    一次小小的总结https://github.com/DuGuQiuBai/Java/blob/master/day02/day02%E6%80%BB%E7%BB%93.txt 1:常量(掌握) (1) ...

  2. MUI 返回顶部

    //绑定滚动到顶部按钮事件 if ($("#scroll-up").length > 0) { var scrollToTopBox = $("#scroll-up ...

  3. Data type

    先放官方文档: https://dev.mysql.com/doc/refman/5.5/en/data-types.html MySQL支持多种类型的SQL数据类型:数字类型,日期和时间类型,字符串 ...

  4. Python语言——基础02-变量、运算符

    开篇导言: 今天开始进行python学习的笔记更新,以后我都用截图的方式更新,方便不麻烦,界面美观,今天学习更新的python学习内容是环境变量.运算符的内容 关注我博客的童鞋从现在开始也可以跟着我的 ...

  5. linux 下常用的50条命令

    1.find 查换文件.目录和权限 find . -name aaa.txt 在当前目录及子目录查找文件名为aaa.txt文件 find . -name "*.txt" -o -n ...

  6. windows下redis集群安装和部署

    1.下载windows版本的Redis 官网只提供linux版本的下载 官网下载地址:http://redis.io/download github下载地址:https://github.com/MS ...

  7. linux目录详细列表

    详细列表 目录 说明 备注 bin 存放普通用户可执行的指令 即使在单用户模式下也能够执行处理 boot 开机引导目录 包括Linux内核文件与开机所需要的文件 dev 设备目录 所有的硬件设备及周边 ...

  8. stm32 堆溢出

    STM32 堆溢出 遇到的问题 最近在给旧项目添加了段代码,程序经常到某个状态就突然崩溃了,也不一定是在运行新代码的时候崩溃.检查了几遍代码,数组越界访问,除数为0,内存泄露等常见的问题都不存在. 原 ...

  9. hdu4779 组合计数+dp

    提交 题意:给了n*m的网格,然后有p个重型的防御塔,能承受1次攻击,q个轻型防御塔不能接受任何攻击,然后每个防御搭会攻击他所在的行和所在的列,最后求在这个网格上放至少一个防御塔的方案数, 我们枚举 ...

  10. LR12集合点设置和多个负载生成器策略

    今天给大家分享几个有关LR12的Controller使用过程中的几个常用问题: 一,脚本中添加集合点函数---lr_rendezvous 1,在被测接口事物函数之前加入集合点函数--lr_rendez ...