Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MoeFE/GoogleTranslate

🌐 Google 翻译 Mac 客户端
https://github.com/MoeFE/GoogleTranslate

electron google mac translate vue

Last synced: about 1 month ago
JSON representation

🌐 Google 翻译 Mac 客户端

Awesome Lists containing this project

README

        



Google Translate


GitHub release
Build Status
LICENSE GPL
Code Style: Prettier

> 🌐 Google 翻译 Mac 客户端(这是 2.0 版本的分支)

## 状态:公测版

所有已知问题都已经修复,并优化了用户体验,但可能依然有少量 BUG。
如果你在使用中发现了问题,请在[这里](https://github.com/MoeFE/GoogleTranslate/issues/new)报告问题,非常感谢!

## 预览

预览动态图
更改语言
应用程序设置

## 功能

- [x] 基本翻译
- [x] 语音朗读
- [x] 顶端显示
- [x] 开机启动
- [x] ~~自动更新~~
- [x] 全局快捷键呼出
- [x] 内置多种翻译引擎

## 下载

您可以在[这里](https://github.com/MoeFE/GoogleTranslate/releases/latest)手动下载最新版本

## FAQ

Q:Electron 不是跨平台的吗?为什么只有 Mac 版本?
A:因为 UI 的交互设计不适用于其他操作系统

Q:为什么不能自动更新?
A:因为我没有加入 [Apple Developer Program](https://developer.apple.com/programs/)(需要缴纳年费),无法进行[代码签名](https://electronjs.org/docs/tutorial/code-signing),所以无法使用自动更新功能

Q:所有翻译引擎都提示当前翻译接口不可用?
A:在新版本中,无论你使用哪种翻译引擎,都会先调用国内谷歌翻译的检测语言接口。出现这种情况一般是你的代理节点出现流量异常,导致请求被谷歌拦截,需要输入验证码(你还可以使用 option + command + I 打开调试工具查看请求结果是否正确)所以如果出现这个问题,请更换你的代理节点或不使用代理直接使用国内谷歌引擎。

Q:无法打开应用,提示该应用来自身份不明的开发者?
A:在终端中输入 `sudo spctl –master-disable` 然后按回车确认,密码是系统开机密码。
然后打开系统偏好设置 ⇨ 安全性和隐私 ⇨ 任何来源,勾选即可。

## 参与贡献

1. Fork it!
2. 将自己添加为贡献者:`npm run contributors`
3. 创建功能分支:`git checkout -b my-new-feature`
4. 提交你的更改:`git commit -am 'Add some feature'`
5. 推送这个分支:`git push origin my-new-feature`
6. 提交一个拉取请求 :D

## 贡献者

感谢这些美好的人 ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

| [
さくら](https://qwq.cat)
[💻](https://github.com/MoeFE/GoogleTranslate/commits?author=u3u "Code") [📖](https://github.com/MoeFE/GoogleTranslate/commits?author=u3u "Documentation") [🎨](#design-u3u "Design") [🤔](#ideas-u3u "Ideas, Planning, & Feedback") | [
Batur](https://github.com/Batur24)
[💬](#question-Batur24 "Answering Questions") [🐛](https://github.com/MoeFE/GoogleTranslate/issues?q=author%3ABatur24 "Bug reports") [🤔](#ideas-Batur24 "Ideas, Planning, & Feedback") [⚠️](https://github.com/MoeFE/GoogleTranslate/commits?author=Batur24 "Tests") | [
mantou](https://github.com/mantou132)
[💻](https://github.com/MoeFE/GoogleTranslate/commits?author=mantou132 "Code") [🤔](#ideas-mantou132 "Ideas, Planning, & Feedback") |
| :---: | :---: | :---: |

该项目遵循 [all-contributors](https://github.com/kentcdodds/all-contributors) 规范,欢迎任何形式的贡献!

## 协议

[GNU General Public License v3.0](./LICENSE)
本项目仅供学习交流和私人使用,禁止商业用途

> [qwq.cat](https://qwq.cat) · GitHub [@u3u](https://github.com/u3u) · Twitter [@hanser0v0](https://twitter.com/hanser0v0)