Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.roles.yml
1 description: 'Create dummy roles for your Drupal 8 application.'
2 help: 'The <info>create:roles</info> command helps you create dummy roles.'
3 welcome: 'Welcome to the Drupal roles generator'
4 options:
5     limit: 'How many roles would you like to create'
6 questions:
7     limit: 'Enter how many roles would you like to create'
8 messages:
9     role-id: 'Role Id'
10     role-name: 'Rolename'
11     created-roles: 'Created "%s" roles successfully'
12     error-created-role: 'Created "%s" role unsuccessfully'
13 examples:
14     - description: 'Provide roles.'
15       execution: drupal create:roles
16     - description: 'Provide the number of roles to create'
17       execution: |
18         drupal create:roles
19