The Saltwater Room
I opened my eyes last night and saw you in the low light
昨夜我睁开眼,看见你在昏暗的灯光下
Walking down by the bay, on the shore,
沿着海湾走下去,在岸边
staring up at the planes that aren't there anymore
盯着不再有星星的天空
I was feeling the night grow old and you were looking so cold
我感觉着夜的逝去,而你看起来如此的冷漠
Like an introvert, I drew my over shirt
Around my arms and began to shiver violently before
开始猛烈地颤抖
You happened to look and see the tunnels all around me
你无意间发现围绕在我四周的隧道
Running into the dark underground
飞奔入黑暗的地下
All the subways around create a great sound
四周的地道汇聚出震耳欲聋的声音
To my motion fatigue: farewell
对我疲惫的身心说:永别了
With your ear to a seashell
把一枚海螺放在耳边
You can hear the waves in underwater caves
你会听见来自水下洞穴的海浪声
As if you actually were inside a saltwater room
仿佛你真的置身于深海空间
Time together is just never quite enough
在一起的时间总是不够
When you and I are alone, I’ve never felt so at home
当你和我都独自一人时 我从来没有如此自在
What will it take to make or break this hint of love?
制造或打破这爱情线索的代价是什么
We need time, only time
只是时间
When we're apart whatever are you thinking of?
我们分离时,无论你在想什么
If this is what I call home, why does it feel so alone?
如果这就是我所谓的“家”,它为何又感觉这么孤独
So tell me darling, do you wish we'd fall in love?
所以,告诉我,亲爱的,你希望和我相爱么
All the time, all the time
一直,一直....
Can you believe that the crew has gone
你相信那些船员已经远去
and wouldn't let me sign on?
不让我着陆吗
All my islands have sunk in the deep,
我所有的岛屿都已坠入深渊
so I can hardly relax or even oversleep
我根本无处休息更别说睡过头了
I feel as if I were home some nights
在几个晚上我以为我就在家里
when we count all the ship lights
I guess I'll never know why sparrows love the snow
我猜,我永远不会知道麻雀爱雪的理由
We'll turn off all of the lights and set this ballroom aglow
我们将关上所有灯,把这舞厅布置得一片通红
~~So tell me darling, do you wish we’d fall in love?~~
所以,告诉我,亲爱的,你希望和我相爱么
Time together is just never quite enough
在一起的时间总是不够
When you and I are alone, I’ve never felt so at home
当你和我都独自一人时 我从来没有如此自在
What will it take to make or break this hint of love?
制造或打破这爱情线索的代价是什么
We need time, only time
只是时间,只是时间
When we’re apart whatever are you thinking of?
当我们分离时,无论你在想什么
If this is what I call home, why does it feel so alone?
如果这就是我所谓的“家”,它为何又感觉这么孤独
So tell me darling, do you wish we’d fall in love?
所以,告诉我,亲爱的,你希望和我相爱么
All the time, all the time
一直,一直....
Time together is just never quite enough
When we’re apart whatever are you thinking of?
我们分离时,无论你在想什么
What will it take to make or break this hint of love?
制造或打破这爱情线索的代价是什么
So tell me darling, do you wish we’d fall in love?
所以,告诉我,亲爱的,你希望和我相爱么
All the time
一直,一直...
The Saltwater Room的更多相关文章
- [zt]给你的Mp4大换血,精选Touch里3年收集的900多首歌,"经典不忍去的""最新近流行的",与你共享~~
如果你是音乐爱好者: 这些歌, 请戴上耳机, 调大音量, 一个人听 ,全世界 都是你的!!!!! (一)这些歌很温暖,没有金属味,适合有阳光的午后,很悠闲... [Anaesthesia]Maximi ...
- Can peel peel solve pesticide problem
Can peel peel solve pesticide problem? Middle peasants medicinal modern agriculture more and more, t ...
- PHP类的继承
每个子类(也叫派生类)都会在设置自己的属性前调用父类的构造方法.父类(也叫基类或超类)现在仅知道自己的数据,子类一般是父类的特例,要避免告诉父类任何关于子类的信息 以下为一个使用继承的实例: < ...
随机推荐
- [ngClass]、[ngStyle]的基本使用(转载)
1.ngStyle 基本用法 <div [ngStyle]="{'background-color':'green'}"></<div> 判断添加 & ...
- ionic真机调试Android报错 - could not read ok from ADB Server * failed to start daemon * error: cannot connect to daemon
在使用真机调试Android程序时,报错如下: could not read ok from ADB Server * failed to start daemon error: cannot con ...
- Nordic Blue Tooth
一 . nordic BLE4.0 1.开发nordic的应用需要安装支持keil的pack库和插件 2.nordic的SDK很完整,实例涵盖了几乎所有的应用 https://www.nordicse ...
- APP中关于Android和IOS与网页交互
安卓交互: //安卓js代码start function bntcat(){ if(isAndroid){ musicPause() } var str = '{"tips":20 ...
- 请求库之requests
一 介绍 #介绍:使用requests可以模拟浏览器的请求,比起之前用到的urllib,requests模块的api更加便捷(本质就是封装了urllib3) #注意:requests库发送请求将网页内 ...
- springmvc 原生servlet支持
/** * 可以使用 Serlvet 原生的 API 作为目标方法的参数 具体支持以下类型 * * HttpServletRequest * HttpServletResponse * HttpSes ...
- HDOJ_1087_Super Jumping! Jumping! Jumping! 【DP】
HDOJ_1087_Super Jumping! Jumping! Jumping! [DP] Time Limit: 2000/1000 MS (Java/Others) Memory Limit: ...
- dbml 注意事项
1,修改dbml中的字段,需要修改2个地方
- Mysql 慢查询日志配置
查询日志 1.主配置文件下对添加参数.重启生效. vim /etc/my.cnf 注:主要用于查看开发程序执行时间. 注:log_slow_queries = /tmp/mysql.slow # ...
- Spring_使用 JdbcTemplate和JdbcDaoSupport-代码
applicationContext.xml <?xml version="1.0" encoding="UTF-8"?><beans xml ...