All Projects → sculove → translator

sculove / translator

Licence: other
Translates for Korean

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to translator

php2python
Convert PHP code to Python under CGI (beta)
Stars: ✭ 44 (+37.5%)
Mutual labels:  translator
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (+18.75%)
Mutual labels:  translator
Translator-Bot
A simple google translator telegram bot
Stars: ✭ 15 (-53.12%)
Mutual labels:  translator
googletrans
G文⚡️: Concurrency-safe, Free and Unlimited google translate api for Golang. 🔥免费、无限、并发安全的谷歌翻译包
Stars: ✭ 94 (+193.75%)
Mutual labels:  translator
Translator3000
Automatic translator of games made on Ren'Py engine.
Stars: ✭ 78 (+143.75%)
Mutual labels:  translator
gpytranslate
A Python3 library for translating text using Google Translate API.
Stars: ✭ 34 (+6.25%)
Mutual labels:  translator
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+8809.38%)
Mutual labels:  translator
godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (+31.25%)
Mutual labels:  translator
xentica
GPU-accelerated engine for multi-dimensional cellular automata
Stars: ✭ 29 (-9.37%)
Mutual labels:  translator
claw-compiler
CLAW Compiler for Performance Portability
Stars: ✭ 38 (+18.75%)
Mutual labels:  translator
Covid19-Tracker
The situation of the Coronavirus epidemic data around the World and details info in Vietnam.
Stars: ✭ 15 (-53.12%)
Mutual labels:  translator
deepl-python
Official Python library for the DeepL language translation API.
Stars: ✭ 548 (+1612.5%)
Mutual labels:  translator
node-google-translate-skidz
Simple Node.js library for talking to Google's Translate API for free.
Stars: ✭ 70 (+118.75%)
Mutual labels:  translator
LibreTranslate
Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.
Stars: ✭ 3,932 (+12187.5%)
Mutual labels:  translator
copy-translator
简单、轻量、好用的划词翻译软件
Stars: ✭ 979 (+2959.38%)
Mutual labels:  translator
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+68.75%)
Mutual labels:  translator
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+190.63%)
Mutual labels:  translator
meetup-ad-schematic
Introduction to reverse engineering design file formats as presented on Hardware Developers Didactic Galactic meetup on October 9th
Stars: ✭ 32 (+0%)
Mutual labels:  translator
translate
A module grouping multiple translation APIs
Stars: ✭ 321 (+903.13%)
Mutual labels:  translator
deepl-php-lib
🧠 DeepL API Client Library supporting PHP >= 7.3
Stars: ✭ 50 (+56.25%)
Mutual labels:  translator

translator

A vscode plugin for Koreans that can help you write classes, variables, and function names.
클래스, 변수 및 함수 이름을 작성할 때 한국사용자에게 도움을 주는 vscode 플러그인이다.

Features

  • Translates English(Korean) into Korean(English)
    영어(한국어)를 한국어(영어)로 번역합니다. enToKor
  • Provides a method name with a prefix that can be applied to the translated text when you translate Korean.
    한국어를 번역 할 때, 번역 된 텍스트에 적용 할 수 있는 접두사가 있는 메서드 이름을 제공합니다. korToEn

Shortcuts

  • MacOS: Cmd + shift + t
  • Window: Ctrl + shift + t

Translate API

You can use limited Google Translate API. (default)
제한된 Google 번역 API를 사용할 수 있습니다. (default)

If you want to use Papago Translate API of NAVER, you need NAVER API key.
만약 네이버의 파파고 API를 사용하고자 한다면, NAVER API 키가 필요합니다.

Naver API

Extension Settings

  • translator.type: translate API type (google, naver). default is google
  • translator.rules: suggest prefix rules
  • translator.naver.clientId: Naver API ClientID
  • translator.naver.clientSecret: Naver API clientSecret
  // ...
  "translator.rules": [
        {
            "prefix": "create",
            "description": "생성한다",
            "detail": "기존에 없던 것을 창조한다.",
            "antonymPrefix": "destroy"
        },
        {
            "prefix": "make",
            "description": "생성한다 ",
            "detail": "기존에 있던 것에서 부가 자료를 생성한다."
        },
        {
            "prefix": "destroy",
            "description": "파괴한다. 자원을 해제한다.",
            "antonymPrefix": "create"
        }
        // ...
    ]
    "translator.naver.clientId": "Naver API clientID",
    "translator.naver.clientSecret": "Naver API clientSecret",

Release Notes

1.1.0

  • add google translate API (default)
  • change shortcut from cmd + alt + t to cmd + shift + t on MacOS
  • change shortcut from ctrl + alt + t to ctrl + shift + t on Window

1.0.0

Initial release of Translator.

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].