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 Jan 24, 2022
1 parent 3d1a800 commit bc6e522
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file modified plugin-dev-out/zh.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<li> _ - 任意值
<li> null - null 值
<li> !null - 靜態證明非 null 的值
<li> true - 布爾值 true
<li> false - 布爾值 false
<li> true - 布林值 true
<li> false - 布林值 false
<li> fail - 如果實參滿足實參約束,則該方法拋出異常
<li> new - 每次執行該方法時,它都會返回一個新的非 null 對象,該對象與執行前存在於堆中的其他對象不同。 如果方法是純方法,則新對象不會存儲在字段或數組中,如果不使用方法的返回值,則新對象將丟失。
<li> this - 該方法返回非 null 的 this 引用
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/FreeMarkerBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ expression.should.have.hash.type=表達式應為哈希或 ''Map'' 類型,實
expression.should.have.namespace.type=應為命名空間,實際為 ''{0}''
expression.should.have.node.type=應為節點類型,實際為 ''{0}''
expression.should.have.macro.type=應為巨集類型,實際為 ''{0}''
expression.should.have.boolean.type=應為布爾類型,實際為 ''{0}''
expression.should.have.boolean.type=應為布林型別,實際為 ''{0}''

invalid.ftl.file=不是 FreeMarker 檔案
invalid.relative.path=相對路徑無效
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 @@ -1418,7 +1418,7 @@ go.inspection.problem.too.many.arguments.to.return=要返回的實參太多
go.inspection.problem.not.enough.arguments.to.return=要返回的實參不足
go.inspection.problem.invalid.argument.must.be.complex.type=無效的實參 {0} (類型 {1}): 必須為複雜類型
go.inspection.problem.expression.with.type={0} (類型 {1})
go.inspection.problem.non.bool.used.as.condition=非布爾值 {0} 用作條件
go.inspection.problem.non.bool.used.as.condition=非布林值 {0} 用作條件
go.inspection.problem.cannot.range=範圍不能超過 {0}
go.inspection.problem.type.or.type={0} 或 {1}
go.inspection.problem.nil.is.not.allowed=不允許 {0}。必須為 {1}
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/HbBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hb.parsing.element.expected.white_space=應為空白區域
hb.parsing.expected.hash=應為哈希
hb.parsing.expected.parameter=應為參數
hb.parsing.expected.partial.name=應為程式碼段名稱
hb.parsing.expected.path.or.data=應為路徑、字串、數字、布爾值或 @data
hb.parsing.expected.path.or.data=應為路徑、字串、數字、布林值或 @data
hb.parsing.unexpected.decorator.inverse=裝飾器上有意外 inverse 塊
hb.parsing.invalid=無效
inspections.group.name=Handlebars/Mustache
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 @@ -186,7 +186,7 @@ illegal.assignment.target=非法賦值目標
# TODO unify type mismatch messages
expr.type.does.not.conform.expected.type=類型 {0} 的表達式不符合預期類型 {1}
method.is.not.member=方法 {0} 不是類型 {1} 的成員
expected.type.boolean=預期布爾類型作為方法 {0} 返回類型
expected.type.boolean=預期布林型別作為方法 {0} 返回類型

### org/jetbrains/plugins/scala/annotator/element/ScCharLiteralAnnotator.scala
missing.char.value=缺少字符值
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ no.tailrec.annotation.title=無尾遞歸註解
group.general=常規
intention.category.scala=Scala
intention.category.scala.argument.conversion=Scala/實參轉換
intention.category.scala.boolean=Scala/布爾值
intention.category.scala.boolean=Scala/布林值
intention.category.scala.control.flow=Scala/控制流
intention.category.scala.strings=Scala/字串
intention.category.scala.strings.formatted.strings=Scala/字串/格式化字串
Expand Down

0 comments on commit bc6e522

Please sign in to comment.