Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.rulesaction.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.rulesaction.yml b/vendor/drupal/console-en/translations/generate.plugin.rulesaction.yml
new file mode 100644 (file)
index 0000000..3da18b6
--- /dev/null
@@ -0,0 +1,22 @@
+description: 'Generate a plugin rule action'
+help: 'The <info>generate:plugin:rulesaction</info> command helps you generate a new Plugin rule action.'
+welcome: 'Welcome to the Drupal Plugin Rules Action generator'
+options:
+    module: common.options.module
+    class: 'Plugin class name'
+    label: 'Plugin label'
+    plugin-id: 'Plugin id'
+    inputs: common.options.inputs
+    services: common.options.services
+    category: 'Plugin category'
+    context: 'Plugin context'
+    type: 'Action Type (user or node)'
+questions:
+    module: common.questions.module
+    class: 'Enter the plugin class name'
+    label: 'Enter the plugin label'
+    plugin-id: 'Enter the plugin id'
+    inputs: common.questions.inputs
+    services: common.questions.services
+    category: 'Enter plugin category'
+    context: 'Enter plugin context'