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中Collection的一些常用方法总结
Jun 13 Java/Android
分析设计模式之模板方法Java实现
Jun 23 Java/Android
详解Spring Boot使用系统参数表提升系统的灵活性
Jun 30 Java/Android
Java并发编程必备之Future机制
Jun 30 Java/Android
Java Kafka 消费积压监控的示例代码
Jul 01 Java/Android
Spring Boot 整合 Apache Dubbo的示例代码
Jul 04 Java/Android
Spring中的使用@Async异步调用方法
Nov 01 Java/Android
SpringBoot整合minio快速入门教程(代码示例)
Apr 03 Java/Android
Spring Data JPA框架的核心概念和Repository接口
Apr 28 Java/Android
Spring Data JPA框架自定义Repository接口
Apr 28 Java/Android
Spring Data JPA框架Repository自定义实现
Apr 28 Java/Android
volatile保证可见性及重排序方法
Aug 05 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高自定义性安全验证码代码
2011/11/27 PHP
php下载excel无法打开的解决方法
2013/12/24 PHP
那些年我们错过的魔术方法(Magic Methods)
2014/01/14 PHP
PHP生成随机数的方法实例分析
2015/01/22 PHP
浅析php如何实现App常用的秒发功能
2016/08/03 PHP
在Laravel中使用DataTables插件的方法
2018/05/29 PHP
图片在浏览器中底部对齐 解决方法之一
2011/11/30 Javascript
JS控件的生命周期介绍
2012/10/22 Javascript
Javascript自定义排序 node运行 实例
2013/06/05 Javascript
jQuery中Ajax的load方法详解
2015/01/14 Javascript
angularjs表格ng-table使用备忘录
2016/03/09 Javascript
Web前端新人笔记之jquery入门心得(新手必看)
2016/05/17 Javascript
javascript insertAfter()定义与用法示例
2016/07/25 Javascript
JavaScript原生节点操作小结
2017/01/17 Javascript
canvas时钟效果
2017/02/16 Javascript
Angular 2父子组件之间共享服务通信的实现
2017/07/04 Javascript
Vue利用路由钩子token过期后跳转到登录页的实例
2017/10/26 Javascript
angularjs 缓存的使用详解
2018/03/19 Javascript
Vue 通过自定义指令回顾v-内置指令(小结)
2018/09/03 Javascript
JS实现简单的抽奖转盘效果示例
2019/02/16 Javascript
Angular8 实现table表格表头固定效果
2020/01/03 Javascript
Vue组件间数据传递的方式(3种)
2020/07/13 Javascript
vue设置全局访问接口API地址操作
2020/08/14 Javascript
Python学习笔记之Break和Continue用法分析
2019/08/14 Python
Python Web框架之Django框架Model基础详解
2019/08/16 Python
python socket 聊天室实例代码详解
2019/11/14 Python
哈工大自然语言处理工具箱之ltp在windows10下的安装使用教程
2020/05/07 Python
学生学习总结的自我评价
2013/10/22 职场文书
城建学院毕业生自荐信
2014/01/31 职场文书
《雨霖铃》听课反思
2014/02/13 职场文书
初级会计求职信范文
2014/02/15 职场文书
预备党员公开承诺书
2014/05/28 职场文书
党员民主生活会对照检查材料思想汇报
2014/09/28 职场文书
2014年党员个人剖析材料
2014/10/08 职场文书
2014-2015学年工作总结
2014/11/27 职场文书
导游词之镇江焦山
2019/11/21 职场文书