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/create.vocabularies.yml
2018-11-23 12:29:20 +00:00

22 lines
901 B
YAML

description: 'Create dummy vocabularies for your Drupal 8 application.'
help: 'The <info>create:vocabularies</info> command helps you create dummy vocabularies.'
welcome: 'Welcome to the Drupal vocabularies creator'
options:
limit: 'How many vocabularies would you like to create'
name-words: 'Maximum number of words in vocabulary names'
questions:
limit: 'Enter how many vocabularies would you like to create'
name-words: 'Enter the maximum number of words in vocabulary names'
messages:
vocabulary-id: 'Vocabulary Id'
name: 'Name'
created-terms: 'Created "%s" vocabularies successfully'
error: 'Error creating vocabularies: "%s"'
examples:
- description: 'Provide the number of vocabularies to create and maximum number of words in vocabulary names'
execution: |
drupal create:vocabularies \
--limit="5" \
--name-words="5"