Skip to content

MyOnlineDict is a free open-source application that helps you to translate texts from clipboard with online dictionaries

Notifications You must be signed in to change notification settings

houssam11350/MyOnlineDict

Repository files navigation

MyOnlineDict

MyOnlineDict is a free open-source application that helps you to translate texts from clipboard with online dictionaries.

MyOnlineDict uses the following third-party software:

FEATURES:

  1. Watch clipboard to translate texts automatically.
  2. To disable automatc translation, minimize the window or press 'SHIFT' key during the copy.
  3. You can also write the word in 'word' text box and press enter to translate it.
  4. To delete the word, click on 'Clear' button or press CTRL+BACKSPACE in the text box.
  5. Configurable: you can add your online dictionary by editing 'Dict file', 'Dict' menu -> 'Open Dict File'; then add the link of the dictionary by replacing the target word by '%WORD%'; for example Google translator uses the following url tró translate 'Dog' from English to Arabic: https://translate.google.com/#de/ar/dog then I copy this URL and replace 'dog' by %WORD% then I add https://translate.google.com/#de/ar/%WORD% to the dict file.
    • 'Dict File' is actually 'mydicts.txt' has the following structure:
      • #url@@@@@@@@title@@@@@@@@scrolldown=100@@@@@@@@scrollright=100@@@@@@@@zoomlevel=100
      • url@@@@@@@@title@@@@@@@@scrolldown=100@@@@@@@@scrollright=100@@@@@@@@zoomlevel=100
      • url@@@@@@@@title
      • url
      • # : this means comment; and MyOnlineDict will not load this dictionary in the main window.
      • url: is the URL of the dictionary; you must replace the target word by %WORD%
      • title: is the title of the dictionary; that displays on the main window.
      • scrolldown: you make the dictionary scroll down after translation, to see the suitable part of the translation; make it 0 if you don't understand this.
      • scrollright: you make the dictionary scroll right after translation, to see the suitable part of the translation; make it 0 if you don't understand this.
      • zoomlevel: zooming the browser after translate; it should be from -80 to 300.
      • [right_click_dict]: this part for the right click menu if the browser; you may want to translate text in the browser in specific translator; it has the following structure:
        • #url@@@@@@@@title@@@@@@@@fn
        • url@@@@@@@@title@@@@@@@@fn
        • url
        • url: s the URL of the dictionary; you must replace the target word by %WORD%
        • title: is the title of the dictionary.
        • fn: is the shortcut key to activate this option; it can be f1,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,no.
        • #: this means comment; and MyOnlineDict will not load this dictionary in the right click menu.
      • After modifying the 'Dict File' go to 'Dict' menu -> 'Reload Dictionaries'

DOWNLOAD:

SCREENSHOTS

main window

DEVELOPER:

  • HOUSSAM ALSHAMI (houssam11350 aatt yahoo doott com).

About

MyOnlineDict is a free open-source application that helps you to translate texts from clipboard with online dictionaries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages