A web-based translation application built with Vue.js and Vuetify.
Using AI00's API.
- Multi-language translation (Chinese, English, Japanese, Russian)
- Paragraph-by-paragraph translation mode
- Custom translation rules/terms
- Copy translated text to clipboard
- Translation history
- Responsive web interface
To use with AI00:
Copy ai00-server.exe
and its dependencies to the repo's root, and run run.bat
.
Or directly download from: https://pan.baidu.com/s/1lKIX0_4FutRbu3yx6p17Zw?pwd=7e2z
- Enter text in the left textarea
- Select target language:
- 中文 (Chinese)
- English
- 日本語 (Japanese)
- Русский (Russian)
- Click the corresponding language button to translate
- Use "逐段翻译" (Paragraph mode) for better handling of long texts
- Translated text appears in the right textarea
- Click "复制正文" to copy translated text
- In the "翻译规则" (Translation Rules) section:
- Add new terms in the table:
- Left column: Original term
- Right column: Translation
- Terms are automatically saved
- Click trash icon to delete rules
- Built with Vue.js 2.x
- UI components from Vuetify
- Responsive design for mobile/desktop
- Uses localStorage to save translation rules
- Modern web browser (Chrome, Firefox, Edge)
- Internet connection for translation services