Often need to process a large number of Markdown documents, HTML pages, or SRT subtitle files, and translate them between Chinese and English or other languages. Existing tools on the market either lack functionality, are cumbersome to operate, or are too expensive. So I developed an AI document translation assistant to efficiently and conveniently solve the problem of translating large numbers of files, and share it with you.
Baidu Netdisk address: https://pan.baidu.com/s/1-UYnrMrQx7ectCt0rAfblA?pwd=sr1b
Key Features
- Format Compatibility: Supports translation of four common file formats: Markdown, HTML, TXT, and SRT, and can maintain the original file format after translation.
- Batch Processing: Supports batch translation, greatly improving translation efficiency.
- Intelligent Translation: Uses Gemini AI as the translation engine, ensuring translation quality while providing ample free quota.
- Custom Prompts: Allows users to customize prompts to achieve personalized translation needs, such as translating into other languages or making specific domain translation adjustments.
- Flexible File Naming: Translated files are named with a
-translated
suffix by default, or you can choose to overwrite the original file directly.
How to Use
- File Selection: In the file selection area at the top, you can select the files you want to translate by clicking or dragging.
- API Key Configuration: Fill in your Gemini API Key. Multiple keys can be separated by commas to prevent quota issues when a single key has too much translation volume.
- Model Selection: It is recommended to select the
gemini-1.5-flash
model, which has a large free quota. - Network Proxy: Please configure a network proxy to ensure that the software can connect to the Gemini service normally (unless you do not need to bypass the firewall).
- File Name Suffix: You can customize the suffix of the translated file name, the default suffix is
-translated
. - Force Overwrite: If you check the "Force Overwrite Original File" option, the translation result will directly replace the original file content.
- Translation Prompt: Modify the translation prompt in this area to achieve different translation languages or make other personalized adjustments.