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

口语蜕变(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. Ubuntu环境下使用npm安装node模块时报错的处理方法

    错误信息: npm ERR : node: not found : npm ERR! not ok code 0 解决方案: sudo apt-get install nodejs-legacy 也可 ...

  2. shell取余数

    shell取余数 技术分享 » linux | 阅读(9993) | 评论(0) Sep 3 2010 备忘脚本date取得分钟数$(()) 运算 #execute every 5 minutesa= ...

  3. 每日英语:Online Education a New Frontier in China

    In a country as obsessed with education as China, it makes sense that online teaching has huge poten ...

  4. 本次安装Lion记录

    黑苹果驱动之家 http://it360.org.cn/ Mac安装在Macintosh上是没什么好讲的,也没什么难度,原生的东西.但每次Mac安装在PC上总能折腾一番,驱动.五国.各种报错..今天记 ...

  5. dp之多重背包hdu1059

    题意:价值为1,2,3,4,5,6. 分别有n[1],n[2],n[3],n[4],n[5],n[6]个.求能否找到满足价值刚好是所有的一半的方案. 思路:简单的多重背包,我建议多重背包都用二进制拆分 ...

  6. 构造 - SGU 109 Magic of David Copperfield II

    Magic of David Copperfield II Problem's Link Mean: 略 analyse: 若i+j为奇数则称(i,j)为奇格,否则称(i+j)为偶格,显然每一次报数后 ...

  7. 线段树 + 字符串Hash - Codeforces 580E Kefa and Watch

    Kefa and Watch Problem's Link Mean: 给你一个长度为n的字符串s,有两种操作: 1 L R C : 把s[l,r]全部变为c; 2 L R d : 询问s[l,r]是 ...

  8. JQuery操作表单相关使用总结

    select下拉列表onChange事件之JQuery实现: JQuery: $(document).ready(function () { $("#selectMenu").bi ...

  9. 【vijos】1164 曹冲养猪(中国剩余定理)

    https://vijos.org/p/1164 好赞orz. 对于求一组线性同余方程 x=a[i](mod m[i]) 这里任意两个m[i]和m[j]都互质 那么可以用中国剩余定理来做. 对中国剩余 ...

  10. Android的Parcelable中describeContents方法的作用

    这个方法返回的值通常为0,那什么情况下需要填写其他值呢? 这个方法到目前为止返回其他唯一有效的值就是CONTENTS_FILE_DESCRIPTOR(0x01),指明这个Parcel的内容包含文件描述 ...