X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.controller.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.controller.yml;h=9871669ceaeed65fa67ece6f91040669ef078faf;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/generate.controller.yml b/vendor/drupal/console-en/translations/generate.controller.yml new file mode 100644 index 000000000..9871669ce --- /dev/null +++ b/vendor/drupal/console-en/translations/generate.controller.yml @@ -0,0 +1,22 @@ +description: 'Generate & Register a controller' +help: 'The generate:controller command helps you generate a new controller.' +welcome: 'Welcome to the Drupal Controller generator' +options: + module: common.options.module + class: 'Controller Class name' + routes: 'The routes, must be an array containing [title, method, path]' + services: common.options.services + test: 'Generate a test class' +questions: + module: common.questions.module + class: 'Enter the Controller class name' + title: 'Enter the Controller method title (to stop adding more methods, leave this empty)' + method: 'Enter the action method name' + path: 'Enter the route path' + services: common.questions.services + test: 'Do you want to generate a unit test class' +messages: + title-empty: 'Title must contain a value (you must enter at least one method)' + title-already-added: 'Title was already added' + method-name-already-added: 'Method name was already added' + path-already-added: 'Path was already added'