AI Translate¶
एक मुफ्त, cross-platform desktop translator जो 45 भाषाएँ संभालता है और plain text से कहीं आगे जाता है — यह documents, audio, video, live speech, screen captures, और बहुत कुछ अनुवाद करता है, सब एक ही LLM-powered pipeline के साथ।
-
Desktop app
एक file drag करें, target language चुनें, translated copy वापस पाएँ। Drag-and-drop, history, glossaries, सब कुछ।
-
Command line
ait report.docx --target French— वही pipeline, scriptable और headless। CI, batch jobs, servers के लिए उपयोगी। -
AI agents (MCP)
Translation को Model Context Protocol tools के रूप में expose करें ताकि Claude Desktop, Claude Code, और अन्य MCP clients इन्हें सीधे call कर सकें।
आप क्या अनुवाद कर सकते हैं¶
| प्रकार | Formats |
|---|---|
| Office docs | .docx, .xlsx, .pptx, .odt, .ods, .odp, plus legacy .doc / .xls / .ppt |
| PDFs | layout preservation के साथ extract-overlay translation, bookmark / form / link translation, scans के लिए OCR fallback |
| Text & web | .txt, .md, .rst, .html / .htm / .xhtml, .xml, .rtf, .json, .csv, .epub |
| Subtitles | .srt, .vtt, .ass, .ssa |
| Localization | .po, .pot, .xliff / .xlf, .yaml / .yml, .properties, .strings |
| Images | .png, .jpg, .jpeg, .bmp, .webp, .tiff, .tif (OCR या LLM vision) |
| Audio | .mp3, .wav, .m4a, .flac, .ogg, .aac, .wma |
| Video | .mp4, .webm, .mkv, .avi, .mov, .wmv (पूर्ण dubbing pipeline) |
मुख्य विशेषताएँ¶
- टेक्स्ट अनुवाद — auto-detection, edit-in-place, TTS playback के साथ instant LLM translation। Right-to-left भाषाएँ (Arabic, Hebrew, Persian) natively render होती हैं।
- दस्तावेज़ अनुवाद — files drop करें, per-task progress spinner देखें, side-by-side translated copies पाएँ। RTL targets को उचित bidi markup मिलता है;
Ctrl+P/Ctrl+Gqueue को pause और continue करते हैं। - सबटाइटल बनाएँ (STT) — audio / video को SRT / VTT / ASS / SSA में transcribe करें।
- आवाज़ बनाएँ (TTS) — subtitles को timing के साथ MP3 / WAV में synthesize करें।
- वीडियो डबिंग — पूर्ण STT → translate → TTS → source video में वापस mix।
- लाइव अनुवाद — real-time microphone या system-audio subtitle overlay।
- टेक्स्ट निकालें — OCR या LLM vision →
.txt/.docx। - शब्दावली — translations में consistent terminology लागू करें।
Gemini के लिए Vertex AI mode
Enterprise users सेटिंग्स → LLM में Developer API से Gemini calls को Vertex AI में switch कर सकते हैं — इसे अपने GCP project और region पर इंगित करें, वैकल्पिक रूप से एक service-account JSON path दें। देखें LLM Providers।
पहली बार यहाँ?
इंस्टॉलेशन से शुरू करें, फिर 5-मिनट first-translation walkthrough। आपके पास एक fresh clone से 10 मिनट से कम में translated document होगा।