You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"https://translate.googleapis.com/translate_a/single?client=gtx&dt=t + params"
// where the params are:
{
"sl": source language,
"tl": destination language,
"q": the text to translate
}
这个接口也是广大翻译软件中 Google Translate 的实现方法。调用频率完全可以满足个人使用的需求。
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
目前 Memo 内嵌的 Google Translate 接口经常会提示此 IP 调用频繁,导致不能正常翻译。
Describe the solution you'd like
使用 Found a Google Translate endpoint that doesn't require an API key. · Issue #268 · ssut/py-googletrans 所言的免费 Google Translate API 接口(Get)
这个接口也是广大翻译软件中 Google Translate 的实现方法。调用频率完全可以满足个人使用的需求。
The text was updated successfully, but these errors were encountered: