被动语态翻译原则

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. 为什么重写equals时必须重写hashCode方法?(转发+整理)

    为什么重写equals时必须重写hashCode方法? 原文地址:http://www.cnblogs.com/shenliang123/archive/2012/04/16/2452206.html ...

  2. NetBeans+Xdebug调试php代码

    本文目录 : Xdebug的工作原理 Xdebug扩展的配置 NetBeans的配置 调试实例 本文小结 参考文档 Xdebug:是PHP的调试器和分析器(Debugger and Profiler ...

  3. ArrayList源码解读

    在端午节这个节日里,有一个特殊的任务,我带着你一起揭开"ArrayList"的真面目.从成员变量.构造函数.主要方法三部分,对ArrayList有进一步的认识,希望能够帮助你. 一 ...

  4. 【二】python内置类型

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

  5. python——爬虫&问题解决&思考(1)

    最近刚接触python,找点小任务来练练手,希望自己在实践中不断的锻炼自己解决问题的能力.这个小爬虫来自慕课网的一门课程,我在这里记录的是自己学习的过程中遇到的问题和解决方法以及爬虫之外的思考. 这次 ...

  6. VR全景:实体店与互联网的完美结合

    VR元年已过,VR项目.VR创业潮转为理性,VR行业分为两个方向:硬件和内容.硬件又分为VR头显和辅助设备,内容又分为VR全景和VR虚拟内容,如游戏.娱乐.根据行业划分为VR+购物,VR+教育,VR+ ...

  7. Python教程(0)——介绍

    What's Python? Python是一种编程语言,由荷兰人Guido van Rossum于1989年,为打发无聊的圣诞节而开发的. Python的优点是语法简洁,代码量比C/C++.Java ...

  8. Asp.Net Core轻量级Aop解决方案:AspectCore

    什么是AspectCore Project ? AspectCore Project 是适用于Asp.Net Core 平台的轻量级 Aop(Aspect-oriented programming) ...

  9. Java文件流之练习

    1 )将"今年是反法西斯胜利70周年,举国欢庆,所以要放假啦" 字符串 使用文件字符输出流 写入到oldhappy.txt文件中,复写10000行, 要求换行 在文件的开头写入当前 ...

  10. git使用3

    如何使用/学习第三方框架? 优秀的第三方框架都在 github.com 1> 搜索 2> git clone 获得完整版本 $ git clone https://github.com/A ...