2016-11-15 22:56:03 +00:00
---
2016-03-07 11:42:33 +00:00
en :
activerecord :
attributes :
doorkeeper/application :
2017-08-22 22:59:35 +00:00
name : Application name
2016-11-15 22:56:03 +00:00
redirect_uri : Redirect URI
2017-08-22 16:33:57 +00:00
scopes : Scopes
2017-08-22 22:59:35 +00:00
website : Application website
2016-03-07 11:42:33 +00:00
errors :
models :
doorkeeper/application :
attributes :
redirect_uri :
2016-11-15 22:56:03 +00:00
fragment_present : cannot contain a fragment.
invalid_uri : must be a valid URI.
relative_uri : must be an absolute URI.
secured_uri : must be an HTTPS/SSL URI.
2016-03-07 11:42:33 +00:00
doorkeeper :
applications :
buttons :
2016-11-15 22:56:03 +00:00
authorize : Authorize
cancel : Cancel
destroy : Destroy
edit : Edit
submit : Submit
confirmations :
destroy : Are you sure?
edit :
title : Edit application
2016-03-07 11:42:33 +00:00
form :
2016-11-15 22:56:03 +00:00
error : Whoops! Check your form for possible errors
2016-03-07 11:42:33 +00:00
help :
2016-11-15 22:56:03 +00:00
native_redirect_uri : Use %{native_redirect_uri} for local tests
redirect_uri : Use one line per URI
scopes : Separate scopes with spaces. Leave blank to use the default scopes.
2016-03-07 11:42:33 +00:00
index :
2017-08-23 12:14:22 +00:00
application : Application
2016-11-15 22:56:03 +00:00
callback_url : Callback URL
2017-08-22 22:59:35 +00:00
delete : Delete
2020-01-17 09:53:53 +00:00
empty : You have no applications.
2016-11-15 22:56:03 +00:00
name : Name
2017-08-22 22:59:35 +00:00
new : New application
2017-08-23 12:14:22 +00:00
scopes : Scopes
2017-08-22 16:33:57 +00:00
show : Show
2017-08-22 22:59:35 +00:00
title : Your applications
2016-03-07 11:42:33 +00:00
new :
2017-08-22 22:59:35 +00:00
title : New application
2016-03-07 11:42:33 +00:00
show :
2016-11-15 22:56:03 +00:00
actions : Actions
2017-08-22 22:59:35 +00:00
application_id : Client key
callback_urls : Callback URLs
2016-11-15 22:56:03 +00:00
scopes : Scopes
2017-08-22 22:59:35 +00:00
secret : Client secret
2016-03-07 11:42:33 +00:00
title: 'Application : %{name}'
authorizations :
buttons :
2016-11-15 22:56:03 +00:00
authorize : Authorize
deny : Deny
2016-03-07 11:42:33 +00:00
error :
2016-11-15 22:56:03 +00:00
title : An error has occurred
2016-03-07 11:42:33 +00:00
new :
2022-03-01 15:48:58 +00:00
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>"
review_permissions : Review permissions
2016-11-15 22:56:03 +00:00
title : Authorization required
2016-03-07 11:42:33 +00:00
show :
2017-09-17 13:23:44 +00:00
title : Copy this authorization code and paste it to the application.
2016-03-07 11:42:33 +00:00
authorized_applications :
buttons :
2016-11-15 22:56:03 +00:00
revoke : Revoke
confirmations :
revoke : Are you sure?
2016-03-07 11:42:33 +00:00
index :
2022-03-01 15:48:58 +00:00
authorized_at : Authorized on %{date}
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.
last_used_at : Last used on %{date}
never_used : Never used
scopes : Permissions
superapp : Internal
2016-11-15 22:56:03 +00:00
title : Your authorized applications
2016-03-07 11:42:33 +00:00
errors :
messages :
2016-11-15 22:56:03 +00:00
access_denied : The resource owner or authorization server denied the request.
credential_flow_not_configured : Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
invalid_client : Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
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.
invalid_redirect_uri : The redirect uri included is not valid.
2021-02-02 23:38:48 +00:00
invalid_request :
missing_param: 'Missing required parameter : %{value}.'
request_not_authorized : Request need to be authorized. Required parameter for authorizing request is missing or invalid.
unknown : The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
2016-11-15 22:56:03 +00:00
invalid_resource_owner : The provided resource owner credentials are not valid, or resource owner cannot be found
invalid_scope : The requested scope is invalid, unknown, or malformed.
2016-03-07 11:42:33 +00:00
invalid_token :
2016-11-15 22:56:03 +00:00
expired : The access token expired
revoked : The access token was revoked
unknown : The access token is invalid
resource_owner_authenticator_not_configured : Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
server_error : The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
temporarily_unavailable : The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
unauthorized_client : The client is not authorized to perform this request using this method.
unsupported_grant_type : The authorization grant type is not supported by the authorization server.
unsupported_response_type : The authorization server does not support this response type.
2016-03-07 11:42:33 +00:00
flash :
applications :
create :
2016-11-15 22:56:03 +00:00
notice : Application created.
2016-03-07 11:42:33 +00:00
destroy :
2016-11-15 22:56:03 +00:00
notice : Application deleted.
2016-03-07 11:42:33 +00:00
update :
2016-11-15 22:56:03 +00:00
notice : Application updated.
2016-03-07 11:42:33 +00:00
authorized_applications :
destroy :
2016-11-15 22:56:03 +00:00
notice : Application revoked.
2022-03-01 15:48:58 +00:00
grouped_scopes :
access :
read : Read-only access
read/write : Read and write access
write : Write-only access
title :
accounts : Accounts
admin/accounts : Administration of accounts
admin/all : All administrative functions
admin/reports : Administration of reports
2023-01-12 13:11:55 +00:00
all : Full access to your Mastodon account
2022-03-01 15:48:58 +00:00
blocks : Blocks
bookmarks : Bookmarks
conversations : Conversations
crypto : End-to-end encryption
2023-07-21 17:09:13 +00:00
favourites : Favorites
2022-03-01 15:48:58 +00:00
filters : Filters
2023-01-12 13:11:55 +00:00
follow : Follows, Mutes and Blocks
2022-03-01 15:48:58 +00:00
follows : Follows
lists : Lists
media : Media attachments
mutes : Mutes
notifications : Notifications
push : Push notifications
reports : Reports
search : Search
statuses : Posts
2016-03-07 11:42:33 +00:00
layouts :
admin :
nav :
2016-11-15 22:56:03 +00:00
applications : Applications
oauth2_provider : OAuth2 Provider
2016-03-07 11:42:33 +00:00
application :
2016-11-15 22:56:03 +00:00
title : OAuth authorization required
scopes :
2019-06-20 00:52:34 +00:00
admin:read : read all data on the server
admin:read:accounts : read sensitive information of all accounts
2022-12-15 15:21:13 +00:00
admin:read:canonical_email_blocks : read sensitive information of all canonical email blocks
admin:read:domain_allows : read sensitive information of all domain allows
admin:read:domain_blocks : read sensitive information of all domain blocks
admin:read:email_domain_blocks : read sensitive information of all email domain blocks
admin:read:ip_blocks : read sensitive information of all IP blocks
2019-06-20 00:52:34 +00:00
admin:read:reports : read sensitive information of all reports and reported accounts
admin:write : modify all data on the server
admin:write:accounts : perform moderation actions on accounts
2022-12-15 15:21:13 +00:00
admin:write:canonical_email_blocks : perform moderation actions on canonical email blocks
admin:write:domain_allows : perform moderation actions on domain allows
admin:write:domain_blocks : perform moderation actions on domain blocks
admin:write:email_domain_blocks : perform moderation actions on email domain blocks
admin:write:ip_blocks : perform moderation actions on IP blocks
2019-06-20 00:52:34 +00:00
admin:write:reports : perform moderation actions on reports
2022-03-01 15:48:58 +00:00
crypto : use end-to-end encryption
2018-07-05 16:31:35 +00:00
follow : modify account relationships
push : receive your push notifications
read : read all your account's data
read:accounts : see accounts information
read:blocks : see your blocks
2019-11-13 22:02:10 +00:00
read:bookmarks : see your bookmarks
2023-07-21 17:09:13 +00:00
read:favourites : see your favorites
2018-07-05 16:31:35 +00:00
read:filters : see your filters
read:follows : see your follows
read:lists : see your lists
read:mutes : see your mutes
read:notifications : see your notifications
read:reports : see your reports
read:search : search on your behalf
2021-05-17 20:31:35 +00:00
read:statuses : see all posts
2018-07-05 16:31:35 +00:00
write : modify all your account's data
write:accounts : modify your profile
write:blocks : block accounts and domains
2021-05-17 20:31:35 +00:00
write:bookmarks : bookmark posts
2022-03-01 15:48:58 +00:00
write:conversations : mute and delete conversations
2023-07-21 17:09:13 +00:00
write:favourites : favorite posts
2018-07-05 16:31:35 +00:00
write:filters : create filters
write:follows : follow people
write:lists : create lists
write:media : upload media files
write:mutes : mute people and conversations
write:notifications : clear your notifications
write:reports : report other people
2021-05-17 20:31:35 +00:00
write:statuses : publish posts