Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / site.new.yml
1 description: 'Create a new Drupal project'
2 arguments:
3     directory: 'Directory where to install Drupal'
4     version: 'Drupal version to download'
5 options:
6     composer: 'Install Drupal with Composer'
7     latest: 'Use this option to select automatically the latest version'
8     unstable: 'Use this option to download unstable releases. If not used, you only can install stable releases. Do not use this with latest nor version.'
9 messages:
10     select-release: 'Select a core release'
11     getting-releases: 'Getting releases for Drupal'
12     downloading: 'Downloading "%s" "%s"'
13     extracting: 'Extracting files for Drupal "%s"'
14     no-releases: 'There aren''t any releases available for Drupal'
15     downloaded: 'Drupal "%s" was downloaded in directory "%s"'
16     error-copying: 'An error occurred while renaming directory as "%s"'
17     composer: 'Drupal "%s" was installed successfully using Composer at "%s"'
18     executing: 'Executing composer command:'
19     missing-directory: 'Missing directory argument'
20     missing-version: 'Missing version argument'
21 questions:
22     directory: 'Enter the directory name where to install Drupal'
23     composer-release: 'Please, choose a release for "%s"'
24     stable: 'Do you want to use stable releases?'