14

I want a dictionary or translator that uses or is similar to to Google translation for translating from English to Arabic, vice-versa or between any languages, so, what is the best one? It would be better if this program has an indicator or launcher quick-list.

Zanna
  • 72,312
Black Block
  • 5,139

5 Answers5

9

This one may do the job:

sudo apt-get install artha

The HotKey is Ctrl+Alt+W. You can just select a word in any software and press the Hotkey combination to invoke Artha, its notification/window will then come up with the meaning

penreturns
  • 5,950
4

I usually use "Gnome Translate" Install gnome-translate for this. It's based on libtranslate, which can use several on-line services (including Google Translate, SYSTRAN, etc.) to translate text.

There is also a commandline version: translate-binInstall translate-bin.

jokerdino
  • 41,732
JanC
  • 19,802
2

try this one

sudo apt-get install dictd dict-gcide dict-moby-thesaurus
1

Artha ~ The Open Thesaurus

This would be my recommendation.

enter image description here

Bucic
  • 4,064
1

Google Translate Desktop

You can install Google Translate Desktop, it's written in Java and because of that runs everywhere, it also uses the Google Translator API.

Official Screenshots

enter image description here enter image description here

Download

Can be dowloaded here: Google Code - Google Translate Desktop (Last Release: July 28 2012).

Zignd
  • 10,982