Skip to content

Commit

Permalink
build(original): update original source ( 231.282 )
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 3, 2023
1 parent 26dc40c commit 80b0639
Show file tree
Hide file tree
Showing 214 changed files with 11,546 additions and 11,684 deletions.
20,571 changes: 10,288 additions & 10,283 deletions original-plugin-raw/zh.list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion original-plugin-raw/zh/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin>
<id>com.intellij.zh</id>
<version>231.250</version>
<version>231.282</version>
<idea-version since-build="231" until-build="231.*"/>
<name>Chinese (Simplified) Language Pack / 中文语言包</name>
<vendor>JetBrains</vendor>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

webstorm.migration.guide.title=从另一个 IDE 或代码编辑器转移
webstorm.migration.guide.description=来自其他 JetBrains IDE、VS Code 或是 Sublime Text? 请参阅我们的指南以更快上手。
webstorm.migration.guide.action=探索迁移指南
action.WebStormMigrationGuide.text=WebStorm 迁移指南
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ action.Vcs.RefreshFileHistory.description=刷新文件历史记录
action.PreviousProjectWindow.text=上一个项目窗口
action.PreviousProjectWindow.description=切换到上一个项目窗口
action.IntroduceParameterObject.text=引入形参对象…
action.IntroduceParameterObject.description=使用对象替换方法参数列表
action.IntroduceParameterObject.description=使用对象替换方法形参列表
action.Git.Stage.Show.Local.text=显示本地版本
action.Git.Stage.Show.Local.description=在编辑器中显示当前文件的本地内容
action.PoToggleSelection.text=选择页面中的元素
Expand Down Expand Up @@ -810,7 +810,7 @@ action.Diff.ApplyNonConflicts.text=应用所有不冲突的更改
action.DirDiffMenu.MirrorToRight.text=设置镜像到右侧
action.ExternalSystem.BeforeSync.text=同步前执行
action.ExternalSystem.BeforeSync.description=在项目导入前执行选定任务
action.NextParameter.text=下一个参数
action.NextParameter.text=下一个形参
action.PasteMultiple.text=从历史记录粘贴…
action.PasteMultiple.description=从最近的剪贴板粘贴
action.RestartLessonAction.text=重新开始单元
Expand Down Expand Up @@ -1051,7 +1051,7 @@ action.DeleteAttributeAction.text=删除特性…
action.DeleteAttributeAction.description=移除所选特性的所有实例
action.GenerateAfterClassMethod.text=AfterClass 方法
action.newConfigurationRecordAndDebug.text=记录并调试上下文配置
action.Git.Stash.Silently.text=无提示储藏
action.Git.Stash.Silently.text=无提示隐藏
action.NextLessonAction.text=下一课程
action.AnnotateStackTraceAction.show.files.modification.info.text=显示文件修改信息
action.LombokActionGroup.text=Lombok
Expand Down Expand Up @@ -1094,8 +1094,8 @@ action.UntrustProject.text=不信任
action.MakeJarAction.text=准备部署
action.List-selectLastRow.text=选择最后一行
action.List-selectLastRow.description=选择最后一行。
action.Git.Stash.UnstashAs.text=取消储藏
action.Git.Stash.UnstashAs.description=弹出或应用选定的储藏作为新分支(带或不带索引)
action.Git.Stash.UnstashAs.text=取消隐藏
action.Git.Stash.UnstashAs.description=弹出或应用选定的隐藏作为新分支(带或不带索引)
action.FileChooser.NewFolder.text=新建文件夹…
action.FileChooser.NewFolder.description=创建新文件夹
action.PhpGenerateConstructor.text=构造函数…
Expand Down Expand Up @@ -1160,7 +1160,7 @@ action.Console.TableResult.EditMaximized.ToggleSoftWrap.text=切换自动换行
action.SaveProjectAsTemplate.text=将项目另存为模板…
action.AddSourcesContentToSourceMap.text=将源添加到源映射
action.ParameterInfo.text=形参信息
action.ParameterInfo.description=显示文本光标处方法的参数
action.ParameterInfo.description=显示文本光标处方法的形参
action.DatabaseView.ShowContentDiff.text=比较内容
action.GWT.GenerateCompileReport.text=生成 GWT 编译报告…
action.GWT.GenerateCompileReport.description=运行 GWT 编译器以生成编译报告,并在浏览器中打开结果
Expand Down Expand Up @@ -1424,8 +1424,8 @@ action.ShowIntentionActions.text=显示上下文操作
action.CloseGotItTooltip.text=关闭“知道了”工具提示
action.ShowAnnotateOperationsPopupGroup.text=注解行
action.PoRefreshStructure.text=刷新结构
action.Git.Stash.Refresh.text=刷新储藏
action.Git.Stash.Refresh.description=刷新储藏列表
action.Git.Stash.Refresh.text=刷新隐藏
action.Git.Stash.Refresh.description=刷新隐藏列表
action.RecordStateCollectors.text=将状态收集器记录到事件日志
action.RecordStateCollectors.description=将所有状态收集器和记录结果调用到事件日志
action.DecodeBytesAction.text=解码字节…
Expand Down Expand Up @@ -1469,7 +1469,7 @@ action.CopyPathFromRepositoryRootProvider.text=仓库根路径
action.delombokBuilder.text=@Builder
action.delombokBuilder.description=将 lombok @Builder 注解替换为纯 java 方法的操作
action.IntroduceParameter.text=引入形参…
action.IntroduceParameter.description=将所选表达式转换为方法参数
action.IntroduceParameter.description=将所选表达式转换为方法形参
action.JupyterInsertMarkdownCellToTheEndAction.text=插入 Markdown 单元
action.JupyterInsertMarkdownCellToTheEndAction.description=将 Markdown 单元添加到 Notebook 末尾
action.DevKit.NewMessageBundle.text=消息捆绑包
Expand Down Expand Up @@ -1645,7 +1645,7 @@ action.NewFile.description=创建新文件
action.Vcs.Log.IntelliSortChooser.text=IntelliSort
action.Vcs.Log.IntelliSortChooser.description=打开/关闭 IntelliSort
action.IntroduceFunctionalParameter.text=引入函数形参…
action.IntroduceFunctionalParameter.description=通过调用新的函数方法参数来替换所选的语句
action.IntroduceFunctionalParameter.description=通过调用新的函数方法形参来替换所选的语句
action.org.jetbrains.plugins.ruby.rails.actions.generators.ReloadGeneratorsAction.text=重新加载生成器
action.org.jetbrains.plugins.ruby.rails.actions.generators.ReloadGeneratorsAction.description=重新加载可用生成器列表
action.Git.Interactive.Rebase.text=从这里进行交互式变基…
Expand Down Expand Up @@ -2363,7 +2363,7 @@ action.GuiDesigner.PreviewForm.description=预览窗体
action.ProblemsView.GroupByToolId.text=按检查分组
action.ProblemsView.GroupByToolId.description=允许按检查对问题分组
action.XDebugger.NewWatch.text=新建监视…
action.Git.Stash.text=储藏更改
action.Git.Stash.text=隐藏更改
action.RecordAndDebug.text=记录并调试上下文配置
action.CollectTroubleshootingInformation.text=收集故障排除信息
action.TouchBarDefault_cmd.alt.text=默认使用 Alt+Cmd 键
Expand Down Expand Up @@ -2445,7 +2445,7 @@ action.Maven.Reimport.text=重新加载所有 Maven 项目
action.GoToTapestryTemplate.text=Tapestry 模板
action.GoToTapestryTemplate.description=转到模板.
action.Kubernetes.ConfigureHelmParameters.text=配置 Helm 形参
action.Kubernetes.ConfigureHelmParameters.description=配置此图表的常用 Helm 命令参数
action.Kubernetes.ConfigureHelmParameters.description=配置此图表的常用 Helm 命令形参
action.Console.TableResult.ChangePageSize.text=更改页面大小
action.Console.TableResult.ChangePageSize.description=更改页面大小
action.ShGenerateUntilLoop.text=Until 循环
Expand Down Expand Up @@ -2567,7 +2567,7 @@ action.Debugger.RemoveAllBreakpointsInFile.text=移除当前文件中的所有
action.JupyterMergeCellAboveAction.text=合并上方单元
action.JupyterMergeCellAboveAction.description=合并所选单元与上方单元
action.Git.Stash.Apply.text=应用
action.Git.Stash.Apply.description=应用所选储藏
action.Git.Stash.Apply.description=应用所选隐藏
action.com.intellij.play.console.RunPlayConsoleAction.text=使用 Play Framework…
action.com.intellij.play.console.RunPlayConsoleAction.description=启动 Play Framework 控制台
action.Console.TableResult.DocumentTableHeader.AddColumn.text=添加新列
Expand All @@ -2582,8 +2582,8 @@ action.GenerateCopyright.description=生成/更新版权通知。
action.CreateListenerAction.text=Web 侦听器
action.GuiDesigner.ReloadCustomComponents.text=重新加载自定义组件
action.GuiDesigner.ReloadCustomComponents.description=重新加载修改的自定义组件类,并重新创建窗体
action.Git.Show.Stash.text=显示 Git 储藏
action.Git.Show.Stash.description=显示“Git 储藏”工具窗口标签页
action.Git.Show.Stash.text=显示 Git 隐藏
action.Git.Show.Stash.description=显示“Git 隐藏”工具窗口标签页
action.Terminal.NextSplitter.text=转到下一个拆分器
action.Maven.DownloadAllDocs.text=下载文档
action.Maven.DownloadAllDocs.description=下载所有依赖项的文档
Expand All @@ -2608,7 +2608,7 @@ action.HippieCompletion.text=循环扩展词
action.HippieCompletion.description=循环扩展词
action.ShowDiscoveredTests.text=显示受影响的测试
action.CompuleQrc.text=编译 .qrc 文件
action.PrevParameter.text=上一个参数
action.PrevParameter.text=上一个形参
action.Database.Settings.text=打开数据库设置…
action.Vcs.ReformatCommitMessage.text=重新格式化提交消息
action.KotlinGenerateTearDownMethod.text=TearDown 函数
Expand Down Expand Up @@ -2901,7 +2901,7 @@ action.Hg.Ignore.File.text=添加到 .hgignore
action.Hg.Ignore.File.description=将所选文件添加到 .hgignore
action.Maven.DownloadAllGroupPopup.text=下载源代码和/或文档
action.Maven.GlobalProjectMenu.text=Maven
action.Git.Unstash.text=取消储藏更改
action.Git.Unstash.text=取消隐藏更改
action.CollapseRegion.text=收起
action.CollapseRegion.description=收起文本光标处的折叠区域
action.Github.PullRequest.Timeline.Show.text=查看对话
Expand Down Expand Up @@ -3162,7 +3162,7 @@ action.Rails.RunGenerator.text=Rails 生成器
action.Rails.RunGenerator.description=允许快速启动 Rails 生成器
action.EditorScrollUpAndMove.text=向上滚动并根据需要移动
action.Git.Stash.Drop.text=删除
action.Git.Stash.Drop.description=丢弃所选储藏
action.Git.Stash.Drop.description=丢弃所选隐藏
action.ShowProgressTestDialogAction.text=测试进度指示器
action.SelectInProjectView.text=在项目视图中选择文件
action.SelectInProjectView.description=在项目视图中选择上下文文件
Expand Down Expand Up @@ -3193,7 +3193,7 @@ action.Yeoman.actions.start.generators.dialog.text=Yeoman: 启动生成器对话
action.Yeoman.actions.start.generators.dialog.description=启动生成器对话框
action.EditorBackSpace.text=退格
action.ReplaceMethodWithMethodObject.text=用方法对象替换方法…
action.ReplaceMethodWithMethodObject.description=将方法转换为自己的对象,以便所有参数都成为该对象上的字段
action.ReplaceMethodWithMethodObject.description=将方法转换为自己的对象,以便所有形参都成为该对象上的字段
action.Kubernetes.HelmLint.text=Helm Lint
action.Kubernetes.HelmLint.description=检查图表中可能存在的问题
action.hg4idea.MergeWithRevision.text=合并对象
Expand Down Expand Up @@ -4584,7 +4584,7 @@ action.NextWindow.text=激活下一个窗口
action.EmmetPreviousEditPoint.text=上一个 Emmet 编辑点
action.EmmetPreviousEditPoint.description=转到上一个 Emmet 编辑点
action.Git.Stash.Pop.text=弹出
action.Git.Stash.Pop.description=弹出所选储藏
action.Git.Stash.Pop.description=弹出所选隐藏
action.RunDashboard.RemoveType.text=从服务中移除配置类型
action.SwitcherPreviousProblem.text=选择上一个问题文件
action.TestCompilerReferenceServiceInheritance.text=编译器引用直接继承者搜索
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
报告所需指令输入缺少的绑定。
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
var seq: Seq[Int]
seq.length == n
seq.length != n
seq.length < n
seq.length &lt; n
seq.length > n

