Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.skeleton.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.skeleton.yml b/vendor/drupal/console-en/translations/generate.plugin.skeleton.yml
new file mode 100644 (file)
index 0000000..084ba5e
--- /dev/null
@@ -0,0 +1,13 @@
+description: 'Generate an implementation of a skeleton plugin'
+help: 'The <info>"%s"</info> command helps you generate a skeleton plugin "%s".'
+options:
+    module: common.options.module
+    plugin: 'The Plugin Id.'
+    class: 'Plugin class name'
+questions:
+    module: common.questions.module
+    plugin: 'Enter the Plugin Id'
+    class: 'Enter the plugin class name'
+messages:
+    plugin-dont-exist: 'The plugin "%s" does not exist.'
+    plugin-generator-implemented: 'Plugin "%s" already has an advanced command generator, please use "%s"'