Yaffs site version 1.1
[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"'