X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.entity.bundle.yml;h=f3106b3fc31f988a746a4046295d120f43d16b0a;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=211b421ca46c24916a38e216ce3e574db64b7162;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/generate.entity.bundle.yml b/vendor/drupal/console-en/translations/generate.entity.bundle.yml index 211b421ca..f3106b3fc 100644 --- a/vendor/drupal/console-en/translations/generate.entity.bundle.yml +++ b/vendor/drupal/console-en/translations/generate.entity.bundle.yml @@ -1,13 +1,20 @@ description: 'Generate a new content type (node / entity bundle)' -help: 'Use: generate:contenttype to create a new content type name with the machine name of fancy and the human-readable name of Fancy.' +help: 'The generate:contenttype command helps you generate a new content type.' welcome: 'Welcome to the Drupal Content Type generator' options: - module: common.options.module - bundle-name: 'The content type''s machine name' - bundle-title: 'The content type''s human-readable name' + module: 'The Module name.' + bundle-name: 'The content type''s machine name' + bundle-title: 'The content type''s human-readable name' questions: - module: common.questions.module - bundle-name: 'Enter the machine name of your new content type' - bundle-title: 'Enter the human-readable name of your new content type' + module: 'Enter the module name' + bundle-name: 'Enter the machine name of your new content type' + bundle-title: 'Enter the human-readable name of your new content type' message: - error-state1: placeholder + error-state1: placeholder +examples: + - description: 'Generate bundle entity specifying the module, the bundle name and its title' + execution: | + drupal generate:entity:bundle \ + --module="modulename" \ + --bundle-name="default" \ + --bundle-title="default" \ No newline at end of file