Skip to content

OlegMatuykin/Google-translate-desktop

Repository files navigation

Google translate for desktop

Google translate PC desktop is the same Google translate but for Windows as desktop application.

Google Translate windows is a free multilingual neural machine translation service developed by Google, to translate text and websites from one language into another.

  1. It capable of:

    • Text translation: Translate between 108 languages by typing
    • Tap to Translate: Copy text in any app and tap the Google Translate icon to translate (all languages)
    • Instant camera translation: Translate text in images instantly by just pointing your camera (94 languages)
    • Photos: Take or import photos for higher quality translations (90 languages)
    • Conversations: Translate bilingual conversations on the fly (70 languages)
    • Handwriting: Draw text characters instead of typing (96 languages)
    • Phrasebook: Star and save translated words and phrases for future reference (all languages)
    • Cross-device syncing: Login to sync phrasebook between app and desktop
    • Transcribe: Continuously translate someone speaking a different language in near real-time (8 languages)
  2. Perks of having Google translate windows App:

    • An icon on your quick access spots
    • One-click launch
    • No need for an open browser tab

Google translate desktop works on Windos 7, Widows 8, Windows 10, Windows 11.

What are you waiting for? Hit Download and open up Desktop Translator App on your Windows platform Desktop or Laptop.

Installation

To get Google translate desktop for Windows, you can Download Google translate desktop installer.

הורד את תוכנית ההתקנה לשולחן העבודה של גוגל תרגום למחשב

Скачать Google переводчик

descargar el instalador del traductor de Google para ordenador personal

Laden Sie das Google Translate-Desktop-Installationsprogramm für den PC herunter

パソコン用のGoogle翻訳デスクトップインストーラーを ダウンロード

download Google vertaler desktop-installatieprogramma voor pc

baixe o instalador de desktop do Google tradutor para computador pessoal

télécharger le programme d'installation de bureau du traducteur Google pour ordinateur personnel

kişisel bilgisayar için Google çevirmen masaüstü yükleyicisini indirin

scarica il programma di installazione di Google traduttore per pc

下载 适用于个人计算机的 Google 翻译桌面安装程序

قم بتنزيل برنامج تثبيت سطح المكتب من Google Translator للكمبيوتر الشخصي

pobierz instalator tłumacza Google na komputer osobisty

ดาวน์โหลด ตัวติดตั้งเดสก์ท็อป Google นักแปลสำหรับคอมพิวเตอร์ส่วนบุคคล

ladda ner Google Translator Desktop Installer för persondator

descărcați programul de instalare desktop Google Translator pentru computer personal

개인용 컴퓨터용 Google 번역기 데스크톱 설치 프로그램 다운로드

unduh penginstal desktop penerjemah Google untuk komputer pribadi

lataa Google-kääntäjän työpöytäasennusohjelma henkilökohtaiselle tietokoneelle

Or you can check the releases page.

Usage

Run the "Google.translate.desktop.install.exe" and follow installation instructions.

For professionals

  1. You can build whole application from source code. For that you will need:
    • Visual studio 2019 with support to build .NET Framework 4.6
    • If you would like to create such installer as in release, you will need NSIS 2.5.1.

Run Developer Command Prompt for VS 2019

Execute commands in this prompt:

msbuild "Google translate desktop\Google translate desktop.sln" /p:Configuration=Release /p:SelfContained=True /p:PackageAsSingleFile=true /t:Publish /p:PublishDir=Publish

makensis installer_script.nsi

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.