Version 1
[yaffs-website] / vendor / drupal / console-en / translations / generate.profile.yml
diff --git a/vendor/drupal/console-en/translations/generate.profile.yml b/vendor/drupal/console-en/translations/generate.profile.yml
new file mode 100644 (file)
index 0000000..93154a6
--- /dev/null
@@ -0,0 +1,21 @@
+description: 'Generate a profile.'
+help: 'The <info>generate:profile</info> command helps you generate a new installation profile.'
+welcome: 'Welcome to the Drupal installation profile generator'
+options:
+    profile: 'The profile name'
+    machine-name: 'The machine name (lowercase and underscore only)'
+    description: 'Profile description'
+    core: 'Core version'
+    dependencies: 'Module dependencies separated by commas (i.e. context, panels)'
+    distribution: 'The distribution name'
+questions:
+    profile: 'Enter the name of the new profile'
+    machine-name: 'Enter the machine name'
+    description: 'Enter the description'
+    core: 'Enter Drupal Core version'
+    dependencies: 'Would you like to add module dependencies?'
+    distribution: 'Is this install profile intended to be a distribution?'
+warnings:
+    module-unavailable: 'Warning: The following modules are not already available in your local environment "%s"'
+errors:
+    directory-exists: 'The target directory "%s" is not empty.'