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