Skip to content

Commit

Permalink
build(release): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2022
1 parent b5bd3d7 commit 1a5a3ee
Show file tree
Hide file tree
Showing 12 changed files with 179 additions and 171 deletions.
Binary file modified plugin-dev-out/zh.jar
Binary file not shown.
316 changes: 158 additions & 158 deletions plugin-dev-raw/zh.list.properties.maybe.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion plugin-dev-raw/zh/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@
<li>以分詞系統與轉繁來基於官方簡體版自動打包製作</li>
<li>解除版本安裝上限範圍的限制 <em>until-build</em></li>
<li>忽略部分官方版檔案</li>
<li>部分翻譯差異統一化</li>
</ul>
<h3>基於分詞系統的替換字詞說明</h3>
<h4><a href="https://github.com/bluelovers/idea-l10n-zht/blob/master/lib/static/synonym.txt">lib/static/synonym.txt</a></h4>
<p>此檔案放置轉換用詞,格式為 <code>最終顯示的字詞,替換的字詞</code></p>
<p>此檔案放置轉換用詞,格式為 <code>最終顯示的字詞,替换的原始简体字词</code></p>
<p>然後由於每次轉換都是以原始簡體檔案來做轉換,所以替換的字詞請包含簡體</p>
<p>實際添加的內容請直接查看檔案內容做參考</p>
<h4><a href="https://github.com/bluelovers/idea-l10n-zht/blob/master/lib/static/table.txt">lib/static/table.txt</a></h4>
Expand Down Expand Up @@ -89,6 +90,7 @@
<li>偵測檢查 zip / git / 檔案系統 上的檔案 是否存在大小寫不同的同名檔案</li>
<li><s>可指定編譯基於指定版本的語言包</s></li>
<li>同時更新多個版本的語言包</li>
<li><s>偵測檢查可能包含未翻譯內容的檔案與鍵值</s></li>
</ul>
<h2>已知問題</h2>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<body>
報告採用的函數接口存在抽象方法簽名衝突的多載方法。
<p>此類多載會引入歧義,並要求調用方將 lambda 轉換為特定類型或顯式指定 lambda 參數類型。
最好為重載方法賦予不同的名稱,以消除歧義。</p>
最好為多載方法賦予不同的名稱,以消除歧義。</p>
<p>範例:</p>
<pre><code>
interface MyExecutor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<body>
報告通過不返回元素(通過引用)的方法調用而返回的元素的間接修改。 此外,檢查報告了一個解析為重載 <code>offsetGet</code> 方法的陣列索引訪問的特殊情況。
報告通過不返回元素(通過引用)的方法調用而返回的元素的間接修改。 此外,檢查報告了一個解析為多載 <code>offsetGet</code> 方法的陣列索引訪問的特殊情況。
</body>
</html>
4 changes: 2 additions & 2 deletions plugin-dev-raw/zh/messages/CoreBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ plugin.loading.error.long.ide.contains.conflicting.module=套件 ''{0}'' 與 IDE
plugin.loading.error.module.declared.by.multiple.plugins=模組 {0} 由多個套件宣告:\n {1}
plugin.loading.error.short.failed.to.load.requirements.for.ide.version=無法載入 IDE 版本的要求
plugin.loading.error.long.failed.to.load.requirements.for.ide.version=套件 ''{0}'' 不能被載入,因為它對 IDE 版本的要求不正確
plugin.loading.error.short.incompatible.since.build=不相容: 需要 IDE 內部版本 {0} 或更高版本
plugin.loading.error.short.incompatible.since.build=不相容: 需要 IDE 構建版本 {0} 或更高版本
plugin.loading.error.long.incompatible.since.build=套件 ''{0}'' (版本 ''{1}'')與當前版本的 IDE 不相容,因為它需要構建版本 {2} 或更新的版本,但當前的構建版本是 {3}
plugin.loading.error.short.incompatible.until.build=不相容: 需要 IDE 內部版本 {0} 或更低版本
plugin.loading.error.short.incompatible.until.build=不相容: 需要 IDE 構建版本 {0} 或更低版本
plugin.loading.error.long.incompatible.until.build=套件 ''{0}'' (版本 ''{1}'')與當前版本的 IDE 不相容,因為它需要構建版本 {2} 或更老的版本,但當前的構建版本是 {3}
plugin.loading.error.short.custom.plugin.loading.disabled=自定義套件載入已禁用
plugin.loading.error.long.custom.plugin.loading.disabled=套件 ''{0}'' 未載入,因為在當前的 IDE 實例中,自定義套件的載入被明確禁止
Expand Down
6 changes: 3 additions & 3 deletions plugin-dev-raw/zh/messages/DupLocatorBundle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
duplication.title=程式碼重復分析
duplication.title=程式碼重複分析
duplication.scope.name.prefix=分析
duplicate.dialog.title=程式碼重復分析設定
duplication.progress=程式碼重復分析
duplicate.dialog.title=程式碼重複分析設定
duplication.progress=程式碼重複分析
duplication.none.found.message=未找到重複程式碼。
duplication.none.found.title=尋找重複項
duplication.anonymize.literals.checkbox=匿名化文字(&L)
Expand Down
4 changes: 2 additions & 2 deletions plugin-dev-raw/zh/messages/DuplicatesBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ duplicate.inspection.fix.navigate.family = 導航到重複項
duplicate.inspection.fix.hide.family = 不檢測此大小的重複項
duplicates.inspection.description.ijbased=報告所選範圍內的重複程式碼塊: 相同檔案或整個專案。<!-- tooltip end --> 檢查功能快速修復,可以幫助您設定檢測到的重複項的大小,導航至重複的程式碼段,然後在工具視窗中進行比較。\n\
\n\
檢查選項允許您選擇已報告重複片段的範圍,並為重復語言結構設定初始大小。\n\
檢查選項允許您選擇已報告重複片段的範圍,並為重複語言結構設定初始大小。\n\
\n\
您還可以配置要在 {0} 中匿名化的結構。
duplicates.inspection.description.idea=報告所選範圍內的重複程式碼塊: 相同檔案、相同模組、依賴模組或整個專案。<!-- tooltip end --> 檢查功能快速修復,可以幫助您設定檢測到的重複項的大小,導航至重複的程式碼段,然後在工具視窗中進行比較。檢查會在可行時提供快速修復以從重複程式碼提取方法。\n\
\n\
檢查選項允許您選擇已報告重複片段的範圍,並為重復語言結構設定初始大小。\n\
檢查選項允許您選擇已報告重複片段的範圍,並為重複語言結構設定初始大小。\n\
\n\
您還可以配置要在 {0} 中匿名化的結構。
duplicates.settings.validation.minSize=“{0}”不是一個允許的值。支援的值是 {1}-{2}。
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/KubernetesBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ ChartElementDescriptionProvider.helm.object.title=Helm 物件
ChartElementDescriptionProvider.helm.value.title=Helm 值
ChartRenameHandler.invalid.go.template.identifier=值不是有效的 Go 模板關鍵字(在模板檔案中使用)
ChartRenameHandler.preliminary.finding.usage.process.name=正在尋找用法…
HelmPanel.repeat.last.command.text=重復上一條命令
HelmPanel.repeat.last.command.text=重複上一條命令
KubernetesResourceMapper.ageField.name=Age
KubernetesResourceMapper.ageField.tooltip.template={0} 創建
KubernetesResourceMapper.labelsField.name=標籤
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/ScalaBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ change.signature.not.supported.extractors=提取程序不支持更改簽名

