Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.plugin.migrate.source.yml
diff --git a/vendor/drupal/console-en/translations/generate.plugin.migrate.source.yml b/vendor/drupal/console-en/translations/generate.plugin.migrate.source.yml
new file mode 100644 (file)
index 0000000..5faa228
--- /dev/null
@@ -0,0 +1,21 @@
+description: 'Generate a migrate source plugin'
+help: 'The <info>generate:migrate:plugin:source</info> command helps you generate a new migrate source plugin.'
+welcome: 'Welcome to the Drupal Migrate Source Plugin generator'
+options:
+    module: common.options.module
+    class: 'Plugin class name'
+    plugin-id: 'Plugin id'
+    table: 'Table to query'
+    alias: 'Short alias to refer to the table as'
+    group-by: 'Field to group results by'
+    fields: 'Fields to export'
+questions:
+    module: common.questions.module
+    class: 'Enter the plugin class name'
+    plugin-id: 'Enter the plugin id'
+    table: 'Enter the table name'
+    alias: 'Enter the alias for the table'
+    group-by: 'Enter a field to group by if desired'
+    fields:
+      id: 'Enter the field id or press <info>enter</enter> if done'
+      description: 'Enter the field description'