You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
4.4 KiB

  1. ---
  2. en:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: Name
  7. redirect_uri: Redirect URI
  8. errors:
  9. models:
  10. doorkeeper/application:
  11. attributes:
  12. redirect_uri:
  13. fragment_present: cannot contain a fragment.
  14. invalid_uri: must be a valid URI.
  15. relative_uri: must be an absolute URI.
  16. secured_uri: must be an HTTPS/SSL URI.
  17. doorkeeper:
  18. applications:
  19. buttons:
  20. authorize: Authorize
  21. cancel: Cancel
  22. destroy: Destroy
  23. edit: Edit
  24. submit: Submit
  25. confirmations:
  26. destroy: Are you sure?
  27. edit:
  28. title: Edit application
  29. form:
  30. error: Whoops! Check your form for possible errors
  31. help:
  32. native_redirect_uri: Use %{native_redirect_uri} for local tests
  33. redirect_uri: Use one line per URI
  34. scopes: Separate scopes with spaces. Leave blank to use the default scopes.
  35. index:
  36. callback_url: Callback URL
  37. name: Name
  38. new: New Application
  39. title: Your applications
  40. new:
  41. title: New Application
  42. show:
  43. actions: Actions
  44. application_id: Application Id
  45. callback_urls: Callback urls
  46. scopes: Scopes
  47. secret: Secret
  48. title: 'Application: %{name}'
  49. authorizations:
  50. buttons:
  51. authorize: Authorize
  52. deny: Deny
  53. error:
  54. title: An error has occurred
  55. new:
  56. able_to: It will be able to
  57. prompt: Application %{client_name} requests access to your account
  58. title: Authorization required
  59. show:
  60. title: Authorization code
  61. authorized_applications:
  62. buttons:
  63. revoke: Revoke
  64. confirmations:
  65. revoke: Are you sure?
  66. index:
  67. application: Application
  68. created_at: Authorized
  69. date_format: "%Y-%m-%d %H:%M:%S"
  70. title: Your authorized applications
  71. errors:
  72. messages:
  73. access_denied: The resource owner or authorization server denied the request.
  74. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  75. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  76. invalid_grant: The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
  77. invalid_redirect_uri: The redirect uri included is not valid.
  78. invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  79. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  80. invalid_scope: The requested scope is invalid, unknown, or malformed.
  81. invalid_token:
  82. expired: The access token expired
  83. revoked: The access token was revoked
  84. unknown: The access token is invalid
  85. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  86. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  87. temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  88. unauthorized_client: The client is not authorized to perform this request using this method.
  89. unsupported_grant_type: The authorization grant type is not supported by the authorization server.
  90. unsupported_response_type: The authorization server does not support this response type.
  91. flash:
  92. applications:
  93. create:
  94. notice: Application created.
  95. destroy:
  96. notice: Application deleted.
  97. update:
  98. notice: Application updated.
  99. authorized_applications:
  100. destroy:
  101. notice: Application revoked.
  102. layouts:
  103. admin:
  104. nav:
  105. applications: Applications
  106. oauth2_provider: OAuth2 Provider
  107. application:
  108. title: OAuth authorization required
  109. scopes:
  110. follow: follow, block, unblock and unfollow accounts
  111. read: read your account's data
  112. write: post on your behalf