ca70cf4dc6643d5c41555b79144f79ab7eedd03d
[yaffs-website] / vendor / drupal / console-en / translations / create.vocabularies.yml
1 description: 'Create dummy vocabularies for your Drupal 8 application.'
2 help: 'The <info>create:vocabularies</info> command helps you create dummy vocabularies.'
3 welcome: 'Welcome to the Drupal vocabularies creator'
4 options:
5     limit: 'How many vocabularies would you like to create'
6     name-words: 'Maximum number of words in vocabulary names'
7 questions:
8     limit: 'Enter how many vocabularies would you like to create'
9     name-words: 'Enter the maximum number of words in vocabulary names'
10 messages:
11     vocabulary-id: 'Vocabulary Id'
12     name: 'Name'
13     created-terms: 'Created "%s" vocabularies successfully'
14     error: 'Error creating vocabularies: "%s"'
15 examples:
16     - description: 'Provide the number of vocabularies to create and maximum number of words in vocabulary names'
17       execution: |
18         drupal create:vocabularies \
19           --limit="5" \
20           --name-words="5"
21