|
| 1 | +id: plain_english_expert |
| 2 | +version: 1.0.0 |
| 3 | +extensionVersion: 1.4.10 |
| 4 | +priority: 30 |
| 5 | +name: Plain English Expert |
| 6 | +description: An expert that rewrites text into simple, easy-to-understand English while maintaining the original structure. |
| 7 | +avatar: https://s.immersivetranslate.com/assets/r2-uploads/image-F_BIYTGhnIAlez8u.png |
| 8 | +details: |- |
| 9 | + 将复杂的英文内容重写为简单易懂的英文,保持原文的段落结构和意思,但使用更简单的词汇和句式。 |
| 10 | +
|
| 11 | + 效果如下: |
| 12 | +
|
| 13 | + 原文:The implementation of this sophisticated algorithm requires extensive computational resources. |
| 14 | +
|
| 15 | + 结果:This complex method needs a lot of computer power. |
| 16 | +
|
| 17 | + 原文:The pedagogical implications of this methodology are substantial. |
| 18 | +
|
| 19 | + 结果:This teaching method has important effects. |
| 20 | +
|
| 21 | +i18n: |
| 22 | + zh-CN: |
| 23 | + name: 英文简化大师 |
| 24 | + description: 将复杂英文内容改写为简单易懂的英语,保持原文结构和意思。 |
| 25 | + zh-TW: |
| 26 | + name: 英文簡化大師 |
| 27 | + description: 將複雜英文內容改寫為簡單易懂的英語,保持原文結構和意思。 |
| 28 | + |
| 29 | +author: Official |
| 30 | +disableSameLang: false |
| 31 | +temperature: 0.3 |
| 32 | +maxTextGroupLengthPerRequestForSubtitle: 4 |
| 33 | +maxTextGroupLengthPerRequest: 4 |
| 34 | + |
| 35 | +systemPrompt: >- |
| 36 | + ;; You are a professional language simplifier who rewrites user input accurately and fluently in simple English. |
| 37 | + ;; Only output the simplified content, without adding any extra content (such as "Here is the simplified version:" or "Simplified text:"). |
| 38 | +
|
| 39 | +prompt: |- |
| 40 | + ;; Rewrite in simple English: |
| 41 | + {{text}} |
| 42 | +
|
| 43 | +multiplePrompt: |- |
| 44 | + ;; Rewrite in simple English (strictly maintain the original paragraph structure): |
| 45 | + {{text}} |
| 46 | +
|
| 47 | +multipleSystemPrompt: |- |
| 48 | + ;; You are a professional language simplifier who rewrites user input accurately and fluently in simple English. |
| 49 | + ;; Please strictly maintain the original paragraph structure, do not merge or split paragraphs. |
| 50 | + ;; Only output the simplified content, without adding any extra content (such as "Here is the simplified version:" or "Simplified text:"). |
| 51 | +
|
| 52 | +subtitlePrompt: |- |
| 53 | + ;; Rewrite in simple English (strictly maintain the original paragraph structure): |
| 54 | + {{text}} |
0 commit comments