X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcreate.terms.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcreate.terms.yml;h=4e02e8c9e84c320a1142d4d67ba7172ec2fcafdb;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/create.terms.yml b/vendor/drupal/console-en/translations/create.terms.yml new file mode 100644 index 000000000..4e02e8c9e --- /dev/null +++ b/vendor/drupal/console-en/translations/create.terms.yml @@ -0,0 +1,18 @@ +description: 'Create dummy terms for your Drupal 8 application.' +help: 'The create:terms 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'