Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.block.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.block.yml b/vendor/drupal/console-en/translations/generate.plugin.block.yml
new file mode 100644 (file)
index 0000000..dec87a8
--- /dev/null
@@ -0,0 +1,22 @@
+description: 'Generate a plugin block'
+help: 'The <info>generate:plugin:block</info> command helps you generate a new Plugin block.'
+welcome: 'Welcome to the Drupal Plugin Block 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
+    theme-region: 'Theme region to render Plugin Block'
+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
+    theme-region: 'Enter the theme region to render the Plugin Block.'
+messages:
+    inputs: "\nYou can add input fields to create special configurations in the block.\nThis is optional, press <info>enter</info> to <info>continue</info>"
+    invalid-theme-region: 'Region "%s" is invalid'