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 in the middle of the sea
如果你深陷汪洋之中迷失了自己
I'll sail the world to find you
我就航遍世界直到找到你的足迹
If you ever find yourself lost in the dark and you can't see
如果你迷失在黑暗之中孤苦无依
I'll be the light to guide you
那我就变成光芒给你温暖指引
Find out what we're made of
要知道你是怎样一个自己
When we are called to help our friends in need
知道何时能帮到朋友 当他处在水深火热里
You can count on me like 1 2 3
你数1 2 3 我就能让你依靠
I'll be there
在你身边给你怀抱
And I know when I need it I can count on you like 4 3 2
而我数4 3 2 我知道当我需要
And you'll be there
你也会在我身边给我微笑
Cause that's what friends are supposed to do oh yeah
这就是朋友之间所能做到的刚刚好
Wooooh Wooooh
Wooooh Wooooh
yeah Yeah
Yeah Yeah
If you toss and you turn and you just can't fall asleep
如果你辗转反侧不能入睡
I'll sing a song
我就用歌声作陪
beside you
哄你入睡
And if you ever forget how much you really mean to me
要是你对你在我心中的重要性有所遗忘或怀疑
Everyday I will
我会每天向你证明
remind you
让你记起
Ohh
噢
Find out what we're made of
要知道你是一个怎样的自己
When we are called to help our friends in need
知道何时能帮到朋友 当他处在水深火热里
You can count on me like 1 2 3
你数1 2 3 我的肩膀给你
I'll be there
无论如何我陪着你
And I know when I need it I can count on you like 4 3 2
而我数4 3 2 我知道当我需要
And you'll be there
你也会在我身边给我微笑
Cause that's what friends are supposed to do oh yeah
这就是朋友之间所能做到的刚刚好
Wooooh Wooooh
Wooooh Wooooh
Yeah Yeah
Yeah Yeah
You'll always have my shoulder when you cry
当你脆弱哭泣 我的肩膀永远等待着你
I'll never let go
不离不弃
Never say goodbye
不会离去
You can count on me like 1 2 3
你数1 2 3 我的肩膀给你
I'll be there
无论如何我陪着你
And I know when I need it I can count on you like 4 3 2
而我数4 3 2 我知道当我需要
And you'll be there
你也会在我身边给我微笑
Cause that's what friends are supposed to do oh yeah
这就是朋友之间所能做到的刚刚好
Wooooh Wooooh
Wooooh Wooooh
you can count on me cos' I can count on you
你依靠着我 我依靠着你
English Voice of << Count on me >>的更多相关文章
- 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 <<City of stars>>
City of stars 星光之城啊 Are you shining just for me? 你是否只愿为我闪耀 City of stars 星光之城啊 There's so much that ...
- 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 << 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 ...
随机推荐
- 【转】java提高篇之理解java的三大特性——多态
面向对象编程有三大特性:封装.继承.多态. 封装隐藏了类的内部实现机制,可以在不影响使用的情况下改变类的内部结构,同时也保护了数据.对外界而已它的内部细节是隐藏的,暴露给外界的只是它的访问方法. 继承 ...
- python---02.while循环 格式化输出 运算符 编码
一.while循环语句 1.while 条件:(如果条件是真, 则直接执⾏循环体. 然后再次判断条件. 直到条件是假. 停⽌循环) 循环体(break continue) 2. break: 立刻跳 ...
- cf水题
题意:输入多组数据,有的数据代表硬币的长宽,有的数据代表钱包的长宽,问你当这组数据代表钱包的长宽时,能不能把它前面出现的所有硬币全部装下. 思路:只要钱包的长宽大于前面出现的所有硬币的长宽就可以装下, ...
- Linux - PWM的驱动编写【转】
本文转载自:https://blog.csdn.net/u012264124/article/details/77482853 比如要用到pwm1,那么首先要保证这个pwm1并没有被别的驱动程序占用. ...
- linux内核中的最简单的输入输出调度算法noop
1. noop是什么? noop是一种输入输出调度算法 2. noop的别称 又称为电梯调度算法 3. noop原理是怎样的? 将输入输出请求放到一个FIFO队列中,然后按次序执行队列中的输入输出请求 ...
- FJUT3591 侦测到在途的聚变打击(最小不可相交路径覆盖)题解
题意:给你n个点,点间m条路,给出在每条路要走的时间.现在有q个任务,要摧毁q个点,每次提供ci和ti表示在时间ti摧毁点ci(必须正好在时间ti才能摧毁),每个点可能需要多次摧毁(同一时间能在同一个 ...
- HDU 4825 Xor Sum(01字典树)题解
思路:先把所有数字存进字典树,然后从最高位贪心. 代码: #include<set> #include<map> #include<stack> #include& ...
- 【控制分片分配】控制Elasticsearch分片和副本的分配
ES集群中索引可能由多个分片构成,并且每个分片可以拥有多个副本.通过将一个单独的索引分为多个分片,我们可以处理不能在一个单一的服务器上面运行的大型索引,简单的说就是索引的大小过大,导致效率问题.不能运 ...
- git删除远程分支文件,不改变本地文件
git提交项目时候踩的Git的坑 特别 由于准备春招,所以希望各位看客方便的话,能去github上面帮我Star一下项目 https://github.com/Draymonders/Campus-S ...
- js选择排序
选择排序 平均时间复杂度O(n*n) 最好情况O(n*n) 最差情况O(n*n) 空间复杂度O(1) 稳定性:不稳定 function chooseSort (arr) { var temp; var ...