Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / generate.ajax.command.yml
1 description: 'Generate & Register a custom ajax command'
2 help: 'The <info>generate:ajax:command</info> command helps you generate a new custom ajax command.'
3 welcome: 'Welcome to the Drupal Ajax generator'
4 options:
5   module: 'The Module name.'
6   class: 'Ajax Class name'
7   method: 'Custom ajax method'
8   js-name: 'Custom javascript name'
9 questions:
10   module: 'Enter the module name'
11   class: 'Enter the Ajax class name'
12   method: 'Enter the render method name'
13   js-name: 'Enter a custom javascript name'