t

translator

Open any file, right-click on a selection of text and choose Translate. Whatever target-language is selected in the toolbar will be used.The default implementation interacts with Google translation service on-line,hence you need to be on-line.
http://www.orat.de
GNU GPL 2.0
Oliver Rettig
Files download
File Operation
translator-1.0.0.jar download
translator-1.0.0.pom download
translator-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.orat.netbeans</groupId>
  <artifactId>translator</artifactId>
  <version>1.0.0</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'de.orat.netbeans:translator:1.0.0'
Gradle Kotlin
implementation("de.orat.netbeans:translator:1.0.0")
Scala SBT
libraryDependencies += "de.orat.netbeans" % "translator" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.orat.netbeans', module='translator', version='1.0.0')
)
Apache Ivy
<dependency org="de.orat.netbeans" name="translator" rev="1.0.0" />
Leiningen
[de.orat.netbeans/translator "1.0.0"]
Apache Buildr
'de.orat.netbeans:translator:jar:1.0.0'