Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.profile.yml
1 description: 'Generate a profile.'
2 help: 'The <info>generate:profile</info> command helps you generate a new installation profile.'
3 welcome: 'Welcome to the Drupal installation profile generator'
4 options:
5     profile: 'The profile name'
6     machine-name: 'The machine name (lowercase and underscore only)'
7     description: 'Profile description'
8     core: 'Core version'
9     dependencies: 'Module dependencies separated by commas (i.e. context, panels)'
10     distribution: 'The distribution name'
11 questions:
12     profile: 'Enter the name of the new profile'
13     machine-name: 'Enter the machine name'
14     description: 'Enter the description'
15     core: 'Enter Drupal Core version'
16     dependencies: 'Would you like to add module dependencies?'
17     distribution: 'Is this install profile intended to be a distribution?'
18 warnings:
19     module-unavailable: 'Warning: The following modules are not already available in your local environment "%s"'
20 errors:
21     directory-exists: 'The target directory "%s" is not empty.'