Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / module.download.yml
1 description: 'Download module or modules in 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     path: 'The path of the contrib project'
7     composer: 'Option to point out that the module will be downloaded, managed & installed by Composer'
8 questions:
9     path: 'Enter the contrib project Path'
10 messages:
11     no-releases: 'There aren''t any releases for module "%s"'
12     getting-releases: 'Getting releases for module "%s"'
13     downloading: 'Downloading module "%s" release "%s"'
14     downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"'
15     select-release: 'Please select your favorite release'
16     outside-drupal: "Drupal root can't be determined. Use --root to set the destination, current folder will be used instead of."
17     error-creating-folder: 'Error creating folder "%s", please check your permissions'
18     no-composer-repo: 'Please, configure Composer in ~/.console/config.yml'
19     composer: 'Module "%s" was downloaded successfully using Composer'