-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(original): update original source ( 242.67 )
- Loading branch information
1 parent
b168a71
commit 7de1732
Showing
1,253 changed files
with
27,016 additions
and
32,016 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
original-plugin-raw/zh/com/intellij/codeInsight/intention/impl/config/after.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
此处将显示意图调用结果。 |
2 changes: 2 additions & 0 deletions
2
original-plugin-raw/zh/com/intellij/codeInsight/intention/impl/config/before.java.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
此处将显示采用所选意图的示例代码。 | ||
<spot>闪烁的矩形</spot>显示意图适用的位置。 |
6 changes: 0 additions & 6 deletions
6
original-plugin-raw/zh/com/intellij/commandInterface/CommandInterfaceBundle.properties
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...al-plugin-raw/zh/com/intellij/python/pro/localization/PythonLocalizationBundle.properties
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
original-plugin-raw/zh/com/jetbrains/webstorm/WebstormBundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
original-plugin-raw/zh/community/messages/UpdaterBundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
access.denied=访问被拒绝 | ||
action.create=创建 | ||
action.delete=删除 | ||
action.update=更新 | ||
action.validate=验证 | ||
apply.failed=应用补丁时出错\:\n{0}\: {1} | ||
applying.patch=正在应用补丁… | ||
backing.up.files=正在备份文件… | ||
button.abort=中止 | ||
button.cancel=取消 | ||
button.continue=继续 | ||
button.proceed=继续 | ||
cleaning.up=正在清理… | ||
column.action=操作 | ||
column.file=文件 | ||
column.problem=难题 | ||
column.solution=解决方案 | ||
confirm.abort=补丁尚未应用。\n确定要中止操作吗? | ||
conflicts.header=在安装区域中发现一些冲突。 | ||
conflicts.text.1=Please select desired solutions from the 'Solution' column and press 'Proceed'.\nIf you do not want to proceed with the update, press 'Cancel' to exit. | ||
conflicts.text.2=Some conflicts below do not have a solution, so the patch cannot be applied.\nPlease download this version from the developer website and reinstall it from scratch.\nPress 'Cancel' to exit. | ||
corrupted.reinstall=文件可能已损坏。请重新安装 IDE。 | ||
corrupted.reverting=文件可能已损坏。补丁将尝试还原更改。 | ||
error.title=更新错误 | ||
extract.failed=提取 {0} 时出错\:\n{1}\: {2} | ||
extracting.patch.file=正在提取补丁文件… | ||
extracting.patch.files=正在提取补丁文件… | ||
file.absent=不存在 | ||
file.exists=已存在 | ||
file.locked=被以下对象锁定\: {0} | ||
file.modified=变更 | ||
file.unexpected=意外文件 | ||
invalid.target.directory=无效的目标目录\: {0} | ||
main.title=更新 | ||
nothing.changed.retry=未更改任何文件。请重试应用补丁。 | ||
option.delete=删除 | ||
option.ignore=忽略 | ||
option.keep=保留 | ||
option.kill.process=杀死进程 | ||
option.replace=替换 | ||
prepare.failed=准备补丁时出错\:\n{0}\: {1} | ||
preparing.update=正在准备更新… | ||
revert.failed=还原补丁时出错\:\n{0}\: {1} | ||
reverting=正在还原… | ||
see.log=有关更多详细信息,请参阅日志\: {0} | ||
updating.x.to.y=正在将 {0} 更新到 {1} | ||
validating.installation=正在验证安装… |
53 changes: 53 additions & 0 deletions
53
original-plugin-raw/zh/fileTemplates/code/Ktor HTTP Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
这是用于在 JUnit 4 测试类中为 Ktor 创建 HTTP 测试方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">预定义变量接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">创建的方法的名称</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(GET、POST 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相对于需要测试的当前服务的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一种路由扩展方法,用于为需要测试的服务器部分配置路由树</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法体</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
53 changes: 53 additions & 0 deletions
53
original-plugin-raw/zh/fileTemplates/code/Ktor Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
这是用于在 JUnit 4 测试类中为 Ktor 创建测试方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">预定义变量接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">创建的方法的名称。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${HTTP_METHOD}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">所使用的 HTTP 方法(Get、Post 等)。</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">需要测试并相对于当前服务的路由。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一种路由扩展方法,用于为需要测试的服务器部件配置路由树。</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法体。</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
46 changes: 46 additions & 0 deletions
46
original-plugin-raw/zh/fileTemplates/code/Ktor WebSocket Test Method.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1"> | ||
这是用于在 JUnit 4 测试类中为 Ktor 创建 WebSocket 测试方法的模板。</font> | ||
</td> | ||
</tr> | ||
</table> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"><font face="verdana" size="-1">预定义变量接收以下值:</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${NAME}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">创建的方法的名称</font></td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${ROUTE}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">相对于需要测试的当前服务的路由</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${CONFIGURE_SERVER}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">一种路由扩展方法,用于为需要测试的服务器部分配置路由树</font> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td valign="top"> | ||
<nobr><font face="verdana" size="-2"><b>${BODY}</b></font></nobr> | ||
</td> | ||
<td width="10"> </td> | ||
<td width="100%" valign="top"><font face="verdana" size="-1">生成的方法体</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
...nal-plugin-raw/zh/fileTemplates/internal/AWS CloudFormation Template (JSON).template.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
AWS CloudFormation (JSON) 空模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
original-plugin-raw/zh/fileTemplates/internal/AWS CloudFormation Template (YAML).yaml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
AWS CloudFormation (YAML) 空模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
6 changes: 6 additions & 0 deletions
6
original-plugin-raw/zh/fileTemplates/internal/Pyramid layout mako.mako.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<html> | ||
<body> | ||
<p>为基于 <a href="https://www.makotemplates.org/">Mako</a> 模板的 Starter 项目创建布局并包括一个内容容器。 | ||
此内容容器由包含 <code>next.body()</code> 的内容行以及包含 Pylons 项目链接的行组成。</p> | ||
</body> | ||
</html> |
5 changes: 5 additions & 0 deletions
5
original-plugin-raw/zh/fileTemplates/internal/Pyramid mytemplate mako.mako.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<html> | ||
<body> | ||
<p>基于 Mako 布局模板为 Pyramid Starter 项目创建模板。</p> | ||
</body> | ||
</html> |
29 changes: 29 additions & 0 deletions
29
original-plugin-raw/zh/fileTemplates/internal/Scala Script.scala.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- | ||
~ Copyright 2000-2007 JetBrains s.r.o. | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ https://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
~ | ||
--> | ||
|
||
<html> | ||
<body> | ||
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
这是您每次创建 Scala 脚本时 <b>IntelliJ IDEA</b> 使用的内置模板 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
original-plugin-raw/zh/fileTemplates/j2ee/AppEngineApplication.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
用于在 Google App Engine 应用程序中创建 <i>appengine-application.xml</i> 描述符的内置模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
original-plugin-raw/zh/fileTemplates/j2ee/AppEngineJdoConfig.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
用于在 Google App Engine 应用程序中创建 <i>jdoconfig.xml</i> 描述符的内置模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
original-plugin-raw/zh/fileTemplates/j2ee/AppEngineJpaConfig.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
用于在 Google App Engine 应用程序中创建 <i>persistence.xml</i> 描述符的内置模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
13 changes: 13 additions & 0 deletions
13
original-plugin-raw/zh/fileTemplates/j2ee/AppEngineWeb.xml.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> | ||
<tr> | ||
<td colspan="3"> | ||
<font face="verdana" size="-1"> | ||
用于在 Google App Engine 应用程序中创建 <b>appengine-web.xml</b> 描述符的内置模板。 | ||
</font> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
original-plugin-raw/zh/fileTemplates/j2ee/Jpa JoinColumn Annotation.kt.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<html> | ||
<body> | ||
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse"> | ||
<tr> | ||
<td colspan="3"> | ||
适用于代码生成脚本的 Jpa <b>@JoinColumn</b> 模板 | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
Oops, something went wrong.