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实现分布式事务的三种方案
Jun 11 Java/Android
Java实现斗地主之洗牌发牌
Jun 14 Java/Android
Springboot集成阿里云OSS上传文件系统教程
Jun 28 Java/Android
IDEA2021.2配置docker如何将springboot项目打成镜像一键发布部署
Sep 25 Java/Android
Java中Quartz高可用定时任务快速入门
Apr 03 Java/Android
Java 超详细讲解hashCode方法
Apr 07 Java/Android
SpringCloud Function SpEL注入漏洞分析及环境搭建
Apr 08 Java/Android
零基础学java之方法的定义与调用详解
Apr 10 Java/Android
详解Flutter网络请求Dio库的使用及封装
Apr 14 Java/Android
SpringBoot 集成短信和邮件 以阿里云短信服务为例
Apr 22 Java/Android
Java服务调用RestTemplate与HttpClient的使用详解
Jun 21 Java/Android
Java实现超大Excel文件解析(XSSF,SXSSF,easyExcel)
Jul 15 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
ThinkPHP与PHPExcel冲突解决方法
2011/08/08 PHP
php 判断数组是几维数组
2013/03/20 PHP
PHP的消息通信机制测试实例
2016/11/10 PHP
js性能优化 如何更快速加载你的JavaScript页面
2012/03/17 Javascript
详解JavaScript函数绑定
2013/08/18 Javascript
javascript操作excel生成报表示例
2014/05/08 Javascript
jQuery实现锚点scoll效果实例分析
2015/03/10 Javascript
js表单登陆验证示例
2016/10/19 Javascript
Bootstrap3 datetimepicker控件使用实例
2016/12/13 Javascript
vue.js组件之间传递数据的方法
2017/07/10 Javascript
Bootstrap模态对话框中显示动态内容的方法
2018/08/10 Javascript
微信小程序页面间传值与页面取值操作实例分析
2019/04/30 Javascript
vue.js 2.0实现简单分页效果
2019/07/29 Javascript
layui-tree实现Ajax异步请求后动态添加节点的方法
2019/09/23 Javascript
vuex存储复杂参数(如对象数组等)刷新数据丢失的解决方法
2019/11/05 Javascript
jquery获取input输入框中的值
2019/11/13 jQuery
JavaScript使用canvas绘制随机验证码
2020/02/17 Javascript
python脚本实现统计日志文件中的ip访问次数代码分享
2014/08/06 Python
Python的几个高级语法概念浅析(lambda表达式闭包装饰器)
2016/05/28 Python
Python编程中NotImplementedError的使用方法
2018/04/21 Python
django-rest-framework解析请求参数过程详解
2019/07/18 Python
python机器学习库xgboost的使用
2020/01/20 Python
使用JS+CSS3技术:让你的名字动起来
2013/04/27 HTML / CSS
利用canvas实现图片下载功能来实现浏览器兼容问题
2019/05/31 HTML / CSS
中国最大的团购网站:聚划算
2016/09/21 全球购物
澳大利亚领先的在线美容商店:Facial Co
2017/10/22 全球购物
香港中原电器网上商店:Chung Yuen
2019/06/26 全球购物
北欧最好的童装网上商店:Babyshop
2019/09/15 全球购物
Java中有几种方法可以实现一个线程?用什么关键字修饰同步方法?stop()和suspend()方法为何不推荐使用?
2015/08/04 面试题
C++如何引用一个已经定义过的全局变量
2014/08/25 面试题
工程班组长岗位职责
2013/12/30 职场文书
项目经理聘任书
2014/03/29 职场文书
走群众路线剖析材料
2014/10/09 职场文书
高中家长意见怎么写
2015/06/03 职场文书
90行Python代码开发个人云盘应用
2021/04/20 Python
Win11 25163.1010更新补丁KB5016904推送,测试服务验证管道(附更新修复汇总)
2022/07/23 数码科技