Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.service.yml
1 description: 'Generate service'
2 help: 'The <info>generate:service</info> command helps you generate a new service.'
3 welcome: 'Welcome to the Drupal service generator'
4 options:
5     module: common.options.module
6     service-name: 'Service name'
7     class: 'Class name'
8     interface: Interface
9     services: common.questions.services
10     path:  Path
11 questions:
12     module: common.questions.module
13     service-name: 'Enter the service name'
14     class: 'Enter the Class name'
15     interface: 'Create an interface'
16     interface_name: 'Enter the interface name'
17     services: common.options.services
18     path: 'Enter the path for the services'
19 messages:
20     service-already-taken: 'The service name has been already taken in module "%s"'