https://github.com/HIllya51/LunaTranslator
Galgame翻译器,支持HOOK、OCR、剪贴板等。Visual Novel Translator , support HOOK / OCR / clipboard
https://github.com/HIllya51/LunaTranslator
galgame ocr reverse-engineering translator visual-novel win32
Last synced: 5 months ago
JSON representation
Galgame翻译器,支持HOOK、OCR、剪贴板等。Visual Novel Translator , support HOOK / OCR / clipboard
- Host: GitHub
- URL: https://github.com/HIllya51/LunaTranslator
- Owner: HIllya51
- License: gpl-3.0
- Created: 2022-09-28T03:10:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T14:09:52.000Z (5 months ago)
- Last Synced: 2025-05-09T15:23:54.998Z (5 months ago)
- Topics: galgame, ocr, reverse-engineering, translator, visual-novel, win32
- Language: C++
- Homepage: https://docs.lunatranslator.org/
- Size: 16 MB
- Stars: 6,607
- Watchers: 28
- Forks: 829
- Open Issues: 10
-
Metadata Files:
- Readme: .github/README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LunaTranslator
> **一款galgame翻译器**
### 简体中文 | [English](README_en.md) | [Other Language](otherlang.md)### [使用说明](https://docs.lunatranslator.org/) | [视频教程](https://space.bilibili.com/592120404/video) | [软件下载](https://docs.lunatranslator.org/README.html) | [](https://qm.qq.com/q/I5rr3uEpi2) [](https://discord.com/invite/ErtDwVeAbB)
## 功能支持
#### 文本输入
- **HOOK** 支持使用HOOK方式获取文本。对于部分游戏引擎,还支持[内嵌翻译](https://docs.lunatranslator.org/embedtranslate.html)。还支持提取部分[模拟器](https://docs.lunatranslator.org/emugames.html)上运行的游戏的文本。对于不支持或支持不好的游戏,请[提交反馈](https://github.com/HIllya51/LunaTranslator/issues/new?assignees=&labels=enhancement&projects=&template=01_game_request.yaml)
- **OCR** 支持 **[离线OCR](https://docs.lunatranslator.org/useapis/ocrapi.html)** 和 **[在线OCR](https://docs.lunatranslator.org/useapis/ocrapi.html)**
- **剪贴板** 支持从剪贴板中获取文本进行翻译,也可以将提取的文本输出到剪贴板
#### 翻译器
支持几乎所有能想得到的翻译引擎,包括:
- **在线翻译** 支持大量免注册开箱即用的在线翻译接口,也支持使用用户注册的API的 **[传统翻译](https://docs.lunatranslator.org/useapis/tsapi.html)** 和 **[大模型翻译](https://docs.lunatranslator.org/guochandamoxing.html)**
- **离线翻译** 支持常见 **传统翻译** 引擎和离线部署的 **[大模型翻译](https://docs.lunatranslator.org/offlinellm.html)**
- **预翻译** 支持读取预翻译文件,支持翻译缓存
- **支持自定义翻译扩展** 支持使用python语言扩展其他翻译接口
#### 其他功能
- **语音合成** 支持 **离线TTS** 和 **在线TTS**
- **日语分词及假名显示** 支持使用 Mecab 等分词和显示假名
- **查词** 支持使用 **离线辞书** ( MDICT ) 和 **在线辞书** 进行单词查询
- **Anki** 支持使用一键添加单词到anki中
- **加载浏览器插件** 可以在软件内加载Yomitan等浏览器插件以辅助实现一些其他功能
## 支持作者
如果你感觉该软件对你有帮助,欢迎微信扫码赞助,谢谢,么么哒~
## 开源许可
LunaTranslator使用 [GPLv3](../LICENSE) 许可证。
引用的项目
*  [opencv/opencv](https://github.com/opencv/opencv)
*  [microsoft/onnxruntime](https://github.com/microsoft/onnxruntime)
*  [Artikash/Textractor](https://github.com/Artikash/Textractor)
*  [RapidAI/RapidOcrOnnx](https://github.com/RapidAI/RapidOcrOnnx)
*  [PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
*  [Blinue/Magpie](https://github.com/Blinue/Magpie)
*  [nanokina/ebyroid](https://github.com/nanokina/ebyroid)
*  [xupefei/Locale-Emulator](https://github.com/xupefei/Locale-Emulator)
*  [InWILL/Locale_Remulator](https://github.com/InWILL/Locale_Remulator)
*  [zxyacb/ntlea](https://github.com/zxyacb/ntlea)
*  [Chuyu-Team/YY-Thunks](https://github.com/Chuyu-Team/YY-Thunks)
*  [Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)
*  [uyjulian/AtlasTranslate](https://github.com/uyjulian/AtlasTranslate)
*  [ilius/pyglossary](https://github.com/ilius/pyglossary)
*  [ikegami-yukino/mecab](https://github.com/ikegami-yukino/mecab)
*  [AngusJohnson/Clipper2](https://github.com/AngusJohnson/Clipper2)
*  [rapidfuzz/rapidfuzz-cpp](https://github.com/rapidfuzz/rapidfuzz-cpp)
*  [TsudaKageyu/minhook](https://github.com/TsudaKageyu/minhook)
*  [lobehub/lobe-icons](https://github.com/lobehub/lobe-icons)
*  [kokke/tiny-AES-c](https://github.com/kokke/tiny-AES-c)
*  [TPN-Team/OCR](https://github.com/TPN-Team/OCR)
*  [AuroraWright/owocr](https://github.com/AuroraWright/owocr)
*  [b1tg/win11-oneocr](https://github.com/b1tg/win11-oneocr)
*  [mity/md4c](https://github.com/mity/md4c)
*  [swigger/wechat-ocr](https://github.com/swigger/wechat-ocr)
*  [rupeshk/MarkdownHighlighter](https://github.com/rupeshk/MarkdownHighlighter)
*  [sindresorhus/github-markdown-css](https://github.com/sindresorhus/github-markdown-css)