Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

zawataki/vscode-mirai-translator

Repository files navigation

Important Announce

This VS Code extension has been deprecated because there is a more powerful translator DeepL now.

みらい翻訳 for VS Code

Published version Number of installs CI status on GitHub Actions CI status on Azure Pipelines

Translate English text to Japanese using みらい翻訳 (Mirai Translator) from VS Code.

みらい翻訳 (高精度な機械翻訳サービス)を使って英語のテキストを日本語に翻訳するための Visual Studio Code拡張機能です。

demo

The icon made by Freepik from www.flaticon.com.

Features (機能)

  • Translation English text you selected to Japanese using みらい翻訳 by the command Translate English to Japanese using Mirai Translator on Command Palette.
  • Translation Japanese text you selected to English using みらい翻訳 by the command Translate Japanese to English using Mirai Translator on Command Palette.
  • Proxy support
    • You can use a proxy to translate text with the following settings:
      "miraiTranslator.proxy.host": "192.168.0.5" // Proxy disabled if empty
      "miraiTranslator.proxy.port": "8080"
      "miraiTranslator.proxy.username": "user1"   // Proxy auth disabled if empty
      "miraiTranslator.proxy.password": "password"
    • Enable proxy by the command Enable proxy for Mirai Translator on Command Palette. By default, the proxy is enable if the proxy setting is not empty.
    • Disable proxy by the command Disable proxy for Mirai Translator on Command Palette.
  • 選択した範囲の英語を日本語に翻訳(選択した状態でコマンドパレットのTranslate English to Japanese using Mirai Translatorを実行)
  • 選択した範囲の日本語を英語に翻訳(選択した状態でコマンドパレットのTranslate Japanese to English using Mirai Translatorを実行)
  • プロキシのサポート
    • 以下の設定でプロキシを使用可能:
      "miraiTranslator.proxy.host": "192.168.0.5" // 設定が空ならプロキシは無効
      "miraiTranslator.proxy.port": "8080"
      "miraiTranslator.proxy.username": "user1"   // 設定が空ならプロキシの認証は無効
      "miraiTranslator.proxy.password": "password"
    • プロキシを有効にする(コマンドパレットのEnable proxy for Mirai Translatorを実行)(デフォルトではプロキシ設定が空でなければ有効になる)
    • プロキシを無効にする(コマンドパレットのDisable proxy for Mirai Translatorを実行)

Requirements (必要な環境)

Internet connection to みらい翻訳.

みらい翻訳 のWebページに繋がるインターネット環境。

Extension Settings (拡張機能の設定)

Nothing.

なし。

Known Issues (既知の問題)

See issues.

issues をご覧ください。

Release Notes

See CHANGELOG.md.

CHANGELOG.md をご覧ください。

About

Translate English text to Japanese using Mirai Translator from VS Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published