Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.command.yml
diff --git a/vendor/drupal/console-en/translations/generate.command.yml b/vendor/drupal/console-en/translations/generate.command.yml
new file mode 100644 (file)
index 0000000..0b9c665
--- /dev/null
@@ -0,0 +1,16 @@
+description: 'Generate commands for the console.'
+help: 'The <info>generate:command</info> command helps you generate a new command.'
+welcome: 'Welcome to the Drupal Command generator'
+options:
+    module: 'The name of the Module (that will contain the command).'
+    controller-title: 'Controller title.'
+    class: 'The Class that describes the command. (Must end with the word ''Command'').'
+    name: 'The Command name.'
+    container-aware: 'Is the command aware of the drupal site installation when executed'
+questions:
+    module: common.questions.module
+    class: 'Enter the Command Class. (Must end with the word ''Command'').'
+    name: 'Enter the Command name.'
+    container-aware: 'Is the command aware of the drupal site installation when executed?.'
+messages:
+    title-not-empty: 'Title cannot be empty'