Right from the start, you were a thief,
打从一开始,你就是个偷心贼
You stole my heart and
你偷走了我的心
I your willing victim
我是你的俘虏
I let you see the parts of me
我要让你看看我
That weren't all that pretty.
心底那不完美的部分
And with every touch
每次与你的接触
You fixed them.
你都修补我这些残缺的部分
Now, you've been talking in your sleep
现在,你在睡梦中脱口 ​​而出的梦话
Oh oh, things you never say to ME
哦哦~这你些都没告诉我的事情
Oh oh, tell me that you've had enough
哦哦,告诉我你已经受够了
Of our Love, our Love.
我们之间的爱
Just give me a reason,
就给我个一个理由
Just a little bit's enough
就那么一丁点的足够的理由
Just a second, we're not broken just bent
再等一下,我们的爱并未结束
We can learn to LOVE again.
就让我们再次学会如何去爱吧。
Oh, it's in the stars,
在这星空里
It's been written in the scars on our hearts
深刻着我们心灵受创的伤疤
We're NOT broken just bent
我们的爱并未结束
We can learn to love again.
就让我们再次学会如何去爱吧。
I'm sorry I don't understand where
我感到很抱歉,我不清楚到底问题
All of these is coming from.
到底是从哪里来的
I thought that we were fine,
我一直认为我们还很OK
(Oh, we had everything)
(哦~我们拥有的一切)
Your head is running wild again
你的思绪再次胡思乱想
My dear, WE still have everything
我的挚爱,我们仍然拥有一切
And it's all in your MIND.
而这一切依然存在你的心底
(Yeah, but this is happenin')
(耶~但这都发生了)
You've been having real bad dreams
你曾经有过悲惨的梦
Oh oh, used to lie so close to me
哦~用谎话来亲近我
Oh oh, there's nothing more than empty sheets
哦~没什么比得上空的著双人床更寂寞了
Between our love , our love
我们之间的爱,我们的爱
Ooooh, our love, our love.
哦,我们的爱,我们的爱
Just give me a reason,
就给我个一个理由
Just a little bit's enough
就那么一丁点的足够的理由
Just a second, we're not broken just bent
再等一下,我们的爱并未结束
We can learn to LOVE again

English Voice of <<Just Give Me A Reason>>的更多相关文章

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

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

  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. 简单的MVC与SQL Server Express LocalDB

    M模式: 类,表示数据的应用程序和使用验证逻辑以强制实施针对这些数据的业务规则. V视图: 应用程序使用动态生成 HTML 响应的模板文件. C控制器: 处理传入的浏览器请求的类中检索模型数据,然后指 ...

  2. shell if 语句

    一.过程式 编程语言的代码执行顺序: a.顺序执行:逐条执行: b.选择执行: 代码有一个分支:条件满足时才会执行: 俩个或以上的分支:只会执行其中一个满足条件的分支: c.循环执行: 代码片段(循环 ...

  3. C++的STL之map自动排序特性

    #include <iostream> #include <map> using namespace std; int main() {方法一: map<int,int& ...

  4. 盛世狂欢意犹未尽之恋舞OL折扣平台多角度体验

    2018国民级时尚音乐舞蹈手游<恋舞OL>,女生都爱玩的手机游戏.画风Q萌的3D音乐舞蹈手游,多人同时在线,玩法轻松休闲,浪漫场景自由社交互动,恋上指尖舞蹈. 小编看了上述介绍之后,感觉已 ...

  5. ODAC(V9.5.15) 学习笔记(九)TOraSQLMonitor

    名称 类型 说明 Active Boolean 激活SQL跟踪 DBMonitorOptions 将跟踪信息发送到dbMonitor工具软件的选择项 Host IP地址 Port 端口号 Reconn ...

  6. windows下如何安装vundle?

    参考: http://blog.csdn.net/zhuxiaoyang2000/article/details/8636472 vundle是gmarik 受 ruby的 bunler的启发开发的. ...

  7. vue项目从引入vue.js 改为使用vue-cil (webpack)时修改的一些内容

    在元素属性中不要写js关键字,会报使用关键字的错如@click='if(){}else{}', if-else 语句可以使用三元表达式或短路运算符来实现 v-for 不写:key  会有警告 ,使用: ...

  8. NRF24L01模块配置

    发射数据时:   (1)首先将nRF24L01配置为发射模式   (2)接着把接收节点地址TX_ADDR和有效数据TX_PLD按照时序由SPI口写入nRF24L01缓存区,TX_PLD必须在CSN为低 ...

  9. JQuery---高级类选择器

    1.ContentFilters 1.1 语法:$('div:contains(edu)').css('backgroundColor','yellow'); 只看div 本身是否包含内容 1.2 语 ...

  10. POJ 3126 Prime Path(素数路径)

    POJ 3126 Prime Path(素数路径) Time Limit: 1000MS    Memory Limit: 65536K Description - 题目描述 The minister ...