messages_en.properties 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. # Put new messages for Account Console Here
  2. # Feel free to use any existing messages from the base theme
  3. pageNotFound=Page Not Found
  4. forbidden=Forbidden
  5. needAccessRights=You do not have access rights to this request. Contact your administrator.
  6. invalidRoute={0} is not a valid route.
  7. actionRequiresIDP=This action requires redirection to your identity provider.
  8. actionNotDefined=No Action defined
  9. continue=Continue
  10. refreshPage=Refresh the page
  11. done=Done
  12. cancel=Cancel
  13. remove=Remove
  14. update=Update
  15. loadingMessage=Account Console loading ...
  16. unknownUser=Anonymous
  17. fullName={0} {1}
  18. selectLocale=Select a locale
  19. doSignIn=Sign In
  20. # Device Activity Page
  21. signedInDevices=Signed In Devices
  22. signedInDevicesExplanation=Sign out any device that is unfamiliar.
  23. signOutWarning=Sign out the session?
  24. signOutAllDevices=Sign Out All Devices
  25. signOutAllDevicesWarning=This action will sign out all the devices that have signed in to your account, including the current device you are using.
  26. recentlyUsedDevices=Recently Used Devices
  27. recentlyUsedDevicesExplanation=Devices used in the last month, but not currently logged in.
  28. lastAccess=Last Access
  29. unknownOperatingSystem=Unknown Operating System
  30. currentDevice=Current Device
  31. currentSession=Current Session
  32. signedOutSession=Signed out {0}/{1}
  33. lastAccessedOn=Last accessed on
  34. clients=Clients
  35. startedAt=Started at
  36. expiresAt=Expires at
  37. ipAddress=IP Address
  38. # Resources Page
  39. resourceName=Resource Name
  40. nextPage=Next
  41. previousPage=Previous
  42. firstPage=First Page
  43. resourceSharedWith=Resource is shared with {0}
  44. and=\ and {0} other users
  45. add=Add
  46. share=Share
  47. edit=Edit
  48. close=Close
  49. unShare=Unshare all
  50. shareSuccess=Resource successfully shared.
  51. unShareSuccess=Resource successfully un-shared.
  52. updateSuccess=Resource successfully updated.
  53. resourceAlreadyShared=Resource is already shared with this user.
  54. resourceNotShared=This resource is not shared.
  55. permissionRequests=Permission requests
  56. permissions=Permissions
  57. unShareAllConfirm=Are you sure you want to completely remove all shares?
  58. userNotFound=No user found with name or email {0}
  59. # Linked Accounts Page
  60. linkedAccountsTitle=Linked Accounts
  61. linkedAccountsIntroMessage=Manage logins through third-party accounts.
  62. linkedLoginProviders=Linked Login Providers
  63. unlinkedLoginProviders=Unlinked Login Providers
  64. linkedEmpty=No Linked Providers
  65. unlinkedEmpty=No Unlinked Providers
  66. socialLogin=Social Login
  67. systemDefined=System Defined
  68. link=Link Account
  69. unLink=Unlink Account
  70. # Signing In Page
  71. signingIn=Signing In
  72. signingInSubMessage=Configure ways to sign in.
  73. credentialCreatedAt=Created
  74. successRemovedMessage={0} was removed.
  75. stopUsingCred=Stop using {0}?
  76. removeCred=Remove {0}
  77. setUpNew=Set up {0}
  78. notSetUp={0} is not set up.
  79. two-factor=Two-Factor Authentication
  80. passwordless=Passwordless
  81. unknown=Unknown
  82. password-display-name=Password
  83. password-help-text=Log in by entering your password.
  84. password=My Password
  85. otp-display-name=Authenticator Application
  86. otp-help-text=Enter a verification code from authenticator application.
  87. webauthn-display-name=Security Key
  88. webauthn-help-text=Use your security key to sign in.
  89. webauthn-passwordless-display-name=Security Key
  90. webauthn-passwordless-help-text=Use your security key for passwordless sign in.
  91. basic-authentication=Basic Authentication
  92. invalidRequestMessage=Invalid Request
  93. # Applications page
  94. applicationsPageTitle=Applications
  95. internalApp=Internal
  96. thirdPartyApp=Third-party
  97. offlineAccess=Offline Access
  98. inUse=In use
  99. notInUse=Not in use
  100. applicationDetails=Application Details
  101. client=Client
  102. description=Description
  103. baseUrl=URL
  104. accessGrantedOn=Access granted on
  105. removeButton=Remove access
  106. removeModalTitle=Remove Access
  107. removeModalMessage=This will remove the currently granted access permission for {0}. You will need to grant access again if you want to use this app.
  108. confirmButton=Confirm
  109. infoMessage=By clicking 'Remove Access', you will remove granted permissions of this application. This application will no longer use your information.
  110. termsOfService=Terms of service
  111. policy=Privacy policy
  112. #Delete Account page
  113. doDelete=Delete
  114. deleteAccountSummary=Deleting your account will erase all your data and log you out immediately.
  115. deleteAccount=Delete Account
  116. deleteAccountWarning=This is irreversible. All your data will be permanently destroyed, and irretrievable.
  117. error-invalid-value=''{0}'' has invalid value.
  118. error-invalid-blank=Please specify value of ''{0}''.
  119. error-empty=Please specify value of ''{0}''.
  120. error-invalid-length=''{0}'' must have a length between {1} and {2}.
  121. error-invalid-length-too-short=''{0}'' must have minimal length of {1}.
  122. error-invalid-length-too-long=''{0}'' must have maximal length of {2}.
  123. error-invalid-email=Invalid email address.
  124. error-invalid-number=''{0}'' is invalid number.
  125. error-number-out-of-range=''{0}'' must be a number between {1} and {2}.
  126. error-number-out-of-range-too-small=''{0}'' must have minimal value of {1}.
  127. error-number-out-of-range-too-big=''{0}'' must have maximal value of {2}.
  128. error-pattern-no-match=''{0}'' doesn''t match required format.
  129. error-invalid-uri=''{0}'' is invalid URL.
  130. error-invalid-uri-scheme=''{0}'' has invalid URL scheme.
  131. error-invalid-uri-fragment=''{0}'' is invalid URL fragment.
  132. error-user-attribute-required=Please specify ''{0}''.
  133. error-invalid-date=''{0}'' is invalid date.
  134. error-username-invalid-character=''{0}'' contains invalid character.
  135. error-person-name-invalid-character='{0}' contains invalid character.