0f12793305d348d96ab568de8c873e285ef6a257
[yaffs-website] / vendor / drupal / console-en / translations / generate.form.yml
1 description: 'Generate a new "%s"'
2 help: 'The <info>"%s"</info> command helps you generate a new "%s"'
3 welcome: 'Welcome to the Drupal form generator'
4 options:
5     module: common.options.module
6     class: 'The form class name'
7     form-id: 'The Form id'
8     services: common.options.services
9     inputs: common.options.inputs
10     path: 'Enter the form path'
11 questions:
12     module: common.questions.module
13     class: 'Enter the Form Class name'
14     form-id: 'Enter the Form id'
15     services: common.questions.services
16     inputs: common.questions.inputs
17     routing: 'Would you like to register a route for this form'
18     menu_link_gen: 'Generate a menu link'
19     menu_link_title: 'A title for the menu link'
20     menu_parent: 'Menu parent'
21     menu_link_desc: 'A description for the menu link'
22     path: 'Enter the route path'