Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

翻译无法使用 #16

Open
NianBroken opened this issue Oct 2, 2022 · 14 comments
Open

翻译无法使用 #16

NianBroken opened this issue Oct 2, 2022 · 14 comments

Comments

@NianBroken
Copy link

image

@wangfreexx
Copy link
Owner

谷歌翻译看运气

@NianBroken
Copy link
Author

NianBroken commented Oct 3, 2022

谷歌翻译看运气

国庆后就一直无法使用了,国庆前是可以正常使用的
目前即便的开着VPN也无法使用翻译功能

@Laeeb
Copy link

Laeeb commented Oct 22, 2022

谷歌翻译看运气

国庆后就一直无法使用了,国庆前是可以正常使用的 目前即便的开着VPN也无法使用翻译功能

一开始我修改hosts文件后还是可以用的谷歌翻译。但这最近这几天天若就用不了翻译了。我谷歌翻译网页还是可以用的

@Laeeb
Copy link

Laeeb commented Oct 22, 2022

看到个消息说:"谷歌翻译不再向中国区域提供服务",不知道是不是受此影响

https://linux.cn/article-15094-1.html#:~:text=%E8%B0%B7%E6%AD%8C%E7%BF%BB%E8%AF%91%E8%A2%AB%E5%AE%9A%E5%90%91%E5%88%B0%E8%B0%B7%E6%AD%8C%20.hk%20%E5%9F%9F%E5%90%8D%E4%B8%8B%EF%BC%8C%E5%AE%9E%E9%99%85%E4%B8%8A%E5%AF%BC%E8%87%B4%E4%B8%AD%E5%9B%BD%E5%8C%BA%E5%9F%9F%E6%97%A0%E6%B3%95%E8%AE%BF%E9%97%AE%E3%80%82%E8%B0%B7%E6%AD%8C%E6%89%BF%E8%AE%A4%EF%BC%8C%E8%AF%A5%E5%85%AC%E5%8F%B8%E5%B7%B2%E7%BB%8F%E5%81%9C%E6%AD%A2%E4%BA%86%E8%B0%B7%E6%AD%8C%E7%BF%BB%E8%AF%91%E5%9C%A8%E4%B8%AD%E5%9B%BD%E5%A4%A7%E9%99%86%E7%9A%84%E6%9C%8D%E5%8A%A1

我觉得没什么的。我之前修改了hosts文件后 , 网页的谷歌翻译还能用 , 天若的谷歌翻译也能用了。但最近不知道为什么天若就用不了了。有点随缘

@239144498
Copy link

可以用微软的翻译,永久免费挺好的
使用文档:https://learn.microsoft.com/zh-cn/azure/cognitive-services/translator/
示例代码
`using System.Text;
using Newtonsoft.Json;

class Program
{
private static readonly string key = "";
private static readonly string endpoint = "https://api.cognitive.microsofttranslator.com";

// location, also known as region.
// required if you're using a multi-service or regional (not global) resource. It can be found in the Azure portal on the Keys and Endpoint page.
private static readonly string location = "<YOUR-RESOURCE-LOCATION>";

static async Task Main(string[] args)
{
    // Input and output languages are defined as parameters.
    string route = "/translate?api-version=3.0&from=en&to=fr&to=zu";
    string textToTranslate = "I would really like to drive your car around the block a few times!";
    object[] body = new object[] { new { Text = textToTranslate } };
    var requestBody = JsonConvert.SerializeObject(body);

    using (var client = new HttpClient())
    using (var request = new HttpRequestMessage())
    {
        // Build the request.
        request.Method = HttpMethod.Post;
        request.RequestUri = new Uri(endpoint + route);
        request.Content = new StringContent(requestBody, Encoding.UTF8, "application/json");
        request.Headers.Add("Ocp-Apim-Subscription-Key", key);
        // location required if you're using a multi-service or regional (not global) resource.
        request.Headers.Add("Ocp-Apim-Subscription-Region", location);

        // Send the request and get response.
        HttpResponseMessage response = await client.SendAsync(request).ConfigureAwait(false);
        // Read response as a string.
        string result = await response.Content.ReadAsStringAsync();
        Console.WriteLine(result);
    }
}

}`

