Slightly polish the OAuth Scope descriptions.

This commit is contained in:
Dennis Schubert 2020-11-01 00:04:12 +01:00
parent 0b51bff255
commit 04138da009
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -917,72 +917,72 @@ en:
no_requirement: "%{name} requires no permissions" no_requirement: "%{name} requires no permissions"
no_applications: "You have no authorized applications" no_applications: "You have no authorized applications"
revoke_autorization: "Revoke" revoke_autorization: "Revoke"
tos: "See the application's terms of service" tos: "See the applications terms of service"
policy: "See the application's privacy policy" policy: "See the applications privacy policy"
scopes: scopes:
openid: openid:
name: "basic profile" name: "Basic profile information"
description: "This grants read access to basic profile information to the application." description: "This grants read-only access to your basic profile information."
sub: sub:
name: "sub" name: "Unique identifier"
description: "This grants sub permissions to the application." description: "This grants read-only access to your unique identifier."
name: name:
name: "name" name: "Full name"
description: "This grants read access to name data to the application." description: "This grants read-only access to your full name."
nickname: nickname:
name: "nickname" name: "Username"
description: "This grants read access to nickname data to the application." description: "This grants read-only access to your username."
picture: picture:
name: "picture" name: "Profile picture"
description: "This grants read access to user's profile picture data to the application." description: "This grants read-only access to your profile picture."
'contacts:read': 'contacts:read':
name: "contacts:read" name: "Contacts (Read-only)"
description: "This grants read permissions to contacts and related data (like aspects) to the application." description: "This grants read-only access to contacts and related data (such as aspects)."
'contacts:modify': 'contacts:modify':
name: "contacts:modify" name: "Contacts (Write)"
description: "This grants write permissions to contacts and related data (like aspects) to the application." description: "This grants write access to contacts and related data (such as aspects)."
conversations: conversations:
name: "conversations" name: "Conversations"
description: "This grants read/write permission to private messaging to the application." description: "This grants read and write permission to private messages."
email: email:
name: "email" name: "E-Mail"
description: "This grants read access to the user's email address to the application." description: "This grants read-only access to your email address."
interactions: interactions:
name: "interactions" name: "Interactions"
description: "This grants read and write permissions on interacting with posts to the application." description: "This grants access to interact with posts, for instance liking or submitting a comment."
notifications: notifications:
name: "notifications" name: "Notifications"
description: "This grants read and write permissions on notifications for the user to the application." description: "This grants read and write access to your notifications."
'private:read': 'private:read':
name: "private:read" name: "Private Posts (Read-only)"
description: "This grants read privileges on private posts and streams to the application." description: "This grants read-only access to your and your contacts private posts."
'private:modify': 'private:modify':
name: "private:modify" name: "Private Posts (Write)"
description: "This grants modification privileges on private posts and streams, including allowing private sharing, to the application." description: "This grants access to publish private posts."
'public:read': 'public:read':
name: "public:read" name: "Public Posts (Read-only)"
description: "This grants read permissions on public posts, interactions, and user data to the application." description: "This grants access to your public posts, including interactions and related data."
'public:modify': 'public:modify':
name: "public:modify" name: "Public Posts (Write)"
description: "This grants write permissions on public posts (including public post writing), interactions, and user data to the application." description: "This grants write access to publish private posts and related data (such as votes and attached media)."
profile: profile:
name: "extended profile" name: "Extended profile (Read-only)"
description: "This grants read access to extendend profile data to the application." description: "This grants read-only access to your extended profile data."
'profile:modify': 'profile:modify':
name: "profile:modify" name: "Extended profile (Write)"
description: "This grants user profile update permissions to the application." description: "This grants access to update your extended profile data."
'profile:read_private': 'profile:read_private':
name: "profile:read_private" name: "Private profile data (Read-only)"
description: "This grants read access to your private profile data to the application." description: "This grants read-only access to your private profile data."
'tags:read': 'tags:read':
name: "tags:read" name: "Tags (Read-only)"
description: "This grants read access to user's followed tags and tag streams to the application." description: "This grants read-only access to your followed tags and tag streams."
'tags:modify': 'tags:modify':
name: "tags:modify" name: "Tags (Write)"
description: "This grants modification access to user's followed tags to the application." description: "This grants access to change the tags you follow."
error_page: error_page:
title: "Oh! Something went wrong :(" title: "Oh! Something went wrong :("
contact_developer: "You should contact the developer of the application and include the following detailed error message:" contact_developer: "Please contact the applications developer and include the following detailed error message:"
login_required: "You must first login before you can authorize this application" login_required: "You must first login before you can authorize this application"
could_not_authorize: "The application could not be authorized" could_not_authorize: "The application could not be authorized"