Skip to content

Add insufficient authentication message for Simplified Chinese and Traditional Chinese #9878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ DigestAuthenticationFilter.nonceExpired=Nonce\u5DF2\u7ECF\u8FC7\u671F/\u8D85\u65
DigestAuthenticationFilter.nonceNotNumeric=Nonce\u4EE4\u724C\u7684\u7B2C1\u90E8\u5206\u5E94\u8BE5\u662F\u6570\u5B57\uFF0C\u4F46\u7ED3\u679C\u5374\u662F{0}
DigestAuthenticationFilter.nonceNotTwoTokens=Nonce\u5E94\u8BE5\u7531\u4E24\u90E8\u5206\u53D6\u503C\u6784\u6210\uFF0C\u4F46\u7ED3\u679C\u5374\u662F{0}
DigestAuthenticationFilter.usernameNotFound=\u7528\u6237\u540D{0}\u672A\u627E\u5230
ExceptionTranslationFilter.insufficientAuthentication=\u8bbf\u95ee\u6b64\u8d44\u6e90\u9700\u8981\u5b8c\u5168\u8eab\u4efd\u9a8c\u8bc1
JdbcDaoImpl.noAuthority=\u6CA1\u6709\u4E3A\u7528\u6237{0}\u6307\u5B9A\u89D2\u8272
JdbcDaoImpl.notFound=\u672A\u627E\u5230\u7528\u6237{0}
LdapAuthenticationProvider.badCredentials=\u7528\u6237\u540d\u6216\u5bc6\u7801\u9519\u8bef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ DigestAuthenticationFilter.nonceExpired=Nonce \u5DF2\u903E\u671F
DigestAuthenticationFilter.nonceNotNumeric=Nonce token \u7684\u7B2C\u4E00\u90E8\u5206\u61C9\u8A72\u70BA\u6578\u5B57\uFF0C\u4F46\u5BE6\u969B\u503C\u70BA {0}
DigestAuthenticationFilter.nonceNotTwoTokens=Nonce \u61C9\u8A72\u5305\u542B\u5169\u500B\u90E8\u5206\uFF0C\u4F46\u5BE6\u969B\u503C\u70BA {0}
DigestAuthenticationFilter.usernameNotFound=\u627E\u4E0D\u5230\u4F7F\u7528\u8005\u540D\u7A31 {0}
ExceptionTranslationFilter.insufficientAuthentication=\u8a2a\u554f\u6b64\u8cc7\u6e90\u9700\u8981\u5b8c\u5168\u8eab\u4efd\u9a57\u8b49
JdbcDaoImpl.noAuthority=\u4F7F\u7528\u8005 {0} \u6C92\u6709 GrantedAuthority
JdbcDaoImpl.notFound=\u627E\u4E0D\u5230\u4F7F\u7528\u8005 {0}
LdapAuthenticationProvider.badCredentials=\u6191\u8B49\u932F\u8AA4
Expand Down