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.

118 lines
4.6 KiB

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