@Weicomic
Copy link

谷歌翻译看运气

国庆后就一直无法使用了,国庆前是可以正常使用的 目前即便的开着VPN也无法使用翻译功能

一开始我修改hosts文件后还是可以用的谷歌翻译。但这最近这几天天若就用不了翻译了。我谷歌翻译网页还是可以用的

怎么修改啊 作为纯粹编程小白 我梯子挂着也用不了就很离谱

@Laeeb
Copy link

Laeeb commented Nov 1, 2022

谷歌翻译看运气

国庆后就一直无法使用了,国庆前是可以正常使用的 目前即便的开着VPN也无法使用翻译功能

一开始我修改hosts文件后还是可以用的谷歌翻译。但这最近这几天天若就用不了翻译了。我谷歌翻译网页还是可以用的

怎么修改啊 作为纯粹编程小白 我梯子挂着也用不了就很离谱

我查找了很多方法我明白了, 修改hosts文件还是还是可以用的 , 关键在于你要ping的是api哪个网址 , 即 translate.googleapis.com 这个网址。具体方法如下 :谷歌或百度搜ping检测工具 , 然后在里面ping哪个网址。自己测试一下哪个IP能用, 然后替换掉IP后保存。 然后关掉你的;浏览器 和 天若OCR , 。然后Win+R输入cmd , 然后输入 ipconfig/flushdns。回车。一套操作做完。你天若内置的谷歌api翻译就可以用了。 ( 如果然后还是失效了 , 那就继续这样重复操作就行了 , 唯一不变的就是更换有用的IP地址 )

https://www.vsping.com/ping/ <--- 这是我常用的ping检测工具网址

@Weicomic
Copy link

Weicomic commented Nov 6, 2022

谷歌翻译看运气

国庆后就一直无法使用了,国庆前是可以正常使用的 目前即便的开着VPN也无法使用翻译功能

一开始我修改hosts文件后还是可以用的谷歌翻译。但这最近这几天天若就用不了翻译了。我谷歌翻译网页还是可以用的

怎么修改啊 作为纯粹编程小白 我梯子挂着也用不了就很离谱

我查找了很多方法我明白了, 修改hosts文件还是还是可以用的 , 关键在于你要ping的是api哪个网址 , 即 translate.googleapis.com 这个网址。具体方法如下 :谷歌或百度搜ping检测工具 , 然后在里面ping哪个网址。自己测试一下哪个IP能用, 然后替换掉IP后保存。 然后关掉你的;浏览器 和 天若OCR , 。然后Win+R输入cmd , 然后输入 ipconfig/flushdns。回车。一套操作做完。你天若内置的谷歌api翻译就可以用了。 ( 如果然后还是失效了 , 那就继续这样重复操作就行了 , 唯一不变的就是更换有用的IP地址 )

https://www.vsping.com/ping/ <--- 这是我常用的ping检测工具网址

嗯 解决了 就是要等待很久

@wangfreexx
Copy link
Owner

建议使用百度翻译,申请个api,稳定

@Laeeb
Copy link

Laeeb commented Nov 9, 2022

建议使用百度翻译,申请个API,稳定

天若很多版本我都用过了, 支持自定义的翻译api的版本的识别率不行。识别率高的版本又不支持自定义。 而且有时候在网页用的百度和有道微软的翻译都不准 , 就是翻译的结果看起来就有点别扭。翻译我一般只用谷歌和Deepl翻译。这两个翻译挺好的

@xelc
Copy link

xelc commented Nov 21, 2022

谷歌翻译,修改host还是可以用的。

@150154906
Copy link

腾讯翻译测试可用,百度不稳定

@Laeeb
Copy link

Laeeb commented Jan 30, 2023

吾爱有个版本是复活版的。端口号为7890。翻译的话要用梯子才能用、而且梯子的端口号也要是7890才行。我试过了还不错。翻译和识别都不错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants