The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

152 lines
6.1 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. able_to: It will be able to
  64. prompt: Application %{client_name} requests access to your account
  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. application: Application
  75. created_at: Authorized
  76. date_format: "%Y-%m-%d %H:%M:%S"
  77. scopes: Scopes
  78. title: Your authorized applications
  79. errors:
  80. messages:
  81. access_denied: The resource owner or authorization server denied the request.
  82. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  83. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  84. 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.
  85. invalid_redirect_uri: The redirect uri included is not valid.
  86. invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  87. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  88. invalid_scope: The requested scope is invalid, unknown, or malformed.
  89. invalid_token:
  90. expired: The access token expired
  91. revoked: The access token was revoked
  92. unknown: The access token is invalid
  93. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  94. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  95. temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  96. unauthorized_client: The client is not authorized to perform this request using this method.
  97. unsupported_grant_type: The authorization grant type is not supported by the authorization server.
  98. unsupported_response_type: The authorization server does not support this response type.
  99. flash:
  100. applications:
  101. create:
  102. notice: Application created.
  103. destroy:
  104. notice: Application deleted.
  105. update:
  106. notice: Application updated.
  107. authorized_applications:
  108. destroy:
  109. notice: Application revoked.
  110. layouts:
  111. admin:
  112. nav:
  113. applications: Applications
  114. oauth2_provider: OAuth2 Provider
  115. application:
  116. title: OAuth authorization required
  117. scopes:
  118. admin:read: read all data on the server
  119. admin:read:accounts: read sensitive information of all accounts
  120. admin:read:reports: read sensitive information of all reports and reported accounts
  121. admin:write: modify all data on the server
  122. admin:write:accounts: perform moderation actions on accounts
  123. admin:write:reports: perform moderation actions on reports
  124. follow: modify account relationships
  125. push: receive your push notifications
  126. read: read all your account's data
  127. read:accounts: see accounts information
  128. read:blocks: see your blocks
  129. read:bookmarks: see your bookmarks
  130. read:favourites: see your favourites
  131. read:filters: see your filters
  132. read:follows: see your follows
  133. read:lists: see your lists
  134. read:mutes: see your mutes
  135. read:notifications: see your notifications
  136. read:reports: see your reports
  137. read:search: search on your behalf
  138. read:statuses: see all statuses
  139. write: modify all your account's data
  140. write:accounts: modify your profile
  141. write:blocks: block accounts and domains
  142. write:bookmarks: bookmark statuses
  143. write:favourites: favourite statuses
  144. write:filters: create filters
  145. write:follows: follow people
  146. write:lists: create lists
  147. write:media: upload media files
  148. write:mutes: mute people and conversations
  149. write:notifications: clear your notifications
  150. write:reports: report other people
  151. write:statuses: publish statuses