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/role.new.yml

19 lines
636 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: 'Create roles for the application'
help: 'The <info>role:new</info> command helps you create roles.'
welcome: 'Welcome to the Drupal role create'
arguments:
rolename: 'Role name to be created'
machine-name: 'Role machine name'
questions:
rolename: 'Role name to be created'
machine-name: 'Role machine name'
messages:
role-id: 'Role Id'
role-name: 'Role Name'
role-created: 'Role "%s" was created successfully'
invalid-machine-name: 'The machine name is already exist'
examples:
- description: 'Create role specifying rolename and machine-name'
execution: |
drupal role:new moderator moderator