-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add label verifier localization support (#109)
* Add label-vevifier localization support * add pom resources * update folders
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...erifier-plugin/src/main/resources/hudson/plugins/label_verifier/Messages_zh_CN.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Main | ||
LabelAtomPropertyImpl.displayName=\u9A8C\u8BC1\u6B64\u6807\u7B7E | ||
|
||
# Shared messages | ||
shared.validatingLabelMessage=\u9A8C\u8BC1\u6807\u7B7E ''{0}'' | ||
shared.evalFailureMessage=\u8BC4\u4F30 ''{0}'' \u8868\u8FBE\u5F0F\u8FD4\u56DE\u662F\u5426\u6B63\u5E38 | ||
|
||
# Verifiers | ||
verifiers.shell.displayName=\u901A\u8FC7 shell \u811A\u672C\u9A8C\u8BC1 | ||
verifiers.shell.shortName=Shell \u811A\u672C | ||
verifiers.shell.failMessage=\u811A\u672C\u5931\u8D25\u3002\u6807\u7B7E ''{0}'' \u88AB\u62D2\u7EDD\u3002 | ||
verifiers.regex.displayName=\u901A\u8FC7\u6B63\u5219\u8868\u8FBE\u5F0F\u9A8C\u8BC1\u8BA1\u7B97\u673A\u540D\u79F0 | ||
verifiers.regex.shortName=\u6B63\u5219\u8868\u8FBE\u5F0F | ||
verifiers.regex.invalidRegexMessage=\u6807\u7B7E\u7684\u6B63\u5219\u8868\u8FBE\u5F0F ''{0}'' \u65E0\u6548\u3002\u9650\u5236\u5C06\u88AB\u8DF3\u8FC7 | ||
logic.always.displayName=\u603B\u662F\u5931\u8D25 | ||
logic.never.displayName=\u4ECE\u672A\u5931\u8D25 | ||
logic.and.displayName=\u548C | ||
logic.or.displayName=\u6216\u8005 | ||
logic.not.displayName=\u4E0D |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters