LunaTranslator/README.md

98 lines
4.5 KiB
Markdown
Raw Normal View History

2024-07-04 08:05:08 +08:00
# LunaTranslator
2024-01-08 23:37:00 +08:00
<p align="left">
2024-07-28 14:18:52 +08:00
<img src="https://img.shields.io/github/license/HIllya51/LunaTranslator">
2024-08-07 03:38:05 +08:00
<a href="https://github.com/HIllya51/LunaTranslator/releases"><img src="https://img.shields.io/github/v/release/HIllya51/LunaTranslator?color=ffa"></a>
2024-09-26 17:36:17 +08:00
<a href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator.zip" target="_blank"><img src="https://img.shields.io/badge/download_64bit-blue"/></a> <a href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip" target="_blank"><img src="https://img.shields.io/badge/download_32bit-blue"/></a>
2024-07-28 14:18:52 +08:00
</p>
2024-09-09 00:34:54 +08:00
2024-09-17 14:55:47 +08:00
### [使用说明](https://docs.lunatranslator.org/#/zh/) [视频教程](https://space.bilibili.com/592120404/video) <a href="https://qm.qq.com/q/I5rr3uEpi2"><img src="https://img.shields.io/badge/QQ群-963119821-FF007C"></a> <a href="https://discord.com/invite/ErtDwVeAbB"><img src="https://img.shields.io/discord/1262692128031772733?label=Discord&logo=discord&color=FF007C"></a>
2024-09-09 00:34:54 +08:00
2024-01-08 23:37:00 +08:00
2024-10-18 20:03:38 +08:00
### 简体中文 | [English](docs/other/README_en.md) | [Русский язык](docs/other/README_ru.md) | [Other Language](docs/other/otherlang.md)
2024-01-08 23:37:00 +08:00
> **一款galgame翻译器**
2024-07-04 08:05:08 +08:00
## 功能支持
2024-01-08 23:37:00 +08:00
2024-09-09 00:44:28 +08:00
#### 文本输入
2024-11-06 09:28:32 +08:00
- **HOOK** 支持使用HOOK方式获取文本支持使用特殊码支持自动保存游戏及HOOK、自动加载HOOK等。对于部分引擎还支持内嵌翻译。对于不支持或支持不好的游戏请[提交反馈](https://github.com/HIllya51/LunaTranslator/issues/new?assignees=&labels=enhancement&projects=&template=01_game_request.yaml)
2024-01-08 23:37:00 +08:00
2024-11-13 11:39:59 +08:00
- **OCR** 支持 **离线OCR** ( 除内置OCR引擎外还支持WindowsOCR、Tessearact5、manga-ocr、WeChat/QQ OCR ) 和 **在线OCR** ( 百度、有道、讯飞、Google Lens、Google Cloud Vision、docsumo、ocrspace、Gemini、ChatGPT兼容接口 )
2024-01-08 23:37:00 +08:00
2024-09-09 00:44:28 +08:00
- **剪贴板** 支持从剪贴板中获取文本进行翻译
2024-01-08 23:37:00 +08:00
2024-09-09 00:44:28 +08:00
- **文本输出** 提取的文本可以输出到剪贴板、Websocket以供其他程序使用。
2024-01-08 23:37:00 +08:00
#### 翻译器
支持几乎所有能想得到的翻译引擎,包括:
2024-09-09 00:31:30 +08:00
- **免费在线翻译** 支持使用百度、必应、谷歌、阿里、有道、彩云、搜狗、讯飞、腾讯、字节、火山、DeepL/DeepLX、papago、yandex、lingva、reverso、TranslateCom、ModernMT
2024-01-08 23:37:00 +08:00
2024-11-13 11:39:59 +08:00
- **注册在线翻译** 支持使用用户注册的 **传统翻译** ( 百度、腾讯、有道、小牛、彩云、火山、DeepL、yandex、google、ibm、Azure ) 和 **大模型翻译** ( ChatGPT兼容接口、claude、cohere、gemini、百度千帆、腾讯混元 )
2024-01-08 23:37:00 +08:00
2024-09-09 00:31:30 +08:00
- **离线翻译** 支持 **传统翻译** ( J北京7、金山快译、译典通、ezTrans、Sugoi、MT5 ) 和离线部署的 **大模型翻译** ( ChatGPT兼容接口、Sakura大模型 )
2024-01-08 23:37:00 +08:00
2024-09-13 13:17:57 +08:00
- **Chrome调试翻译** 支持 **传统翻译** ( deepl、yandex、有道、百度、腾讯、必应、彩云、小牛、阿里、谷歌 ) 和 **大模型翻译** ( chatgpt、deepseek、moonshot、qianwen、chatglm、Theb.ai、DuckDuckGo )
2024-01-08 23:37:00 +08:00
2024-09-09 00:31:30 +08:00
- **预翻译** 支持读取预翻译文件,支持翻译缓存
2024-01-08 23:37:00 +08:00
2024-09-09 00:31:30 +08:00
- **支持自定义翻译扩展** 支持使用python语言扩展其他翻译接口
2024-01-08 23:37:00 +08:00
#### 语音合成
2024-09-09 00:31:30 +08:00
- **离线TTS** 支持WindowsTTS、VoiceRoid2/VoiceRoid+、NeoSpeech、VOICEVOX、VITS
2024-01-08 23:37:00 +08:00
2024-09-09 00:31:30 +08:00
- **在线TTS** 支持火山TTS、有道TTS、EdgeTTS、谷歌TTS
2024-01-08 23:37:00 +08:00
#### 日语学习
2024-09-09 00:31:30 +08:00
- **日语分词及假名显示** 支持使用 Mecab 等分词和显示假名
2024-01-08 23:37:00 +08:00
2024-11-08 17:07:24 +08:00
- **查词** 支持使用 **离线辞书** ( MDICT、小学馆、灵格斯词典、EDICT/EDICT2 ) 和 **在线辞书** ( 有道、weblio、Goo、Moji、jisho、JapanDict ) 进行单词查询
2024-05-25 23:48:44 +08:00
2024-09-09 00:31:30 +08:00
- **Anki** 支持使用一键添加单词到anki中
2024-01-08 23:37:00 +08:00
2024-07-04 08:05:08 +08:00
## 引用
2024-01-08 23:37:00 +08:00
<details>
<summary>点击查看</summary>
* [RapidAI/RapidOcrOnnx](https://github.com/RapidAI/RapidOcrOnnx)
* [PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
* [UlionTse/translators](https://github.com/UlionTse/translators)
* [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)
* [@KirpichKrasniy](https://github.com/KirpichKrasniy)
2024-09-12 21:01:26 +08:00
* [uyjulian/AtlasTranslate](https://github.com/uyjulian/AtlasTranslate)
2024-01-08 23:37:00 +08:00
</details>
2024-07-04 08:05:08 +08:00
## 支持作者
2024-01-08 23:37:00 +08:00
如果你感觉该软件对你有帮助,欢迎微信扫码赞助,谢谢,么么哒~
2024-11-06 09:28:32 +08:00
<img src='.\\py\\files\\zan.jpg' style="height: 400px !important;">
2024-01-08 23:37:00 +08:00