oauth2_applications:
index:
title: "My client applications"
- new: "Create new application"
+ no_applications_html: "Do you have an application you would like to register for use with us using the %{oauth2} standard? You must register your application before it can make OAuth requests to this service."
+ oauth_2: "OAuth 2"
+ new: "Register new application"
+ name: "Name"
+ permissions: "Permissions"
application:
edit: "Edit"
delete: "Delete"
edit:
title: "Edit your application"
show:
+ edit: "Edit"
+ delete: "Delete"
+ confirm_delete: "Delete this application?"
client_id: "Client ID"
client_secret: "Client Secret"
client_secret_warning: "Make sure to save this secret - it will not be accessible again"
title: "My authorized applications"
application: "Application"
permissions: "Permissions"
+ no_applications_html: "You have not yet authorized any %{oauth2} applications."
application:
revoke: "Revoke Access"
confirm_revoke: "Revoke access for this application?"