Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / module.install.yml
1 description: 'Install module or modules in the application'
2 arguments:
3   module: 'Module or modules to be enabled should be separated by a space'
4 options:
5   latest: 'Default to download most recent version'
6   composer: 'Download the module using Composer'
7 questions:
8   module: 'Module name (press <return> to stop adding modules)'
9   invalid-module: 'Invalid module "%s"'
10 messages:
11   no-modules: 'You must provide module or modules to enable.'
12   missing: 'Unable to install module(s) "%s" due to missing module(s) "%s"'
13   missing-dependencies: 'Unable to install modules "%s" due to missing dependencies "%s"'
14   nothing: 'Nothing to do. All modules are already installed'
15   dependencies: 'Are you sure you want to install dependencies: "%s"?'
16   success: 'The following module(s) were installed successfully: "%s"'
17   disabled-modules: 'Only disabled modules will be listed in autocomplete'
18   config-conflict-overwrite: 'These configuration objects will be overwritten in your active configuration'
19   config-conflict: 'These configuration objects already exist in active configuration, installation is not possible'
20   getting-missing-modules: 'One or more modules "%s" are not available, running download process to get those modules'
21   getting-releases: 'Getting releases for module "%s"'
22   select-release: 'Please select your favorite release'
23   downloading: 'Downloading module "%s" release "%s"'
24   downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"'
25   no-releases: 'There aren''t any releases for module "%s"'
26   installing: 'Installing module(s) "%s"'
27   composer: 'The module was installed successfully with Composer'
28   error-creating-folder: 'Error creating folder "%s", please check your permissions'
29   download-with-composer: 'Module "%s" was downloaded with Composer.'
30   not-installed-with-composer: 'Module "%s" seems not to be installed with Composer. Halting.'
31   invalid-name: 'Invalid module name: "%s"'
32 examples:
33   - description: 'Install module specifying the module name'
34     execution: |
35       drupal module:install  modulename