Skip to content

Commit

Permalink
build(release): update dev build files ( 223.228 )
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 12, 2022
1 parent bc9ec96 commit 016f824
Show file tree
Hide file tree
Showing 55 changed files with 8,095 additions and 8,048 deletions.
15,180 changes: 7,590 additions & 7,590 deletions plugin-dev-raw/zh.list.json

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions plugin-dev-raw/zh.list.properties.maybe.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@
"action.Console.Jdbc.ExplainPlan.text": "Explain Plan",
"action.Console.Jdbc.ExplainPlan.description": "Explain Plan",
"data.source.from.url.url": "URL(&U):",
"action.DatabaseView.Diagnostics.JdbcLog.text": "_Show JDBC Log Settings…",
"DataSourceConfigurable.tab.ssh.ssl": "SSH/SSL",
"DatabaseScriptRunConfigurationSettingsEditor.Text.emptyText": "<Script text>",
"data.source.editor.url.label": "URL:",
Expand Down Expand Up @@ -573,7 +574,8 @@
"label.auto": "<Auto>",
"MongoDB.auth.kerberos": "GSSAPI (Kerberos)",
"label.incomplete": "<incomplete>",
"notification.content.forced.local.port.already.occupied.by.ssh.tunnel.to.expected": "Forced local port `{0}` is already occupied by SSH tunnel to `{1}` (expected`{2}`)"
"notification.content.forced.local.port.already.occupied.by.ssh.tunnel.to.expected": "Forced local port `{0}` is already occupied by SSH tunnel to `{1}` (expected`{2}`)",
"action.open.folder.text": "Open Folder"
},
"messages/DatabaseInspectorBundle.properties": {
"export.notification.success.message.reveal": "<a href=reveal>{0}</a>"
Expand Down Expand Up @@ -841,9 +843,14 @@
"usage.node.unknown": "<unknown node>"
},
"messages/EduCoreBundle.properties": {
"error.failed.login.to.subsystem": "Failed to log in to {0}",
"exception.message.http.info": "HTTP {0} {1}",
"hyperskill.action.post.to.github": "Post project to GitHub...",
"jba.relogin.needed.title": "Relogging in to JetBrains Account needed",
"jba.relogin.text": "Relog in to JetBrains Account to confirm access to EduTools plugin with 'Manage Licenses...' action. Please make sure that Code With Me plugin is enabled",
"label.full.output.hide": "Hide Full Feedback...",
"label.full.output.show": "Show Full Feedback...",
"notification.hyperskill.cannot.post.project.to.github": "Cannot post project to GitHub",
"stepik.url": "Stepik URL:",
"ui.dialog.create.answer.placeholder.path.pattern": "[sectionName#]lessonName#taskName#filePath#placeholderIndex"
},
Expand Down Expand Up @@ -1072,7 +1079,8 @@
},
"messages/GraalVmBundle.properties": {
"debugger.display.name": "GDB/GraalVM",
"graalvm.install.title": "GraalVM Gu"
"graalvm.install.title": "GraalVM Gu",
"action.GraalVM.Debugger.DisplayPointers.text": "Show memory address of values"
},
"messages/GradleBundle.properties": {
"gradle.settings.text.jvm.path": "Gradle JVM:",
Expand Down Expand Up @@ -2555,6 +2563,7 @@
"replace.configuration.display.text": "{0} ⇨ {1}"
},
"messages/SbtBundle.properties": {
"sbt.source.sets": "SBT Source Sets",
"sbt.settings.shell.title": "sbt shell",
"sbt.settings.sbt": "sbt(&S):",
"sbt.settings.scala": "Scala(&C):",
Expand All @@ -2580,7 +2589,9 @@
"var.name": "var {0}",
"library.type.scala.sdk": "Scala SDK",
"sdk.title": "Scala SDK",
"sdkman": "SDKMAN!"
"sdkman": "SDKMAN!",
"support.back.references.in.shared.sources": "&Support back references in shared sources (experimental)",
"support.back.references.in.shared.sources.tooltip": "With this setting enabled IntelliJ will be able to handle references<br>dfrom shared sourced module to declarations in dependent modules "
},
"messages/ScalaCodeInsightBundle.properties": {
"generate.tostring.method.action.text": "toString()",
Expand All @@ -2593,6 +2604,9 @@
"marco.typeParameters.without.bounds": "typeParamsWithoutBounds(CLASS)"
},
"messages/ScalaInspectionBundle.properties": {
"inspection.scaladoc.problem.duplicate.tparam": "Duplicate @tparam tag for type parameter ''{0}''",
"inspection.scaladoc.problem.param.not.allowed": "@param tag isn't allowed here",
"inspection.scaladoc.problem.tparam.not.allowed": "@tparam tag isn't allowed here",
"family.name.scala.scaladoc": "Scala: Scaladoc"
},
"messages/ScalaPlay2Bundle.properties": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-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-tw</id>
<version>223.224</version>
<version>223.228</version>
<idea-version since-build="223"/>
<name>Chinese (Traditional) Language Pack / 繁體中文語言包</name>
<vendor url="https://github.com/bluelovers/idea-l10n-zht">bluelovers</vendor>
Expand Down
16 changes: 10 additions & 6 deletions plugin-dev-raw/zh/inspectionDescriptions/InfiniteRecursion.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<html>
<body>
報告具有無限遞歸的方法和函式。
報告除非拋出異常否則無限呼叫自身的方法。
<p>
此檢查報告的方法不能正常返回。
雖然此類別行為可能是有意為之,但在許多情況下,可能純屬疏忽。
</p>
<p><b>範例:</b></p>
<pre><code>
int factorial(int n) {
return n * factorial(n - 1);
}
</code></pre>
<pre><code> int baz() {
return baz();
}</code></pre>
<!-- tooltip end -->

