Version 1
[yaffs-website] / vendor / drupal / console-en / translations / create.vocabularies.yml
diff --git a/vendor/drupal/console-en/translations/create.vocabularies.yml b/vendor/drupal/console-en/translations/create.vocabularies.yml
new file mode 100644 (file)
index 0000000..cdc9a55
--- /dev/null
@@ -0,0 +1,14 @@
+description: 'Create dummy vocabularies for your Drupal 8 application.'
+help: 'The <info>create:vocabularies</info> command helps you create dummy vocabularies.'
+welcome: 'Welcome to the Drupal vocabularies creator'
+options:
+    limit: 'How many vocabularies would you like to create'
+    name-words: 'Maximum number of words in vocabulary names'
+questions:
+    limit: 'Enter how many vocabularies would you like to create'
+    name-words: 'Enter the maximum number of words in vocabulary names'
+messages:
+    vocabulary-id: 'Vocabulary Id'
+    name: 'Name'
+    created-terms: 'Created "%s" vocabularies successfully'
+    error: 'Error creating vocabularies: "%s"'