All Projects → YiiGuxing → TranslationPlugin

YiiGuxing / TranslationPlugin

Licence: MIT license
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to TranslationPlugin

SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (-99.48%)
Mutual labels:  intellij, intellij-plugin, android-studio, jetbrains-ides
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-99.72%)
Mutual labels:  intellij, intellij-plugin, android-studio
eventbus-plugin
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library
Stars: ✭ 25 (-99.73%)
Mutual labels:  intellij, intellij-plugin, android-studio
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (-99.69%)
Mutual labels:  intellij, intellij-plugin, android-studio
Idea Android Studio Plugin
Android Studio Plugin
Stars: ✭ 293 (-96.87%)
Mutual labels:  intellij, intellij-plugin, android-studio
Intellij Rainbow Brackets
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio
Stars: ✭ 3,663 (-60.93%)
Mutual labels:  intellij, intellij-plugin, android-studio
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (-99.45%)
Mutual labels:  intellij, intellij-plugin, android-studio
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-99.82%)
Mutual labels:  intellij, intellij-plugin, android-studio
Pebble Intellij
Pebble support for IntelliJ IDEA
Stars: ✭ 68 (-99.27%)
Mutual labels:  intellij, intellij-plugin, android-studio
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-99.72%)
Mutual labels:  intellij, intellij-plugin
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (-99.1%)
Mutual labels:  intellij, intellij-plugin
intellij-extra-icons-plugin
🧩 IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.
Stars: ✭ 146 (-98.44%)
Mutual labels:  intellij-plugin, jetbrains-ides
Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (-97.69%)
Mutual labels:  intellij, intellij-plugin
Intellij Key Promoter X
Modern IntelliJ plugin to learn shortcuts for buttons
Stars: ✭ 2,689 (-71.32%)
Mutual labels:  intellij, intellij-plugin
intellij-one-dark
One Dark syntax theme for JetBrains IDEs
Stars: ✭ 69 (-99.26%)
Mutual labels:  intellij, jetbrains-ides
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (-97.7%)
Mutual labels:  intellij, intellij-plugin
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (-97.79%)
Mutual labels:  intellij, intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (-98.74%)
Mutual labels:  intellij, intellij-plugin
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (-99.11%)
Mutual labels:  intellij, intellij-plugin
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (-99.65%)
Mutual labels:  intellij, intellij-plugin

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
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
LeeWyatt github.com/leewyatt 76.6 CNY
丿初音 70 CNY

More donors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].