被动语态翻译原则

1. Passive ----> Active

The bag is stolen by him.

One the whole, such a conclusion can be drawn with a certain degree of confidence,but only if the child can be assumed to have had

the same attitude towards the test as the other with whom he is compared, and only if he was not punished by lack of relevant information

which they possessed.

2. Looking for substitute words

是.......的, 为.......所,让.......给

The enemies were attacked by us.  受到,遭到

3. 科技文献用“可以”

The oid is used as perfume. 油可以用来做香水

4. 有”被“不用”被“

The door is closed.

Examples:

1.Today this treasury of silt is trappped behind the dam,and there is no effective system.....

silt: n 淤泥,泥沙  vt. 使淤积;充塞

这种宝贵的泥沙大坝拦住了,现在没有有效的系统...

语气强度 Nonetheless/Nevertheless--> However-->but-->yet-->while-->and

2.Yet the Nile has been changed by modern man in ways not yet fully understood.

而尼罗河已经为现代人所改变,不过,就他们自己也没有理解这种改变的方式

3.Because it is very slippery, it is used for lubrication.

lubrication:n. 润滑,加油;油润

它因为很滑,可以用来做润滑剂

4.When the crude oil is obtained from the field, it is taken to the refinery to be treated. The commonest form of treatment is heating.

When the oid is heating,the first vapors to rise are cooled and become the finest petrol.

Petrol has a low boiling point;if a little is poured into the hand,it soon vaporized. Gas that comes off the oil later is condensed into paraffin.

Last of all the lubricating oils of various grades are produced.What remains is heavy oil that is used as fuel.

refinery: n. 精炼厂;精炼设备;提炼厂;冶炼厂

vapor: n. 水汽,水蒸气 v. 自夸,(使)蒸发

paraffin: n. 硬石蜡;石蜡 [ˈpærəfɪn]

当原油从油田里开采出来后,便送到炼油厂去加工。最常见的加工方式就是加热。油在加热之后,首先升起的蒸汽冷却就变成了质量最好的汽油。

English - 被动语态的翻译原则的更多相关文章

  1. Simple English

    Simple English 1. Basic English 1.1 设计原则: 1.2 基本英语单词列表850个 1.3 规则: 1.4 质疑 1.5 维基百科:基本英语组合词表 1.6 简单英文 ...

  2. 留学生Essay写作清晰简洁8大原则

    英语Essay写作中国留学生需要掌握的一个技能,一篇文笔简洁优雅的Essay对于提高分数会有很大帮助.但目前的情况是,很多人并没有受过专门的学术Essay写作训练,在写Essay时经常会出现各种各样的 ...

  3. English trip EM2-LP-4B At School Teacher:Russell

    课上内容(Lesson) Where is Loki a student?  Loki is in Meten, BaobaoStreet, Chengdu. What is he studying? ...

  4. English--动词语态

    English|动词语态 动词的语态在理解长难句中很重要.了解被动语态与主动语态,掌握语态的变化方式. 前言 目前所有的文章思想格式都是:知识+情感. 知识:对于所有的知识点的描述.力求不含任何的自我 ...

  5. English - consist of 和 compose of 的区别

    comprise,compose,consist,constitute,include 这一组动词都有"组成,包含"的意思. comprise v.包含,包括,由……组成(整体): ...

  6. English - 英语学习小笔记

    1.It is...to do sth:做某事是.... 解析:It 是形式主语,后面一半接形容词做表语,to do sth是不定式短语作真正主语. 2.make do和make doing是两种表达 ...

  7. English - allow to do 与 allow doing 的区别

    英语中并没有allow to do sth这种结构,只有allow doing sth 及allow sb to do sth这两个结构. 你这样记忆可能方便一些: 1. 在主动语态中,如果allow ...

  8. 四十年前的 6502 CPU 指令翻译成 JS 代码会是怎样

    去年折腾的一个东西,之前 blog 里也写过,不过那时边琢磨边写,所以比较杂乱,现在简单完整地讲解一下. 前言 当时看到一本虚拟机相关的书,正好又在想 JS 混淆相关的事,无意中冒出个问题:能不能把某 ...

  9. AI翻译离无障碍交流有多远

    AI翻译服务通过硬件.软件连接千千万万个应用场景,会打破语言不通的尴尬局面吗?会是人工翻译的终结者吗? 世界这么大,我想去看看!十一长假临近,梦想中的你背起行囊,自由行走在异国的大街小巷.然而现实的画 ...

随机推荐

  1. 使用adb报错;error: unknown host service

    用adb往虚拟机Genymotion上安装apk时报错 报这个错误是因为主机端口5037被占用 接下来就要查看5037被哪个应用程序占用,然后结束该程序,才能使用adb 在cmd输入命令netstat ...

  2. 解决selenium驱动Firefox跳转页慢慢慢的问题

    首先我给自己定义为是一个更新偏执狂.不知道从哪个版本开始,使用selenium驱动打开Firefox浏览器时,会跳转到官网指定页,这个过程真是慢得要死. 为了解决这个问题,我是查了很多资料,解决方案是 ...

  3. 开涛spring3(4.2) - 资源 之 4.2 内置Resource实现

    4.2  内置Resource实现 4.2.1  ByteArrayResource ByteArrayResource代表byte[]数组资源,对于“getInputStream”操作将返回一个By ...

  4. python3 爬 妹子图

    Beautiful Soup 是一个可以从HTML或XML文件中提取数据的Python库.它能够通过你喜欢的转换器实现惯用的文档导航,查找,修改文档的方式 Beautiful Soup 4 通过PyP ...

  5. MyBatis通用Mapper开发

    通常情况下,MyBatis 的增删改查操作需要自己在相应xml中写相关语句, 但是运用相关工具,其实可以很方便的自动生成单表的所有增删改查(通用的多表联合查询还是需要自己写). 也可以根据具体环境,设 ...

  6. Exploit-Exercises nebule 旅行日志(一)

    exploit-exercises.com provides a variety of virtual machines, documentation and challenges that can ...

  7. 【二】python内置类型

    1.布尔类型 表示真假的类型(true和false) 数字 0.None,以及元素为空的容器类对象都可视作False,反之为 True. In [1]: bool(0) Out[1]: False I ...

  8. HTML5资源教程

    新款CSS3按钮组合 5组可爱CSS3按钮 Leave a reply 之前我分享过一些时尚的CSS3动画按钮,比如CSS3渲染Checkbox实现3D开关切换按钮.纯CSS3 3D按钮 按钮酷似牛奶 ...

  9. 从矩阵的定义开始谈OpenGL矩阵变换

    前言 最近自己想用C语言写一个Minecraft clone(GitHub链接:http://github.com/CharlesDong/m3c/),因为是现代OpenGL,又是C语言,GLM用不了 ...

  10. [IR] BWT+MTF+AC

    BWT (Burrows–Wheeler_transform)数据转换算法 MTF(Move-to-front transform)数据转换 基于统计的压缩算法:游程编码 良心PPT: bwt_bas ...