近日,有不少用户反馈谷歌翻译在国内无法正常使用,随后谷歌公司发言人通过电子邮件回复外媒,承认谷歌翻译已经在中国大陆停止提供,退出原因是:使用率过低。
本应提供翻译功能的网站translate.Google.cn,已经被替换成谷歌搜索页面。此做法与谷歌搜索、谷歌地图等功能退出中国大陆时一致。
谷歌翻译服务在中国大陆不会恢复,这也势必会为卖家们带来不小的烦恼,尤其是小语种站点卖家,许多卖家表示太过突然与不解。
今天,雅舍为大家带来“复活”谷歌翻译超全攻略!
一、使用谷歌香港的链接
https://translate.google.com.hk/
【*用梯子才可以打开】
二、记事本解决方法之一
(1)新建文本文档,然后将下面这串代码复制到记事本中打开
:: Copyright (c)2022 https://bookfere.com
:: This is a batch SCRipt for fixing Google Translate and making it available
:: in the Chinese mainland. If you experience any problem, visit the page below:
:: https://bookfere.com/post/1020.html
@setlocal enabledelayedexpansion
@echo off
set "source_domain=google.cn"
set "target_domain=translate.googleapis.com"
set "hosts_file=C:\Windows\System32\drivers\etc\hosts"
for /f "skip=4 tokens=2" %%a in ('"nslookup %source_domain% 2>NUL"') do set ip=%%a
set "old_rule=null"
set "new_rule=%ip% %target_domain%"
for /f "tokens=*" %%i in ('type %hosts_file%') do (
set "line=%%i"
:: Retrieve the rule If the target domain has been exists in the line.
if not "!line:%target_domain%=!"=="%%i" set "old_rule=%%i"
)
if not "%old_rule%"=="null" (
if not "%old_rule%"=="%new_rule%" (
echo Deleting the rule "%old_rule%"
echo Adding the rule "%new_rule%"
for /f "tokens=*" %%i in ('type "%hosts_file%" ^| find /v /n "" ^& break ^> "%hosts_file%"') do (
set "rule=%%i"
set "rule=!rule:*]=!"
if "%old_rule%"=="!rule!" set "rule=%new_rule%"
>>%hosts_file% echo(!rule!
)
) else (
echo The rule already exists, nothing to do.
)
) else (
echo Adding the rule "%new_rule%"
echo.>>%hosts_file%
echo.>>%hosts_file%
echo # Fix Google Translate CN>>%hosts_file%
echo %new_rule%>>%hosts_file%
)
echo Done.
pause
(2)保存后,将文件后缀改为.bat
(3)右键,以管理员方式运行,结束,即可正常使用
三、记事本解决方法之二
直接下载补丁:https://www.feijix.com/s/DRErYC2
四、电脑参数
(1)通过记事本方式,打开电脑上的host文件:
C:\Windows\System32\drivers\etc;
*不同系统打开路径如下,本文以Windows 为例
Windows 系统:C:\Windows\System32\drivers\etc\hosts
Mac 系统:/etc/hosts
Linux 系统:/etc/hosts
Android 系统:/system/etc/hosts
iOS 系统:/etc/hosts
(2)在文件后面添加下面其中一行:
203.208.40.66 translate.google.com
203.208.40.66 translate.googleapis.com
220.181.174.226 translate.googleapis.com
(3)保存后,重启浏览器即生效
【注意1】如果按照以上操作不行的话,需要刷新 DNS ,方法如下:
使用win + R键运行cmd 窗口,输入指令 ipconfig /flushdns 即可
【注意2】很多人因为权限不够,无法修改 hosts 文件内容,可以按照以下方法设置文件权限:
选择hosts文件 – hosts属性 – 安全 – 点击自己的用户名 – 编辑 – 点击完全控制(或把写入权限打勾) – 再修改文件内容
五、用其他翻译软件代替
(1)Deepl
https://www.deepl.com/translator
(2)彩云小译
https://fanyi.caiyunapp.com
(3)必应翻译
https://cn.bing.com/translator?mkt=zh-CN
(4)大木虫免费文献翻译
http://www.5628.org
(5)有道翻译
https://fanyi.youdao.com
(6)Yandex Translate
https://translate.yandex.com/?lang=zh-en
谷歌退出中国市场这一举动也印证了跨境电商的运营一定会更加专业化,或许从语言上将会提出新的要求与标准。更拥抱更多变化,迎接变化。
无论你选择哪些平台、市场、品类,做跨境电商生意需要具备全球化视野。
本文链接:http://www.awyerwu.com/4110.html ,转载需注明文章链接来源:http://www.awyerwu.com/
- 喜欢(0)
- 不喜欢(0)