Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.service.yml
diff --git a/vendor/drupal/console-en/translations/generate.service.yml b/vendor/drupal/console-en/translations/generate.service.yml
new file mode 100644 (file)
index 0000000..fc10f69
--- /dev/null
@@ -0,0 +1,20 @@
+description: 'Generate service'
+help: 'The <info>generate:service</info> command helps you generate a new service.'
+welcome: 'Welcome to the Drupal service generator'
+options:
+    module: common.options.module
+    service-name: 'Service name'
+    class: 'Class name'
+    interface: Interface
+    services: common.questions.services
+    path:  Path
+questions:
+    module: common.questions.module
+    service-name: 'Enter the service name'
+    class: 'Enter the Class name'
+    interface: 'Create an interface'
+    interface_name: 'Enter the interface name'
+    services: common.options.services
+    path: 'Enter the path for the services'
+messages:
+    service-already-taken: 'The service name has been already taken in module "%s"'