IDEA 2022 Translation 未知错误 翻译文档失败


Posted in Java/Android onApril 24, 2022

File | Settings | Tools | Translation

IDEA 2022 Translation 未知错误 翻译文档失败

jetbrains://idea/settings?name=Tools–Translation

关闭代理,如果代理没过期,可以忽略这一步

IDEA 2022 Translation 未知错误 翻译文档失败

2. 恢复默认字体

IDEA 2022 Translation 未知错误 翻译文档失败

. 修改Hots文件;还是无效!
【修改C:\Windows\System32\drivers\etc 下hosts文件, 添加

IDEA 2022 Translation 未知错误 翻译文档失败

203.208.40.66 translate.google.com

203.208.40.66 translate.googleapis.com

完整 host:

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
# For example:
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost
127.0.0.1       activate.navicat.com
203.208.40.66 translate.google.com
203.208.40.66 translate.googleapis.com
# update: 20220222
# Github Hosts
# domain: github.com
140.82.113.4 github.com
140.82.114.9 nodeload.github.com
140.82.112.5 api.github.com
140.82.112.10 codeload.github.com
185.199.108.133 raw.github.com
185.199.108.153 training.github.com
185.199.108.153 assets-cdn.github.com
185.199.108.153 documentcloud.github.com
140.82.114.17 help.github.com
# domain: githubstatus.com
185.199.108.153 githubstatus.com
# domain: fastly.net
199.232.69.194 github.global.ssl.fastly.net
# domain: githubusercontent.com
185.199.108.133 raw.githubusercontent.com
185.199.108.154 pkg-containers.githubusercontent.com
185.199.108.133 cloud.githubusercontent.com
185.199.108.133 gist.githubusercontent.com
185.199.108.133 marketplace-screenshots.githubusercontent.com
185.199.108.133 repository-images.githubusercontent.com
185.199.108.133 user-images.githubusercontent.com
185.199.108.133 desktop.githubusercontent.com
185.199.108.133 avatars.githubusercontent.com
185.199.108.133 avatars0.githubusercontent.com
185.199.108.133 avatars1.githubusercontent.com
185.199.108.133 avatars2.githubusercontent.com
185.199.108.133 avatars3.githubusercontent.com
185.199.108.133 avatars4.githubusercontent.com
185.199.108.133 avatars5.githubusercontent.com
185.199.108.133 avatars6.githubusercontent.com
185.199.108.133 avatars7.githubusercontent.com
185.199.108.133 avatars8.githubusercontent.com
# End of the section

设置IPV4 自动获取IP /DNS

IDEA 2022 Translation 未知错误 翻译文档失败

这样只能解决单个单词翻译 ,文档翻译 是插件BUG 升级解决

IDEA 2022 Translation 未知错误 翻译文档失败

到此这篇关于IDEA 2022 Translation 翻译文档失败: 未知错误的文章就介绍到这了!


Tags in this post...

Java/Android 相关文章推荐
Java Shutdown Hook场景使用及源码分析
Jun 15 Java/Android
Java循环队列与非循环队列的区别总结
Jun 22 Java/Android
简单总结SpringMVC拦截器的使用方法
Jun 28 Java/Android
Java SSH 秘钥连接mysql数据库的方法
Jun 28 Java/Android
浅谈resultMap的用法及关联结果集映射
Jun 30 Java/Android
Spring Boot 排除某个类加载注入IOC的操作
Aug 02 Java/Android
SpringMVC 整合SSM框架详解
Aug 30 Java/Android
SpringDataJPA在Entity中常用的注解介绍
Dec 06 Java/Android
Java中Quartz高可用定时任务快速入门
Apr 03 Java/Android
Java 垃圾回收超详细讲解记忆集和卡表
Apr 08 Java/Android
java中为什么说子类的构造方法默认访问的是父类的无参构造方法
Apr 13 Java/Android
Java8利用Stream对列表进行去除重复的方法详解
Apr 14 Java/Android
Android开发实现极为简单的QQ登录页面
Flutter Navigator 实现路由传递参数
Apr 22 #Java/Android
SpringBoot 集成短信和邮件 以阿里云短信服务为例
Java设计模式之代理模式
Apr 22 #Java/Android
Java工作中实用的代码优化技巧分享
Apr 21 #Java/Android
Spring Boot接口定义和全局异常统一处理
Apr 20 #Java/Android
Spring Boot配合PageHelper优化大表查询数据分页
You might like
php strstr查找字符串中是否包含某些字符的查找函数
2010/06/03 PHP
PHP新手NOTICE错误常见解决方法
2011/12/07 PHP
为PHP5.4开启Zend OPCode缓存
2014/12/26 PHP
在PHP语言中使用JSON和将json还原成数组的方法
2016/07/19 PHP
PHP折半(二分)查找算法实例分析
2018/05/12 PHP
PHP架构及原理知识点详解
2019/12/22 PHP
jQuery Tools tooltip使用说明
2012/07/14 Javascript
js简单实现HTML标签Select联动带跳转
2013/10/23 Javascript
NodeJS学习笔记之Http模块
2015/01/13 NodeJs
JS简单实现多级Select联动菜单效果代码
2015/09/06 Javascript
JavaScript 实现的 zip 压缩和解压缩工具包Zip.js使用详解
2015/12/14 Javascript
深入理解选择框脚本[推荐]
2016/12/13 Javascript
js判断一个字符串是以某个字符串开头的简单实例
2016/12/27 Javascript
原生js实现无限循环轮播图效果
2017/01/20 Javascript
jQuery分页插件jquery.pagination.js使用方法解析
2017/02/09 Javascript
JS实现新建文件夹功能
2017/06/17 Javascript
微信小程序canvas.drawImage完全显示图片问题的解决
2018/11/30 Javascript
vue项目部署到nginx/tomcat服务器的实现
2019/08/26 Javascript
小程序新版订阅消息模板消息
2019/12/31 Javascript
jQuery实现的图片点击放大缩小功能案例
2020/01/02 jQuery
JavaScript Html实现移动端红包雨功能页面
2021/01/10 Javascript
使用Python的Bottle框架写一个简单的服务接口的示例
2015/08/25 Python
Python简单实现TCP包发送十六进制数据的方法
2016/04/16 Python
深入了解Python数据类型之列表
2016/06/24 Python
Python实现统计给定字符串中重复模式最高子串功能示例
2018/05/16 Python
Windows下Python3.6安装第三方模块的方法
2018/11/22 Python
python获取微信企业号打卡数据并生成windows计划任务
2019/04/30 Python
英格兰橄榄球商店:England Rugby Store
2016/12/17 全球购物
Theflamel意大利:女士奢华服装、鞋子和配件
2020/01/11 全球购物
高一生物教学反思
2014/01/17 职场文书
租赁意向书范本
2014/04/01 职场文书
财会专业大学生求职信
2014/09/26 职场文书
2015年社区科普工作总结
2015/05/13 职场文书
演讲稿:​快乐,从不抱怨开始!
2019/04/02 职场文书
读《工匠精神》有感:热爱工作,精益求精
2019/12/28 职场文书
oracle通过存储过程上传list保存功能
2021/05/12 Oracle