mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-22 18:25:47 +08:00
139 lines
5.9 KiB
INI
139 lines
5.9 KiB
INI
[ApplicationErr]
|
|
AppNotFound = Application %s not found
|
|
AppNotFoundForUserID = No application is found for userId: %s
|
|
GrantTypeNotSupport = Grant_type: %s is not supported in this application
|
|
HasNoProviders = This application has no providers
|
|
HasNoProvidersOfType = This application has no providers of type
|
|
InvalidID = Invalid application id
|
|
|
|
[AuthErr]
|
|
AuthStateWrong = State expected: %s, but got: %s
|
|
ChallengeMethodErr = Challenge method should be S256
|
|
CanNotUnlinkUsers = You are not the global admin, you can't unlink other users
|
|
CanNotLinkMySelf = You can't unlink yourself, you are not a member of any application
|
|
CallWebAuthnSigninBegin = Please call WebAuthnSigninBegin first
|
|
NotHuman = Turing test failed.
|
|
WrongPasswordManyTimes = You have entered the wrong password too many times, please wait for %d minutes %d seconds and try again
|
|
Unauthorized = Unauthorized operation
|
|
|
|
[CasErr]
|
|
ServiceDoNotMatch = Service %s and %s do not match
|
|
|
|
[EmailErr]
|
|
ExistedErr = Email already exists
|
|
EmptyErr = Email cannot be empty
|
|
EmailInvalid = Email is invalid
|
|
EmailCheckResult = Email: %s
|
|
EmptyParam = Empty parameters for emailForm: %v
|
|
InvalidReceivers = Invalid Email receivers: %s
|
|
UnableGetModifyRule = Unable to get the email modify rule.
|
|
|
|
[EnforcerErr]
|
|
SignInFirst = Please sign in first
|
|
|
|
[InitErr]
|
|
InitScoreFailed = Get init score failed, error: %%w
|
|
|
|
[LdapErr]
|
|
MultipleAccounts = Multiple accounts with same uid, please check your ldap server
|
|
PasswordWrong = Ldap user name or password incorrect
|
|
ServerExisted = Ldap server exist
|
|
|
|
[LoginErr]
|
|
AppDoNotExist = The application: %s does not exist
|
|
AppNotEnableSignUp = The account for provider: %s and username: %s (%s) does not exist and is not allowed to sign up as new account, please contact your IT support
|
|
AccountDoNotExist = The account does not exist
|
|
InvalidUserInformation = Failed to create user, user information is invalid: %s
|
|
LoginFirst = Please login first
|
|
LoginFail = Failed to login in: %s
|
|
NoPermission = You don't have the permission to do this
|
|
OldUser = The account for provider: %s and username: %s (%s) is already linked to another account: %s (%s)
|
|
ProviderCanNotSignUp = The account for provider: %s and username: %s (%s) does not exist and is not allowed to sign up as new account via %%s, please use another way to sign up
|
|
SessionOutdated = Session outdated, please login again
|
|
SignOutFirst = Please sign out first before signing in
|
|
UserDoNotExist = The user: %s/%s doesn't exist
|
|
UserIsForbidden = The user is forbidden to sign in, please contact the administrator
|
|
UnknownAuthentication = Unknown authentication type (not password or provider), form = %s
|
|
UnsupportedPasswordType = unsupported password type: %s
|
|
|
|
[OrgErr]
|
|
DoNotExist = Organization does not exist
|
|
Immutable = The %s is immutable.
|
|
OnlyAdmin = Only admin can modify the %s.
|
|
UnknownModifyRule = Unknown modify rule %s.
|
|
|
|
[ParameterErr]
|
|
OrgMissingErr = Parameter organization is missing
|
|
Missing = Missing parameter
|
|
UnknownType = Unknown type
|
|
Wrong = Wrong parameter
|
|
|
|
[PhoneErr]
|
|
CodeNotSent = Code has not been sent yet!
|
|
CodeTimeOut = You should verify your code in %d min!
|
|
ExistedErr = Phone already exists
|
|
EmptyErr = Phone cannot be empty
|
|
InvalidReceivers = Invalid phone receivers: %s
|
|
NumberInvalid = Phone number is invalid
|
|
NoPrefix = %s No phone prefix
|
|
PhoneCheckResult = Phone: %s
|
|
UnableGetModifyRule = Unable to get the phone modify rule.
|
|
|
|
[ProviderErr]
|
|
CanNotBeUnlinked = This provider can't be unlinked
|
|
CategoryNotSAML = provider %s's category is not SAML
|
|
DoNotExist = the provider: %s does not exist
|
|
InvalidProvider = Invalid captcha provider.
|
|
LinkFirstErr = Please link first
|
|
ProviderNotEnabled = The provider: %s is not enabled for the application
|
|
ProviderNotSupported = The provider type: %s is not supported
|
|
ProviderNotFound = The provider: %s is not found
|
|
ProviderNotFoundForCategory = No provider for category: %s is found for application: %s
|
|
|
|
[ResourceErr]
|
|
NotAuthorized = You are not authorized to access this resource
|
|
UserIsNil = User is nil for tag: /"avatar/"
|
|
UsernameOrFilePathEmpty = Username or fullFilePath is empty: username = %s, fullFilePath = %s
|
|
|
|
[SetPasswordErr]
|
|
CanNotContainBlank = New password cannot contain blank space.
|
|
LessThanSixCharacters = New password must have at least 6 characters
|
|
|
|
[SignUpErr]
|
|
DoNotAllowSignUp = The application does not allow to sign up new account
|
|
SignOutFirst = Please sign out first before signing up
|
|
|
|
[StorageErr]
|
|
ObjectKeyNotAllowed = The objectKey: %s is not allowed
|
|
|
|
[TokenErr]
|
|
EmptyClientID = Empty clientId or clientSecret
|
|
InvalidToken = Invalid token
|
|
InvalidAppOrWrongClientSecret = Invalid application or wrong clientSecret
|
|
InvalidClientId = Invalid client_id
|
|
RedirectURIDoNotExist = Redirect URI: %s doesn't exist in the allowed Redirect URI list
|
|
|
|
[UserErr]
|
|
AffiliationBlankErr = Affiliation cannot be blank
|
|
DisplayNameBlankErr = DisplayName cannot be blank
|
|
DisplayNameInvalid = DisplayName is not valid real name
|
|
DisplayNameCanNotBeEmpty = Display name cannot be empty
|
|
DoNotExist = The user: %s doesn't exist
|
|
DoNotExistInOrg = The user: %s/%s doesn't exist
|
|
DoNotExistSignUp = the user does not exist, please sign up first
|
|
FirstNameBlankErr = FirstName cannot be blank
|
|
FailToImportUsers = Failed to import users
|
|
LastNameBlankErr = LastName cannot be blank
|
|
NameLessThanTwoCharacters = Username must have at least 2 characters
|
|
NameStartWithADigitErr = Username cannot start with a digit
|
|
NameIsEmailErr = Username cannot be an email address
|
|
NameCantainWhitSpaceErr = Username cannot contain white spaces
|
|
NameExistedErr = Username already exists
|
|
NameEmptyErr = Empty username.
|
|
NameTooLang = Username is too long (maximum is 39 characters).
|
|
NameFormatErr = The username may only contain alphanumeric characters, underlines or hyphens, cannot have consecutive hyphens or underlines, and cannot begin or end with a hyphen or underline.
|
|
PasswordLessThanSixCharacters = Password must have at least 6 characters
|
|
InvalidInformation = Invalid information
|
|
NoWebAuthnCredential = Found no credentials for this user
|
|
|