3b6d6a822590dfd4f3825b98454defb4286b7b9e
[yaffs-website] / vendor / drupal / console-en / translations / module.uninstall.yml
1 description: 'Uninstall module or modules in the application'
2 questions:
3   module: 'Module name (press <return> to stop adding modules)'
4   invalid-module: 'Invalid module "%s"'
5 options:
6   module: 'Module or modules to be uninstalled should be separated by a space'
7   force: 'Do you want to ignore dependencies and forcefully uninstall the module?'
8   composer: 'Uninstalls the module using Composer'
9 messages:
10   no-modules: 'You must provide module or modules to uninstall.'
11   dependents: 'Unable to uninstall modules "%s" because are required by "%s"'
12   nothing: 'Nothing to do. All modules are already uninstalled'
13   success: 'The following module(s) were uninstalled successfully: "%s"'
14   missing: 'Unable to uninstall modules "%s" due to missing modules "%s"'
15   composer-success: 'You should execute now the following command: "composer remove vendor/package"'
16 examples:
17   - description: 'Uninstall the module specifying the module name'
18     execution: |
19       drupal module:uninstall  modulename