### org/jetbrains/plugins/scala/lang/refactoring/changeSignature/ScalaParameterTableModelItem.scala
change.signature.specify.type.for.parameter=指定參數 ''{0}'' 的類型
parameter.could.not.be.repeated.and.by.name=參數不能同時為重復參數和傳名參數
parameter.could.not.be.repeated.and.by.name=參數不能同時為重複參數和傳名參數
could.not.understand.type=無法理解類型 {0}

### org/jetbrains/plugins/scala/lang/refactoring/extractMethod/ScalaExtractMethodDialog.java
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/ScalaSbtBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sbt.settings.useShell=用於:
sbt.settings.download=下載:
sbt.settings.shell.title=sbt shell
sbt.settings.useShellForImport=專案重新載入
sbt.settings.useShellForBuild=內部版本
sbt.settings.useShellForBuild=構建版本
sbt.settings.remoteDebug=啟用調試
sbt.settings.allowSbtVersionOverride=允許覆寫 sbt 版本
sbt.settings.resolveClassifiers=庫原始碼
Expand Down
6 changes: 6 additions & 0 deletions test/__snapshots__/segment.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ exports[`should include 萬用字元 - 可以使用有界通配符 1`] = `"可
exports[`should include 蛇形命名 - 常量和函数时报告使用蛇形拼写法而不是骆驼拼写法的情况 1`] = `"常數和函數時報告使用蛇形命名法而不是駝峰式命名法的情況"`;
exports[`should include - 程式码重复分析 1`] = `"程式碼重複分析"`;
exports[`should include - 重复上一条命令 1`] = `"重複上一條命令"`;
exports[`should include - ,并为重复语言结构设定初始大小。 1`] = `",並為重複語言結構設定初始大小。"`;
exports[`should include 記憶體 - low.memory.notification.title=内存不足 1`] = `"low.memory.notification.title=記憶體不足"`;
exports[`should include 軟體套件 - command.create.package=创建软件包 1`] = `"command.create.package=創建軟體套件"`;
Expand Down

0 comments on commit 1a5a3ee

Please sign in to comment.