New translations doorkeeper.en.yml (English, United Kingdom)
[ci skip]
This commit is contained in:
parent
0c7945f17e
commit
c09c2e85bd
1 changed files with 35 additions and 32 deletions
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
en-GB:
|
en-GB:
|
||||||
activerecord:
|
activerecord:
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -147,39 +146,43 @@ en-GB:
|
||||||
application:
|
application:
|
||||||
title: OAuth authorisation required
|
title: OAuth authorisation required
|
||||||
scopes:
|
scopes:
|
||||||
admin:read: read all data on the server
|
"admin:read": read all data on the server
|
||||||
admin:read:accounts: read sensitive information of all accounts
|
"admin:read:accounts": read sensitive information of all accounts
|
||||||
admin:read:reports: read sensitive information of all reports and reported accounts
|
"admin:read:canonical_email_blocks": read sensitive information of all canonical email blocks
|
||||||
admin:write: modify all data on the server
|
"admin:read:domain_allows": read sensitive information of all domain allows
|
||||||
admin:write:accounts: perform moderation actions on accounts
|
"admin:read:domain_blocks": read sensitive information of all domain blocks
|
||||||
admin:write:reports: perform moderation actions on reports
|
"admin:read:email_domain_blocks": read sensitive information of all email domain blocks
|
||||||
|
"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
|
||||||
|
"admin:write:reports": perform moderation actions on reports
|
||||||
crypto: use end-to-end encryption
|
crypto: use end-to-end encryption
|
||||||
follow: modify account relationships
|
follow: modify account relationships
|
||||||
push: receive your push notifications
|
push: receive your push notifications
|
||||||
read: read all your account's data
|
read: read all your account's data
|
||||||
read:accounts: see accounts information
|
"read:accounts": see accounts information
|
||||||
read:blocks: see your blocks
|
"read:blocks": see your blocks
|
||||||
read:bookmarks: see your bookmarks
|
"read:bookmarks": see your bookmarks
|
||||||
read:favourites: see your favourites
|
"read:favourites": see your favourites
|
||||||
read:filters: see your filters
|
"read:filters": see your filters
|
||||||
read:follows: see your follows
|
"read:follows": see your follows
|
||||||
read:lists: see your lists
|
"read:lists": see your lists
|
||||||
read:mutes: see your mutes
|
"read:mutes": see your mutes
|
||||||
read:notifications: see your notifications
|
"read:notifications": see your notifications
|
||||||
read:reports: see your reports
|
"read:reports": see your reports
|
||||||
read:search: search on your behalf
|
"read:search": search on your behalf
|
||||||
read:statuses: see all posts
|
"read:statuses": see all posts
|
||||||
write: modify all your account's data
|
write: modify all your account's data
|
||||||
write:accounts: modify your profile
|
"write:accounts": modify your profile
|
||||||
write:blocks: block accounts and domains
|
"write:blocks": block accounts and domains
|
||||||
write:bookmarks: bookmark posts
|
"write:bookmarks": bookmark posts
|
||||||
write:conversations: mute and delete conversations
|
"write:conversations": mute and delete conversations
|
||||||
write:favourites: favourite posts
|
"write:favourites": favourite posts
|
||||||
write:filters: create filters
|
"write:filters": create filters
|
||||||
write:follows: follow people
|
"write:follows": follow people
|
||||||
write:lists: create lists
|
"write:lists": create lists
|
||||||
write:media: upload media files
|
"write:media": upload media files
|
||||||
write:mutes: mute people and conversations
|
"write:mutes": mute people and conversations
|
||||||
write:notifications: clear your notifications
|
"write:notifications": clear your notifications
|
||||||
write:reports: report other people
|
"write:reports": report other people
|
||||||
write:statuses: publish posts
|
"write:statuses": publish posts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue