This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/site.new.yml
2018-11-23 12:29:20 +00:00

25 lines
1.2 KiB
YAML

description: 'Create a new Drupal project'
arguments:
directory: 'Directory where to install Drupal'
version: 'Drupal version to download'
options:
composer: 'Install Drupal with Composer'
latest: 'Use this option to select automatically the latest version'
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.'
messages:
select-release: 'Select a core release'
getting-releases: 'Getting releases for Drupal'
downloading: 'Downloading "%s" "%s"'
extracting: 'Extracting files for Drupal "%s"'
no-releases: 'There aren''t any releases available for Drupal'
downloaded: 'Drupal "%s" was downloaded in directory "%s"'
error-copying: 'An error occurred while renaming directory as "%s"'
composer: 'Drupal "%s" was installed successfully using Composer at "%s"'
executing: 'Executing composer command:'
missing-directory: 'Missing directory argument'
missing-version: 'Missing version argument'
questions:
directory: 'Enter the directory name where to install Drupal'
composer-release: 'Please, choose a release for "%s"'
stable: 'Do you want to use stable releases?'