绿色:连读;                  红色:略读;               蓝色:浊化;               橙色:弱读     下划线_为浊化

口语蜕变(2017/7/11)

英文原文:

Don’t get me wrong, that explanation makes no difference, I'm still mad at you.

Come on, be reasonable!

英式音标:

[dɒn] [tiː] [get] [miː] [rɒŋ] , [ðæt; ðət] [ekspləˈneɪʃ(ə)n] [meɪks] [nəʊ] [ˈdɪf(ə)r(ə)ns] , [aɪm] [stɪl] [mæd] [æt; ət] [juː] .

[kʌm] [ɒn] , [biː] [ˈriːz(ə)nəb(ə)l]

美式音标:

[dɑːn] [tiː] [ɡɛt] [mi] [rɔŋ] , [ðæt] [ˌɛkspləˈneʃən] [meɪks] [no] [ˈdɪfrəns] , [aɪm] [stɪl] [mæd] [æt; ət] [ju] .

[kʌm] [ɑn] , [bi] [ˈriznəbl]

翻译:

别误会,你的解释没什么用,我还是很生气

拜托,讲点道理好么

S   t

N d

L   th

强 弱

Don’t get

[dɑːn] [tiː] [ɡɛt]

略读爆破音[t]

Wrong

[rɔŋ]

that explanation

[ðæt] [ˌɛkspləˈneʃən]

【t】浊化为【d】

mad at

[mæd] [æt; ət]

辅元连读,略读【t】

 

get me wrong

误会

别误会我,这不是你的错

Don't get me wrong, it's not your fault.

make no difference

没什么差别

即使有道理也没有用

It makes no difference even if it makes sense.

我觉得你写的东西是有意义的

I think your writing does make a difference.

mad at

生气

她一生气就走开吗

She just walks away whenever she gets mad at you?

be reasonable

理智些

理智点,你不会真的要我帮忙吧

Be reasonable, you can't seriously expect me to help.

学以致用:

拜托,生我的气有用吗?理智点,我们一起来解决这个问题.

Come on, does it make any difference being mad at me? Be reasonable and let's work this out together.

Spoken English Practice(Don't get me wrong, that explanation makes no difference, I'm still mad at you. Come on, be reasonable!)的更多相关文章

  1. Spoken English Practice(I won't succumb to you, not ever again)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/6/28) ...

  2. Spoken English Practice(appetite,ache,meds,change, stop)Look like you got your appetite back, that's a good sign.

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/6/27) ...

  3. Spoken English Practice(And I can't walk. Should i just stay home and pout about it?)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/12) ...

  4. Spoken English Practice(1、This is between you and me, Don't let it out. 2、Don't let your dreams be dreams, no matter how hard it gets, say to yourself, I'm going to make it.)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/12) ...

  5. Spoken English Practice(I really hate to give her up, oh ,I know, you should take her.)

    色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/10) 英 ...

  6. Spoken English Practice(You know we can't afford that. How do other people do it? Other people make more twenty-four thousand a year. )

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/9) 英 ...

  7. Spoken English Practice(not always estimating your status in other's hearts. you will lose yourself when you live in other's look. do your best and walk on you own way.)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/8) 英 ...

  8. Spoken English Practice(Look, That cute guy is checking me out. come on, give me a break, he's just looking around.)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/6) 英 ...

  9. Spoken English Practice(I'm gonna do something I never thought I'd be able to)

    绿色:连读:                  红色:略读:               蓝色:浊化:               橙色:弱读     下划线_为浊化 口语蜕变(2017/7/6) 英 ...

随机推荐

  1. X86平台简称

    1.PCH:PCH全称为Platform Controller Hub,是intel公司的集成南桥.AMD SB700/710/750  http://support.amd.com/TechDocs ...

  2. C# FTP操作类可用

    public class FtpClient { #region 构造函数 /// <summary> /// 创建FTP工具 /// <para> /// 默认不使用SSL, ...

  3. CentOS7 使用tab建补全命令

    Centos7在使用最小化安装的时候,没有安装自动补全的包,需要自己手动安装,安装下面过滤出来的包 yum -y install bash-completion 安装完毕后退出bash重新登陆生效!

  4. oracle 远程登录

    打开命令终端,输入命令:sqlplus /nolog 输入命令:conn sys/sys@dba as sysdba

  5. java web hello world(二)基于Servlet理解监听

    java web最开始实现是通过Servlet实现,这里就来实现下,最原始的监听是如何实现的. 第一步,创建一个基本的web项目 ,参见(java web hello world(一)) 第二步,we ...

  6. C# Dictionary 复制

    Dictionary<string, int> dictionary = new Dictionary<string, int>(); dictionary.Add(" ...

  7. Android——UI事件的处理机制(基于监听器)

    1.普通内部类(常用) xml <Button android:hint="reset" android:layout_columnWeight="1" ...

  8. PHP——转义字符

    链接:百度-转义字符 http://baike.baidu.com/link?url=obfdOqATx4TO0Ev_kFnPz37wwW3SDhFPsvNobVTidhFuCn2zK5VmCuW1L ...

  9. 使用pjsip传输已经编码的视频

    http://blog.chinaunix.net/uid-15063109-id-4445165.html ————————————————————————————————————————————— ...

  10. IOS 中微信 网页授权报 key[也就是code]失效 解决办法

    枪魂微信平台ios手机点击返回 网页授权失败,报key失效.已经解决,原因是授权key只能使用一次,再次使用就会失效. 解决办法:第一次从菜单中进行授权时,用session记录key和open_id. ...