LISTEN & SHADOW
第91课配音
先完整听一遍,不看译文;第二遍再对照课文。
Lesson 91 — Let Me Put That in Plain English
我换成通俗的话来说
本课只有一个现实任务:把一段技术流程解释给非专业听者,说明顺序、作用和限制,同时避免用过度简单的比喻制造错误理解。
1. Before You Start
本课目标
学完本课,你能够:
- 找出专业说明中的过程、目的和保护措施;
- 用通俗词汇重组复杂被动流程;
- 使用有限类比帮助理解而不声称两件事完全相同;
- 明确听者无需执行的技术动作和仍需采取的实际行动;
- 完成一段2分钟的非专业流程说明。
本课边界
本课仍使用虚构目录迁移信息包。Mateo是一次性虚构系统工程师,流程、字段和验证规则只服务语言训练,不构成真实数据迁移、网络安全或档案管理建议。通俗解释必须保留“原系统不被覆盖”“自动检查不等于内容正确”“异常项需人工复核”三项限制。
场景词汇
- export 导出文件/导出
- checksum 校验值
- field 数据字段
- mapping 对应关系
- automated check 自动检查
- manual review 人工复核
- flag 标记
- overwrite 覆盖原数据
2. Main Conversation
Plain English removes unnecessary terminology, not necessary safeguards
Mateo gives Robin a technical process note. Robin tests a public-facing explanation while Mateo checks whether each simplification remains accurate.
Part A — Turning a process into visible steps
Mateo: The formal note says, “Once an immutable export has been generated, a checksum is calculated and the source object is retained outside the import environment.”
Robin: Let me put that in plain English. First, a fixed copy of the selected records is made, and the original catalog is left unchanged.
Mateo: Good. The checksum does not prove that every description is correct. It helps us detect whether the exported file changes unexpectedly after it is created.
Robin: In other words, it checks whether we are still working with the same package of data, not whether every fact inside the package is true.
Mateo: Exactly. Next, each old field is matched to a place in the test system: creator to creator, date to date and item number to item number.
Robin: Think of it as matching columns on two forms. The analogy helps with structure, although real fields can contain rules that a paper form does not show.
Mateo: After the mapping has been applied, the three hundred records are imported into a separate test area.
Robin: What happens first is copying and checking the package; what happens next is matching the fields and loading the test copy.
Mateo: Then automated checks look for missing item numbers, impossible date formats and record-count differences.
Robin: You don’t need to run those checks yourself; the project team runs them. Volunteers only report a visible error with the item number.
Part B — Explaining what automation cannot decide
Mateo: Records that fail a structural check are flagged and set aside. They are not silently corrected or deleted.
Robin: So “flagged” means the team stops that item for review, not that the source record has been judged wrong.
Mateo: Correct. Some accurate historical descriptions use unusual dates or names, so a warning may identify an exception rather than an error.
Robin: The important limit is that automated checks can find patterns and missing fields, but a person must decide whether the content makes sense.
Mateo: A sample is also reviewed manually against the unchanged source. If a mapping rule caused repeated errors, the test batch would be rejected and rebuilt.
Robin: Does “rejected” mean the archive is lost?
Mateo: No. Only that test import is discarded. Because the source was not overwritten, the team can correct the rule and create another test.
Robin: Then my analogy needs a warning: it is like checking a copied packing list against the original, but the system also applies field rules that a packing list does not.
Mateo: That works. An analogy should illuminate one relationship and then state where the comparison stops.
Robin: My final version will give five steps, the volunteer action and three limits. That is plain English without pretending the process is effortless or foolproof.
Five-step public explanation
| Step | Plain-English action | Protection or limit |
|---|---|---|
| 1 | make a fixed copy | original catalog stays unchanged |
| 2 | confirm the copy has not unexpectedly changed | checksum does not verify factual accuracy |
| 3 | match old fields to new fields | some fields contain special rules |
| 4 | load 300 records into a separate test area | not a public replacement |
| 5 | run structural checks and human review | warnings may be valid exceptions |
Check the story
- What does the checksum help detect?
- What does it not prove?
- Which analogy does Robin use for field mapping?
- What should volunteers do?
- Why can an accurate record be flagged?
- What happens if one mapping rule creates repeated errors?
3. 中文译文需要时展开
通俗表达去掉不必要术语,但不能去掉必要保护措施
马特奥把一份技术流程说明交给罗宾。罗宾试着作出面向公众的解释,马特奥则检查每一处简化是否仍然准确。
A部分——把流程变成看得见的步骤
马特奥: 正式说明写的是:“生成不可变导出后,计算校验和,并将源对象保留在导入环境之外。”
罗宾: 我用通俗语言解释一下。第一步,为选定记录制作一份固定副本,原目录保持不变。
马特奥: 很好。校验和不能证明每项描述都正确。它帮助我们发现导出文件创建后是否意外发生变化。
罗宾: 换句话说,它检查我们处理的是否仍是同一包数据,而不是验证数据包里的每个事实是否为真。
马特奥: 没错。接着,把每个旧字段与测试系统中的位置对应:创建者对创建者,日期对日期,条目编号对条目编号。
罗宾: 可以把它想成给两张表格的列配对。这个类比有助于理解结构,不过真实字段可能包含纸质表格看不出来的规则。
马特奥: 应用映射以后,三百条记录会导入一个单独的测试区域。
罗宾: 最先发生的是复制并检查数据包;接着是匹配字段,并载入测试副本。
马特奥: 然后自动检查会寻找缺失条目编号、不可能的日期格式,以及记录数量差异。
罗宾: 志愿者不需要亲自运行这些检查,由项目团队执行。志愿者只需报告可见错误并附上条目编号。
B部分——解释自动化不能作出哪些决定
马特奥: 未通过结构检查的记录会被标记并暂时搁置,不会悄悄纠正或删除。
罗宾: 所以“已标记”意味着团队暂停该条目以待审核,并不代表源记录已被判定错误。
马特奥: 正确。一些准确的历史描述使用不常见的日期或姓名,因此警告可能指出的是例外,而不是错误。
罗宾: 重要的界限是,自动检查可以发现模式和缺失字段,但内容是否合理仍必须由人判断。
马特奥: 还会把一个样本与未改变的源资料人工比较。如果某条映射规则造成重复错误,测试批次会被否决并重新制作。
罗宾: “否决”意味着档案丢失了吗?
马特奥: 不是。只有那次测试导入会被丢弃。因为源资料没有被覆盖,团队可以纠正规则,再创建一次测试。
罗宾: 那我的类比需要加一条提醒:这像是把复制的装箱单和原件核对,但系统还会应用装箱单没有的字段规则。
马特奥: 这个类比可行。类比应照亮一种关系,然后说明比较在哪里停止。
罗宾: 最终版本会给出五个步骤、志愿者行动和三项限制。这样就是通俗语言,又不会假装流程毫不费力或万无一失。
面向公众的五步解释
| 步骤 | 通俗行动 | 保护措施或限制 |
|---|---|---|
| 1 | 制作固定副本 | 原目录保持不变 |
| 2 | 确认副本没有意外改变 | 校验和不验证事实准确性 |
| 3 | 把旧字段与新字段匹配 | 某些字段包含特殊规则 |
| 4 | 把300条记录载入独立测试区域 | 不是公众系统的替代品 |
| 5 | 运行结构检查和人工审核 | 警告可能是有效例外 |
翻译提示:
Let me put that in plain English表示把专业内容改用普通人容易理解的语言说明;简化术语时仍要保留关键限制。
4. Read, Notice, Understand
通俗不是删除所有技术关系
checksum可以先解释成“检查导出文件是否意外变化”,但仍要补一句它不核验内容事实。只说“确保数据正确”会过度承诺。
被动语态可以保留过程重点
A fixed copy is made.
Unmatched records are set aside for review.
公众说明不必每句都命名技术执行者,但若责任或下一行动重要,应补the project team或a reviewer。
类比必须说明停止点
“两张表对列”解释字段对应很有用,却不能呈现全部规则。好类比包含It is like … in one respect, but …。
5. What People Actually Say
本课负荷说明
本课主动掌握6个新词块。L90六个双来源综合词块在第7部分C完成近R;GR066在新的非争议技术流程中完成远迁移。
1. Let me put that in plain English.
提示将专业说明转换为非专业版本;中性、帮助性。
Let me put that in plain English: the original catalog is not replaced during the test.
2. In other words, …
用不同措辞重述同一关系。
In other words, the check detects file changes, not factual errors.
3. Think of it as …
引出有限类比。
Think of it as matching columns on two forms.
4. What happens first is …
突出流程起点和顺序。
What happens first is making a fixed copy.
5. You don't need to …; the system/team …
区分听者责任与后台动作。
You don’t need to run the checks; the project team runs them.
6. The important limit is …
明确简化说明不能删除的边界。
The important limit is that an automated warning is not a factual judgment.
Don’t Say It That Way
| 容易说出的句子 | 问题 | 更准确的表达 |
|---|---|---|
| The checksum proves the data is correct. | 文件一致性被写成内容正确 | The checksum helps detect unexpected changes to the exported file. |
| The computer fixes bad records. | 自动检查、判断和修改混在一起 | The system flags structural exceptions; a person reviews them. |
| It works exactly like a packing list. | 类比范围无限扩大 | It is like a packing list for matching fields, but the system applies additional rules. |
| Volunteers don't need to know anything. | 删除其实际行动 | Volunteers do not run checks; they report visible errors with the item number. |
6. Grammar in the Scene — Complex Passive Processes
1. 时间连接词+被动
Once the export has been created, a checksum is calculated.
After the mapping has been applied, the records are imported.
完成被动表示前一步已经完成;一般被动说明流程中的下一动作。
2. 限定性关系从句筛选对象
Records that fail a structural check are flagged.
不是所有记录都被标记。关系从句是范围控制,不可在通俗版中随意删除。
3. 情态被动表达能力与限制
Unexpected file changes can be detected.
Factual accuracy cannot be guaranteed by this check.
能力、必要性和保证强度必须与来源一致。
4. 被动不应隐藏关键行动者
Errors are reviewed若听者需要提交问题,应补:The archive team reviews them; volunteers send the item number.
快速练习
- Once the export has been ______, a checksum is calculated. (
created / creating) - Records that fail the check ______ set aside. (
are / is) - Automated warnings cannot be ______ as factual judgments. (
treated / treating) - 用
after连接mapping和import。 - 把
The system fixes errors改成准确的被动流程。 - 写一句明确志愿者和项目团队的不同动作。
7. Sound Natural — 分步解释时一拍一动作
FIRST, / a fixed copy is MADE.
NEXT, / the fields are MATCHED.
THEN, / the test records are IMPORTED AND CHECKED.
限制句放慢并重读否定:
The important limit is / that a warning does NOT prove / the record is WRONG.
影子跟读
Let me put that in plain English.
Think of the mapping as matching columns on two forms.
You don’t need to run the checks; the project team does that.
The important limit is that automation cannot judge every historical description.
8. Practice
A. 理解检查
判断正误:
- The source catalog is overwritten during the test.
- A checksum verifies every historical fact.
- Field mapping connects old and new data locations.
- Volunteers run automated checks.
- A warning can identify a valid exception.
- A failed test import can be discarded without deleting the source.
B. Process / Purpose / Actor / Limit
为五个步骤各写四栏。若原说明没有指出执行者,可以写not named,不要凭经验补充公司或职位。
C. L90近R:两位专家如何解释同一流程
使用Both experts agree that / Where they differ is / According to / places more weight on / doesn't necessarily contradict / The disagreement turns on比较两份流程说明;不得把术语多的一方自动当作更准确。
D. 类比压力测试
为checksum或field mapping写一个类比,再回答:它解释哪一项关系?会引出什么误解?哪一句限制必须紧跟其后?
E. 复杂被动改写
把一段六句技术说明改成五步公众流程。必须包含完成被动、一般被动、情态被动和一个限定性关系从句。
F. 2分钟通俗说明
听者只需要知道:会发生什么、为什么、自己做什么、不能据此得出什么。解释后让听者复述,记录一个误解并修订。
G. 中译英情境表达
- 我换成通俗的话来说:首先会制作一个固定副本。
- 换句话说,校验值检查文件是否变化,而不是每项事实是否正确。
- 可以把字段映射想成把两张表的栏目对应起来。
- 首先发生的是复制和检查数据包。
- 你不需要运行检查;项目团队会运行。
- 重要限制是,自动警告不等于事实判断。
9. Make It Yours
解释一个自己熟悉的流程
选择不涉及敏感信息的工作或生活流程,写five steps / listener action / three limits / one analogy。删掉无法解释的缩写。
请外行反向复述
只听你的说明后,让对方回答:原件是否改变、谁做后台动作、自动结果能证明什么。误答处说明解释仍不够清楚。
三天后的复测
不用原稿,重新录90秒说明。检查是否为了流畅删掉限定性关系从句或“不保证”句。
10. Answer Key点击展开
Check the story
- Whether the exported file changes unexpectedly after creation.
- It does not prove that every description or historical fact is correct.
- Matching columns on two forms.
- Report a visible error with the item number.
- An unusual but accurate date or name can trigger a structural warning.
- The test import is rejected and rebuilt after the rule is corrected; the source remains unchanged.
5. 快速练习
- created
- are
- treated
- After the mapping has been applied, the records are imported.
- Records that fail a structural check are flagged and reviewed by a person.
- Volunteers report visible errors; the project team runs and reviews the technical checks.
7A
- False
- False
- True
- False
- True
- True
7G参考
- Let me put that in plain English: first, a fixed copy is made.
- In other words, the checksum checks whether the file changes, not whether every fact is correct.
- Think of field mapping as matching columns on two forms.
- What happens first is copying and checking the data package.
- You don’t need to run the checks; the project team runs them.
- The important limit is that an automated warning is not a factual judgment.
开放题答案不唯一。合格通俗说明必须保留步骤顺序、原件保护、自动检查能力边界和听者实际行动,并明确类比停止点。
11. Self-check
- 我能把专业说明拆成过程、目的、行动者和限制。
- 我能用复杂被动保留顺序与对象范围。
- 我不会把自动检查说成自动判断或自动修复。
- 我会给类比加上停止点。
- 我完成了五步说明、反向复述和三天后复测。