en: scaffolding/absolutely_abstract/creative_concepts: &creative_concepts label: &label Creative Concepts breadcrumbs: label: *label navigation: label: *label icon: fal fa-dice-d6 ti ti-thought buttons: &buttons new: Add New Creative Concept create: Create Creative Concept edit: Edit Creative Concept update: Update Creative Concept destroy: Remove Creative Concept shorthand: edit: Edit destroy: Delete confirmations: # TODO customize for your use-case. destroy: Are you sure you want to remove %{creative_concept_name}? This will also remove it's associated data. This can't be undone. fields: &fields id: heading: Creative Concept ID team_id: heading: Team ID name: name: &name Name label: *name heading: *name description: name: &description Description label: *description heading: *description all_collaborators: heading: Collaborators admins: heading: Administrators editors: heading: Editors viewers: heading: Viewers # 🚅 super scaffolding will insert new fields above this line. created_at: name: &created_at Added label: *created_at heading: *created_at updated_at: name: &updated_at Updated label: *updated_at heading: *updated_at api: team_id: Team ID collection_actions: "Collection Actions for Creative Concepts" index: "List Creative Concepts" create: "Add a New Creative Concept" member_actions: "Actions for an Individual Creative Concept" show: "Retrieve a Creative Concept" update: "Update a Creative Concept" destroy: "Delete a Creative Concept" fields: *fields index: section: "%{teams_possessive} Creative Concepts" contexts: team: header: Creative Concepts description_admin: Below is a list of all Creative Concepts for %{team_name}. You can manage them with the options below. description: Below is a list of Creative Concepts you can see on %{team_name}. You can manage them with the options below. description_empty_admin: No Creative Concepts have been added for %{team_name} yet. To get started, use the button below! description_empty: There are no Creative Concepts for you to see on %{team_name} yet. To add your own, use the button below! fields: *fields buttons: *buttons commentary: If you're wondering what a "Creative Concept" is, don't worry, there's nothing to understand here! Scaffolding::AbsolutelyAbstract::CreativeConcept is a model that exists by default in Bullet Train to serve as part of Super Scaffolding's template system. It also provides an example of what a scaffolded model looks like by default. Yes, the class has a very weird name, but the weird name serves an important purpose when we're generating code. For more details and instructions on how to hide this, see "Code Generation with Super Scaffolding". show: section: "%{creative_concept_name}" header: Creative Concept Details description: Below are the details we have for %{creative_concept_name}. fields: *fields buttons: *buttons form: &form buttons: *buttons new: section: "New Creative Concept for %{team_name}" header: New Creative Concept Details description: Please provide the details of the new Creative Concept you'd like to add to %{team_name}. form: *form edit: section: "%{creative_concept_name}" header: Edit Creative Concept Details description: You can update the details or settings for %{creative_concept_name} below. form: *form notifications: created: Creative Concept was successfully created. updated: Creative Concept was successfully updated. destroyed: Creative Concept was successfully destroyed. account: scaffolding: absolutely_abstract: creative_concepts: *creative_concepts activerecord: attributes: scaffolding/absolutely_abstract/creative_concept: name: *name description: *description # 🚅 super scaffolding will insert new activerecord attributes above this line. created_at: *created_at updated_at: *updated_at