</body>
</html>
16 changes: 16 additions & 0 deletions plugin-dev-raw/zh/inspectionDescriptions/RedundantCast.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<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
@@ -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,5 +1 @@
<html>
<body>
在當前模板檔案的註釋中宣告隱式 FreeMarker 變數
</body>
</html>
在當前模板檔案的註釋中宣告隱式 Velocity 變數。
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
<html>
<body>
在外部檔案中宣告隱式 FreeMarker 變數。
當前模組中的每個 FreeMarker 模板都可以使用此變數。
</body>
</html>
在外部檔案中宣告隱式 Velocity 變數,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<html>
<body>
在外部檔案中宣告隱式 FreeMarker 變數,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
</body>
</html>
在外部檔案中宣告隱式 Velocity 變數。 該變數將在當前模組的每個 Velocity 模板中可用。
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>if...else</code> 語句,則合併 <code>if...else</code> 語句的 <code>else</code> 分支。
</body>
</html>
</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>
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<html>
<body>
<p>從表達式中移除不必要的圓括號。
當禁用<b>不必要的圓括號</b>檢查時,此功能可用。</p>
移除不必要的圓括號。
</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> 分支。</p>
拆分 <code> if-else</code> 語句的 <code>else</code> 分支。
</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>將條件中包含合取運算的 <b>if</b> 語句轉換為兩個包含簡化條件的嵌套 <b>if</b> 語句。</p>
將條件中包含合取運算的 if 語句轉換為兩個包含簡化條件的嵌套 if 語句。
</body>
</html>
</html>
4 changes: 3 additions & 1 deletion plugin-dev-raw/zh/messages/ApplicationBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -896,4 +896,6 @@ completion.option.insert.parentheses=適用時自動插入圓括號
console.enter.substring.dont.fold=輸入不想折疊的主控台行的子字串:
checkbox.mark.modified.tabs=標記已修改
advanced.setting.editor.skip.selecting.line.after.copy.empty.selection=在未選擇任何內容的情況下呼叫“複製”動作後不選擇已複製的行
checkbox.show.intention.preview=顯示意圖動作的預覽(如果可用)
checkbox.show.intention.preview=顯示意圖動作的預覽(如果可用)
advanced.setting.ide.similar.usages.clustering.enable=在“尋找用法”檢視中啟用類似用法集群
group.advanced.settings.find.usages=尋找用法
34 changes: 17 additions & 17 deletions plugin-dev-raw/zh/messages/CompilerIntegrationBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ displayname.scala.compile.server=Scala 編譯伺服器

