From c09c2e85bd7af83f94ad5b9ee68bb092988ed31e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 21 Dec 2022 17:51:36 +0100 Subject: [PATCH] New translations doorkeeper.en.yml (English, United Kingdom) [ci skip] --- config/locales/doorkeeper.en-GB.yml | 67 +++++++++++++++-------------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/config/locales/doorkeeper.en-GB.yml b/config/locales/doorkeeper.en-GB.yml index 1f13709be..9d21cc4f6 100644 --- a/config/locales/doorkeeper.en-GB.yml +++ b/config/locales/doorkeeper.en-GB.yml @@ -1,4 +1,3 @@ ---- en-GB: activerecord: attributes: @@ -147,39 +146,43 @@ en-GB: application: title: OAuth authorisation required scopes: - admin:read: read all data on the server - admin:read:accounts: read sensitive information of all accounts - 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 + "admin:read": read all data on the server + "admin:read:accounts": read sensitive information of all accounts + "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: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 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 - read:bookmarks: see your bookmarks - read:favourites: see your favourites - 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 - read:statuses: see all posts + "read:accounts": see accounts information + "read:blocks": see your blocks + "read:bookmarks": see your bookmarks + "read:favourites": see your favourites + "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 + "read:statuses": see all posts write: modify all your account's data - write:accounts: modify your profile - write:blocks: block accounts and domains - write:bookmarks: bookmark posts - write:conversations: mute and delete conversations - write:favourites: favourite posts - 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 - write:statuses: publish posts + "write:accounts": modify your profile + "write:blocks": block accounts and domains + "write:bookmarks": bookmark posts + "write:conversations": mute and delete conversations + "write:favourites": favourite posts + "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 + "write:statuses": publish posts