doorkeeper.en-GB.yml 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. ---
  2. en-GB:
  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: Authorise
  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: Authorise
  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 authorise it.</strong>"
  64. review_permissions: Review permissions
  65. title: Authorisation required
  66. show:
  67. title: Copy this authorisation 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: Authorised on %{date}
  75. description_html: These are applications that can access your account using the API. If there are applications you do not recognise 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 authorised applications
  81. errors:
  82. messages:
  83. access_denied: The resource owner or authorisation 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 authorisation grant is invalid, expired, revoked, does not match the redirection URI used in the authorisation 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 authorised. Required parameter for authorising 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 authorisation server encountered an unexpected condition which prevented it from fulfilling the request.
  100. temporarily_unavailable: The authorisation 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 authorised to perform this request using this method.
  102. unsupported_grant_type: The authorisation grant type is not supported by the authorisation server.
  103. unsupported_response_type: The authorisation 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: Full access to your Mastodon account
  126. blocks: Blocks
  127. bookmarks: Bookmarks
  128. conversations: Conversations
  129. crypto: End-to-end encryption
  130. favourites: Favourites
  131. filters: Filters
  132. follow: Follows, Mutes and Blocks
  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 authorisation 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:canonical_email_blocks: read sensitive information of all canonical email blocks
  153. admin:read:domain_allows: read sensitive information of all domain allows
  154. admin:read:domain_blocks: read sensitive information of all domain blocks
  155. admin:read:email_domain_blocks: read sensitive information of all email domain blocks
  156. admin:read:ip_blocks: read sensitive information of all IP blocks
  157. admin:read:reports: read sensitive information of all reports and reported accounts
  158. admin:write: modify all data on the server
  159. admin:write:accounts: perform moderation actions on accounts
  160. admin:write:canonical_email_blocks: perform moderation actions on canonical email blocks
  161. admin:write:domain_allows: perform moderation actions on domain allows
  162. admin:write:domain_blocks: perform moderation actions on domain blocks
  163. admin:write:email_domain_blocks: perform moderation actions on email domain blocks
  164. admin:write:ip_blocks: perform moderation actions on IP blocks
  165. admin:write:reports: perform moderation actions on reports
  166. crypto: use end-to-end encryption
  167. follow: modify account relationships
  168. push: receive your push notifications
  169. read: read all your account's data
  170. read:accounts: see accounts information
  171. read:blocks: see your blocks
  172. read:bookmarks: see your bookmarks
  173. read:favourites: see your favourites
  174. read:filters: see your filters
  175. read:follows: see your follows
  176. read:lists: see your lists
  177. read:mutes: see your mutes
  178. read:notifications: see your notifications
  179. read:reports: see your reports
  180. read:search: search on your behalf
  181. read:statuses: see all posts
  182. write: modify all your account's data
  183. write:accounts: modify your profile
  184. write:blocks: block accounts and domains
  185. write:bookmarks: bookmark posts
  186. write:conversations: mute and delete conversations
  187. write:favourites: favourite posts
  188. write:filters: create filters
  189. write:follows: follow people
  190. write:lists: create lists
  191. write:media: upload media files
  192. write:mutes: mute people and conversations
  193. write:notifications: clear your notifications
  194. write:reports: report other people
  195. write:statuses: publish posts