Skip to content

Commit

Permalink
build(release): update dev build files ( 223.143 )
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 18, 2022
1 parent 26f4747 commit 2f3508a
Show file tree
Hide file tree
Showing 40 changed files with 73 additions and 73 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
報告冗餘的 <code>import</code> 語句。
如果源文件中沒有使用匯入的符號,通常就會出現這種情況。
如果原始檔中沒有使用匯入的符號,通常就會出現這種情況。
為避免副作用,可以考慮使用 bare import <code>import 'packageName'</code> 來代替一般 import。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
報告可以取代為更具體的常用類或接口的實作或擴展的類或接口。
<p>為進行此檢查,超類需位於專案源文件中,並且專案需要使用 IntelliJ IDEA 建置系統。</p>
<p>為進行此檢查,超類需位於專案原始檔中,並且專案需要使用 IntelliJ IDEA 建置系統。</p>
<p><b>範例:</b></p>
<pre><code>
class MyInheritor implements A {} // B 針對 A 引用提供建議
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
<p>報告 Python 源文件中縮排不一致的情況,例如在程式碼中混用制表符和空格。</p>
<p>報告 Python 原始檔中縮排不一致的情況,例如在程式碼中混用制表符和空格。</p>
</body>
</html>
4 changes: 2 additions & 2 deletions plugin-dev-raw/zh/inspectionDescriptions/UNUSED_IMPORT.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<body>
報告冗餘的 <code>import</code> 語句。
<p>如果不使用源文件中匯入的類和軟體套件,則不必使用一般 <code>import</code> 語句。
這同樣適用於源文件中未使用但已匯入的 <code>static</code> 欄位和方法。</p>
<p>如果不使用原始檔中匯入的類和軟體套件,則不必使用一般 <code>import</code> 語句。
這同樣適用於原始檔中未使用但已匯入的 <code>static</code> 欄位和方法。</p>
<p><b>範例:</b></p>
<pre><code>
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
在外部檔案中宣告隱式 FreeMarker 變數,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。
在外部檔案中宣告隱式 FreeMarker 變數,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
</body>
</html>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
在外部檔案中宣告對 Velocity 巨集庫的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。
在外部檔案中宣告對 Velocity 巨集庫的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
Original file line number Diff line number Diff line change
@@ -1 +1 @@
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
Original file line number Diff line number Diff line change
@@ -1 +1 @@
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免源文件與 IntelliJ IDEA 特定的註釋混淆。
在外部檔案中宣告對 velocity.properties 檔案的引用,以避免原始檔與 IntelliJ IDEA 特定的註釋混淆。
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
將函數定義拆分成宣告和定義,並將定義移至源文件(如果適用)。
將函數定義拆分成宣告和定義,並將定義移至原始檔(如果適用)。
</body>
</html>
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/AndroidBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ live.edit.tooltip.url.label=Live Edit 文檔
provider.type.manifest.not.available=清單資訊目前不可用。
provider.module.not.chosen=未選擇模組。
live.edit.configurable.enable.inline.analysis=啟用源內聯分析
live.edit.configurable.enable.inline.analysis.comment=啟用引用另一個源文件中的內聯函數的源文件的 Live Edit。
live.edit.configurable.enable.inline.analysis.comment=啟用引用另一個原始檔中的內聯函數的原始檔的 Live Edit。
project.upgrade.r8FullModeDefaultRefactoringProcessor.commandName=更新預設 R8 處理模式
project.upgrade.r8FullModeDefaultRefactoringProcessor.groupingName=添加屬性以在相容性模式下繼續使用 R8
project.upgrade.r8FullModeDefaultRefactoringProcessor.usageView.header=更新預設 R8 處理模式
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RemoteServerModelDelegateBase.error.remoteStagingNotSpecified=未指定遠端暫
RemoteServerModelDelegateBase.error.hostNotFound=無法找到遠端主機
RemoteServerModelDelegateBase.error.transferUnsuccessful={0} 傳輸失敗
RemoteServerModelDelegateBase.error.noHostTypesAvailable=沒有可用的主機類型,啟用 'Remote Hosts Access' 延伸模組以提供可用類型
RemoteServerModelDelegateBase.error.fileNotFound=未找到源文件
RemoteServerModelDelegateBase.error.fileNotFound=未找到原始檔
Form.SimpleRemoteStagingEditor.title=遠端暫存
Form.RemoteStagingTargetEditor.mappedAs=映射為:
JettyServerModel.error.duplicate.context.path.text=上下文路徑 ''{0}'' 重複
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ label.application.server.name=名稱(&N):
label.application.server.containing.libraries=庫

