en: platform/applications: &applications label: &label Platform Applications breadcrumbs: label: *label navigation: label: Your Applications icon: fal fa-browser ti ti-plug buttons: &buttons new: Add New Platform Application create: Provision Platform Application edit: Edit Platform Application update: Update Platform Application destroy: Remove Platform Application shorthand: edit: Edit destroy: Delete disconnect: Disconnect confirmations: # TODO customize for your use-case. destroy: Are you sure you want to remove %{application_name}? This will also remove it's associated data. This can't be undone. disconnect: Are you sure you want to disconnect %{application_name}? This might affect an ongoing service provided by %{application_name} and can not be undone. fields: &fields name: _: &name Name label: *name heading: Application Name scopes: _: &scopes Scopes label: *scopes heading: *scopes help: Scopes are like permissions. An OAuth application can have read, write, and/or delete access. Separate scopes with spaces. Leave this field blank to use the default scope, e.g. "read". Optional scopes are "write" and "delete". redirect_uri: _: &redirect_uri Redirect URI label: *redirect_uri heading: *redirect_uri help: You can leave this field blank. uid: heading: Client UID secret: heading: Client Secret label_string: heading: Application Name # 🚅 super scaffolding will insert new fields above this line. created_at: _: &created_at Added label: *created_at heading: *created_at updated_at: _: &updated_at Updated label: *updated_at heading: *updated_at index: section: "%{teams_possessive} Platform Applications" contexts: team: header: Platform Applications description: Below is a list of Platform Applications that have been provisioned for %{team_name}. description_empty: No Platform Applications have been provisioned for %{team_name}. fields: *fields buttons: *buttons show: section: "%{application_name}" header: Platform Application Details description: Below are the details we have for %{application_name}. manage_description: You'll also find options for updating these details or removing %{application_name} from %{team_name} entirely. fields: *fields buttons: *buttons form: &form buttons: *buttons fields: *fields new: section: "New Platform Application for %{team_name}" header: New Platform Application Details description: Please provide the details of the new Platform Application you'd like to provision for %{team_name}. form: *form edit: section: "%{application_name}" header: Edit Platform Application Details description: You can update the details or settings for %{application_name} below. form: *form notifications: created: Platform Application was successfully created. updated: Platform Application was successfully updated. destroyed: Platform Application was successfully destroyed. account: platform: applications: *applications activerecord: attributes: platform/application: name: *name scopes: *scopes redirect_uri: *redirect_uri # 🚅 super scaffolding will insert new activerecord attributes above this line. created_at: *created_at updated_at: *updated_at