messages_en.properties 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. emailVerificationSubject=Verify email
  2. emailVerificationBody=Someone has created a {2} account with this email address. If this was you, click the link below to verify your email address\n\n{0}\n\nThis link will expire within {3}.\n\nIf you didn''t create this account, just ignore this message.
  3. emailVerificationBodyHtml=<p>Someone has created a {2} account with this email address. If this was you, click the link below to verify your email address</p><p><a href="{0}">Link to e-mail address verification</a></p><p>This link will expire within {3}.</p><p>If you didn''t create this account, just ignore this message.</p>
  4. emailTestSubject=[KEYCLOAK] - SMTP test message
  5. emailTestBody=This is a test message
  6. emailTestBodyHtml=<p>This is a test message</p>
  7. identityProviderLinkSubject=Link {0}
  8. identityProviderLinkBody=Someone wants to link your "{1}" account with "{0}" account of user {2} . If this was you, click the link below to link accounts\n\n{3}\n\nThis link will expire within {5}.\n\nIf you don''t want to link account, just ignore this message. If you link accounts, you will be able to login to {1} through {0}.
  9. identityProviderLinkBodyHtml=<p>Someone wants to link your <b>{1}</b> account with <b>{0}</b> account of user {2}. If this was you, click the link below to link accounts</p><p><a href="{3}">Link to confirm account linking</a></p><p>This link will expire within {5}.</p><p>If you don''t want to link account, just ignore this message. If you link accounts, you will be able to login to {1} through {0}.</p>
  10. passwordResetSubject=Reset password
  11. passwordResetBody=Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.\n\n{0}\n\nThis link and code will expire within {3}.\n\nIf you don''t want to reset your credentials, just ignore this message and nothing will be changed.
  12. passwordResetBodyHtml=<p>Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.</p><p><a href="{0}">Link to reset credentials</a></p><p>This link will expire within {3}.</p><p>If you don''t want to reset your credentials, just ignore this message and nothing will be changed.</p>
  13. executeActionsSubject=Update Your Account
  14. executeActionsBody=Your administrator has just requested that you update your {2} account by performing the following action(s): {3}. Click on the link below to start this process.\n\n{0}\n\nThis link will expire within {4}.\n\nIf you are unaware that your administrator has requested this, just ignore this message and nothing will be changed.
  15. executeActionsBodyHtml=<p>Your administrator has just requested that you update your {2} account by performing the following action(s): {3}. Click on the link below to start this process.</p><p><a href="{0}">Link to account update</a></p><p>This link will expire within {4}.</p><p>If you are unaware that your administrator has requested this, just ignore this message and nothing will be changed.</p>
  16. eventLoginErrorSubject=Login error
  17. eventLoginErrorBody=A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an administrator.
  18. eventLoginErrorBodyHtml=<p>A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an administrator.</p>
  19. eventRemoveTotpSubject=Remove OTP
  20. eventRemoveTotpBody=OTP was removed from your account on {0} from {1}. If this was not you, please contact an administrator.
  21. eventRemoveTotpBodyHtml=<p>OTP was removed from your account on {0} from {1}. If this was not you, please contact an administrator.</p>
  22. eventUpdatePasswordSubject=Update password
  23. eventUpdatePasswordBody=Your password was changed on {0} from {1}. If this was not you, please contact an administrator.
  24. eventUpdatePasswordBodyHtml=<p>Your password was changed on {0} from {1}. If this was not you, please contact an administrator.</p>
  25. eventUpdateTotpSubject=Update OTP
  26. eventUpdateTotpBody=OTP was updated for your account on {0} from {1}. If this was not you, please contact an administrator.
  27. eventUpdateTotpBodyHtml=<p>OTP was updated for your account on {0} from {1}. If this was not you, please contact an administrator.</p>
  28. requiredAction.CONFIGURE_TOTP=Configure OTP
  29. requiredAction.terms_and_conditions=Terms and Conditions
  30. requiredAction.UPDATE_PASSWORD=Update Password
  31. requiredAction.UPDATE_PROFILE=Update Profile
  32. requiredAction.VERIFY_EMAIL=Verify Email
  33. # units for link expiration timeout formatting
  34. linkExpirationFormatter.timePeriodUnit.seconds=seconds
  35. linkExpirationFormatter.timePeriodUnit.seconds.1=second
  36. linkExpirationFormatter.timePeriodUnit.minutes=minutes
  37. linkExpirationFormatter.timePeriodUnit.minutes.1=minute
  38. #for language which have more unit plural forms depending on the value (eg. Czech and other Slavic langs) you can override unit text for some other values like this:
  39. #linkExpirationFormatter.timePeriodUnit.minutes.2=minuty
  40. #linkExpirationFormatter.timePeriodUnit.minutes.3=minuty
  41. #linkExpirationFormatter.timePeriodUnit.minutes.4=minuty
  42. linkExpirationFormatter.timePeriodUnit.hours=hours
  43. linkExpirationFormatter.timePeriodUnit.hours.1=hour
  44. linkExpirationFormatter.timePeriodUnit.days=days
  45. linkExpirationFormatter.timePeriodUnit.days.1=day
  46. emailVerificationBodyCode=Please verify your email address by entering in the following code.\n\n{0}\n\n.
  47. emailVerificationBodyCodeHtml=<p>Please verify your email address by entering in the following code.</p><p><b>{0}</b></p>