Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / common.yml
1 options:
2     class: 'Class name'
3     events: 'Load events from the container'
4     module: 'The Module name.'
5     extension: 'The extension name.'
6     extension-type: 'The extension type.'
7     services: 'Load services from the container.'
8     tags: 'Set service tags from the container.'
9     inputs: 'Create inputs in a form.'
10     permissions: 'Create permissions.'
11 questions:
12     class: 'Enter the Class name'
13     module: 'Enter the module name'
14     extension: 'Enter the extension name'
15     extension-type: 'Enter the extension type'
16     confirm: 'Do you confirm generation?'
17     canceled: 'Command generation canceled.'
18     events:
19         message: "\nType the event name or use keyup or keydown.\nThis is optional, press <info>enter</info> to <info>continue</info>\n"
20         name: 'Enter event name'
21     services:
22         confirm: 'Do you want to load services from the container'
23         message: "\nType the service name or use keyup or keydown.\nThis is optional, press <info>enter</info> to <info>continue</info>\n"
24         name: 'Enter your service'
25     inputs:
26         confirm: 'Do you want to generate a form structure?'
27         label: 'Input label'
28         machine_name: 'Input machine name'
29         permission: 'Do you want to generate permissions?'
30         type: 'New field type (press <return> to stop adding fields)'
31         invalid: 'Field Type "%s" is invalid.'
32         description: Description
33         default-value:
34             default-value: 'Default value'
35             checkboxes: 'Default value(s) separated by commas'
36         weight: 'Weight for input item'
37         title: 'Title'
38         fieldset: 'Fieldset'
39 errors:
40     module-dependency: 'Missing module dependency "%s" is not installed. Try module:install to install it.'
41     class-name-empty: 'The Class name can not be empty'
42     invalid-file-path: 'You must provide a valid file path'
43     module-exist: 'Module "%s" already exist.'
44     machine-name-duplicated: 'Machine name "%s" is duplicated.'
45 status:
46     enabled: Enabled
47     disabled: Disabled
48 messages:
49     canceled: 'The generation was cancelled'
50     drupal-core: 'Drupal Core'
51     move-phar: 'Accessing console from anywhere on your system'
52     quick-start: 'Download, install and serve Drupal 8'