Aşağıdaki Api mesajları türkçeleştirilecek:
Error Dialog
Authenticated = "Authenticated"
Success = "Success returned"
UserRegistered = "User Registered"
UserUpdated = "User Updated"
UserActivated = "User Activated"
UserBlocked = "User Blocked"
UserFetched = "User detail fetched"
UserlistFetched = "Userlist for retail code fetched"
UserlistNotFetched = "Userlist can not be fetched."
UserNotFound = " User not found"
UserAssignedToRole = "User is assigned to role"
NoUserRegisteredRetail = "No user registered to retail {0} and application {1}"
NoRolesDefinedRetail = "No roles defined for {0} and application {1}"
RoleNotFound = " Role not found"
RoleDoesNotExist = $"Role does not exist"
RoleNotFetched = "Role detail can not fetched"
RoleFetched = "Role detail fetched"
RoleCreated = "Role created"
RoleUpdated = "Role {0} updated"
SystemRoleCannotBeChanged = "System role can not be changed"
RolelistFetched = "Rolelist for retail code fetched"
RolelistNotFetched = "Rolelist can not be fetched."
RoleWithSameDescription = "There is a role with same description"
PermissionsForRoleFetched = "Permission list for role fetched"
PermissionsForAppFetched = "Permission list for application fetched"
PermissionAddedToRole = "Permissions added to role"
PermissionsAddedToRole = "{0} permissions added to role "
NoPermissionForApp = "No permission found for application {0}"
ApplicationNotFound = "Application code is incorrect."
NoAccountWithUsername = "No accounts registered with username {0}."
NoAccountWithEmail = "No accounts registered with email {0}."
AccountNotConfirmed = "Account is not confirmed for username {0}."
EmailNotConfirmed = "Email is not confirmed for username {0}."
UserNotRegisteredForApp = "User {0} is not registered for current application."
AccountNotActive = "Account for {0} is not active. Please contact the Administrator."
InvalidCredentials = "Invalid Credentials for {0}."
RoleNotBelongsToApp = "Role {0} does not belongs to {1}"
NoRoleFound = "No role found for this application"
NoRoleForCode = "No role found with code {0}"
UserAlreadyExist = "User already exist"
NotReadyForMigration = "{0} not ready for migration"
ErrorOccurred = "Error Occurred"
ErrorConfirmingEmail = "An error occured while confirming {0}."
NoAccountToVerify = "There is no account to verify"
TokenIncorrect = "Token is incorrect please try again."
PasswordResetted = "Password Resetted."
PasswordChanged = "Password Changed."
ErrorResettingPassword = "Error occured while reseting the password."
ErrorChangingPassword = "Error occured while changing the password."
AccountConfirmedForEmail = "Account Confirmed for {0}. You can now use the /api/identity/token endpoint to generate JWT."
Email Dialog
ConfirmYourAccountUri = "Please confirm your account by <a href='{0}'>clicking here</a>."
ConfirmYourAccount = "Lütfen e-posta adresinizi doğrulayın!"
ResetPasswordToken = "You reset token is - {0} Please click following url to Reset password {1}"
ResetPassword = "Reset Password"
UserRegisteredUri = "User registered. Confirmation mail has been delivered to your mailbox. Please confirm your account by visiting this url {0}."