适用于 OS X 的 Google 翻译客户端

dii*_*eep 10 software-rec translation macos

我在 Windows 上使用Translate Client。此工具通过双击可立即在任何应用程序中翻译所选文本Ctrl Mac OS X 有哪些替代方案?
好的实现就像在字典中一样(选择单词Command+ Control+ D在此处输入图片说明

更新:

  1. http://www.yuriev.info/translator/translator.zip
    关于这个的文章 在此处输入图片说明

Dan*_*eck 11

打开/Applications/Automator.app,选择创建一个新的服务,双击运行AppleScript工具库中,并输入以下脚本代码到文本字段:

on run argv
    tell application "Safari"
        make new document at end of documents
        set URL of document 1 to "https://translate.google.com/#view=home&op=translate&sl=en&tl=es&text=" & item 1 of argv
    end tell
end run
Run Code Online (Sandbox Code Playgroud)

另存为翻译成西班牙语


现在,您可以在任何应用程序中选择文本,然后从上下文菜单或应用程序 » 服务菜单中选择翻译为西班牙语。将打开一个新的 Safari 窗口,将所选文本作为 Google 翻译的输入。


您可以在System Preferences » Keyboard » Keyboard Shortcuts » Services 中分配键盘快捷


从上下文菜单中选择(这是一个子菜单,因为我有太多适用的服务,您可以在System Preferences 中禁用一些):

在此处输入图片说明


单击菜单项后打开以下页面:

在此处输入图片说明