Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.fieldformatter.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.fieldformatter.yml b/vendor/drupal/console-en/translations/generate.plugin.fieldformatter.yml
new file mode 100644 (file)
index 0000000..a47e9b7
--- /dev/null
@@ -0,0 +1,15 @@
+description: 'Generate field formatter plugin.'
+help: 'The <info>generate:plugin:fieldformatter</info> command helps you generate a new field formatter plugin.'
+welcome: 'Welcome to the Drupal Field Formatter Plugin generator'
+options:
+    module: common.options.module
+    class: 'Plugin class name'
+    label: 'Plugin label'
+    plugin-id: 'Plugin id'
+    field-type: 'Field type the plugin can be used with'
+questions:
+    module: common.questions.module
+    class: 'Enter the plugin class name'
+    label: 'Enter the plugin label'
+    plugin-id: 'Enter the plugin id'
+    field-type: 'Enter the field type the plugin can be used with'