Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / generate.theme.yml
1 description: 'Generate a theme.'
2 help: 'The <info>generate:theme</info> command helps you generates a new theme.'
3 welcome: 'Welcome to the Drupal theme generator'
4 options:
5     theme: 'The theme name'
6     machine-name: 'The machine name (lowercase and underscore only)'
7     theme-path: 'The path of the theme'
8     description: 'Theme description'
9     core: 'Core version'
10     package: 'Theme package'
11     composer: 'Add a composer.json file'
12     base-theme: 'Base theme (i.e. classy, stable)'
13     global-library: 'Global styling library name'
14     regions: Regions
15     breakpoints: Breakpoints
16 questions:
17     theme: 'Enter the new theme name'
18     machine-name: 'Enter the theme machine name'
19     theme-path: 'Enter the theme Path'
20     description: 'Enter theme description'
21     core: 'Enter Drupal Core version'
22     package: 'Enter package name'
23     dependencies: 'Would you like to add module dependencies'
24     invalid-theme: 'Invalid "%s" theme was selected'
25     global-library: 'Enter the global styling library name'
26     library-add: 'Do you want to add another library'
27     library-name: 'Enter library name'
28     library-version: 'Enter library version'
29     regions: 'Do you want to generate the theme regions'
30     region-name: 'Enter region name'
31     region-machine-name: 'Enter region machine name'
32     region-add: 'Do you want to add another region'
33     breakpoints: 'Do you want to generate the theme breakpoints'
34     breakpoint-name: 'Enter breakpoint name'
35     breakpoint-label: 'Enter breakpoint label'
36     breakpoint-media-query: 'Enter breakpoint media query'
37     breakpoint-weight: 'Enter breakpoint weight'
38     breakpoint-multipliers: 'Enter breakpoint multipliers'
39     breakpoint-add: 'Do you want to add another breakpoint'
40 warnings:
41     module-unavailable: 'Warning The following modules are not already available in your local environment "%s"'
42 errors:
43     directory-exists: 'The target directory "%s" is not empty.'