Security update for Core, with self-updated composer
[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 want proceed with the operation?'
17     canceled: 'The operation was cancelled.'
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     roles:
26         message: "\nType the role name or use keyup or keydown.\nThis is optional, press <info>enter</info> to <info>continue</info>\n"
27         name: 'Enter your role'
28     inputs:
29         confirm: 'Do you want to generate a form structure?'
30         label: 'Input label'
31         machine-name: 'Input machine name'
32         permission: 'Do you want to generate permissions?'
33         type: 'New field type (press <return> to stop adding fields)'
34         invalid: 'Field Type "%s" is invalid.'
35         description: Description
36         default-value:
37             default-value: 'Default value'
38             checkboxes: 'Default value(s) separated by commas'
39         weight: 'Weight for input item'
40         title: 'Title'
41         fieldset: 'Fieldset'
42         new-field: 'Enter a new field properties'
43 errors:
44     module-dependency: 'Missing module dependency "%s" is not installed. Try module:install to install it.'
45     class-name-empty: 'The Class name can not be empty'
46     invalid-file-path: 'You must provide a valid file path'
47     module-exist: 'Module "%s" already exist.'
48     machine-name-duplicated: 'Machine name "%s" is duplicated.'
49 status:
50     enabled: Enabled
51     disabled: Disabled
52 messages:
53     canceled: 'The generation was cancelled'
54     drupal-core: 'Drupal Core'
55     move-phar: 'Accessing console from anywhere on your system'
56     quick-start: 'Download, install and serve Drupal 8'
57     available-field-types: 'Available types: <comment>%s</comment>'