juechafun/模板文件/模板-豆包-翻译内容.md
2026-01-15 10:01:16 +08:00

40 lines
785 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#临时/备忘
<% tp.file.creation_date("YYYY-MM-DD HH:mm:ss") %>-备忘-主题名-文件内容
## 输入内容
[____你叫什么名字____]
## 操作需求
需要进行如下操作
- [ ] 翻译为中文
- [x] 翻译为英文
- [x] 翻译为法文
- [ ] 翻译为德文
## 输出格式
- [ ] markdown
| 目标语言 | 翻译内容 |
| ---- | ----------------- |
| 英文 | What's your name? |
| ... | ... |
- [x] json
```json
{
"英文": "What's your name?",
"法文": "Comment t'appelles-tu ?"
}
```
## 注意
1. 请判断勾选框是否处于被勾选状态例如json勾选框处于未被勾选状态则无需输出json格式
2. 我希望复制后能够直接插入markdown所以你要注意格式排版
---
注意:请忽略以下内容
## 输出结果