All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puppycrawl.tools.checkstyle.checks.messages_zh.properties Maven / Gradle / Ivy

Go to download

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

There is a newer version: 10.18.1
Show newest version
array.type.style=数组大括号位置错误。
descendant.token.max=''{2}'' 下的 ''{3}'' 出现 {0} 次(最多: {1} 次)。
descendant.token.min=''{2}'' 下的 ''{3}'' 出现 {0} 次(最少: {1} 次)。
descendant.token.sum.max=''{2}''下的 {0} 出现总次数超过{1} 次。
descendant.token.sum.min=''{2}''下的 {0} 出现总次数少于{1} 次。
final.parameter=参数: {0} 应定义为 final 的。
forbid.escaped.unicode.char=不要使用Unicode转义字符。
nocode.in.file=该文件不包含任何代码。
noNewlineAtEOF=文件未以空行结尾。
properties.duplicate.property=重复属性: ''{0}'' ({1} 次).
properties.notSorted.property=属性键 ''{0}'' 与前一个属性 ''{1}'' 的顺序不正确。
todo.match=TODO块: ''{0}'' 。
trailing.comments=不要使用行尾注释。
translation.missingKey=找不到 Key : ''{0}''。
translation.missingTranslationFile=找不到配置文件: ''{0}'' 。
translation.wrongLanguageCode=指定的語言代碼 ''{0}'' 是不正確。
type.file.mismatch=顶级类名称与源文件名不同。
unable.open=无法打开: ''{0}'' 。
unable.open.cause=无法打开: ''{0}'': {1}.
uncommented.main=未注释的Main方法。
upperEll=请使用大写''L'' 。
wrong.line.end=文件的预期行结尾为LF(\\n),但检测到CRLF(\\r\\n)。




© 2015 - 2024 Weber Informatics LLC | Privacy Policy