lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

Update Chinese translation #46

Closed lppedd closed 3 years ago

lppedd commented 3 years ago

Hey @ymind, I've added and updated a couple messages đŸ˜„, here is the list. If you have some time, it would be nice to update the chinese translation.
Also feel free to give suggestions for better messages!

Added:

cc.inspection.namingConvention.description=Conventional Commit: naming convention
cc.inspection.namingConvention.text=Naming convention violation. Illegal characters used
cc.inspection.namingConvention.comment=\
  Reports commit's <b>types</b> and <b>scopes</b> that do not follow \
  the specified regular expression patterns.<br/>\
  Use the fields provided below to specify the regular expressions (in <b>java.util.regex</b> format).
cc.inspection.namingConvention.pattern.type.label=Type pattern:
cc.inspection.namingConvention.pattern.scope.label=Scope pattern:
cc.inspection.namingConvention.pattern.error=Bad regular expression pattern

Updated (notice the removed (s), replaced by a simple s):

cc.inspection.nonStdMessage.text=Non-standard whitespaces
cc.inspection.nonStdMessage.addWs=Add whitespaces
cc.inspection.nonStdMessage.removeWs=Remove whitespaces
cc.inspection.nonStdMessage.replaceWs=Replace whitespaces with {0}