Git Product home page Git Product logo

translationplugin's Introduction

TranslationPlugin TranslationPlugin

Plugin Homepage Build Status License GitHub releases Version Downloads Financial Contributors on Open Collective

Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.

screenshots




Getting Started 开始使用 はじめに 시작하기


Features

  • Multiple Translation Engines
    • Microsoft Translator
    • Google Translate
    • DeepL Translator
    • Youdao Translate
    • Baidu Translate
    • Alibaba Translate
  • Multilingual translation
  • Document translation
  • Text-to-speech
  • Automatic word selection
  • Automatic word breaks
  • Word Book

Compatibility

  • Android Studio
  • AppCode
  • CLion
  • DataGrip
  • GoLand
  • HUAWEI DevEco Studio
  • IntelliJ IDEA Ultimate
  • IntelliJ IDEA Community
  • IntelliJ IDEA Educational
  • MPS
  • PhpStorm
  • PyCharm Professional
  • PyCharm Community
  • PyCharm Educational
  • Rider
  • RubyMine
  • WebStorm

Installation

Get from Marketplace
  • Installing from the plugin repository within the IDE:

    • Preferences(Settings) > Plugins > Marketplace > Search and find "Translation" > Install Plugin.
  • Installing manually:

    • Download the plugin package on GitHub Releases or in the JetBrains Plugin Repository.
    • Preferences(Settings) > Plugins > ⚙️ > Install plugin from disk... > Select the plugin package and install (no need to unzip)

Restart the IDE after installation.

Using The Plugin

  1. Sign up for a translation service (optional)

  2. Begin translating

    Select a text or hover the mouse over the text > Right-click > Translate

    Or use shortcuts for translation, as detailed in Actions.

  3. Translate and replace

    Translate the target text and replace it. If the target language is English, the output has several formats: in camel case, with a word separator (when the output contains multiple words, the separator can be configured in the plugin configuration page: Translation Settings > Translate and replace > Separator) and in the original format.

    Instructions: Select a text or hover the mouse over the text > Right-click > Translate and Replace... (Or use shortcuts for translation, as detailed in Actions).

  4. Translate documents

    Preferences(Settings) > Tools > Translation > Other > Translate documents: When you check this option, the document will be automatically translated when you view it.

  5. Switch translation engines

    Click the translation engine icon in the status bar or use the shortcut Ctrl + Shift + S (Mac OS: Control + Meta + Y) to switch between translation engines quickly.

Actions

  • Show Translation Dialog...

    Open the translation dialog, which appears by default on the toolbar. Default shortcut:

    • Windows - Ctrl + Shift + O
    • Mac OS - Control + Meta + I
  • Translate

    Extract words and translate them. If you have already selected a text, extract the words from the portion of the text you'd like translate. Otherwise, words are extracted automatically from the maximum range (this extraction can be configured in Settings). This action is displayed by default in the editor's right-click context menu. Default shortcut:

    • Windows - Ctrl + Shift + Y
    • Mac OS - Control + Meta + U
  • Translate(Inclusive)

    Extract words and translate them. Automatically extract and translate all words from a specific range, ignoring manually selected text. Default shortcut: (None)

  • Translate(Exclusive)

    Extract words and translate them. Automatically extract the nearest single word, ignoring manually selected text. Default shortcut: (None)

  • Translate and Replace...

    Translate and replace. The word extraction method works the same as when translating. Default shortcut:

    • Windows - Ctrl + Shift + X
    • Mac OS - Control + Meta + O
  • Translate Documentation

    Translate the contents of document comments. This option is displayed by default in the editor's context menu ( right-click to access) and is available when the cursor is in the document's comment block. Default shortcut: (None)

  • Toggle Quick Documentation Translation

    Toggle between the original and translated texts in Quick Documentation. This option is available when the focus is on the Quick Documentation pop-up window or the documentation tool window. Default shortcut (same as translation shortcut):

    • Windows - Ctrl + Shift + Y
    • Mac OS - Control + Meta + U
  • Translate Text Component

    Translate selected text in some text components (e.g. Quick Docs, popup hints, input boxes……). This does not support automatic word extraction. Default shortcut (same as translation shortcut):

    • Windows - Ctrl + Shift + Y
    • Mac OS - Control + Meta + U
  • Choose Translation Engine

    Quickly toggle between translation engines. Default shortcut:

    • Windows - Ctrl + Shift + S
    • Mac OS - Control + Meta + Y
  • Word of the Day

    Display the 'Word of the Day' dialog box. Default shortcut: (None)

  • Other

    • Translation dialog shortcuts:

      • Display the list of source languages - Alt + S
      • Display the list of target languages - Alt + T
      • Switch between languages - Alt + Shift + S
      • Pin/unpin a window - Alt + P
      • Play TTS - Alt/Meta/Shift + Enter
      • Save to Word Book - Ctrl/Meta + F
      • Show history - Ctrl/Meta + H
      • Copy translation - Ctrl/Meta + Shift + C
      • Clear input - Ctrl/Meta + Shift + BackSpace/Delete
      • Expand more translations - Ctrl/Meta + Down
      • Hide more translations - Ctrl/Meta + UP
    • Translation balloon shortcuts:

      • Open dialog - Ctrl + Shift + Y / Control + Meta + U
    • Quick Documentation window shortcuts:

      • Enable/disable automatic translation - Ctrl + Shift + Y / Control
        • Meta + U

