translate: 安宁疗护与临终关怀的时代意义

fix translation: compassion→care, making a living→survival-level, 生生增上 life-after-life, 因病返贫 remove 'back'
This commit is contained in:
iacore
2026-06-14 16:07:51 +08:00
parent 43b2734d31
commit 19b62c9c87
9 changed files with 343 additions and 63 deletions
+41 -2
View File
@@ -1,2 +1,41 @@
- [terms database and search tool](terms-search/SKILL.md)
- [translation skills](skills/readme.dj)
# MPI Project Conventions
## Skills
MPI skills live in `skills/` and are loaded via `~/.hermes/config.yaml`:
```yaml
skills:
external_dirs:
- /home/user/documents/mpi/skills
```
Available skills: `terms-search`, `dharma-translation`, `translation-review`, `chinese-text-normalize`, `pptx-translate`, `pdf-to-docx-conversion`.
{% `hermes config set` stringifies list values — edit config.yaml directly for proper YAML list syntax. %}
## Terms Database
- DB: `terms-search/termlib.duckdb`
- CLI: `terms-search/search.py <query> [limit]`
- Source priority: DoT定稿 > 内部特色词 > 佛教术语 > 经论名
## Translation Workflow
1. Load `dharma-translation` and `terms-search` skills
2. Search terms DB for key terms before translating
3. Translate directly (agent IS the model — no external translation APIs)
4. Write `target.dj` alongside `source.dj`, matching source line count
5. TOC: bullet list, no link targets
## Djot Conventions
- Comments: `{% ... %}`
- Em dashes in English: three hyphens (`---`)
- En dashes in English: two hyphens (`--`)
- No `对照.dj` files — don't create or delete them
- Translation formatting: preserve source formatting exactly
## Scripts
Fish shell. Live in `scripts/`.