X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.install.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.install.yml;h=8aa35ec1af8c6ff6315e9b533cd54ddd74dcc206;hp=887d72e37a39adffd1fb25429802a4d033713c42;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/module.install.yml b/vendor/drupal/console-en/translations/module.install.yml index 887d72e37..8aa35ec1a 100644 --- a/vendor/drupal/console-en/translations/module.install.yml +++ b/vendor/drupal/console-en/translations/module.install.yml @@ -1,28 +1,35 @@ description: 'Install module or modules in the application' arguments: - module: 'Module or modules to be enabled should be separated by a space' + module: 'Module or modules to be enabled should be separated by a space' options: - latest: 'Default to download most recent version' - composer: 'Download the module using Composer' + latest: 'Default to download most recent version' + composer: 'Download the module using Composer' questions: - module: 'Module name (press to stop adding modules)' - invalid-module: 'Invalid module "%s"' + module: 'Module name (press to stop adding modules)' + invalid-module: 'Invalid module "%s"' messages: - no-modules: 'You must provide module or modules to enable.' - missing: 'Unable to install module(s) "%s" due to missing module(s) "%s"' - missing-dependencies: 'Unable to install modules "%s" due to missing dependencies "%s"' - nothing: 'Nothing to do. All modules are already installed' - dependencies: 'Are you sure you want to install dependencies: "%s"?' - success: 'The following module(s) were installed successfully: "%s"' - disabled-modules: 'Only disabled modules will be listed in autocomplete' - config-conflict-overwrite: 'These configuration objects will be overwritten in your active configuration' - config-conflict: 'These configuration objects already exist in active configuration, installation is not possible' - getting-missing-modules: 'One or more modules "%s" are not available, running download process to get those modules' - getting-releases: 'Getting releases for module "%s"' - select-release: 'Please select your favorite release' - downloading: 'Downloading module "%s" release "%s"' - downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"' - no-releases: 'There aren''t any releases for module "%s"' - installing: 'Installing module(s) "%s"' - composer: 'The module was installed successfully with Composer' - error-creating-folder: 'Error creating folder "%s", please check your permissions' + no-modules: 'You must provide module or modules to enable.' + missing: 'Unable to install module(s) "%s" due to missing module(s) "%s"' + missing-dependencies: 'Unable to install modules "%s" due to missing dependencies "%s"' + nothing: 'Nothing to do. All modules are already installed' + dependencies: 'Are you sure you want to install dependencies: "%s"?' + success: 'The following module(s) were installed successfully: "%s"' + disabled-modules: 'Only disabled modules will be listed in autocomplete' + config-conflict-overwrite: 'These configuration objects will be overwritten in your active configuration' + config-conflict: 'These configuration objects already exist in active configuration, installation is not possible' + getting-missing-modules: 'One or more modules "%s" are not available, running download process to get those modules' + getting-releases: 'Getting releases for module "%s"' + select-release: 'Please select your favorite release' + downloading: 'Downloading module "%s" release "%s"' + downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"' + no-releases: 'There aren''t any releases for module "%s"' + installing: 'Installing module(s) "%s"' + composer: 'The module was installed successfully with Composer' + error-creating-folder: 'Error creating folder "%s", please check your permissions' + download-with-composer: 'Module "%s" was downloaded with Composer.' + not-installed-with-composer: 'Module "%s" seems not to be installed with Composer. Halting.' + invalid-name: 'Invalid module name: "%s"' +examples: + - description: 'Install module specifying the module name' + execution: | + drupal module:install modulename