X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcommon.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcommon.yml;h=fa60af926ae3dfbf75d21728b17e2b9a8a0b7300;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/common.yml b/vendor/drupal/console-en/translations/common.yml new file mode 100644 index 000000000..fa60af926 --- /dev/null +++ b/vendor/drupal/console-en/translations/common.yml @@ -0,0 +1,52 @@ +options: + class: 'Class name' + events: 'Load events from the container' + module: 'The Module name.' + extension: 'The extension name.' + extension-type: 'The extension type.' + services: 'Load services from the container.' + tags: 'Set service tags from the container.' + inputs: 'Create inputs in a form.' + permissions: 'Create permissions.' +questions: + class: 'Enter the Class name' + module: 'Enter the module name' + extension: 'Enter the extension name' + extension-type: 'Enter the extension type' + confirm: 'Do you confirm generation?' + canceled: 'Command generation canceled.' + events: + message: "\nType the event name or use keyup or keydown.\nThis is optional, press enter to continue\n" + name: 'Enter event name' + services: + confirm: 'Do you want to load services from the container' + message: "\nType the service name or use keyup or keydown.\nThis is optional, press enter to continue\n" + name: 'Enter your service' + inputs: + confirm: 'Do you want to generate a form structure?' + label: 'Input label' + machine_name: 'Input machine name' + permission: 'Do you want to generate permissions?' + type: 'New field type (press to stop adding fields)' + invalid: 'Field Type "%s" is invalid.' + description: Description + default-value: + default-value: 'Default value' + checkboxes: 'Default value(s) separated by commas' + weight: 'Weight for input item' + title: 'Title' + fieldset: 'Fieldset' +errors: + module-dependency: 'Missing module dependency "%s" is not installed. Try module:install to install it.' + class-name-empty: 'The Class name can not be empty' + invalid-file-path: 'You must provide a valid file path' + module-exist: 'Module "%s" already exist.' + machine-name-duplicated: 'Machine name "%s" is duplicated.' +status: + enabled: Enabled + disabled: Disabled +messages: + canceled: 'The generation was cancelled' + drupal-core: 'Drupal Core' + move-phar: 'Accessing console from anywhere on your system' + quick-start: 'Download, install and serve Drupal 8'