Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.module.yml
1 description: 'Generate a module.'
2 help: 'The <info>generate:module</info> command helps you generates a new module.'
3 welcome: 'Welcome to the Drupal module generator'
4 options:
5     module: 'The Module name'
6     machine-name: 'The machine name (lowercase and underscore only)'
7     module-path: 'The path of the module'
8     description: 'Module description'
9     core: 'Core version'
10     features-bundle: 'Define module as feature using the given Features bundle name'
11     package: 'Module package'
12     module-file: 'Add a .module file'
13     composer: 'Add a composer.json file'
14     dependencies: 'Module dependencies separated by commas (i.e. context, panels)'
15     test: 'Generate a test class'
16     twigtemplate: 'Generate theme template'
17 questions:
18     module: 'Enter the new module name'
19     machine-name: 'Enter the module machine name'
20     module-path: 'Enter the module Path'
21     description: 'Enter module description'
22     core: 'Enter Drupal Core version'
23     package: 'Enter package name'
24     features-support: 'Define module as feature'
25     features-bundle: 'Enter Features bundle name'
26     module-file: 'Do you want to generate a .module file'
27     composer: 'Do you want to add a composer.json file to your module'
28     dependencies: 'Would you like to add module dependencies'
29     test: 'Do you want to generate a unit test class'
30     twigtemplate: 'Do you want to generate a themeable template'
31 warnings:
32     module-unavailable: 'Warning The following modules are not already available in your local environment "%s"'
33 errors:
34     invalid-core: 'The core version "%s" is invalid.'
35     directory-exists: 'The target directory "%s" is not empty.'