My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

This is a free unofficial Java desktop client based on Google Translate service.

It uses google-translate-api-v2-java library for the main engine, which uses the Google Translate API v2.

Note: The application requires Java (JDK or JRE) 1.6 or later.


TranslateToTrayIcon

Main

Settings

History


What's new?

Version 0.7

Improved files support:

  • As before, dragging files to the "Text to translate" will place the files' content.
  • Ctrl + dragging will place the files as objects and hitting Translate will translate and save them as files. A special consideration when translating subtitles (SRT) files - only the real text lines are sent for translation (without the index and time lines).
  • Shift + dragging will place the file name.
  • You can drag multiple files at once!

 Issue 12 : Adding global hot keys:

Fix "check for updates" wasn't working if application path contained white spaces.


Version 0.6

Working with the new Google Translate API v2 (Using http://code.google.com/p/google-translate-api-v2-java/).

Added the History feature

  • Show history of your translations
  • If possible, use history records instead of the network

Version 0.57

Adding ability to drop files into the "Text to Translate". Multiple files can be dropped at once.

 Issue 10 : Error when "Text to Translate" is empty

 Issue 11 : Not all settings are stored


Version 0.56

Adding the option to remember the window position

Fixing update notifications issues


Version 0.55

 Issue 9 : Adding proxy settings to the settings dialog

Upgrading from google-api-translate-java-0.92 to 0.94

Adding mnemonics to the "Text to Translate" (Alt + e) and to the "Translated Text" (Alt + x)

When starting minimized in system tray and a newer version is available - displaying a system tray notification instead of a dialog


Version 0.54

Adding "Check for updates on startup" option

Adding "Start minimize" option - mostly useful in system tray mode when the app starts with the OS


Version 0.53

 Issue 4 : RFE: Use system L&F - Added an option in Settings dialog

 Issue 5 : RFE: Word wrap in translated text panel - Added an option in Settings dialog

 Issue 6 : ESC-Key does not close completely

 Issue 7 : Focus should go to text box on start


Version 0.52

Adding executable for Linux and Windows


Version 0.51

Minor UI fixes for Linux OS


Version 0.5

Translate text from any language (including auto detect) to any language.

System tray mode

Saving preferred "to" and "from" languages

Paste from clipboard and paste and translate

Copy to clipboard

Powered by Google Project Hosting