FAQ

If you have any questions, please ask here.

  1. What should I do if there is a network error or the network connection times out?

    A:

    • Check the network environment and make sure the network is running smoothly.
    • Check whether a proxy is preventing the plugin from accessing the translation API.
    • Check the IDE proxy configuration to see if that is the cause of the problem.
  2. What should I do if the translated content appears garbled?

    A: Garbled code generally appears when there is a lack of corresponding characters in the font. You can go to the Settings page of the plugin to modify the font in order to fix the garbled code (as shown below).

    screenshots

  3. What if I can't save the application key?

    A: You can try changing the way passwords are saved to In KeePass (Settings > Appearance & Behavior > System Settings > Passwords). For more details:

    • For macOS, please refer to #81
    • For Linux, please refer to #115
  4. What if the shortcuts don't work?

    A: The shortcut keys are most likely not working because they are being used in other plugins or external applications. You can reset shortcut keys for the corresponding operations.

Support and Donations

You can contribute and support this project by doing any of the following:

  • Star the project on GitHub

  • Give feedback

  • Commit PR

  • Contribute your ideas/suggestions

  • Share the plugin with your friends/colleagues

  • If you love this plugin, please consider donating. It will inspire me to continue development on the project:

    Open Collective WeChat Pay Alipay
    Donate To Our Collective WeChat Play Alipay

    Note: After using Alipay/WeChat to pay for your donation, please provide your name/nickname and website by leaving a message or via email in the following format:

    Name/Nickname [<website>][: message] (website and message are optional.)

    Example: Yii.Guxing <github.com/YiiGuxing>: I like the plugin!

    If you choose to send an email, please also provide the following information:

    Donation Amount: <amount>
    Payment Platform: Alipay/WeChat Pay
    Payment Number (last 5 digits): <number>
    

    Email address: [email protected] (click to send email)

    The name, website and total donation amount you provide will be added to the donor list.

Thank you for your support!

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Backers

Thank you to all our backers! ❤️ [Become a backer]

Sponsors

Support this project by becoming a sponsor! Your logo will show up here with a link to your website. [Become a sponsor]

Donors

Name Website Amount
丿初音 220 CNY
LiMingjun 100 CNY
DarknessTM github.com/darknesstm 100 CNY
Sunlife95 100 CNY
马强@咔丘互娱 100 CNY
Rrtt_2323 100 CNY
唐嘉 github.com/qq1427998646 100 CNY
凌高 100 CNY
Mritd mritd.com 88.88 CNY
三分醉 www.sanfenzui.com 88 CNY

More donors

translationplugin's People

Contributors

yiiguxing avatar niktrop avatar dependabot[bot] avatar actions-user avatar naoyukik avatar d-w-x avatar monkeywithacupcake avatar saukiya avatar julia-alexandrova avatar kaiattrib avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.