seq.size == n
seq.size != n
seq.size < n
seq.size &lt; n
seq.size > n
</code></pre>
<p>在应用快速修复后:</p>
<pre><code>
var seq: Seq[Int]
seq.sizeIs == n
seq.sizeIs != n
seq.sizeIs < n
seq.sizeIs &lt; n
seq.sizeIs > n

seq.sizeIs == n
seq.sizeIs != n
seq.sizeIs < n
seq.sizeIs &lt; n
seq.sizeIs > n
</code></pre>
<!-- tooltip end -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p>视图边界已被弃用:<a href="https://issues.scala-lang.org/browse/SI-7629">SI-7629</a></p>
<p><b>示例:</b></p>
<pre><code>
class Sample[A <% Int]
class Sample[A &lt;% Int]
</code></pre>
<p>在应用快速修复后:</p>
<pre><code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p><b>示例:</b></p>
<pre><code>
var x: Seq[Int]
if (i < x.length) Some(x(i)) else None
if (i &lt; x.length) Some(x(i)) else None
</code></pre>
<p>在应用快速修复后:</p>
<pre><code>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<html>
<body>
报告除非抛出异常否则无限调用自身的方法。
<p>
此检查报告的方法不能正常返回。
虽然此类行为可能是有意为之,但在许多情况下,可能纯属疏忽。
</p>
报告具有无限递归的方法和函数。
<p><b>示例:</b></p>
<pre><code> int baz() {
return baz();
}</code></pre>
<!-- tooltip end -->

