Yaffs site version 1.1
[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"'