diff --git a/translations/common.yml b/translations/common.yml index bf7d62d..a11d8d2 100644 --- a/translations/common.yml +++ b/translations/common.yml @@ -22,6 +22,9 @@ questions: confirm: 'Do you want to load services from the container' message: "\nType the service name or use keyup or keydown.\nThis is optional, press enter to continue\n" name: 'Enter your service' + roles: + message: "\nType the role name or use keyup or keydown.\nThis is optional, press enter to continue\n" + name: 'Enter your role' inputs: confirm: 'Do you want to generate a form structure?' label: 'Input label' diff --git a/translations/role.delete.yml b/translations/role.delete.yml new file mode 100644 index 0000000..e91f2f0 --- /dev/null +++ b/translations/role.delete.yml @@ -0,0 +1,13 @@ +description: 'Delete roles for the application' +help: 'The role:delete command helps you delete roles.' +welcome: 'Welcome to the Drupal role delete' +arguments: + rolename: 'Roles name to be deleted' +messages: + role-id: 'Role Id' + role-name: 'Role Name' + role-created: 'Roles was deleted successfully' +examples: + - description: 'Delete role specifying rolename' + execution: | + drupal role:delete moderator