<pre><code>
int factorial(int n) {
return n * factorial(n - 1);
}
</code></pre>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
为了避免在旧 IDE 版本中运行插件时可能出现的问题,请相应地提高 <code>since-build</code>,或移除此 API 的用法。
</p>
<p>
更多详细信息请参阅 IntelliJ 平台插件 SDK 文档中的<a href="https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html">内部版本号范围</a>
更多详细信息,请参阅 IntelliJ 平台插件 SDK 文档中的<a href="https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html">内部版本号范围</a>
</p>
<!-- tooltip end -->
<p>配置检查:</p>
Expand Down
16 changes: 0 additions & 16 deletions original-plugin-raw/zh/inspectionDescriptions/RedundantCast.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
<html>
<body>
报告不必要的转换表达式。

<p>示例:</p>
<pre><code>
static Object toObject(String s) {
return (Object) s;
}
</code></pre>
<!-- tooltip end -->
<p>
使用下面的复选框可以忽略澄清转换,例如应为 <code>Object</code> 的集合调用中的转换:
<pre><code>
static void removeFromList(List&lt;String&gt; l, Object o) {
l.remove((String)o);
}
</code></pre>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</code></pre>
<p>在应用快速修复后:</p>
<pre><code>
seq.reverse.take(1).reverse
seq.takeRight(n)
</code></pre>
<!-- tooltip end -->
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<html><body>
<p>在单行方法主体周围、值定义周围或 if/else 分支周围添加大括号。</p></body></html>
<html>
<body>
添加大括号以控制流语句。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<html><body>
<p>将命名实参用作当前和后续的实参。</p></body></html>
<html>
<body>
向函数的所选实参添加形参名称。
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<body>
<code>String</code> 串联的文本复制到系统剪贴板。 这可能很有用,例如,当您将代码中的多行 SQL 查询拆分为需要复制到外部应用程序的串联行时。
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
<html>
<body>
在布尔表达式中时,将
<table>
<tr>
<td> &nbsp;&nbsp;&nbsp;</td>
<td>
<code>a || b</code> 替换为 <code>!(!a && !b)</code>
</td>
</tr>
<tr>
<td> &nbsp;&nbsp;&nbsp;</td>
<td>
<code>a && b</code> 替换为 <code>!(!a || !b)</code>
</td>
</tr>
</table>