### org/jetbrains/plugins/scala/compiler/CompileServerLauncher.scala
cannot.start.scala.compile.server=無法啟動 Scala 編譯伺服器
required.file.not.found.paths=找不到所需的檔案\: {0}
required.file.not.found.paths=找不到所需的檔案: {0}
can.t.find.default.jdk=找不到預設 jdk
cant.find.jdk=找不到 jdk\: {0}
compile.server.terminated.unexpectedly.0.port.1.pid=編譯伺服器意外終止<br>(連接埠\: {0},pid\: {1})
cant.find.jdk=找不到 jdk: {0}
compile.server.terminated.unexpectedly.0.port.1.pid=編譯伺服器意外終止<br>(連接埠: {0},pid: {1})

### org/jetbrains/plugins/scala/compiler/CompileServerManager.scala
scala.compile.server.title=Scala 編譯伺服器
Expand All @@ -23,18 +23,18 @@ wrong.jdk.action.use.jdk=使用 JDK {0}

### org/jetbrains/plugins/scala/compiler/EnsureModulesHaveDifferentProdAndTestOutputsTask.scala
shared.compile.output.paths.in.scala.modules=Scala 模組中的共享編譯輸出路徑
production.and.test.output.paths.are.shared.in=生產和測試輸出路徑在以下位置共享\: {0}
production.and.test.output.paths.are.shared.in=生產和測試輸出路徑在以下位置共享: {0}
split.output.paths.automatically=自動拆分輸出路徑
cancel.compilation=取消編譯

### org/jetbrains/plugins/scala/compiler/ScalaCompileServerForm.form
#ScalaCompileServer UI
jvm.options=VM 選項(&O)\:
jvm.maximum.heap.size.mb=最大堆大小(MB)(&H)\:
jdk=JDK(&J)\:
jvm.options=VM 選項(&O):
jvm.maximum.heap.size.mb=最大堆大小(MB)(&H):
jdk=JDK(&J):
minutes=分鐘
compile.server.jvm.command.line.parameters=編譯伺服器 JVM 命令行參數
compile.server.shutdown.if.idle.for=閑置以下時間時停止\:
compile.server.shutdown.if.idle.for=閑置以下時間時停止:
compile.server.use.for.scala=使用編譯伺服器
compile.server.parallelism=執行緒
compile.server.parallel.compilation=並行編譯獨立模組,最多
Expand All @@ -61,7 +61,7 @@ compilation.charts.zoom.in.action.description=編譯圖表垂直放大
compilation.charts.title=圖表

### org/jetbrains/plugins/scala/compiler/highlighting/CompilerEventGeneratingClient.scala
highlighting.compilation.progress=高亮顯示\: {0}
highlighting.compilation.progress=高亮顯示: {0}

### org/jetbrains/plugins/scala/compiler/highlighting/CompilerHighlightingService.scala
highlighting.compilation=錯誤/警告高亮顯示
Expand All @@ -73,19 +73,19 @@ scala.project.settings.form.compiler.highlighting.tooltip=不使用內建的高

### org/jetbrains/plugins/scala/compiler/package.scala
wrong.jdk.action.open.compile.server.settings=開啟編譯伺服器設定
unexpected.sdk.type.for.sdk=意外 sdk 類型\: sdk {1} 的 ''{0}''
unexpected.sdk.type.for.sdk=意外 sdk 類型: sdk {1} 的 ''{0}''

### org/jetbrains/plugins/scala/compiler/references/ScalaCompilerReferenceService.scala
open.compiler.index.reader=開啟編譯器索引讀取器
index.invalidation.callback=索引作廢回調

### org/jetbrains/plugins/scala/compiler/references/compilation/JpsCompilationWatcher.scala
malformed.message.from.builder=建置器中的 messageText 格式錯誤\: {0}
malformed.message.from.builder=建置器中的 messageText 格式錯誤: {0}

