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.

185 lines
7.5 KiB

  1. ---
  2. en:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: Application name
  7. redirect_uri: Redirect URI
  8. scopes: Scopes
  9. website: Application website
  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. application: Application
  39. callback_url: Callback URL
  40. delete: Delete
  41. empty: You have no applications.
  42. name: Name
  43. new: New application
  44. scopes: Scopes
  45. show: Show
  46. title: Your applications
  47. new:
  48. title: New application
  49. show:
  50. actions: Actions
  51. application_id: Client key
  52. callback_urls: Callback URLs
  53. scopes: Scopes
  54. secret: Client secret
  55. title: 'Application: %{name}'
  56. authorizations:
  57. buttons:
  58. authorize: Authorize
  59. deny: Deny
  60. error:
  61. title: An error has occurred
  62. new:
  63. prompt_html: "%{client_name} would like permission to access your account. It is a third-party application. <strong>If you do not trust it, then you should not authorize it.</strong>"
  64. review_permissions: Review permissions
  65. title: Authorization required
  66. show:
  67. title: Copy this authorization code and paste it to the application.
  68. authorized_applications:
  69. buttons:
  70. revoke: Revoke
  71. confirmations:
  72. revoke: Are you sure?
  73. index:
  74. authorized_at: Authorized on %{date}
  75. description_html: These are applications that can access your account using the API. If there are applications you do not recognize here, or an application is misbehaving, you can revoke its access.
  76. last_used_at: Last used on %{date}
  77. never_used: Never used
  78. scopes: Permissions
  79. superapp: Internal
  80. title: Your authorized applications
  81. errors:
  82. messages:
  83. access_denied: The resource owner or authorization server denied the request.
  84. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  85. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  86. 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.
  87. invalid_redirect_uri: The redirect uri included is not valid.
  88. invalid_request:
  89. missing_param: 'Missing required parameter: %{value}.'
  90. request_not_authorized: Request need to be authorized. Required parameter for authorizing request is missing or invalid.
  91. unknown: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  92. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  93. invalid_scope: The requested scope is invalid, unknown, or malformed.
  94. invalid_token:
  95. expired: The access token expired
  96. revoked: The access token was revoked
  97. unknown: The access token is invalid
  98. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  99. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  100. temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  101. unauthorized_client: The client is not authorized to perform this request using this method.
  102. unsupported_grant_type: The authorization grant type is not supported by the authorization server.
  103. unsupported_response_type: The authorization server does not support this response type.
  104. flash:
  105. applications:
  106. create:
  107. notice: Application created.
  108. destroy:
  109. notice: Application deleted.
  110. update:
  111. notice: Application updated.
  112. authorized_applications:
  113. destroy:
  114. notice: Application revoked.
  115. grouped_scopes:
  116. access:
  117. read: Read-only access
  118. read/write: Read and write access
  119. write: Write-only access
  120. title:
  121. accounts: Accounts
  122. admin/accounts: Administration of accounts
  123. admin/all: All administrative functions
  124. admin/reports: Administration of reports
  125. all: Everything
  126. blocks: Blocks
  127. bookmarks: Bookmarks
  128. conversations: Conversations
  129. crypto: End-to-end encryption
  130. favourites: Favourites
  131. filters: Filters
  132. follow: Relationships
  133. follows: Follows
  134. lists: Lists
  135. media: Media attachments
  136. mutes: Mutes
  137. notifications: Notifications
  138. push: Push notifications
  139. reports: Reports
  140. search: Search
  141. statuses: Posts
  142. layouts:
  143. admin:
  144. nav:
  145. applications: Applications
  146. oauth2_provider: OAuth2 Provider
  147. application:
  148. title: OAuth authorization required
  149. scopes:
  150. admin:read: read all data on the server
  151. admin:read:accounts: read sensitive information of all accounts
  152. admin:read:reports: read sensitive information of all reports and reported accounts
  153. admin:write: modify all data on the server
  154. admin:write:accounts: perform moderation actions on accounts
  155. admin:write:reports: perform moderation actions on reports
  156. crypto: use end-to-end encryption
  157. follow: modify account relationships
  158. push: receive your push notifications
  159. read: read all your account's data
  160. read:accounts: see accounts information
  161. read:blocks: see your blocks
  162. read:bookmarks: see your bookmarks
  163. read:favourites: see your favourites
  164. read:filters: see your filters
  165. read:follows: see your follows
  166. read:lists: see your lists
  167. read:mutes: see your mutes
  168. read:notifications: see your notifications
  169. read:reports: see your reports
  170. read:search: search on your behalf
  171. read:statuses: see all posts
  172. write: modify all your account's data
  173. write:accounts: modify your profile
  174. write:blocks: block accounts and domains
  175. write:bookmarks: bookmark posts
  176. write:conversations: mute and delete conversations
  177. write:favourites: favourite posts
  178. write:filters: create filters
  179. write:follows: follow people
  180. write:lists: create lists
  181. write:media: upload media files
  182. write:mutes: mute people and conversations
  183. write:notifications: clear your notifications
  184. write:reports: report other people
  185. write:statuses: publish posts