遵循德摩根定律将把合取或析取运算替换为取反的对应运算。
<p>如果布尔运算在 <code>if</code><code>unless</code> 语句内部,则可以翻转语句修饰符
以简化最终结果。</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>用等效的 <b>if-then-else</b> 语句替换使用布尔表达式的 <b>return</b> 语句。</p>
将使用 <code>boolean</code> 表达式的声明、<code>return</code> 或赋值语句替换为等效的 <code>if</code> <code>else</code> 语句。
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>使用通配符语法导入软件包或类的所有内容,并用非限定的引用替换所有出现的内容。</p>
添加所选引用的所有成员的导入,并移除该引用在文件中的显式用法。
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<html>
<body>
<p>使用内部条件倒置的 <code>if</code> 语句替换另一个 <code>if</code> 语句。
此意图对于例如简化使用多个嵌套 <code>if</code> 语句的复杂代码很有用。
</p>
反转 <code>if</code> 条件表达式。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>如果 <b>if-else</b> 语句的 <b>else</b> 分支仅包含嵌套的 <b>if-else</b> 语句,则合并 <b>else</b></p>
<code>else</code> 和没有 <code>else</code> 分支的嵌套 <code>if</code> 语句合并为一个 <code>else if</code>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<body>
<p>将布尔比较表达式 <b>a</b> <small>op</small> <b>b</b> 转换为 !( <b>a</b> <small>negop</small> <b>b</b> )。
其中 <small>op</small><small>negop</small> 是互逆的比较运算符,如 == 和 !=。</p>
将布尔比较表达式 <code><b>a</b> op <b>b</b></code> 转换为 <code>!( <b>a</b> negop <b>b</b>)</code>

<p>在这个表达式中,<code>op</code><code>negop</code> 是互逆比较运算符,如 <code>==</code><code>!=</code></p>
</body>
</html>
</html>
Loading

0 comments on commit 80b0639

Please sign in to comment.