### org/jetbrains/plugins/scala/compiler/references/compilation/SbtCompilationWatcher.scala
failed.to.parse.offline.compilation.analysis.files=無法解析脫機編譯分析檔案。
sbt.module.added=sbt 模組已新增。
sbt.connection.failure=sbt 編譯管理工具\: 連接失敗。
sbt.connection.failure=sbt 編譯管理工具: 連接失敗。
failed.to.parse.compilation.info.file=無法解析編譯資訊檔案 {0}
error.while.reading.sbt.compilation.info=嘗試讀取 sbt 編譯資訊檔案時出錯。

Expand All @@ -105,7 +105,7 @@ bytecode.indices.in.progress=正在編制索引
### org/jetbrains/plugins/scala/compiler/references/search/CompilerIndicesSearcher.scala
bytecode.indices.find.usages=尋找用法
bytecode.indices.invalidated.title=失效的用法
bytecode.indices.invalidated.message=由於進行了外部更改,以下檔案中的某些用法可能已失效\: {0}。
bytecode.indices.invalidated.message=由於進行了外部更改,以下檔案中的某些用法可能已失效: {0}。

### org/jetbrains/plugins/scala/compiler/references/search/ImplicitUsagesSearchDialogs.scala
bytecode.indices.find.usages.with.title=尋找用法({0})
Expand Down Expand Up @@ -136,13 +136,13 @@ scala.compiler.indices.sbt.manual=手動(&M)
#Bytecode indices settings
apply.unapply.methods=apply / unapply 方法
for.comprehension.methods=For-comprehension 方法(map、withFilter、flatMap、foreach)
add.line.to.build.sbt=向 build.sbt 中添加以下行\:
add.line.to.plugins.sbt=向 project/plugins.sbt 中添加以下行\:
add.line.to.build.sbt=向 build.sbt 中添加以下行:
add.line.to.plugins.sbt=向 project/plugins.sbt 中添加以下行:
implicit.definitions=隱式定義
port.number=端口號\:
port.number=端口號:
sam.types=SAM 類型
sbt.compilation.listener=sbt 編譯偵聽器設定(套用程序級)
use.indices.to.search=使用索引搜尋此物件的用法\:
use.indices.to.search=使用索引搜尋此物件的用法:

### org/jetbrains/plugins/scala/compiler/references/settings/CompilerIndicesSettingsForm.java
are.you.sure.you.want.to.delete.the.bytecode.indices=確定要刪除字節碼索引嗎?
Expand Down
5 changes: 3 additions & 2 deletions plugin-dev-raw/zh/messages/DatabaseBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ action.DatabaseView.Diagnostics.DiagnosticRefresh.text=診斷重新整理(_R)
action.DatabaseView.Diagnostics.DiagnosticRefresh.description=重新整理診斷資訊收集(_R)
action.DatabaseView.Diagnostics.PrepareIntrospectionDiagnostic.text=準備內省器診斷(_P)
action.DatabaseView.Diagnostics.PrepareIntrospectionDiagnostic.description=準備內省診斷資訊(_P)
action.DatabaseView.Diagnostics.JdbcLog.text=JDBC 日誌設定(_J)
action.DatabaseView.Diagnostics.JdbcLog.text=_Show JDBC Log Settings…
action.DatabaseView.Diagnostics.JdbcLog.description=設定 JDBC 記錄(_S)
action.DatabaseView.Tools.PrepareIntrospectionDiagnostic.single=應為單個資料來源中的元素
action.DatabaseView.Tools.PrepareIntrospectionDiagnostic.database=應為資料庫資料來源
Expand Down Expand Up @@ -2804,4 +2804,5 @@ wrapper.query-sources=查詢源
property.Query.title=查詢
action.DatabaseView.EditExternalDataAction.text=編輯外部物件檔案
action.DatabaseView.EditExternalDataAction.description=編輯包含外部物件的檔案
notification.content.forced.local.port.already.occupied.by.ssh.tunnel.to.expected=Forced local port `{0}` is already occupied by SSH tunnel to `{1}` (expected`{2}`)
notification.content.forced.local.port.already.occupied.by.ssh.tunnel.to.expected=Forced local port `{0}` is already occupied by SSH tunnel to `{1}` (expected`{2}`)
action.open.folder.text=Open Folder
Loading

0 comments on commit 016f824

Please sign in to comment.