appserver.library.display.name=應用程式伺服器{0, choice, 1#庫|2#庫}
libraries.node.text.application.server=庫包含將各種功能添加到您的應用程式的類。庫還包含源文件和 JavaDoc,它們可以幫助您開發專案。<br><br>IntelliJ IDEA 使用庫協助您完成程式碼補全、驗證、錯誤高亮顯示等。<br><br>應用程式伺服器庫是應用程式伺服器 (WebSphere、WebLogic、Tomcat 等) 的一部分並適用於通過這些伺服器設定的 Web 和 Java EE 套用程序。<br><br>擴展節點和選擇子項以管理您的系統中安裝的應用程式伺服器庫。<br><br>要將庫附加到模組,請選擇該模組,點擊“依賴關係”頁籤,點擊“添加”並指定庫位置。
libraries.node.text.application.server=庫包含將各種功能添加到您的應用程式的類。庫還包含原始檔和 JavaDoc,它們可以幫助您開發專案。<br><br>IntelliJ IDEA 使用庫協助您完成程式碼補全、驗證、錯誤高亮顯示等。<br><br>應用程式伺服器庫是應用程式伺服器 (WebSphere、WebLogic、Tomcat 等) 的一部分並適用於通過這些伺服器設定的 Web 和 Java EE 套用程序。<br><br>擴展節點和選擇子項以管理您的系統中安裝的應用程式伺服器庫。<br><br>要將庫附加到模組,請選擇該模組,點擊“依賴關係”頁籤,點擊“添加”並指定庫位置。
library.configure.appserver.title=設定應用程式伺服器庫

default.run.configuration.name.unnamed=未命名
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/ApplicationBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ advanced.setting.terminal.buffer.max.lines.count=終端回滾緩衝區大小
advanced.setting.terminal.buffer.max.lines.count.trailingLabel=
advanced.setting.terminal.escape.moves.focus.to.editor=使用 Escape 將焦點移動到編輯器
advanced.setting.editor.reuse.not.modified.tabs=在同一個頁籤中開啟宣告源
advanced.setting.editor.reuse.not.modified.tabs.description=導航到方法/類/變數宣告時,如果沒有任何變更,包含該宣告的源文件將取代當前頁籤
advanced.setting.editor.reuse.not.modified.tabs.description=導航到方法/類/變數宣告時,如果沒有任何變更,包含該宣告的原始檔將取代當前頁籤
advanced.setting.editor.open.tabs.in.main.window=在主 IDE 視窗中開啟從分離視窗調用的宣告源
advanced.setting.editor.open.tabs.in.main.window.description=從分離視窗中的頁籤導航到方法/類/變數宣告時,新的頁籤將在主 IDE 視窗中開啟。覆寫“在同一頁籤中開啟宣告源”。
advanced.setting.ide.macos.disable.native.shortcut.symbols=對 macOS 鍵盤快捷鍵使用單詞而不是符號
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/CLionCMakeBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake.qt.widgets.project.generator=Qt 微件可執行檔案
cmake.cannot.create.new.project=無法創建新項目: {0}
cmake.new.project=新建專案
cmake.create.new.project=創建新的 CMake 專案
cmake.filesOutsideOfProject=某些源文件位於 CMakeLists.txt 目錄之外。<br>您以後可以<a href="change">更改專案根</a>或<a href="ignore">將其忽略</a>。
cmake.filesOutsideOfProject=某些原始檔位於 CMakeLists.txt 目錄之外。<br>您以後可以<a href="change">更改專案根</a>或<a href="ignore">將其忽略</a>。
cmake.action.loadCMakeProject=載入 CMake 專案
cmake.action.unloadCMakeProject=移除 CMake 專案
cmake.action.reloadCMakeProject=重新載入 CMake 專案
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/CidrExecutionBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ load.variables.from.file=從檔案載入變數
test.tests.in.project=''{0}'' 專案中的測試
test.framework=框架 ''{0}'':
test.test.count=測試計數:{0}
test.file.is.not.source.file=檔案不是源文件。當測試包含在源文件中時,將對其進行計數。
test.file.is.not.source.file=檔案不是原始檔。當測試包含在原始檔中時,將對其進行計數。
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/CidrLangBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fileExtensions.extensionPair=副檔名對
fileExtensions.sourceExtension=源副檔名:
fileExtensions.headerExtension=頭副檔名:
fileExtensions.fileNamingConvention=檔案命名約定:
create.cpp.source.title=C/C++ 源文件
create.cpp.source.title=C/C++ 原始檔
create.cpp.header.title=C/C++ 標頭檔
create.checkbox.source.associated.header=創建關聯頭(&H)
create.cpp.class.title=C++ 類
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/CidrWorkspaceBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ collect.compiler.info.warning.message=收集編譯器資訊時遇到問題

external.sources.grouping.node.presentable.text=外部源
external.sources.grouping.node.location.string=專案根外部
external.sources.grouping.node.tooltip=此處列出的源文件位於專案根外部。不妨更改專案根。
external.sources.grouping.node.tooltip=此處列出的原始檔位於專案根外部。不妨更改專案根。

notification.group.workspace=找到了內容根之外的檔案
notification.group.project.roots=從索引中排除的目錄
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/CssBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ dialog.message.target.file.not.stylesheet.file=目標檔案不是樣式表檔案
title.move.0.rulesets=移動{0, choice, 1#規則集|2#規則集}
title.move.0.rulesets.to=移動 {0, choice, 1#規則集|2#規則集} 到
dialog.message.target.file.not.specified=未指定目標檔案。
dialog.message.source.target.files.should.be.different=源文件和目標檔案應當不同
dialog.message.source.target.files.should.be.different=原始檔和目標檔案應當不同
command.name.update.css.color=更新 CSS 顏色

css.intentions.category=CSS
Expand Down
4 changes: 2 additions & 2 deletions plugin-dev-raw/zh/messages/DartBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ dart.project.templates.loading.message=正在載入 Dart 專案模板…

toolwindow.stripe.Dart_Analysis=Dart 分析
dart.reanalyze.action.name=重新分析 Dart 原始碼
dart.reanalyze.action.description=重新分析所有 DART 源文件(無需重新啟動 DART 分析伺服器)
dart.reanalyze.action.description=重新分析所有 DART 原始檔(無需重新啟動 DART 分析伺服器)
dart.restart.server.action.name=重啟 Dart 分析伺服器
group.by.severity=按嚴重程度分組
group.by.severity.description=按嚴重程度分組: 表的頂部為錯誤,然後是警告,最後是提示
Expand Down Expand Up @@ -348,7 +348,7 @@ action.Dart.Analyzer.Diagnostics.description=查看 Dart 分析器診斷
action.Dart.Restart.Analysis.Server.text=重啟 Dart 分析伺服器
action.Dart.Restart.Analysis.Server.description=重啟 Dart 分析伺服器
action.Dart.Reanalyze.text=重新分析 Dart 原始碼
action.Dart.Reanalyze.description=重新分析所有 Dart 源文件
action.Dart.Reanalyze.description=重新分析所有 Dart 原始檔
action.Dart.NewDartFile.text=Dart 檔案
action.Dart.NewDartFile.description=創建新 Dart 檔案
action.Dart.stop.dart.webdev.server.text=停止 Dart Webdev 伺服器
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/DebuggerBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ outer.this.not.available=外部 `this` 不可用

### org/jetbrains/plugins/scala/debugger/evaluation/evaluator/compiling/GeneratedClass.scala
module.for.compilation.is.not.found=找不到編譯模組
could.not.evaluate.due.to.a.change.in.a.source.file=由於源文件中的變更而無法評估
could.not.evaluate.due.to.a.change.in.a.source.file=由於原始檔中的變更而無法評估
could.not.compile.local.class.in.this.context=無法在此上下文中編譯本地類

### org/jetbrains/plugins/scala/debugger/filters/ScalaDebuggerSettingsConfigurable.form
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/DsmBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ action.DSM.Analyze.MainMenu.text=依賴關係矩陣…
analysis.noun=分析
usages.of.0.in.1={1} 中 {0} 的用法
looking.for.usages=正在尋找用法…
no.class.files.were.found.n.dsm.analysis.can.t.be.performed=找不到指定源文件的類檔案。\n無法執行 DSM 分析。
no.class.files.were.found.n.dsm.analysis.can.t.be.performed=找不到指定原始檔的類檔案。\n無法執行 DSM 分析。
no.classes.found=找不到類
legend.deps=依賴項
legend.cycles=周期
Expand Down
4 changes: 2 additions & 2 deletions plugin-dev-raw/zh/messages/EditorConfigBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ action.disable=對專案禁用
action.open.file=開啟 .editorconfig
disabled.notification=EditorConfig 已禁用
config.code.style.overridden=一個或多個程式碼樣式選項被 EditorConfig 覆寫
editor.preview.not.saved.warning=預覽變更不會儲存到實際源文件
editor.preview.not.saved.warning=預覽變更不會儲存到實際原始檔
editor.preview.open=開啟檔案以預覽程式碼樣式…
export.topmost.file=將 "root=true" 添加到檔案開頭
export.properties.title=屬性集
Expand Down Expand Up @@ -255,7 +255,7 @@ read.failure=無法讀取 .editorconfig 檔案
action.org.editorconfig.configmanagement.generate.EditorConfigGenerateLanguagePropertiesAction.text=語言屬性
action.org.editorconfig.configmanagement.generate.EditorConfigGenerateLanguagePropertiesAction.description=添加語言屬性
popup.title.choose.language=選擇語言
error.timeout=在 .editorconfig 中搜尋源文件時超時
error.timeout=在 .editorconfig 中搜尋原始檔時超時
notification.group.error=EditorConfig 操作失敗
notification.group.disabled=EditorConfig 已禁用
inspection.file.encoding.apply=套用 .editorconfig 編碼
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/GoBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ go.refactoring.move.exported.function.will.not.start.application.validation.mess
go.refactoring.move.exported.function.will.not.perform.initialization.validation.message=匯出的函數 {0} 將不再執行初始化
go.refactoring.move.type.will.become.non.local.for.method.validation.message=類型 {0} 將成為方法 {1} 的非局部類型
go.refactoring.move.required.by.validation.message={0}需要
go.refactoring.move.file.should.differ.validation.message=目標檔案應與源文件不同
go.refactoring.move.file.should.differ.validation.message=目標檔案應與原始檔不同
go.refactoring.rename.looking.for.anonymous.field.usages.progress.title=正在尋找匿名欄位用法
go.refactoring.rename.looking.for.method.usages.progress.title=正在尋找方法用法
go.refactoring.rename.package.title=同時將軟體套件 ''{0}'' 重命名為 ''{1}''?
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/GoLessonsBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ go.inspection.unsafe.context.cancellation.add.defer={0} 程式碼檢查會檢查
go.formatting.lesson.name=內建格式化程序
go.formatting.reformat.selection=<ide/> 可以幫助您進行程式碼格式化。點擊 {0} 重新格式化所選程式碼塊。
go.formatting.clear.selection=要清理選區,按 {0}。
go.formatting.whole.file=要重新格式化整個源文件,請在未選擇任何行的情況下使用 {0}。
go.formatting.whole.file=要重新格式化整個原始檔,請在未選擇任何行的情況下使用 {0}。

go.fmt.lesson.name=執行 go fmt
go.fmt.task=如果您傾向於使用 {0} 格式化程式碼,可以按 {1} 執行。
Expand Down
Loading

0 comments on commit 2f3508a

Please sign in to comment.